@charset "UTF-8";

/* Font Awesome Links
===================== */
@import "fontawesome.css";
@import "fontawesome-regular.css";
@import "fontawesome-brands.css";

:root,[data-bs-theme=light] {
    --bs-blue: #0FC6DE;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #D22D3D;
    --bs-orange: #FF672F;
    --bs-yellow: #E2C636;
    --bs-green: #369482;
    --bs-teal: #20c997;
    --bs-cyan: #5D8EBA;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #748694;
    --bs-alternative: #C2C2C2;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #F2F5FA;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #748694;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0FC6DE;
    --bs-secondary: #748694;
    --bs-success: #369482;
    --bs-info: #5D8EBA;
    --bs-warning: #FF672F;
    --bs-caution: #E2C636;
    --bs-danger: #D22D3D;
    --bs-light: #F2F5FA;
    --bs-dark: #212529;
    --bs-disabled: #C2C2C2;
    --bs-primary-rgb: 15,198,222;
    --bs-secondary-rgb: 108,117,125;
    --bs-success-rgb: 54,148,130;
    --bs-info-rgb: 93,142,186;
    --bs-warning-rgb: 255,103,47;
    --bs-caution-rgb: 226,198,54;
    --bs-danger-rgb: 210,45,61;
    --bs-light-rgb: 248,249,250;
    --bs-dark-rgb: 33,37,41;
    --bs-alternative-rgb: 159,189,210;
    --bs-primary-text-emphasis: #006788;
    --bs-secondary-text-emphasis: #2b2f32;
    --bs-success-text-emphasis: #0a3622;
    --bs-info-text-emphasis: #055160;
    --bs-warning-text-emphasis: #664d03;
    --bs-danger-text-emphasis: #58151c;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #EBFEFF;
    --bs-secondary-bg-subtle: #F4F7FA;
    --bs-success-bg-subtle: #709D95;
    --bs-info-bg-subtle: #A3BED6;
    --bs-warning-bg-subtle: #FFE5DC;
    --bs-caution-bg-subtle: #FFF8D6;
    --bs-danger-bg-subtle: #FFE2E5;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #EBFEFF;
    --bs-secondary-border-subtle: #F4F7FA;
    --bs-success-border-subtle: #709D95;
    --bs-info-border-subtle: #A3BED6;
    --bs-warning-border-subtle: #FFE5DC;
    --bs-caution-border-subtle: #FFF8D6;
    --bs-danger-border-subtle: #FFE2E5;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255,255,255;
    --bs-black-rgb: 0,0,0;
    --bs-font-sans-serif: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #2C323F;
    --bs-body-color-rgb: 44,50,63;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255,255,255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0,0,0;
    --bs-secondary-color: rgba(33, 37, 41, 0.75);
    --bs-secondary-color-rgb: 33,37,41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233,236,239;
    --bs-tertiary-color: rgba(33, 37, 41, 0.5);
    --bs-tertiary-color-rgb: 33,37,41;
    --bs-tertiary-bg: #F2F5FA;
    --bs-tertiary-bg-rgb: 248,249,250;
    --bs-heading-color: inherit;
    --bs-link-color: #0FC6DE;
    --bs-link-color-rgb: 13,110,253;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #10B3C9;
    --bs-link-hover-color-rgb: 10,88,202;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #fff3cd;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #E1E5E9;
    --bs-border-active: #0FC6DE;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.2rem;
    --bs-border-radius-sm: 0.2rem;
    --bs-border-radius-lg: 0.2rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
    --bs-form-valid-color: #369482;
    --bs-form-valid-border-color: #369482;
    --bs-form-invalid-color: #D22D3D;
    --bs-form-invalid-border-color: #D22D3D
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0FC6DE;
  --bs-btn-border-color: #0FC6DE;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #10B3C9;
  --bs-btn-hover-border-color: #10B3C9;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #10B3C9;
  --bs-btn-active-border-color: #10B3C9;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #748694;
  --bs-btn-disabled-bg: #B8EAF0;
  --bs-btn-disabled-border-color: #B8EAF0
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #369482;
  --bs-btn-border-color: #369482;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #2B7466;
  --bs-btn-hover-border-color: #2B7466;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #2B7466;
  --bs-btn-active-border-color: #2B7466;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #709D95;
  --bs-btn-disabled-border-color: #709D95
}

.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #5D8EBA;
  --bs-btn-border-color: #5D8EBA;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #486E90;
  --bs-btn-hover-border-color: #486E90;
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #486E90;
  --bs-btn-active-border-color: #486E90;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #A3BED6;
  --bs-btn-disabled-border-color: #A3BED6
}

.btn-warning {
  --bs-btn-color: #fff;
  --bs-btn-bg: #FF672F;
  --bs-btn-border-color: #FF672F;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #DF5A29;
  --bs-btn-hover-border-color: #DF5A29;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #DF5A29;
  --bs-btn-active-border-color: #DF5A29;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #FFB498;
  --bs-btn-disabled-border-color: #FFB498
}

.btn-caution {
  --bs-btn-color: #fff;
  --bs-btn-bg: #E2C636;
  --bs-btn-border-color: #E2C636;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #CAB131;
  --bs-btn-hover-border-color: #CAB131;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #CAB131;
  --bs-btn-active-border-color: #CAB131;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #E3D380;
  --bs-btn-disabled-border-color: #E3D380
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #D22D3D;
  --bs-btn-border-color: #D22D3D;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #B22634;
  --bs-btn-hover-border-color: #B22634;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #B22634;
  --bs-btn-active-border-color: #B22634;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #D28C93;
  --bs-btn-disabled-border-color: #D28C93
}

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #F2F5FA;
  --bs-btn-border-color: #F2F5FA;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #E1E5E9;
  --bs-btn-hover-border-color: #E1E5E9;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #E1E5E9;
  --bs-btn-active-border-color: #E1E5E9;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #2C323F;
  --bs-btn-border-color: #2C323F;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #000;
  --bs-btn-hover-border-color: #000;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #000;
  --bs-btn-active-border-color: #000;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #748694;
  --bs-btn-disabled-border-color: #748694
}

.btn-outline-primary {
  --bs-btn-color: #0FC6DE;
  --bs-btn-border-color: #0FC6DE;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #10B3C9;
  --bs-btn-hover-border-color: #10B3C9;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #10B3C9;
  --bs-btn-active-border-color: #10B3C9;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #B8EAF0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #B8EAF0;
  --bs-gradient: none
}

.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none
}

.btn-outline-success {
  --bs-btn-color: #369482;
  --bs-btn-border-color: #369482;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #369482;
  --bs-btn-hover-border-color: #369482;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #369482;
  --bs-btn-active-border-color: #369482;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #369482;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #369482;
  --bs-gradient: none
}

.btn-outline-info {
  --bs-btn-color: #5D8EBA;
  --bs-btn-border-color: #5D8EBA;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5D8EBA;
  --bs-btn-hover-border-color: #5D8EBA;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #5D8EBA;
  --bs-btn-active-border-color: #5D8EBA;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #5D8EBA;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #5D8EBA;
  --bs-gradient: none
}

.btn-outline-warning {
  --bs-btn-color: #FF672F;
  --bs-btn-border-color: #FF672F;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #DF5A29;
  --bs-btn-hover-border-color: #DF5A29;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #DF5A29;
  --bs-btn-active-border-color: #DF5A29;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #FFB498;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #FFB498;
  --bs-gradient: none
}

.btn-outline-caution {
  --bs-btn-color: #E2C636;
  --bs-btn-border-color: #E2C636;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #CAB131;
  --bs-btn-hover-border-color: #CAB131;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #CAB131;
  --bs-btn-active-border-color: #CAB131;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #E3D380;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #E3D380;
  --bs-gradient: none
}

.btn-outline-danger {
  --bs-btn-color: #D22D3D;
  --bs-btn-border-color: #D22D3D;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #B22634;
  --bs-btn-hover-border-color: #B22634;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #B22634;
  --bs-btn-active-border-color: #B22634;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #D28C93;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #D28C93;
  --bs-gradient: none
}

.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none
}

.btn-outline-dark {
  --bs-btn-color: #2C323F;
  --bs-btn-border-color: #2C323F;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #000;
  --bs-btn-hover-border-color: #000;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #000;
  --bs-btn-active-border-color: #000;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #C2C2C2;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #C2C2C2;
  --bs-gradient: none
}

::placeholder {
  color: var(--bs-gray-400) !important;
  opacity: 1;
}

.bg-caution {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-caution-rgb), var(--bs-bg-opacity)) !important;
}

.modal-sm { --bs-modal-width: 400px; }

.text-alternative {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-alternative-rgb), var(--bs-text-opacity)) !important;
}

table.table td i.far { padding: 0.3rem; font-size: 15px; }

.modules a i, .modules a h5 { transition: color 0.2s ease-in-out; }

.modules a:hover i, .modules a:hover h5{
  color: var(--bs-primary); 
}

.modules a { color: inherit }

.icon {
  background-color: var(--bs-secondary-bg-subtle);
  text-align: center;
  width: 80px;
  height: 80px;
  margin-right: 15px;
  font-size: 40px;
  padding: 10px;
  color: var(--bs-secondary);
}

#users .twitter-typeahead { width: 90%; }
.apexcharts-toolbar { display: none !important; }

.card-body > .media a { color: inherit; width: 100%; display: flex; }
.card-body .border-active a { color: var(--bs-primary); }
.media-body p { color: var(--bs-secondary); }
.media-body small { display: block; }
.media-body small:not(:last-child) { margin-bottom: 5px; }
.card-body > .media a { transition: color 0.2s ease-in-out }
.card-body > .media { transition: border 0.2s ease-in-out; padding: 10px; }
.card-body > .media:hover { border: var(--bs-border-width) var(--bs-border-style) var(--bs-primary) !important; }
.card-body > .media:not(:last-child),
.card-body > .d-flex:not(:last-child) { margin-bottom: 10px; }
#listPatients img { width: 45px; height: 45px; margin-right: 1rem !important; }

.card-body.text-results > .row:not(:last-child) { margin-bottom: 1.5rem;}

.square { min-height: 110px; min-width: 130px; padding: 10px; }

.location > div,
.location2 > div { position: relative; }

.location2 .media-body span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  display: block;
  text-align: center;
}

.location div.rounded,
.location2 div.rounded { border: 1px dashed var(--bs-success); }

.location > .rounded::before {
  position: absolute;
  content: "\f487";
  font-family: "Font Awesome 6 Pro";
  font-size: 30px;
  font-weight: 400;
  color: var(--bs-gray-300);
  top: 30%;
  margin-left: 38px;
  z-index: 1;
}

.location2 > .rounded::before {
  position: absolute;
  content: "\f487";
  font-family: "Font Awesome 6 Pro";
  font-size: 30px;
  font-weight: 400;
  color: var(--bs-gray-300);
  top: 30%;
  margin-left: 38px;
  z-index: 1;
}

.location > div:not(:last-child),
.location2 > div:not(:last-child){ margin-right: 30px; }

.location > div,
.location2 > div { margin-top: 25px; }

.location span.place,
.location2 span.place {
  display: block;
  text-align: center;
  margin-top: -35px;
  padding-bottom: 15px; }

.location > div > div.patient,
.location2 > div > div.patient{
  border: none !important;
  z-index: 2;
  position: relative;
  background-color: #fff;
  text-align: center;}

.location > div > div.patient img,
.location2 > div > div.patient img{ display: block; width: 70px; margin: 0 auto; padding-bottom: 5px; }


.card.fixed { min-height: 313px; }
.text-results p span { color: var(--bs-secondary); }
.text-bg-alternative { background-color: RGBA(var(--bs-alternative-rgb), var(--bs-bg-opacity, 1)) !important; }


.form-check-input { border: var(--bs-border-width) solid var(--bs-primary); }
.form-check-input:checked {
  background-color: #006788;
  border-color: #006788;
}

.resume-medical-notes span:not(:last-child) { margin-right: 20px; }
.resume-medical-notes i { margin-right: 8px; }

.sidebar-user h6 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.text-disabled {
  --bs-text-opacity: 1;
  color: var(--bs-disabled);
}

.border-active {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-active) !important;
}

.regular-feedback {
  font-size: 12px;
  color: var(--bs-secondary);
  margin-top: 5px;
}

.border-5 {
  border-width: 8px !important;
}

.profile-avatar {
  position: relative;
}

.profile-avatar span {
  margin-top: -20px;
  position: absolute;
  left: 34.5%;
  z-index: 2;
}

.user-avatar {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.user-alerts i {
  font-size: 20px;
  padding: 20px 0px 10px;
  color: var(--bs-disabled);
}

.user-alerts i:not(:last-child),
.user-alerts a:not(:last-child) { margin-right: 35px; }


.user-avatar h3 {
  font-weight: 600;
  margin-top: 1rem;
  margin-bottom: 0;
}

.border-caution {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-caution-rgb), var(--bs-border-opacity)) !important;
}

.text-caution {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-caution-rgb), var(--bs-text-opacity)) !important;
}

.table {
  --bs-table-hover-bg: rgba(231,243,253);
  --bs-table-active-bg: rgba(231,243,253);
}

.text-bg-info, .text-bg-warning { color: var(--bs-white) !important; }

.text-bg-caution { background-color: RGBA(var(--bs-caution-rgb), var(--bs-bg-opacity, 1)) !important; }
.bg-alternative { background-color: var(--bs-border-color); color: var(--bs-secondary) }

.triage-list img, .card-body > .media img { width: 40px; }

.patient-list {
  overflow-y: scroll;
  height: 70vh;
}

.text-results p { font-weight: 500; }
.text-results span { font-weight: 400; }

.nav-link span.badge { padding-top: 0.4rem; }

.modal-body .media-body p,
.cd-timeline-content p,
footer.footer p { margin-bottom: 0px; }

.card-body.treatment { padding-bottom: 0px !important; }


/*
#chart-dashbord .apexcharts-legend-series {
  text-align: right; }
  #chart-dashbord .apexcharts-legend-series .apexcharts-legend-marker {
    display: none;
    text-align: right;
    font-family: "Poppins", sans-serif; }

#chart-dashbord .apexcharts-legend.position-right, #chart-dashbord .apexcharts-legend.position-left {
    display: none !important; }

.dashboard-default-sec #chart-dashbord .apexcharts-legend.position-right, .dashboard-default-sec #chart-dashbord .apexcharts-legend.position-left {
  left: 0  !important;
  right: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: 52%; }
*/


/**=====================
     01. General CSS Start
==========================**/
html {
  max-width: 100vw;
  overflow-x: hidden; }

body {
  font-size: 14px;
  overflow-x: hidden;
  font-family: "Poppins", sans-serif;
  color: #242934;
  background-color: #f5f7fb; }

ul {
  padding-left: 0px;
  list-style-type: none;
  margin-bottom: 0;
  padding-right: 0px; }

a {
  color: #39C8E8;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

.btn-link {
  text-decoration: none; }

*a {
  color: #39C8E8;
  text-decoration: none; }
  *a:hover {
    text-decoration: none; }

*.btn:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

h6 { font-weight: 600; }

.regular { font-weight: 400 !important; }
.card-header p { color: var(--bs-secondary); }

p {
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: inherit; }

.dropdown-item:active, .dropdown-item.active {
  background-color: #137AC9; }

hr { border-top: 1px solid #9FBDD2; }

.theme-form .col-form-label {
  color: #59667a; }

.form-label {
  color: #2C323F;
	font-weight: 400;
 }

code {
  color: #137AC9 !important;
  background-color: rgba(36, 105, 92, 0.03);
  padding: 3px;
  margin: 0 3px;
  border-radius: 2px; }

blockquote {
  border-left: 4px solid #e6edef;
  padding: 15px; }

blockquote.text-center {
  border: none;
  padding: 15px; }

blockquote.text-end {
  border-left: none;
  border-right: 4px solid #e6edef;
  padding: 15px; }

:focus {
  outline: none; }

.disabled {
  cursor: not-allowed;
  opacity: 0.5; }

svg {
  vertical-align: baseline; }

input:focus {
  outline-color: transparent; }

.font-nunito {
  font-family: Nunito, sans-serif; }

.font-roboto {
  font-family: "Roboto", sans-serif; }

.font-rubik {
  font-family: "Rubik", sans-serif, sans-serif; }

.media-widgets .media-body {
  margin-bottom: 30px; }

.rating-star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .rating-star li i {
    color: #f4c705; }

@-webkit-keyframes rotateInSetting {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate(-200deg);
            transform: rotate(-200deg); }
  to {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none; } }

@keyframes rotateInSetting {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate(-200deg);
            transform: rotate(-200deg); }
  to {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none; } }

.setting-primary, .setting-secondary, .setting-white {
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50px;
  z-index: 50; }
  .setting-primary svg, .setting-secondary svg, .setting-white svg {
    width: 15px;
    stroke-width: 2.5px;
    -webkit-animation: rotateInSetting 1.5s ease infinite;
            animation: rotateInSetting 1.5s ease infinite; }

.setting-primary {
  background-color: rgba(231, 243, 253, 0.7); }
  .setting-primary svg {
    color: #137AC9; }
  .setting-primary i {
    color: #137AC9; }
  .setting-primary:hover {
    background-color: #137AC9; }
    .setting-primary:hover svg {
      color: #fff; }
    .setting-primary:hover i {
      color: #fff; }

.setting-secondary {
  background-color: rgba(186, 137, 93, 0.1); }
  .setting-secondary svg {
    color: #ba895d; }
  .setting-secondary i {
    color: #ba895d; }
  .setting-secondary:hover {
    background-color: #ba895d; }
    .setting-secondary:hover svg {
      color: #fff; }
    .setting-secondary:hover i {
      color: #fff; }

.setting-white {
  background-color: rgba(255, 255, 255, 0.1); }
  .setting-white svg {
    color: #fff; }
  .setting-white i {
    color: #fff; }
  .setting-white:hover {
    background-color: #fff; }
    .setting-white:hover svg {
      color: #137AC9; }
    .setting-white:hover i {
      color: #137AC9; }

.setting-bg-primary {
  background-color: rgba(231, 243, 253, 0.7);
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50px; }
  .setting-bg-primary svg {
    width: 15px;
    color: #137AC9;
    stroke-width: 2.5px;
    -webkit-animation: rotateInSetting 1.5s ease infinite;
            animation: rotateInSetting 1.5s ease infinite; }

.typography h1, .typography .h1,
.typography h2, .typography .h2,
.typography h3, .typography .h3,
.typography h4, .typography .h4,
.typography h5, .typography .h5,
.typography h6, .typography .h6 {
  margin: 20px 0;
  margin-top: 0; }
  .typography h1:last-child, .typography .h1:last-child,
  .typography h2:last-child, .typography .h2:last-child,
  .typography h3:last-child, .typography .h3:last-child,
  .typography h4:last-child, .typography .h4:last-child,
  .typography h5:last-child, .typography .h5:last-child,
  .typography h6:last-child, .typography .h6:last-child {
    margin-bottom: 0; }

.typography small {
  padding-left: 10px;
  color: #2c323f; }

pre {
  background-color: rgba(36, 105, 92, 0.03);
  padding: 20px 0; }

a:hover {
  text-decoration: none;
  color: #0AAACE; }

.typography .blockquote-footer {
  background-color: #f5f7fb; }

.owl-theme .owl-dots .owl-dot span {
  background: #3eb59f; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #137AC9; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-bottom: -10px;
  margin-top: 25px; }

.click2edit ~ .note-editor.note-frame {
  margin-bottom: 30px; }

.note-editor p {
  color: #748694; }

.note-editor.note-frame {
  border-color: #e6edef; }

.note-editor i {
  color: #137AC9; }

.note-editor span {
  color: #137AC9; }

.note-editor.note-frame {
  border-color: #e6edef; }

.modal .modal-body .card {
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

.modal-dialog .modal-content .modal-body p a {
  margin-right: 0; }

.clipboaard-container p {
  font-weight: 600; }

.clipboaard-container h6 {
  line-height: 1.8; }

.alert-theme button {
  top: 24px !important;
  right: 30px !important;
  color: #137AC9; }

.alert-theme span + span + span {
  border-left: 5px solid #137AC9;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 14px -3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 14px -3px rgba(0, 0, 0, 0.2); }

.alert-theme i {
  padding: 20px;
  padding-right: 0 !important;
  margin-right: 10px !important; }

.alert-theme .progress {
  margin-top: -2px !important;
  height: 2px; }
  .alert-theme .progress .progress-bar {
    background-color: #137AC9; }

.alert-copy {
  border: 1px solid #137AC9;
  line-height: 1;
  display: inline-block;
  width: 300px;
  color: #fff;
  background-color: #137AC9;
  -webkit-box-shadow: 3px 3px 5px 0 #9b9b9b;
          box-shadow: 3px 3px 5px 0 #9b9b9b; }
  .alert-copy .close {
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #fff;
    line-height: 1.4;
    font-weight: 100; }

.ace-editor {
  height: 400px;
  width: 100%; }

.editor-toolbar {
  width: 100% !important; }

.CodeMirror {
  top: 0 !important; }

.irs-from, .irs-to, .irs-single {
  background: #137AC9; }

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.media-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.row > div {
  position: relative; }

[class*="col-"] {
  position: relative; }

.cke_top {
  background-color: #f5f7fb; }

.cke_wysiwyg_frame, .cke_wysiwyg_div {
  background-color: #f5f7fb; }

.modal-header .btn-close, .modal-footer .btn-close, .modal-content .btn-close {
  position: absolute;
  top: 25px;
  right: 25px; }

.btn-close:focus {
  -webkit-box-shadow: none;
          box-shadow: none; }

.my-gallery.gallery-with-description img {
  border-color: #e6edef !important; }

/**=====================
      01. General CSS Ends
==========================**/
/**=====================
     02. Generic CSS Start
==========================**/

/*====== Text-Decoration css starts ======*/
.text-overline {
  text-decoration: overline; }

.text-line-through {
  text-decoration: line-through; }

.text-underline {
  text-decoration: underline; }

.text-dashed {
  -webkit-text-decoration: dashed;
          text-decoration: dashed; }

.text-blink {
  text-decoration: blink; }

.text-dotted {
  -webkit-text-decoration: dotted;
          text-decoration: dotted; }

.text-initial {
  text-decoration: initial; }

.text-none {
  text-decoration: none; }

.text-solid {
  -webkit-text-decoration: solid;
          text-decoration: solid; }

.text-wavy {
  -webkit-text-decoration: wavy;
          text-decoration: wavy; }

.text-inherit {
  text-decoration: inherit; }

.text-double {
  -webkit-text-decoration: double;
          text-decoration: double; }

/*====== Text-Decoration css ends ======*/
/*====== Vertical-Align css starts ======*/
.baseline {
  vertical-align: baseline; }

.sub {
  vertical-align: sub; }

.super {
  vertical-align: super; }

.top {
  vertical-align: top; }

.text-top {
  vertical-align: text-top; }

.middle {
  vertical-align: middle; }

.bottom {
  vertical-align: bottom; }

.text-bottom {
  vertical-align: text-bottom; }

.initial {
  vertical-align: initial; }

.inherit {
  vertical-align: inherit; }

/*====== Vertical-Align css ends ======*/
/*====== Position css starts ======*/
.p-static {
  position: static; }

.p-absolute {
  position: absolute; }

.p-fixed {
  position: fixed; }

.p-relative {
  position: relative; }

.p-initial {
  position: initial; }

.p-inherit {
  position: inherit; }

/*====== Position css ends ======*/
/*====== Float css starts ======*/
.f-left {
  float: left; }

.f-right {
  float: right; }

.f-none {
  float: none; }

/*====== Float css ends ======*/
/*====== Overflow css starts ======*/
.o-hidden {
  overflow: hidden; }

.o-visible {
  overflow: visible; }

.o-auto {
  overflow: auto; }

/*====== Overflow css ends ======*/
/*======= Text css starts ===========*/
.font-primary {
  color: #137AC9 !important; }

.font-secondary {
  color: #ba895d !important; }

.font-success {
  color: #1b4c43 !important; }

.font-danger {
  color: #d22d3d !important; }

.font-info {
  color: #717171 !important; }

.font-light {
  color: #e6edef !important; }

.font-dark {
  color: #2c323f !important; }

.font-warning {
  color: #e2c636 !important; }

/*======= Text css ends ===========*/
/*======= Label-color css starts  ======= */
.label {
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 0;
   }

.label-theme {
  background-color: #137AC9; }

.label-primary {
  background-color: #137AC9; }

.label-secondary {
  background-color: #ba895d; }

.label-success {
  background-color: #1b4c43; }

.label-danger {
  background-color: #d22d3d; }

.label-info {
  background-color: #717171; }

.label-light {
  background-color: #e6edef; }

.label-dark {
  background-color: #2c323f; }

.label-warning {
  background-color: #e2c636; }

/*======= Label-color css ends  ======= */

/*======= Background-color css end  ======= */
/*======= Font-color css starts  ======= */
.txt-primary {
  color: #137AC9 !important; }

.txt-secondary {
  color: #ba895d !important; }

.txt-success {
  color: #1b4c43 !important; }

.txt-danger {
  color: #d22d3d !important; }

.txt-info {
  color: #717171 !important; }

.txt-light {
  color: #e6edef !important; }

.txt-dark {
  color: #2c323f !important; }

.txt-warning {
  color: #e2c636 !important; }

.txt-google-plus {
  color: #c64e40 !important; }

.txt-twitter {
  color: #6fa2d8 !important; }

.txt-linkedin {
  color: #0077B5 !important; }

.txt-fb {
  color: #50598e !important; }

.txt-white {
  color: #fff !important; }

/*======= Font-color css end  ======= */

.btn-primary-light {
  background-color: rgba(231, 243, 253, 0.7) !important;
  border: none !important;
  color: #137AC9;
  -webkit-transition: 0.5s;
  transition: 0.5s; }
  .btn-primary-light:focus, .btn-primary-light:hover {
    background-color: rgba(36, 105, 92, 0.5) !important;
    color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s; }

/*======= Table-Border-Bottom-color css ends  ======= */
/*======= Table styling css starts  ======= */
.table-styling .table-primary,
.table-styling.table-primary {
  background-color: #137AC9;
  color: #fff !important;
  border: 3px solid #137AC9; }
  .table-styling .table-primary thead,
  .table-styling.table-primary thead {
    background-color: #17433b;
    border: 3px solid #17433b; }
  .table-styling .table-primary tr th, .table-styling .table-primary tr td,
  .table-styling.table-primary tr th,
  .table-styling.table-primary tr td {
    color: #fff; }
  .table-styling .table-primary th,
  .table-styling .table-primary td,
  .table-styling.table-primary th,
  .table-styling.table-primary td {
    background-color: transparent; }

.table-styling .table-secondary,
.table-styling.table-secondary {
  background-color: #ba895d;
  color: #fff !important;
  border: 3px solid #ba895d; }
  .table-styling .table-secondary thead,
  .table-styling.table-secondary thead {
    background-color: #a07044;
    border: 3px solid #a07044; }
  .table-styling .table-secondary tr th, .table-styling .table-secondary tr td,
  .table-styling.table-secondary tr th,
  .table-styling.table-secondary tr td {
    color: #fff; }
  .table-styling .table-secondary th,
  .table-styling .table-secondary td,
  .table-styling.table-secondary th,
  .table-styling.table-secondary td {
    background-color: transparent; }

.table-styling .table-success,
.table-styling.table-success {
  background-color: #1b4c43;
  color: #fff !important;
  border: 3px solid #1b4c43; }
  .table-styling .table-success thead,
  .table-styling.table-success thead {
    background-color: #0e2622;
    border: 3px solid #0e2622; }
  .table-styling .table-success tr th, .table-styling .table-success tr td,
  .table-styling.table-success tr th,
  .table-styling.table-success tr td {
    color: #fff; }
  .table-styling .table-success th,
  .table-styling .table-success td,
  .table-styling.table-success th,
  .table-styling.table-success td {
    background-color: transparent; }

.table-styling .table-danger,
.table-styling.table-danger {
  background-color: #d22d3d;
  color: #fff !important;
  border: 3px solid #d22d3d; }
  .table-styling .table-danger thead,
  .table-styling.table-danger thead {
    background-color: #a82431;
    border: 3px solid #a82431; }
  .table-styling .table-danger tr th, .table-styling .table-danger tr td,
  .table-styling.table-danger tr th,
  .table-styling.table-danger tr td {
    color: #fff; }
  .table-styling .table-danger th,
  .table-styling .table-danger td,
  .table-styling.table-danger th,
  .table-styling.table-danger td {
    background-color: transparent; }

.table-styling .table-info,
.table-styling.table-info {
  background-color: #717171;
  color: #fff !important;
  border: 3px solid #717171; }
  .table-styling .table-info thead,
  .table-styling.table-info thead {
    background-color: #585858;
    border: 3px solid #585858; }
  .table-styling .table-info tr th, .table-styling .table-info tr td,
  .table-styling.table-info tr th,
  .table-styling.table-info tr td {
    color: #fff; }
  .table-styling .table-info th,
  .table-styling .table-info td,
  .table-styling.table-info th,
  .table-styling.table-info td {
    background-color: transparent; }

.table-styling .table-light,
.table-styling.table-light {
  background-color: #e6edef;
  color: #fff !important;
  border: 3px solid #e6edef; }
  .table-styling .table-light thead,
  .table-styling.table-light thead {
    background-color: #c7d7db;
    border: 3px solid #c7d7db; }
  .table-styling .table-light tr th, .table-styling .table-light tr td,
  .table-styling.table-light tr th,
  .table-styling.table-light tr td {
    color: #fff; }
  .table-styling .table-light th,
  .table-styling .table-light td,
  .table-styling.table-light th,
  .table-styling.table-light td {
    background-color: transparent; }

.table-styling .table-dark,
.table-styling.table-dark {
  background-color: #2c323f;
  color: #fff !important;
  border: 3px solid #2c323f; }
  .table-styling .table-dark thead,
  .table-styling.table-dark thead {
    background-color: #171a21;
    border: 3px solid #171a21; }
  .table-styling .table-dark tr th, .table-styling .table-dark tr td,
  .table-styling.table-dark tr th,
  .table-styling.table-dark tr td {
    color: #fff; }
  .table-styling .table-dark th,
  .table-styling .table-dark td,
  .table-styling.table-dark th,
  .table-styling.table-dark td {
    background-color: transparent; }

.table-styling .table-warning,
.table-styling.table-warning {
  background-color: #e2c636;
  color: #fff !important;
  border: 3px solid #e2c636; }
  .table-styling .table-warning thead,
  .table-styling.table-warning thead {
    background-color: #c8ac1d;
    border: 3px solid #c8ac1d; }
  .table-styling .table-warning tr th, .table-styling .table-warning tr td,
  .table-styling.table-warning tr th,
  .table-styling.table-warning tr td {
    color: #fff; }
  .table-styling .table-warning th,
  .table-styling .table-warning td,
  .table-styling.table-warning th,
  .table-styling.table-warning td {
    background-color: transparent; }

/*======= Table styling css ends  ======= */
.opacity-0 {
  opacity: 0; }

.shadow-0 {
  -webkit-box-shadow: none;
          box-shadow: none; }

.map-block {
  height: 350px;
  width: 100%; }

.map-js-height {
  height: 500px; }

/**====== custom scrollbar css start ======**/
.custom-scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #e6edef; }

.custom-scrollbar::-webkit-scrollbar {
  width: 6px; }

.custom-scrollbar::-webkit-scrollbar-thumb {
  background-color: rgba(68, 102, 242, 0.15); }

/**====== Custom scrollbar css end ======**/
/**====== Animation css Start ======**/
.comment {
  color: #9f9ba5;
  font-style: italic; }

.line {
  color: #2c323f; }

.line pre {
  font-size: 100%; }

/**====== Animation css end ======**/
/**====== list style css Start ======**/
.list-circle {
  list-style: circle; }

/**====== list style css end ======**/
/**====== Modal style css Start ======**/
.theme-close {
  opacity: 1;
  height: 40px;
  width: 40px;
  position: absolute;
  z-index: 1;
  right: 0;
  background-color: #fff !important;
  border-radius: 5px; }

/**====== Modal style css end ======**/
/**====== Animation css start ======**/
.options > div {
  color: #cccccc;
  display: inline-block;
  padding: 2px 10px;
  border: 1px solid;
  margin: 0 8px 8px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .options > div:hover {
    background-color: #137AC9;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }

/**====== Animation css Ends ======**/
.modal-footer {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.img-cropper #putData {
  margin-bottom: 0; }

.img-cropper .img-container {
  min-height: auto;
  margin-bottom: 0; }

.img-cropper .docs-data > .input-group:last-child {
  margin-bottom: 0; }

.img-cropper .docs-preview {
  margin-top: 20px;
  margin-bottom: 10px; }

.dropzone .dz-preview .dz-error-message {
  background: #fff !important;
  color: #137AC9 !important;
  border: 1px solid #137AC9; }
  .dropzone .dz-preview .dz-error-message:after {
    border-bottom: 6px solid #137AC9 !important; }

.typeahead .theme-form .form-group {
  margin-bottom: 0; }

.editor-statusbar {
  border-bottom: 1px solid #e6edef; }

.page-builder .ge-canvas.ge-editing .row {
  padding: 30px;
  margin-bottom: 0; }

.page-builder .ge-canvas.ge-layout-desktop [class*="col-"] {
  width: inherit !important; }

.page-builder .btn-screen {
  padding: 0 18px 0 0; }

.datepicker {
  z-index: 99; }

/**=====================
     02. Generic CSS Ends
==========================**/
/**=====================
    03.  Card CSS Start
==========================**/
.card {
  margin-bottom: 30px;
  border: 1px solid #e6edef;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 0;
  background-color: #fff; }
  .card .card-header {
    padding: 30px 30px 0px 30px;
    border-bottom: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    position: relative;
    background-color: #fff; }
    .card .card-header.card-no-border {
      border-bottom: none !important; }
    .card .card-header h4 {
      font-size: 24px;
      font-weight: 500; }
    .card .card-header h5 {
      font-size: 22px;
      font-weight: 500; }
      .card .card-header h5:not(.mb-0) {
        margin-bottom: 0;
        font-weight: 600;
        line-height: 1.3;
        color: #2c323f; }
    .card .card-header > span {
      font-size: 12px;
      color: rgba(36, 41, 52, 0.7);
      margin-top: 5px;
      display: block; }
    .card .card-header.bg-primary h4, .card .card-header.bg-secondary h4, .card .card-header.bg-success h4, .card .card-header.bg-danger h4, .card .card-header.bg-warning h4 {
      color: #fff; }
    .card .card-header.bg-primary h5, .card .card-header.bg-secondary h5, .card .card-header.bg-success h5, .card .card-header.bg-danger h5, .card .card-header.bg-warning h5 {
      color: #fff; }
    .card .card-header.bg-primary > span, .card .card-header.bg-secondary > span, .card .card-header.bg-success > span, .card .card-header.bg-danger > span, .card .card-header.bg-warning > span {
      color: #fff; }
  .card .card-body {
    padding: 0px 30px 30px 30px;
    background-color: transparent; }
    .card .card-body p:last-child {
      margin-bottom: 0; }
    .card .card-body.bg-primary p, .card .card-body.bg-secondary p, .card .card-body.bg-success p, .card .card-body.bg-danger p, .card .card-body.bg-warning p {
      color: #fff; }
  .card .sub-title {
    border-bottom: 1px solid rgba(36, 105, 92, 0.2);
    padding-bottom: 5px;
    margin-bottom: 8px;
    font-size: 18px; }
  .card .card-footer {
    background-color: transparent;
    border-top: 1px solid #e6edef;
    padding: 30px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
    .card .card-footer.bg-primary, .card .card-footer.bg-secondary, .card .card-footer.bg-success, .card .card-footer.bg-danger, .card .card-footer.bg-warning {
      color: #fff; }

.setting-list {
  border-radius: 0 0 0 7px;
  position: absolute;
  right: 20px;
  top: 22px;
  display: inline-block;
  float: right;
  z-index: 1;
  background-color: #fff; }
  .setting-list .setting-option {
    text-align: right;
    width: 35px;
    height: 35px;
    overflow: hidden;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
    .setting-list .setting-option li {
      display: inline-block; }
      .setting-list .setting-option li:first-child i.icon-angle-double-right {
        font-size: 14px; }
    .setting-list .setting-option.open-setting {
      width: 190px; }
    .setting-list .setting-option.setting-vertical {
      text-align: center;
      height: 40px; }
      .setting-list .setting-option.setting-vertical li {
        display: block;
        margin: 5px 0; }
        .setting-list .setting-option.setting-vertical li:first-child i.icon-angle-double-right {
          -webkit-transform: rotate(90deg);
                  transform: rotate(90deg); }
      .setting-list .setting-option.setting-vertical.open-setting {
        height: 170px;
        width: 35px; }
  .setting-list i {
    margin: 0 5px;
    cursor: pointer;
    line-height: 20px; }
    .setting-list i.icofont-refresh {
      font-size: 13px; }

.card.card-load .card-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 8;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .card.card-load .card-loader i {
    margin: 0 auto;
    color: #137AC9;
    font-size: 20px; }

.card.full-card {
  position: fixed;
  top: 0;
  z-index: 99999;
  -webkit-box-shadow: none;
          box-shadow: none;
  right: 0;
  border-radius: 0;
  border: 1px solid #efefef;
  width: calc(100vw - 12px);
  height: calc(100vh); }
  .card.full-card .card-body {
    overflow: auto; }

.card-absolute {
  margin-top: 20px; }
  .card-absolute .card-header {
    position: absolute;
    top: -20px;
    margin-bottom: 30px;
    left: 15px;
    border-radius: 0.25rem;
    padding: 10px 15px; }
    .card-absolute .card-header h5 {
      font-size: 17px; }
      .card-absolute .card-header h5.text-white {
        -webkit-text-fill-color: #fff; }
  .card-absolute .card-body {
    margin-top: 10px; }

.card-header .border-tab {
  margin-bottom: -13px; }

.custom-card {
  /*overflow: hidden;*/
  padding: 30px;
margin-top: 60px; }
  .custom-card .card-header {
    padding: 0; }
    .custom-card .card-header img {
      -webkit-transform: scale(1.5);
              transform: scale(1.5); }
  .custom-card .card-profile {
    text-align: center;
margin-top: -90px; }
    .custom-card .card-profile img {
      height: 110px;
      padding: 9px;
      background-color: #f5f7fb;
      z-index: 1;
      position: relative; }

.custom-card .card-profile img.danger { background-color: var(--bs-danger); }
.custom-card .card-profile img.alternative { background-color: var(--bs-alternative); }
.custom-card .card-profile img.warning { background-color: var(--bs-warning); }
.custom-card .card-profile img.caution { background-color: var(--bs-caution); }
.custom-card .card-profile img.success { background-color: var(--bs-success); }
.custom-card .card-profile img.info { background-color: var(--bs-info); }
.custom-card p { color: var(--bs-secondary); margin-bottom: 0px; }

  .custom-card .card-social {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px; }
    .custom-card .card-social li {
      display: inline-block; }
      .custom-card .card-social li:nth-child(n+2) {
        margin-left: 10px; }
      .custom-card .card-social li a {
        width: 35px;
        height: 35px;
        border-radius: 5px;
        background-color: rgba(231, 243, 253, 0.7);
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        color: #137AC9;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
      .custom-card .card-social li:hover a {
        background-color: #137AC9;
        color: #fff; }
  .custom-card .profile-details h4 {
    font-weight: 600;
    color: #242934; }
  .custom-card .profile-details h6 {
    margin-bottom: 30px;
    margin-top: 10px;
    color: #748694;
    font-size: 14px; }
  .custom-card .card-footer {
    padding: 0; }
    .custom-card .card-footer > div {
      padding: 15px;
      text-align: center; }
      .custom-card .card-footer .row > div + div {
        border-left: 1px solid #efefef; }
      .custom-card .card-footer > div h3 {
        margin-bottom: 0;
        font-size: 20px;
        font-weight: 600; }
      .custom-card .card-footer > div h6 {
        font-size: 13px;
        color: #748694; }
      .custom-card .card-footer > div i {
        font-size: 24px;
        display: inline-block;
        margin-bottom: 15px; }
      .custom-card .card-footer > div .m-b-card {
        margin-bottom: 10px; }

/**=====================
    03. Card CSS End
==========================**/
/**=====================
     04. Loader CSS Start
==========================**/
.loader-wrapper {
  position: fixed;
  z-index: 999999;
  background: #fff;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }
  .loader-wrapper .theme-loader {
    height: 100px;
    width: 100px;
    position: relative; }
    .loader-wrapper .theme-loader .loader-p {
      border: 0 solid transparent;
      border-radius: 50%;
      width: 150px;
      height: 150px;
      position: absolute;
      top: calc(50vh - 75px);
      left: calc(50vw - 75px); }
      .loader-wrapper .theme-loader .loader-p:before {
        content: '';
        border: 1em solid #137AC9;
        border-radius: 50%;
        width: inherit;
        height: inherit;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-animation: loader 2s linear infinite;
                animation: loader 2s linear infinite;
        opacity: 0;
        -webkit-animation-delay: 0.5s;
                animation-delay: 0.5s; }
      .loader-wrapper .theme-loader .loader-p:after {
        content: '';
        border: 1em solid #137AC9;
        border-radius: 50%;
        width: inherit;
        height: inherit;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-animation: loader 2s linear infinite;
                animation: loader 2s linear infinite;
        opacity: 0; }

@-webkit-keyframes loader {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

@keyframes loader {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

.loader-box {
  height: 150px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: .3s color, .3s border, .3s transform, .3s opacity;
  transition: .3s color, .3s border, .3s transform, .3s opacity; }
  .loader-box [class*="loader-"] {
    display: inline-block;
    width: 50px;
    height: 50px;
    color: inherit;
    vertical-align: middle; }
  .loader-box .loader-1 {
    border: 0.2em dotted #137AC9;
    border-radius: 50%;
    -webkit-animation: 1s loader-01 linear infinite;
            animation: 1s loader-01 linear infinite; }

/**=====================
     04. Loader CSS Ends
==========================**/
/**=====================
    05. Header CSS Start
==========================**/
.onhover-show-div {
  -webkit-box-shadow: 0 0 12px 3px rgba(25, 124, 207, 0.05);
          box-shadow: 0 0 12px 3px rgba(25, 124, 207, 0.05);
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
  left: 0; }

.onhover-dropdown:hover .onhover-show-div {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  visibility: visible; }
  .onhover-dropdown:hover .onhover-show-div:before {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
    content: "";
    top: -7px;
    position: absolute;
    left: 10px;
    z-index: 2; }
  .onhover-dropdown:hover .onhover-show-div:after {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #f5f7fb;
    content: "";
    top: -7px;
    position: absolute;
    left: 10px;
    z-index: 1; }

/*======= Page Header css Start ======= */
.page-wrapper .page-main-header {
  position: fixed;
  top: 0;
  z-index: 9;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(25, 124, 207, 0.08);
          box-shadow: 0 0 20px rgba(25, 124, 207, 0.08); }
  .page-wrapper .page-main-header.open {
    margin-left: 0;
    width: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s; }

.page-wrapper .page-body-wrapper {
  background-color: #f5f7fb; }
  .page-wrapper .page-body-wrapper .page-body {
    min-height: calc(100vh - 76px);
    margin-top: 76px;
    padding: 0 15px 0 15px;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #f5f7fb; }
  .page-wrapper .page-body-wrapper .page-header {
    padding-bottom: 30px; }
    .page-wrapper .page-body-wrapper .page-header .row {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .page-wrapper .page-body-wrapper .page-header .row h3 {
        font-size: 24px;
        margin-bottom: 0;
        font-weight: 600;
         }
        .page-wrapper .page-body-wrapper .page-header .row h3 small {
          display: block;
          font-size: 12px;
          margin-bottom: 5px;
          
          color: rgba(36, 41, 52, 0.7); }
    .page-wrapper .page-body-wrapper .page-header .breadcrumb {
      background-color: transparent;
      padding: 0;
      margin-top: 5px;
      margin-bottom: 0; }
      .page-wrapper .page-body-wrapper .page-header .breadcrumb li {
        color: #717171;
        font-size: 13px;
        font-weight: 500; }
      .page-wrapper .page-body-wrapper .page-header .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
        content: "/"; }
      .page-wrapper .page-body-wrapper .page-header .breadcrumb .breadcrumb-item a {
        color: #137AC9; }

/*======= Page Header css ends  ======= */
/**======Main Header css Start ======**/
.page-main-header {
  max-width: 100vw; }
  .page-main-header .main-header-right {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative; }
    .page-main-header .main-header-right .main-header-left {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 290px;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 24px 30px;
      border-right: 1px solid #e6edef; }
      .page-main-header .main-header-right .main-header-left .dark-logo-wrapper {
        display: none; }
    .page-main-header .main-header-right .left-menu-header {
      padding: 21px 40px; }
      .page-main-header .main-header-right .left-menu-header ul li .search-form .search-bg {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 100%; }
        .page-main-header .main-header-right .left-menu-header ul li .search-form .search-bg i {
          text-align: center; }
    .page-main-header .main-header-right .nav-right .nav-menus {
      padding: 20px 40px; }
    .nav-menus i { font-size: 18px; }
    .nav-menus .btn i { font-size: inherit; }
    .page-main-header .main-header-right .nav-right .profile-dropdown {
      width: 160px;
      top: 57px;
      right: -12px;
      padding: 10px; }
      .page-main-header .main-header-right .nav-right .profile-dropdown li {
        padding: 10px !important; }
        .page-main-header .main-header-right .nav-right .profile-dropdown li svg {
          width: 16px;
          vertical-align: bottom;
          margin-right: 10px; }
    .page-main-header .main-header-right .toggle-sidebar {
      cursor: pointer;
      padding: 5px 8px;
      border-radius: 5px;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .page-main-header .main-header-right .toggle-sidebar svg {
        width: 20px;
        color: #137AC9; }
      .page-main-header .main-header-right .toggle-sidebar:hover {
        background-color: rgba(231, 243, 253, 0.7); }
    .page-main-header .main-header-right .vertical-mobile-sidebar {
      display: none; }
    .page-main-header .main-header-right .nav-left i {
      margin-right: 20px; }
    .page-main-header .main-header-right .nav-left input:focus {
      outline: 0 !important; }
    .page-main-header .main-header-right .left-menu-header ul li i {
      color: #137AC9; }
    .page-main-header .main-header-right .left-menu-header ul li .search-form {
      font-family: "Poppins", sans-serif; }
      .page-main-header .main-header-right .left-menu-header ul li .search-form input {
        padding: 0 20px;
        border: none;
        background: transparent;
        color: rgba(36, 41, 52, 0.7);
        font-weight: 500; }
        .page-main-header .main-header-right .left-menu-header ul li .search-form input::-webkit-input-placeholder {
          color: rgba(36, 41, 52, 0.7);
          font-weight: 500; }
        .page-main-header .main-header-right .left-menu-header ul li .search-form input::-moz-placeholder {
          color: rgba(36, 41, 52, 0.7);
          font-weight: 500; }
        .page-main-header .main-header-right .left-menu-header ul li .search-form input:-ms-input-placeholder {
          color: rgba(36, 41, 52, 0.7);
          font-weight: 500; }
        .page-main-header .main-header-right .left-menu-header ul li .search-form input::-ms-input-placeholder {
          color: rgba(36, 41, 52, 0.7);
          font-weight: 500; }
        .page-main-header .main-header-right .left-menu-header ul li .search-form input::placeholder {
          color: rgba(36, 41, 52, 0.7);
          font-weight: 500; }
    .page-main-header .main-header-right .nav-right {
      text-align: left; }
      .page-main-header .main-header-right .nav-right ul li svg {
        vertical-align: middle;
        width: 18px;
        height: 18px; }
        .page-main-header .main-header-right .nav-right ul li svg path {
          color: #2b2b2b; }
      .page-main-header .main-header-right .nav-right ul li:last-child {
        margin-right: 0; }
      .page-main-header .main-header-right .nav-right ul li .mode .mode-moon, .page-main-header .main-header-right .nav-right ul li .mode .mode-sun {
        position: absolute;
        top: 0;
        left: 0; }
      .page-main-header .main-header-right .nav-right ul li .mode .mode-sun {
        opacity: 0;
        visibility: hidden;
        z-index: 1; }
        .page-main-header .main-header-right .nav-right ul li .mode .mode-sun.show {
          opacity: 1;
          visibility: visible; }
      .page-main-header .main-header-right .nav-right ul li .mode i {
        vertical-align: middle;
        font-size: 18px; }
      .page-main-header .main-header-right .nav-right .onhover-show-div li {
        display: block; }
      .page-main-header .main-header-right .nav-right > ul {
        padding: 0 0; }
      .page-main-header .main-header-right .nav-right .btn-primary-light {
        padding: 6px 20px;
        font-weight: 600; }
        .page-main-header .main-header-right .nav-right .btn-primary-light svg {
          margin-right: 10px; }
          .page-main-header .main-header-right .nav-right .btn-primary-light svg path {
            color: #137AC9;
            -webkit-transition: 0.5s;
            transition: 0.5s; }
        .page-main-header .main-header-right .nav-right .btn-primary-light:focus, .page-main-header .main-header-right .nav-right .btn-primary-light:hover {
          background-color: #137AC9 !important;
          color: #fff; }
          .page-main-header .main-header-right .nav-right .btn-primary-light:focus a, .page-main-header .main-header-right .nav-right .btn-primary-light:hover a {
            color: #fff; }
          .page-main-header .main-header-right .nav-right .btn-primary-light:focus svg path, .page-main-header .main-header-right .nav-right .btn-primary-light:hover svg path {
            color: #fff;
            -webkit-transition: 0.5s;
            transition: 0.5s; }
      .page-main-header .main-header-right .nav-right.right-menu ul {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
        .page-main-header .main-header-right .nav-right.right-menu ul li {
          position: relative; }
          .page-main-header .main-header-right .nav-right.right-menu ul li .notification {
            position: absolute;
            top: -2px;
            right: -9px;
            padding: 5px 7px; }
          .page-main-header .main-header-right .nav-right.right-menu ul li .profile-media .media-body {
            margin-left: 15px; }
            .page-main-header .main-header-right .nav-right.right-menu ul li .profile-media .media-body span {
              font-weight: 500; }
            .page-main-header .main-header-right .nav-right.right-menu ul li .profile-media .media-body p {
              font-size: 12px;
              line-height: 1;
              color: rgba(36, 41, 52, 0.7);
              font-weight: 500; }
          .page-main-header .main-header-right .nav-right.right-menu ul li:hover {
            background-color: rgba(231, 243, 253, 0.7); }
            .page-main-header .main-header-right .nav-right.right-menu ul li:hover .media .media-body > span {
              color: #323846; }
            .page-main-header .main-header-right .nav-right.right-menu ul li:hover .media .media-body p {
              color: #137AC9; }
            .page-main-header .main-header-right .nav-right.right-menu ul li:hover .media p {
              color: #137AC9; }
            .page-main-header .main-header-right .nav-right.right-menu ul li:hover .btn svg {
              stroke: #fff; }
      .page-main-header .main-header-right .nav-right .icon-user {
        font-size: 16px; }
      .page-main-header .main-header-right .nav-right > ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .page-main-header .main-header-right .nav-right > ul > li {
          position: relative;
          padding: 6px 10px;
          border-radius: 4px;
          margin-right: 20px; }
          .page-main-header .main-header-right .nav-right > ul > li .badge {
            padding: 4px 8px; }
          .page-main-header .main-header-right .nav-right > ul > li span {
            letter-spacing: 0.9px; }
            .page-main-header .main-header-right .nav-right > ul > li span .fa {
              color: #cccccc; }
            .page-main-header .main-header-right .nav-right > ul > li span ul {
              left: inherit;
              right: -10px;
              width: 130px; }
              .page-main-header .main-header-right .nav-right > ul > li span ul:before, .page-main-header .main-header-right .nav-right > ul > li span ul:after {
                left: inherit;
                right: 10px; }
              .page-main-header .main-header-right .nav-right > ul > li span ul li {
                display: block; }
                .page-main-header .main-header-right .nav-right > ul > li span ul li a {
                  font-size: 14px;
                  color: #2c323f; }
                  .page-main-header .main-header-right .nav-right > ul > li span ul li a i {
                    margin-left: 10px;
                    font-size: 13px;
                    color: #2c323f; }
        .page-main-header .main-header-right .nav-right > ul .flag-icon {
          font-size: 16px; }
      .page-main-header .main-header-right .nav-right .chat-dropdown {
        width: 330px;
        top: 49px;
        right: 0;
        left: unset; }
        .page-main-header .main-header-right .nav-right .chat-dropdown li {
          padding: 15px; }
          .page-main-header .main-header-right .nav-right .chat-dropdown li + li {
            border-top: 1px solid #e6edef; }
          .page-main-header .main-header-right .nav-right .chat-dropdown li .media img {
            width: 40px;
            position: relative; }
          .page-main-header .main-header-right .nav-right .chat-dropdown li .media .media-body > span {
            font-weight: 600;
            color: #137AC9 !important; }
          .page-main-header .main-header-right .nav-right .chat-dropdown li .media .media-body p {
            margin-bottom: 0;
            color: #2c323f !important; }
          .page-main-header .main-header-right .nav-right .chat-dropdown li .media > p {
            color: #cccccc; }
        .page-main-header .main-header-right .nav-right .chat-dropdown:before, .page-main-header .main-header-right .nav-right .chat-dropdown:after {
          right: 10px !important;
          left: unset !important; }
      .page-main-header .main-header-right .nav-right .bookmark-dropdown {
        width: 300px;
        top: 50px;
        left: unset;
        right: 0;
        border-radius: 8px;
        padding: 15px; }
        .page-main-header .main-header-right .nav-right .bookmark-dropdown::before, .page-main-header .main-header-right .nav-right .bookmark-dropdown::after {
          display: none; }
        .page-main-header .main-header-right .nav-right .bookmark-dropdown .form-group .input-group .input-group-prepend .input-group-text {
          background-color: transparent;
          height: 100%; }
        .page-main-header .main-header-right .nav-right .bookmark-dropdown .form-group .input-group .form-control {
          border-left: none;
          font-size: 13px; }
          .page-main-header .main-header-right .nav-right .bookmark-dropdown .form-group .input-group .form-control::-webkit-input-placeholder {
            color: #cccccc;
            font-size: 13px; }
          .page-main-header .main-header-right .nav-right .bookmark-dropdown .form-group .input-group .form-control::-moz-placeholder {
            color: #cccccc;
            font-size: 13px; }
          .page-main-header .main-header-right .nav-right .bookmark-dropdown .form-group .input-group .form-control:-ms-input-placeholder {
            color: #cccccc;
            font-size: 13px; }
          .page-main-header .main-header-right .nav-right .bookmark-dropdown .form-group .input-group .form-control::-ms-input-placeholder {
            color: #cccccc;
            font-size: 13px; }
          .page-main-header .main-header-right .nav-right .bookmark-dropdown .form-group .input-group .form-control::placeholder {
            color: #cccccc;
            font-size: 13px; }
        .page-main-header .main-header-right .nav-right .bookmark-dropdown ul li {
          padding-top: 10px;
          padding-bottom: 10px; }
          .page-main-header .main-header-right .nav-right .bookmark-dropdown ul li:hover {
            background-color: #f5f7fb; }
            .page-main-header .main-header-right .nav-right .bookmark-dropdown ul li:hover .bookmark-icon {
              color: #137AC9; }
          .page-main-header .main-header-right .nav-right .bookmark-dropdown ul li .bookmark-icon {
            margin-right: 15px;
            vertical-align: bottom; }
          .page-main-header .main-header-right .nav-right .bookmark-dropdown ul li.add-to-bookmark {
            font-weight: 500;
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease; }
            .page-main-header .main-header-right .nav-right .bookmark-dropdown ul li.add-to-bookmark .pull-right svg {
              color: #fa9f44;
              -webkit-transition: all 0.5s ease;
              transition: all 0.5s ease; }
            .page-main-header .main-header-right .nav-right .bookmark-dropdown ul li.add-to-bookmark:hover {
              color: #137AC9; }
              .page-main-header .main-header-right .nav-right .bookmark-dropdown ul li.add-to-bookmark:hover .bookmark-icon {
                stroke: #137AC9; }
              .page-main-header .main-header-right .nav-right .bookmark-dropdown ul li.add-to-bookmark:hover .pull-right svg {
                color: #fa9f44;
                fill: #fa9f44; }
      .page-main-header .main-header-right .nav-right .notification-box {
        position: relative; }
        .page-main-header .main-header-right .nav-right .notification-box svg {
          -webkit-animation: tada 1.5s ease infinite;
                  animation: tada 1.5s ease infinite; }
        .page-main-header .main-header-right .nav-right .notification-box .dot-animated {
          position: absolute;
          right: -5px;
          top: -6px;
          width: 6px;
          height: 6px;
          border-radius: 100%;
          content: '';
          background-color: #d22d3d;
          -webkit-animation: fadeIn 2s ease infinite;
                  animation: fadeIn 2s ease infinite; }
      .page-main-header .main-header-right .nav-right .notification-dropdown {
        top: 52px;
        width: 300px;
        right: -20px !important;
        left: unset; }
        .page-main-header .main-header-right .nav-right .notification-dropdown li {
          padding: 15px !important; }
          .page-main-header .main-header-right .nav-right .notification-dropdown li .badge-primary {
            background-color: rgba(231, 243, 253, 0.7);
            color: #137AC9; }
          .page-main-header .main-header-right .nav-right .notification-dropdown li .media .notification-bg {
            width: 40px;
            height: 40px;
            border-radius: 100%;
            margin-right: 15px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center; }
            .page-main-header .main-header-right .nav-right .notification-dropdown li .media .notification-bg.bg-light-primary {
              background-color: rgba(231, 243, 253, 0.7);
              color: #137AC9; }
            .page-main-header .main-header-right .nav-right .notification-dropdown li .media .notification-bg.bg-light-secondary {
              background-color: rgba(186, 137, 93, 0.1);
              color: #ba895d; }
              .page-main-header .main-header-right .nav-right .notification-dropdown li .media .notification-bg.bg-light-secondary svg path {
                color: #ba895d; }
            .page-main-header .main-header-right .nav-right .notification-dropdown li .media .notification-bg.bg-light-success {
              background-color: rgba(27, 76, 67, 0.1);
              color: #1b4c43; }
            .page-main-header .main-header-right .nav-right .notification-dropdown li .media .notification-bg.bg-light-danger {
              background-color: rgba(210, 45, 61, 0.1);
              color: #d22d3d; }
              .page-main-header .main-header-right .nav-right .notification-dropdown li .media .notification-bg.bg-light-danger path {
                color: #d22d3d; }
          .page-main-header .main-header-right .nav-right .notification-dropdown li .media .media-body p {
            font-weight: 700;
            margin-bottom: 0; }
          .page-main-header .main-header-right .nav-right .notification-dropdown li .media .media-body span {
            font-size: 12px;
            color: #cccccc;
            font-weight: 500; }
          .page-main-header .main-header-right .nav-right .notification-dropdown li + li {
            border-top: 1px solid #e6edef; }
          .page-main-header .main-header-right .nav-right .notification-dropdown li.noti-primary:hover {
            background-color: rgba(231, 243, 253, 0.7); }
          .page-main-header .main-header-right .nav-right .notification-dropdown li.noti-secondary:hover {
            background-color: rgba(186, 137, 93, 0.1); }
            .page-main-header .main-header-right .nav-right .notification-dropdown li.noti-secondary:hover .media .media-body p {
              color: #ba895d; }
            .page-main-header .main-header-right .nav-right .notification-dropdown li.noti-secondary:hover .media .media-body span {
              color: #ba895d; }
          .page-main-header .main-header-right .nav-right .notification-dropdown li.noti-success:hover {
            background-color: rgba(27, 76, 67, 0.1); }
            .page-main-header .main-header-right .nav-right .notification-dropdown li.noti-success:hover .media .media-body p {
              color: #1b4c43; }
            .page-main-header .main-header-right .nav-right .notification-dropdown li.noti-success:hover .media .media-body span {
              color: #1b4c43; }
          .page-main-header .main-header-right .nav-right .notification-dropdown li.noti-danger:hover {
            background-color: rgba(210, 45, 61, 0.1); }
            .page-main-header .main-header-right .nav-right .notification-dropdown li.noti-danger:hover .media .media-body p {
              color: #d22d3d; }
            .page-main-header .main-header-right .nav-right .notification-dropdown li.noti-danger:hover .media .media-body span {
              color: #d22d3d; }
          .page-main-header .main-header-right .nav-right .notification-dropdown li:hover .notification-bg.bg-light-primary {
            background-color: #137AC9;
            color: #fff; }
          .page-main-header .main-header-right .nav-right .notification-dropdown li:hover .notification-bg.bg-light-secondary {
            background-color: #ba895d;
            color: #fff; }
            .page-main-header .main-header-right .nav-right .notification-dropdown li:hover .notification-bg.bg-light-secondary svg path {
              color: #fff; }
          .page-main-header .main-header-right .nav-right .notification-dropdown li:hover .notification-bg.bg-light-success {
            background-color: #1b4c43;
            color: #fff; }
            .page-main-header .main-header-right .nav-right .notification-dropdown li:hover .notification-bg.bg-light-success svg {
              color: #fff; }
              .page-main-header .main-header-right .nav-right .notification-dropdown li:hover .notification-bg.bg-light-success svg path {
                color: #fff; }
          .page-main-header .main-header-right .nav-right .notification-dropdown li:hover .notification-bg.bg-light-danger {
            background-color: #d22d3d;
            color: #fff; }
            .page-main-header .main-header-right .nav-right .notification-dropdown li:hover .notification-bg.bg-light-danger path {
              color: #fff; }
        .page-main-header .main-header-right .nav-right .notification-dropdown:before, .page-main-header .main-header-right .nav-right .notification-dropdown:after {
          right: 28px !important;
          left: unset !important; }
    .page-main-header .main-header-right li {
      display: inline-block;
      position: relative; }

.onhover-dropdown {
  cursor: pointer;
  position: relative; }

.onhover-show-div {
  top: 80px;
  position: absolute;
  z-index: 8;
  background-color: #fff;
  border: 1px solid #f5f7fb;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s; }
  .onhover-show-div li a svg {
    margin-top: 0 !important; }
    .onhover-show-div li a svg path, .onhover-show-div li a svg line {
      color: #242934 !important; }

/**======Main Header css Ends ======**/
/** ===== Vertical Menu css Start=====**/
.vertical-menu-main {
  background: white;
  position: fixed;
  top: 88px;
  z-index: 1;
  width: 100%; }

.vertical-menu-mt {
  margin-top: 148px !important;
  margin-left: 0 !important; }
  .vertical-menu-mt .custom-card .card-header img {
    margin-top: -146px !important; }

.vertical-menu-main #main-nav #main-menu li a svg {
  width: 15px;
  height: 15px;
  margin-right: 8px;
  stroke-width: 2.5; }

.vertical-menu-main .mega-menu {
  width: 1500px !important;
  max-width: 1500px !important;
  padding: 0;
  left: -120px !important;
  top: 65px !important; }

/** ===== Vertical Menu css Ends=====**/
@media only screen and (max-width: 1366px) {
  .profile-dropdown.onhover-show-div {
    left: 0;
    right: unset !important; }
    .profile-dropdown.onhover-show-div:before, .profile-dropdown.onhover-show-div:after {
      right: 10px !important;
      left: unset !important; } }

@media only screen and (max-width: 1199px) {
  .page-main-header .main-header-right .nav-right > ul > li {
    padding: 6px;
    margin-right: 15px; } }

@media only screen and (max-width: 991px) {
  .page-main-header .main-header-right .nav-right .notification-dropdown {
    top: 46px; } }

/**=====================
    05. Header CSS Ends
==========================**/
/**=====================
    78. Sidebar CSS Start
==========================**/
.page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .nav-submenu li a:after, .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-title h5:after {
  position: absolute;
  content: "";
  top: 30%;
  font-family: FontAwesome;
  font-size: 11px;
  color: #cccccc; }

.page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu > li .nav-submenu li a:after {
  position: absolute;
  content: "";
  top: 49%;
  width: 5px;
  height: 1px;
  border-radius: 100%;
  background-color: #59667a; }

.page-wrapper {
  position: relative; }
  .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav {
    z-index: 3;
    height: 54px;
    line-height: inherit;
    position: fixed;
    width: 100%;
    top: 77px;
    background: #fff;
    border-top: 1px solid #e6edef;
    border-bottom: 1px solid #e6edef; }
    .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .sidebar-user {
      display: none; }
    .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .logo-wrapper, .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .logo-icon-wrapper {
      display: none; }
    .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar {
      text-align: left;
      position: relative; }
      .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar #mainnav {
        width: 1920px;
        position: fixed;
        left: 0; }
      .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .left-arrow, .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .right-arrow {
        position: absolute;
        top: 0px;
        padding: 14px;
        background-color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        z-index: 1; }
        .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .left-arrow.disabled, .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .right-arrow.disabled {
          display: none; }
      .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .left-arrow {
        left: 0; }
      .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .right-arrow {
        right: 0; }
      .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu {
        list-style: none;
        margin: 0;
        padding: 0;
        line-height: normal;
        direction: ltr;
        text-align: left;
        display: -webkit-box !important;
        padding: 0 5px;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        white-space: nowrap; }
        .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu li.dropdown a.active .according-menu i:before {
          content: '-'; }
        .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu li.dropdown a.link-nav .according-menu {
          display: none; }
        .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu li.dropdown ul.nav-submenu li a.active {
          color: #137AC9; }
          .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu li.dropdown ul.nav-submenu li a.active:after {
            background-color: #137AC9; }
        .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu .sidebar-main-title {
          display: none; }
        .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu > li {
          position: relative;
          float: left;
          display: block;
          padding-top: 15px;
          padding-bottom: 15px; }
          .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu > li + li {
            border-left: 1px solid #e6edef; }
          .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu > li:first-child {
            display: none !important; }
          .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu > li > a {
            display: block;
            color: #242934;
            line-height: 23px;
            text-decoration: none;
            
            padding: 0 18px;
            letter-spacing: 0.04em;
            position: relative;
            border-radius: 4px;
            font-weight: 500; }
            .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu > li > a svg {
              width: 16px;
              vertical-align: bottom;
              margin-right: 15px; }
            .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu > li > a .according-menu {
              display: none; }
          .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu > li .nav-submenu {
            position: absolute;
            left: 0;
            z-index: 4;
            -webkit-box-shadow: 0 0 1px 0 #898989;
                    box-shadow: 0 0 1px 0 #898989;
            padding: 15px 0px 15px 0px;
            background: white; }
            .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu > li .nav-submenu li {
              border: 0;
              float: none;
              position: relative;
              display: block; }
              .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu > li .nav-submenu li a {
                border: 0 !important;
                background: transparent;
                color: #717171;
                border-radius: 0 !important;
                
                font-size: 13px;
                padding: 6px 25px;
                display: block;
                letter-spacing: 0.07em;
                -webkit-transition: all 0.5s ease;
                transition: all 0.5s ease;
                position: relative; }
                .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu > li .nav-submenu li a:after {
                  left: 12px; }
              .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu > li .nav-submenu li .nav-sub-childmenu {
                position: absolute;
                width: 200px;
                right: -200px;
                top: 0;
                background-color: #fff;
                border: none;
                padding: 15px 0px 15px 0px;
                -webkit-box-shadow: 0 0 1px 0 #898989;
                        box-shadow: 0 0 1px 0 #898989; }
          .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu > li .mega-menu-container {
            position: fixed;
            right: 30px;
            z-index: 4;
            -webkit-box-shadow: 0 0 1px 0 #898989;
                    box-shadow: 0 0 1px 0 #898989;
            padding: 30px;
            background-color: #fff;
            width: 95%;
            border-radius: 4px; }
            .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu > li .mega-menu-container .mega-box {
              width: 20%; }
              .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-title h5 {
                text-transform: uppercase;
                font-size: 14px;
                margin-left: -13px;
                font-weight: 600; }
              .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-content {
                -webkit-box-shadow: none;
                        box-shadow: none;
                background-color: transparent;
                position: relative;
                display: block;
                padding: 0; }
                .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-content ul li {
                  border: 0;
                  float: none;
                  position: relative;
                  display: block; }
                  .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-content ul li a {
                    border: 0 !important;
                    background: transparent;
                    color: #717171;
                    border-radius: 0 !important;
                    
                    padding: 3px 0;
                    font-size: 13px;
                    display: block;
                    letter-spacing: 0.07em;
                    line-height: 1.9;
                    position: relative; }
                    .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-content ul li a:after {
                      position: absolute;
                      content: "";
                      left: -12px;
                      top: 50%;
                      width: 5px;
                      height: 1px;
                      background-color: #59667a; }
          .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu > li:hover > a:after {
            left: 0;
            right: 0;
            opacity: 1; }
          .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu > li.mega-menu {
            position: unset; }
    .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav.white-active .main-navbar .nav-menu > li .nav-link.active {
      background-color: white;
      color: #ba895d; }
    .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav.overlay-white {
      background-color: rgba(255, 255, 255, 0.08); }
  .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu .toggle-nav {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer; }
    .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu .toggle-nav i {
      font-size: 24px; }
  .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu .mega-box .link-section .demo ul li a {
    position: relative; }
    .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu .mega-box .link-section .demo ul li a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu .mega-box .link-section .demo ul li a:focus {
      padding-top: 3px;
      padding-bottom: 3px; }
  .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu .mega-box .link-section .demo .new {
    position: absolute;
    top: -8px;
    right: 0px;
    color: white;
    background-color: #137AC9;
    padding: 2px 7px;
    text-transform: uppercase;
    font-size: 9px;
    line-height: 1.3; }
  .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu .mega-box .link-section .demo .title {
    border-bottom: 2px solid red !important; }
  .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body {
    min-height: calc(100vh - 130px);
    margin-top: 130px;
    padding-top: 30px; }
  .page-wrapper.horizontal-wrapper .page-main-header {
    -webkit-box-shadow: none;
            box-shadow: none; }
    .page-wrapper.horizontal-wrapper .page-main-header .main-header-right .form-control-plaintext {
      width: auto !important; }
    .page-wrapper.horizontal-wrapper .page-main-header .main-header-right .toggle-sidebar {
      display: none; }
  .page-wrapper.compact-wrapper .page-main-header.close_icon {
    margin-left: 0;
    width: calc(100% - 0px); }
  .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav {
    position: fixed;
    border-bottom: none;
    top: 83px;
    z-index: 8;
    height: 100%;
    line-height: inherit;
    background: #fff;
    border-right: 1px solid #e6edef;
    width: 290px;
    text-align: left;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }
    .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .sidebar-main-title > div {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      padding-bottom: 10px;
      margin-top: 15px;
      margin-bottom: 15px;
      border-bottom: 1px solid #e6edef; }
      .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .sidebar-main-title > div h6 {
        color: #006788;
        font-size: 18px;
        margin-bottom: 0; }
      .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .sidebar-main-title > div p {
        color: #242934;
        margin-bottom: 0; }
    .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .sidebar-user {
      padding: 10px 30px 10px;
      position: relative;
      border-bottom: 1px solid #e6edef;
      margin-bottom: 20px; }
      .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .sidebar-user .setting-primary {
        position: absolute;
        top: 10px;
        right: 25px; }
      .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .sidebar-user h6 {
        margin-bottom: 0; }
      .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .sidebar-user p {
        color: #748694;
        font-family: "Poppins", sans-serif;
        font-size: 13px; }
      .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .sidebar-user .badge-bottom {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 95px; }
        .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .sidebar-user .badge-bottom .badge {
          padding: 4px 6px 3px;
          -webkit-box-shadow: 0px 7px 10px rgba(36, 105, 92, 0.3);
                  box-shadow: 0px 7px 10px rgba(36, 105, 92, 0.3);
          font-family: "Poppins", sans-serif; }
      .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .sidebar-user ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
            justify-content: space-around;
        margin-top: 20px; }
        .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .sidebar-user ul li {
          position: relative; }
          .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .sidebar-user ul li + li::before {
            position: absolute;
            content: '';
            left: -14px;
            top: 15px;
            width: 2px;
            height: 15px;
            background-color: #e6edef; }
          .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .sidebar-user ul li span {
            font-weight: 600; }
          .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .sidebar-user ul li p {
            font-size: 12px;
            margin-bottom: -5px; }
    .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav.close_icon {
      margin-left: 0;
      opacity: 0;
      visibility: hidden; }
      .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav.close_icon ~ .page-body {
        margin-left: 0px;
        -webkit-transition: 0.5s;
        transition: 0.5s; }
      .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav.close_icon ~ footer {
        margin-left: 78px;
        -webkit-transition: 0.5s;
        transition: 0.5s; }
    .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .left-arrow, .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .right-arrow {
      display: none; }
    .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu {
      border-radius: 0;
      height: calc(100vh - 350px);
      left: -300px;
      z-index: 99;
      -webkit-transition: color 1s ease;
      transition: color 1s ease;
      overflow: hidden;
      overflow-y: auto;
      color: rgba(0, 0, 0, 0);
      padding-bottom: 75px; }
      .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu.custom-scrollbar::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px transparent; }
      .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu.custom-scrollbar::-webkit-scrollbar-thumb, .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu.custom-scrollbar::-webkit-scrollbar {
        width: 6px;
        border-radius: 13px; }
      .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu.custom-scrollbar::-webkit-scrollbar-thumb {
        -webkit-box-shadow: inset 0 0 0 10px;
                box-shadow: inset 0 0 0 10px;
        background-color: #f5f7fb; }
      .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu:hover.custom-scrollbar {
        color: rgba(36, 105, 92, 0.2); }
      .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu .dropdown ul.nav-submenu li a.active {
        background-color: #E7F3FD;
        border-radius: 5px;
        font-weight: 600;
        color: #2C323F; }
        .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu .dropdown ul.nav-submenu li a.active:after {
          color: #137AC9; }
      .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu .dropdown ul.nav-submenu li:hover a {
        color: #137AC9; }
      .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu li a {
        font-weight: 600; }
        .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu li a.link-nav .according-menu {
          display: none; }
      .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu li:last-child {
        border-bottom: none; }
      .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu.opennav {
        left: 0; }
      .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu .back-btn {
        display: block;
        width: 100%;
        padding: 0; }
        .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu .back-btn .mobile-back {
          padding: 20px;
          color: #2b2b2b;
          font-weight: 700;
          text-transform: uppercase;
          border-bottom: 1px solid #efefef;
          cursor: pointer;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
      .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li {
        display: block;
        float: none;
        width: 100%;
        padding: 0 20px; }
        .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li span {
          font-weight: 600; }
        .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li a {
          padding: 10px 15px;
          position: relative;
          color: #222222; }
          .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li a i {
            /*width: 16px;
            vertical-align: bottom;
            float: none;
            stroke-width: 2.5px; */
            font-size: 16px;
            margin-right: 15px;}
          .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li a .sub-arrow {
            right: 20px;
            position: absolute;
            top: 10px; }
            .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li a .sub-arrow i {
              display: none; }
            .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li a .sub-arrow:before {
              display: none; }
        .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li:first-child {
          display: none !important; }
        .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .nav-submenu {
          width: 100%;
          padding: 0;
          position: relative !important;
          display: none; }
          .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .nav-submenu > li a {
            padding-left: 25px !important;
            font-weight: 400; }
          .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .nav-submenu .submenu-title .according-menu {
            top: 8px; }
          .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .nav-submenu.opensubmenu {
            display: block; }
          .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .nav-submenu li .nav-sub-childmenu {
            display: none;
            position: relative !important;
            right: 0;
            width: 100%;
            padding: 0; }
            .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .nav-submenu li .nav-sub-childmenu.opensubchild {
              display: block; }
            .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .nav-submenu li .nav-sub-childmenu li a {
              padding: 6px 45px;
              padding-left: 46px !important; }
              .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .nav-submenu li .nav-sub-childmenu li a:after {
                display: none; }
          .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .nav-submenu li a {
            padding: 8px 25px;
            font-size: 13px;
            color: #717171;
            display: block;
            position: relative; }
            .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .nav-submenu li a:after {
              left: 26px; }
            .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .nav-submenu li a:hover {
              margin-left: 0; }
        .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .mega-menu-container {
          display: none;
          padding: 0;
          position: relative; }
          .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .mega-menu-container.opensubmenu {
            display: block; }
          .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .mega-menu-container .mega-box {
            width: 100%;
            padding: 0; }
            .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-title {
              position: relative; }
              .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-title h5 {
                margin-bottom: 0;
                line-height: 1.9;
                padding: 6px 25px 6px 45px;
                font-size: 13px;
                font-weight: 400;
                color: #242934;
                position: relative;
                cursor: pointer; }
                .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-title h5:after {
                  left: 26px; }
              .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-title .according-menu {
                top: 8px; }
            .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-content {
              display: none; }
              .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-content.opensubmegamenu {
                display: block; }
                .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-content.opensubmegamenu ul li a {
                  padding: 6px 25px 6px 50px;
                  font-size: 13px;
                  font-weight: 400;
                  color: #242934;
                  display: block; }
                  .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-content.opensubmegamenu ul li a:after {
                    display: none; }
              .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-content ul li a {
                line-height: 1.9; }
                .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-content ul li a:hover {
                  margin-left: 0; }
        .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .nav-link {
          border-radius: 5px;
          -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease; }
          .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .nav-link.active, .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .nav-link:hover {
            background-color: #10B3C9;
            color: #fff;
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease;
            position: relative; }
            .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .nav-link.active .according-menu i, .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .nav-link:hover .according-menu i {
              color: #d0efe9; }
            .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .nav-link.active svg, .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .nav-link:hover svg {
              color: #d0efe9 !important; }
  .page-wrapper.compact-wrapper .page-body-wrapper header .menu nav {
    margin-left: auto;
    margin-right: 30px; }
  .page-wrapper.compact-wrapper .page-body-wrapper .mega-box .link-section .demo ul li a span img {
    top: 30px;
    right: -60px; }
  .page-wrapper.compact-wrapper .page-body-wrapper .mega-box.col {
    -ms-flex-preferred-size: unset;
        flex-basis: unset; }
  .page-wrapper.compact-wrapper .page-body-wrapper .according-menu {
    position: absolute;
    right: 15px;
    top: 12px;
    display: block; }
    .page-wrapper.compact-wrapper .page-body-wrapper .according-menu i {
      vertical-align: middle;
      color: #000; }
  .page-wrapper.compact-wrapper .page-body-wrapper .main-menu.border-section {
    border: none; }
  .page-wrapper.compact-wrapper .page-body-wrapper .main-menu .menu-left .main-menu-right .toggle-nav {
    position: absolute;
    z-index: 2;
    right: 145px;
    top: 6px; }
    .page-wrapper.compact-wrapper .page-body-wrapper .main-menu .menu-left .main-menu-right .toggle-nav .sidebar-name {
      font-size: 18px;
      padding-left: 5px;
      text-transform: uppercase; }
  .page-wrapper.compact-wrapper .page-body-wrapper .page-body {
    padding-top: 30px;
    margin-left: 290px; }
  .page-wrapper.compact-sidebar.compact-wrapper .page-body-wrapper .according-menu {
    display: none !important; }
  .page-wrapper.compact-sidebar.compact-wrapper .page-body-wrapper header.main-nav {
    width: 150px; }
    .page-wrapper.compact-sidebar.compact-wrapper .page-body-wrapper header.main-nav .sidebar-user {
      display: none; }
    .page-wrapper.compact-sidebar.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu {
      height: calc(100vh - 80px);
      padding-top: 40px;
      padding-bottom: 40px; }
      .page-wrapper.compact-sidebar.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .sidebar-main-title {
        display: none; }
      .page-wrapper.compact-sidebar.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .nav-link {
        text-align: center;
        padding-left: unset;
        padding-right: unset; }
        .page-wrapper.compact-sidebar.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .nav-link.active {
          background-color: transparent; }
          .page-wrapper.compact-sidebar.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .nav-link.active svg {
            color: #137AC9 !important; }
          .page-wrapper.compact-sidebar.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .nav-link.active span {
            color: #137AC9 !important; }
        .page-wrapper.compact-sidebar.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .nav-link svg {
          display: block;
          width: auto;
          height: 50px;
          margin-left: auto;
          margin-right: auto;
          padding: 15px;
          border-radius: 5px; }
        .page-wrapper.compact-sidebar.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .nav-link span {
          display: block;
          word-wrap: break-word;
          margin-top: -5px; }
      .page-wrapper.compact-sidebar.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu .dropdown .menu-title.active ~ .menu-content {
        background-color: #fff;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        display: none;
        padding-top: 20px;
        -webkit-box-shadow: 0 0 20px rgba(25, 124, 207, 0.08);
                box-shadow: 0 0 20px rgba(25, 124, 207, 0.08); }
      .page-wrapper.compact-sidebar.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu .dropdown .menu-content {
        position: fixed !important;
        top: 75px;
        height: calc(100vh - 0px);
        overflow: auto;
        left: 150px;
        width: 230px;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
    .page-wrapper.compact-sidebar.compact-wrapper .page-body-wrapper header.main-nav .sidebar-main-title {
      display: none !important; }
  .page-wrapper.compact-sidebar.compact-wrapper .page-body-wrapper .page-body {
    margin-left: 150px; }
  .page-wrapper.modern-sidebar {
    padding: 30px;
    background-color: rgba(36, 105, 92, 0.15);
    height: 100vh;
    overflow: hidden; }
    .page-wrapper.modern-sidebar .page-main-header {
      top: 30px;
      width: calc(100% - 60px);
      border-top-left-radius: 20px;
      border-top-right-radius: 20px;
      z-index: 2; }
      .page-wrapper.modern-sidebar .page-main-header.close_icon {
        width: calc(100% - 60px); }
    .page-wrapper.modern-sidebar.compact-wrapper .page-body-wrapper {
      margin-bottom: auto;
      margin-top: auto;
      border-top-left-radius: 20px;
      border-top-right-radius: 20px;
      border-radius: 20px;
      padding-top: 75px; }
      .page-wrapper.modern-sidebar.compact-wrapper .page-body-wrapper header.main-nav {
        top: 113px;
        height: calc(100vh - 145px);
        overflow: hidden;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .page-wrapper.modern-sidebar.compact-wrapper .page-body-wrapper header.main-nav.close_icon {
          opacity: 0;
          visibility: hidden;
          -webkit-transform: translate(0);
                  transform: translate(0); }
          .page-wrapper.modern-sidebar.compact-wrapper .page-body-wrapper header.main-nav.close_icon ~ footer {
            margin-left: 30px; }
        .page-wrapper.modern-sidebar.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu {
          height: calc(100vh - 430px); }
      .page-wrapper.modern-sidebar.compact-wrapper .page-body-wrapper .page-body {
        margin-left: 290px;
        overflow-y: scroll !important;
        min-height: calc(100vh - 185px);
        max-height: calc(100vh - 185px);
        margin-bottom: auto;
        margin-top: auto;
        border-top-right-radius: 20px; }
        .page-wrapper.modern-sidebar.compact-wrapper .page-body-wrapper .page-body::-webkit-scrollbar {
          width: 6px; }
        .page-wrapper.modern-sidebar.compact-wrapper .page-body-wrapper .page-body::-webkit-scrollbar-track {
          border-top-right-radius: 20px;
          border-top-left-radius: 20px; }
        .page-wrapper.modern-sidebar.compact-wrapper .page-body-wrapper .page-body::-webkit-scrollbar-thumb {
          background-color: rgba(36, 105, 92, 0.2);
          border-radius: 13px;
          border-top-right-radius: 20px;
          border-top-left-radius: 20px; }
    .page-wrapper.modern-sidebar.compact-wrapper footer {
      position: fixed;
      left: 0;
      width: calc(100% - 60px);
      z-index: 10;
      margin-left: 30px;
      margin-bottom: 30px;
      border-bottom-left-radius: 20px;
      border-bottom-right-radius: 20px; }

.main-navbar ul.nav-pills {
  display: -webkit-box  !important;
  display: -ms-flexbox  !important;
  display: flex  !important;
  border-top: 1px solid #e6edef;
  border-bottom: 1px solid #e6edef; }
  .main-navbar ul.nav-pills .nav-item {
    width: 50%; }
    .main-navbar ul.nav-pills .nav-item:last-child {
      border-left: 1px solid #e6edef; }
    .main-navbar ul.nav-pills .nav-item .nav-link {
      font-size: 14px;
      color: #2b2b2b;
      font-weight: 600;
      text-align: center;
      padding: 15px 0;
      cursor: pointer; }
      .main-navbar ul.nav-pills .nav-item .nav-link.active {
        border-radius: unset;
        background-color: rgba(231, 243, 253, 0.7);
        color: #137AC9; }

.main-navbar .tab-content {
  padding-left: 20px;
  padding-right: 20px; }

@media (min-width: 992px) {
  .responsive-btn {
    display: none; }
  .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header .main-navbar .nav-menu > li .nav-submenu {
    width: 200px;
    opacity: 0;
    visibility: hidden;
    border-radius: 5px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header .main-navbar .nav-menu > li .nav-submenu a .sub-arrow {
      position: absolute;
      right: 20px;
      top: 5px;
      color: #59667a;
      font-size: 10px;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header .main-navbar .nav-menu > li .nav-submenu li .nav-sub-childmenu {
      display: none;
      border-radius: 4px; }
    .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header .main-navbar .nav-menu > li .nav-submenu li:hover .nav-sub-childmenu {
      display: block; }
    .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header .main-navbar .nav-menu > li .nav-submenu li a:hover .sub-arrow {
      right: 16px;
      color: #222222;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
  .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header .main-navbar .nav-menu > li .mega-menu-container {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header .main-navbar .nav-menu > li:hover .nav-submenu {
    opacity: 1;
    visibility: visible;
    margin-top: 20px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header .main-navbar .nav-menu > li:hover .mega-menu-container {
    opacity: 1;
    visibility: visible;
    margin-top: 20px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .page-wrapper.horizontal-wrapper .page-body-wrapper .toggle-nav {
    display: none; }
  .page-wrapper.horizontal-wrapper .page-body-wrapper .mobile-back {
    display: none !important; }
  .rtl .mega .full-mega-menu {
    float: left !important;
    left: 50% !important;
    right: auto !important; }
    .rtl .mega .full-mega-menu.center-mega-menu {
      margin-right: 0 !important;
      margin-left: 0 !important;
      left: unset !important;
      right: 50% !important; } }

@media screen and (min-width: 1200px) and (max-width: 1280px) {
  .page-wrapper.modern-sidebar .page-main-header .main-header-right .nav-right.right-menu ul {
    padding-left: 20px;
    padding-right: 20px; } }

@media screen and (min-width: 1200px) and (max-width: 1660px) {
  .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu > li a svg {
    margin-right: 6px; }
  .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu .nav-submenu.submenu-right-xl li .nav-sub-childmenu {
    left: -200px;
    right: unset; } }

@media (max-width: 1460px) {
  .rtl .pixelstrap .mega .full-mega-menu {
    margin-left: 0 !important;
    margin-right: 162px !important; }
  header .main-navbar .nav-menu > li {
    margin-right: 8px; } }

@media (max-width: 1199px) {
  .page-wrapper.compact-wrapper .page-body-wrapper.sidebar-icon header.main-nav.close_icon ~ footer {
    margin-left: unset; }
  .page-wrapper.modern-sidebar {
    padding: unset;
    height: auto; }
    .page-wrapper.modern-sidebar .page-main-header {
      top: 0;
      border-radius: unset;
      width: 100%; }
      .page-wrapper.modern-sidebar .page-main-header.close_icon {
        width: 100%; }
    .page-wrapper.modern-sidebar.compact-wrapper .page-body-wrapper {
      border-radius: unset;
      margin-top: unset;
      margin-bottom: unset;
      padding-top: unset; }
      .page-wrapper.modern-sidebar.compact-wrapper .page-body-wrapper header.main-nav {
        top: 85px;
        height: auto; }
        .page-wrapper.modern-sidebar.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu {
          height: calc(100vh - 355px); }
        .page-wrapper.modern-sidebar.compact-wrapper .page-body-wrapper header.main-nav.close_icon ~ footer {
          width: 100%;
          margin-left: unset; }
      .page-wrapper.modern-sidebar.compact-wrapper .page-body-wrapper .page-body {
        max-height: unset;
        max-height: unset;
        min-height: calc(100vh - 76px);
        margin-top: 76px; }
        .page-wrapper.modern-sidebar.compact-wrapper .page-body-wrapper .page-body::-webkit-scrollbar {
          display: none; }
        .page-wrapper.modern-sidebar.compact-wrapper .page-body-wrapper .page-body::-webkit-scrollbar-track {
          display: none; }
        .page-wrapper.modern-sidebar.compact-wrapper .page-body-wrapper .page-body::-webkit-scrollbar-thumb {
          display: none; }
    .page-wrapper.modern-sidebar.compact-wrapper footer {
      position: unset;
      width: auto;
      border-radius: unset;
      margin-left: 275px;
      margin-bottom: unset; } }

@media (max-width: 991px) {
  .page-wrapper.modern-sidebar.compact-wrapper .page-body-wrapper .page-body {
    margin-top: 65px; } }

@media (max-width: 767px) {
  header .menu .brand-logo img {
    width: 120px; } }

@media (max-width: 576px) {
  header .menu nav {
    margin-right: 20px; }
  .toggle-nav i {
    font-size: 20px; } }

/**=====================
    78. Sidebar CSS Ends
==========================**/
/**=====================
    06. Button CSS start
==========================**/
.btn {
  font-size: 14px;
  padding: 0.375rem 1rem;
  font-weight: 600; }

.btn-lg {
  font-size: 18px; }

.btn-sm {
  font-size: 12px; }

.btn-xs {
  padding: 0.2rem 0.7rem;
  font-size: 10px; }

.large-btn {
  margin-bottom: -20px; }
  .large-btn .btn {
    margin-right: 5px;
    margin-bottom: 15px; }

.btn-air-primary {
  -webkit-box-shadow: 0 5px 10px 2px rgba(36, 105, 92, 0.19) !important;
          box-shadow: 0 5px 10px 2px rgba(36, 105, 92, 0.19) !important; }
  .btn-air-primary:hover, .btn-air-primary:active, .btn-air-primary:not([disabled]):not(.disabled):active {
    background-color: #17433b;
    border-color: #17433b; }

.btn-air-secondary {
  -webkit-box-shadow: 0 5px 10px 2px rgba(36, 105, 92, 0.19) !important;
          box-shadow: 0 5px 10px 2px rgba(36, 105, 92, 0.19) !important; }
  .btn-air-secondary:hover, .btn-air-secondary:active, .btn-air-secondary:not([disabled]):not(.disabled):active {
    background-color: #a07044;
    border-color: #a07044; }

.btn-air-success {
  -webkit-box-shadow: 0 5px 10px 2px rgba(36, 105, 92, 0.19) !important;
          box-shadow: 0 5px 10px 2px rgba(36, 105, 92, 0.19) !important; }
  .btn-air-success:hover, .btn-air-success:active, .btn-air-success:not([disabled]):not(.disabled):active {
    background-color: #0e2622;
    border-color: #0e2622; }

.btn-air-danger {
  -webkit-box-shadow: 0 5px 10px 2px rgba(36, 105, 92, 0.19) !important;
          box-shadow: 0 5px 10px 2px rgba(36, 105, 92, 0.19) !important; }
  .btn-air-danger:hover, .btn-air-danger:active, .btn-air-danger:not([disabled]):not(.disabled):active {
    background-color: #a82431;
    border-color: #a82431; }

.btn-air-info {
  -webkit-box-shadow: 0 5px 10px 2px rgba(36, 105, 92, 0.19) !important;
          box-shadow: 0 5px 10px 2px rgba(36, 105, 92, 0.19) !important; }
  .btn-air-info:hover, .btn-air-info:active, .btn-air-info:not([disabled]):not(.disabled):active {
    background-color: #585858;
    border-color: #585858; }

.btn-air-light {
  -webkit-box-shadow: 0 5px 10px 2px rgba(36, 105, 92, 0.19) !important;
          box-shadow: 0 5px 10px 2px rgba(36, 105, 92, 0.19) !important; }
  .btn-air-light:hover, .btn-air-light:active, .btn-air-light:not([disabled]):not(.disabled):active {
    background-color: #c7d7db;
    border-color: #c7d7db; }

.btn-air-dark {
  -webkit-box-shadow: 0 5px 10px 2px rgba(36, 105, 92, 0.19) !important;
          box-shadow: 0 5px 10px 2px rgba(36, 105, 92, 0.19) !important; }
  .btn-air-dark:hover, .btn-air-dark:active, .btn-air-dark:not([disabled]):not(.disabled):active {
    background-color: #171a21;
    border-color: #171a21; }

.btn-air-warning {
  -webkit-box-shadow: 0 5px 10px 2px rgba(36, 105, 92, 0.19) !important;
          box-shadow: 0 5px 10px 2px rgba(36, 105, 92, 0.19) !important; }
  .btn-air-warning:hover, .btn-air-warning:active, .btn-air-warning:not([disabled]):not(.disabled):active {
    background-color: #c8ac1d;
    border-color: #c8ac1d; }

.btn-info {
  color: #fff; }

.input-air-primary {
  -webkit-box-shadow: 0 3px 5px 1px rgba(88, 103, 221, 0.15) !important;
          box-shadow: 0 3px 5px 1px rgba(88, 103, 221, 0.15) !important; }
  .input-air-primary:focus {
    border-color: #137AC9; }

.input-air-secondary {
  -webkit-box-shadow: 0 3px 5px 1px rgba(88, 103, 221, 0.15) !important;
          box-shadow: 0 3px 5px 1px rgba(88, 103, 221, 0.15) !important; }
  .input-air-secondary:focus {
    border-color: #ba895d; }

.input-air-success {
  -webkit-box-shadow: 0 3px 5px 1px rgba(88, 103, 221, 0.15) !important;
          box-shadow: 0 3px 5px 1px rgba(88, 103, 221, 0.15) !important; }
  .input-air-success:focus {
    border-color: #1b4c43; }

.input-air-danger {
  -webkit-box-shadow: 0 3px 5px 1px rgba(88, 103, 221, 0.15) !important;
          box-shadow: 0 3px 5px 1px rgba(88, 103, 221, 0.15) !important; }
  .input-air-danger:focus {
    border-color: #d22d3d; }

.input-air-info {
  -webkit-box-shadow: 0 3px 5px 1px rgba(88, 103, 221, 0.15) !important;
          box-shadow: 0 3px 5px 1px rgba(88, 103, 221, 0.15) !important; }
  .input-air-info:focus {
    border-color: #717171; }

.input-air-light {
  -webkit-box-shadow: 0 3px 5px 1px rgba(88, 103, 221, 0.15) !important;
          box-shadow: 0 3px 5px 1px rgba(88, 103, 221, 0.15) !important; }
  .input-air-light:focus {
    border-color: #e6edef; }

.input-air-dark {
  -webkit-box-shadow: 0 3px 5px 1px rgba(88, 103, 221, 0.15) !important;
          box-shadow: 0 3px 5px 1px rgba(88, 103, 221, 0.15) !important; }
  .input-air-dark:focus {
    border-color: #2c323f; }

.input-air-warning {
  -webkit-box-shadow: 0 3px 5px 1px rgba(88, 103, 221, 0.15) !important;
          box-shadow: 0 3px 5px 1px rgba(88, 103, 221, 0.15) !important; }
  .input-air-warning:focus {
    border-color: #e2c636; }

.form-bg-primary {
  background: #137AC9;
  border-color: #137AC9;
  color: #fff; }
  .form-bg-primary:focus {
    border-color: #137AC9;
    background: #137AC9;
    color: #fff; }
    .form-bg-primary:focus:active {
      border-color: #137AC9;
      background: #137AC9;
      color: #fff; }

.form-bg-secondary {
  background: #ba895d;
  border-color: #ba895d;
  color: #fff; }
  .form-bg-secondary:focus {
    border-color: #ba895d;
    background: #ba895d;
    color: #fff; }
    .form-bg-secondary:focus:active {
      border-color: #ba895d;
      background: #ba895d;
      color: #fff; }

.form-bg-success {
  background: #1b4c43;
  border-color: #1b4c43;
  color: #fff; }
  .form-bg-success:focus {
    border-color: #1b4c43;
    background: #1b4c43;
    color: #fff; }
    .form-bg-success:focus:active {
      border-color: #1b4c43;
      background: #1b4c43;
      color: #fff; }

.form-bg-danger {
  background: #d22d3d;
  border-color: #d22d3d;
  color: #fff; }
  .form-bg-danger:focus {
    border-color: #d22d3d;
    background: #d22d3d;
    color: #fff; }
    .form-bg-danger:focus:active {
      border-color: #d22d3d;
      background: #d22d3d;
      color: #fff; }

.form-bg-info {
  background: #717171;
  border-color: #717171;
  color: #fff; }
  .form-bg-info:focus {
    border-color: #717171;
    background: #717171;
    color: #fff; }
    .form-bg-info:focus:active {
      border-color: #717171;
      background: #717171;
      color: #fff; }

.form-bg-light {
  background: #e6edef;
  border-color: #e6edef;
  color: #2c323f; }
  .form-bg-light:focus {
    border-color: #e6edef;
    background: #e6edef;
    color: #2c323f; }
    .form-bg-light:focus:active {
      border-color: #e6edef;
      background: #e6edef;
      color: #2c323f; }

.form-bg-dark {
  background: #2c323f;
  border-color: #2c323f;
  color: #fff; }
  .form-bg-dark:focus {
    border-color: #2c323f;
    background: #2c323f;
    color: #fff; }
    .form-bg-dark:focus:active {
      border-color: #2c323f;
      background: #2c323f;
      color: #fff; }

.form-bg-warning {
  background: #e2c636;
  border-color: #e2c636;
  color: #fff; }
  .form-bg-warning:focus {
    border-color: #e2c636;
    background: #e2c636;
    color: #fff; }
    .form-bg-warning:focus:active {
      border-color: #e2c636;
      background: #e2c636;
      color: #fff; }

.btn-primary-gradien {
  background-image: -webkit-gradient(linear, left top, right top, from(#2e8777), color-stop(51%, #1a4b41), to(#2e8777));
  background-image: linear-gradient(to right, #2e8777 0%, #1a4b41 51%, #2e8777 100%);
  border: none;
  color: #fff;
  background-size: auto 200%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .btn-primary-gradien:hover {
    color: #242934 !important; }
  .btn-primary-gradien:focus, .btn-primary-gradien:active, .btn-primary-gradien.active {
    -webkit-transition: 1.5s;
    transition: 1.5s;
    background-position: right center;
    background-image: -webkit-gradient(linear, left top, right top, from(#2e8777), color-stop(0%), color-stop(#1a4b41), color-stop(100%), to(#fff)) !important;
    background-image: linear-gradient(to right, #2e8777, 0%, #1a4b41, 100%, #fff) !important; }

.btn-secondary-gradien {
  background-image: -webkit-gradient(linear, left top, right top, from(#c69e7a), color-stop(51%, #a77547), to(#c69e7a));
  background-image: linear-gradient(to right, #c69e7a 0%, #a77547 51%, #c69e7a 100%);
  border: none;
  color: #fff;
  background-size: auto 200%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .btn-secondary-gradien:hover, .btn-secondary-gradien:focus, .btn-secondary-gradien:active, .btn-secondary-gradien.active, .btn-secondary-gradien.hover {
    -webkit-transition: 1.5s;
    transition: 1.5s;
    background-position: right center;
    background-image: -webkit-gradient(linear, left top, right top, from(#c69e7a), color-stop(0%), color-stop(#a77547), color-stop(100%), to(#fff)) !important;
    background-image: linear-gradient(to right, #c69e7a, 0%, #a77547, 100%, #fff) !important; }

.btn-success-gradien {
  background-image: -webkit-gradient(linear, left top, right top, from(#266a5e), color-stop(51%, #102e28), to(#266a5e));
  background-image: linear-gradient(to right, #266a5e 0%, #102e28 51%, #266a5e 100%);
  border: none;
  color: #fff;
  background-size: auto 200%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .btn-success-gradien:hover, .btn-success-gradien:focus, .btn-success-gradien:active, .btn-success-gradien.active, .btn-success-gradien.hover {
    -webkit-transition: 1.5s;
    transition: 1.5s;
    background-position: right center;
    background-image: -webkit-gradient(linear, left top, right top, from(#266a5e), color-stop(0%), color-stop(#102e28), color-stop(100%), to(#fff)) !important;
    background-image: linear-gradient(to right, #266a5e, 0%, #102e28, 100%, #fff) !important; }

.btn-danger-gradien {
  background-image: -webkit-gradient(linear, left top, right top, from(#d94f5c), color-stop(51%, #b02633), to(#d94f5c));
  background-image: linear-gradient(to right, #d94f5c 0%, #b02633 51%, #d94f5c 100%);
  border: none;
  color: #fff;
  background-size: auto 200%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .btn-danger-gradien:hover, .btn-danger-gradien:focus, .btn-danger-gradien:active, .btn-danger-gradien.active, .btn-danger-gradien.hover {
    -webkit-transition: 1.5s;
    transition: 1.5s;
    background-position: right center;
    background-image: -webkit-gradient(linear, left top, right top, from(#d94f5c), color-stop(0%), color-stop(#b02633), color-stop(100%), to(#fff)) !important;
    background-image: linear-gradient(to right, #d94f5c, 0%, #b02633, 100%, #fff) !important; }

.btn-warning-gradien {
  background-image: -webkit-gradient(linear, left top, right top, from(#e7d05a), color-stop(51%, #d1b41e), to(#e7d05a));
  background-image: linear-gradient(to right, #e7d05a 0%, #d1b41e 51%, #e7d05a 100%);
  border: none;
  color: #fff;
  background-size: auto 200%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .btn-warning-gradien:hover, .btn-warning-gradien:focus, .btn-warning-gradien:active, .btn-warning-gradien.active, .btn-warning-gradien.hover {
    -webkit-transition: 1.5s;
    transition: 1.5s;
    background-position: right center;
    background-image: -webkit-gradient(linear, left top, right top, from(#e7d05a), color-stop(0%), color-stop(#d1b41e), color-stop(100%), to(#fff)) !important;
    background-image: linear-gradient(to right, #e7d05a, 0%, #d1b41e, 100%, #fff) !important; }

.btn-info-gradien {
  background-image: -webkit-gradient(linear, left top, right top, from(#858585), color-stop(51%, #5d5d5d), to(#858585));
  background-image: linear-gradient(to right, #858585 0%, #5d5d5d 51%, #858585 100%);
  border: none;
  color: #fff;
  background-size: auto 200%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .btn-info-gradien:hover, .btn-info-gradien:focus, .btn-info-gradien:active, .btn-info-gradien.active, .btn-info-gradien.hover {
    -webkit-transition: 1.5s;
    transition: 1.5s;
    background-position: right center;
    background-image: -webkit-gradient(linear, left top, right top, from(#858585), color-stop(0%), color-stop(#5d5d5d), color-stop(100%), to(#fff)) !important;
    background-image: linear-gradient(to right, #858585, 0%, #5d5d5d, 100%, #fff) !important; }

.btn-light-gradien {
  background-image: -webkit-gradient(linear, left top, right top, from(white), color-stop(51%, #cddbdf), to(white));
  background-image: linear-gradient(to right, white 0%, #cddbdf 51%, white 100%);
  border: none;
  color: #fff;
  background-size: auto 200%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .btn-light-gradien:hover, .btn-light-gradien:focus, .btn-light-gradien:active, .btn-light-gradien.active, .btn-light-gradien.hover {
    -webkit-transition: 1.5s;
    transition: 1.5s;
    background-position: right center;
    background-image: -webkit-gradient(linear, left top, right top, from(white), color-stop(0%), color-stop(#cddbdf), color-stop(100%), to(#fff)) !important;
    background-image: linear-gradient(to right, white, 0%, #cddbdf, 100%, #fff) !important; }

.btn-dark-gradien {
  background-image: -webkit-gradient(linear, left top, right top, from(#3d4557), color-stop(51%, #1b1f27), to(#3d4557));
  background-image: linear-gradient(to right, #3d4557 0%, #1b1f27 51%, #3d4557 100%);
  border: none;
  color: #fff;
  background-size: auto 200%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .btn-dark-gradien:hover, .btn-dark-gradien:focus, .btn-dark-gradien:active, .btn-dark-gradien.active, .btn-dark-gradien.hover {
    -webkit-transition: 1.5s;
    transition: 1.5s;
    background-position: right center;
    background-image: -webkit-gradient(linear, left top, right top, from(#3d4557), color-stop(0%), color-stop(#1b1f27), color-stop(100%), to(#fff)) !important;
    background-image: linear-gradient(to right, #3d4557, 0%, #1b1f27, 100%, #fff) !important; }

[class*='-gradien']:hover {
  background-size: 50% 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff; }

.btn-square {
  border-radius: 0px; }

.btn-pill {
  border-radius: 60px; }

.btn-group-pill .btn:first-child {
  border-radius: 60px 0 0 60px; }

.btn-group-pill .btn:last-child {
  border-radius: 0 60px 60px 0; }

.btn-group-square .btn:first-child {
  border-radius: 0px 0 0 0px; }

.btn-group-square .btn:last-child {
  border-radius: 0 0px 0px 0; }

.btn-showcase {
  margin-bottom: -10px; }
  .btn-showcase .btn {
    margin-bottom: 10px;
    margin-right: 18px; }

.btn-dropdown-showcase {
  margin-bottom: -10px; }
  .btn-dropdown-showcase .dropdown {
    margin-bottom: 10px;
    margin-right: 18px; }
  .btn-dropdown-showcase .btn-group {
    margin-bottom: 10px;
    margin-right: 18px; }

.btn-group .radio label::before {
  top: 2px; }

.btn-group .radio label::after {
  top: 7px; }

.btn-group .checkbox label {
  margin-top: 3px; }

.btn-group-showcase > div {
  margin-bottom: -20px; }
  .btn-group-showcase > div label {
    margin-bottom: 0; }

.btn-group-showcase .btn-group {
  margin-right: 20px;
  margin-bottom: 20px; }

.btn-group-showcase .checkbox input[type="checkbox"] {
  display: none; }

.tooltiptext {
  visibility: visible;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }
  .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent; }

.topright-general, .toprightarrow-primary, .toprightarrow-secondary {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .topright-general:before, .toprightarrow-primary:before, .toprightarrow-secondary:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }

.toprightarrow-primary {
  color: #137AC9;
  background-color: rgba(231, 243, 253, 0.7); }

.toprightarrow-secondary {
  color: #ba895d;
  background-color: rgba(186, 137, 93, 0.1); }

.btn-arrow {
  font-size: 12px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto; }
  .btn-arrow.arrow-primary {
    color: #137AC9; }
  .btn-arrow.arrow-secondary {
    color: #ba895d; }

.btn-iconsolid {
  border-radius: 5px;
  background-color: #137AC9;
  padding: 8px 12px; }
  .btn-iconsolid i {
    color: #fff;
    font-weight: 700; }

/**=====================
     06. Button CSS end
==========================**/
/**=====================
     07. Color CSS Start
==========================**/
.color-box {
  margin-bottom: -10px; }
  .color-box button {
    margin-bottom: 10px; }
    .color-box button + button {
      margin-left: 5px; }

.primary-color ul li:nth-child(13) {
  background-color: #266f61;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .primary-color ul li:nth-child(13) span:before {
    content: "#266f61";
    display: block;
    color: #fff;
    text-align: center; }

.primary-color ul li:last-child {
  margin-bottom: 0; }

.primary-color ul li:nth-child(12) {
  background-color: #287466;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .primary-color ul li:nth-child(12) span:before {
    content: "#287466";
    display: block;
    color: #fff;
    text-align: center; }

.primary-color ul li:last-child {
  margin-bottom: 0; }

.primary-color ul li:nth-child(11) {
  background-color: #2a7a6b;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .primary-color ul li:nth-child(11) span:before {
    content: "#2a7a6b";
    display: block;
    color: #fff;
    text-align: center; }

.primary-color ul li:last-child {
  margin-bottom: 0; }

.primary-color ul li:nth-child(10) {
  background-color: #2c8070;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .primary-color ul li:nth-child(10) span:before {
    content: "#2c8070";
    display: block;
    color: #fff;
    text-align: center; }

.primary-color ul li:last-child {
  margin-bottom: 0; }

.primary-color ul li:nth-child(9) {
  background-color: #2e8575;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .primary-color ul li:nth-child(9) span:before {
    content: "#2e8575";
    display: block;
    color: #fff;
    text-align: center; }

.primary-color ul li:last-child {
  margin-bottom: 0; }

.primary-color ul li:nth-child(8) {
  background-color: #308b7a;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .primary-color ul li:nth-child(8) span:before {
    content: "#308b7a";
    display: block;
    color: #fff;
    text-align: center; }

.primary-color ul li:last-child {
  margin-bottom: 0; }

.primary-color ul li:nth-child(7) {
  background-color: #32917f;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .primary-color ul li:nth-child(7) span:before {
    content: "#32917f";
    display: block;
    color: #fff;
    text-align: center; }

.primary-color ul li:last-child {
  margin-bottom: 0; }

.primary-color ul li:nth-child(6) {
  background-color: #349784;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .primary-color ul li:nth-child(6) span:before {
    content: "#349784";
    display: block;
    color: #fff;
    text-align: center; }

.primary-color ul li:last-child {
  margin-bottom: 0; }

.primary-color ul li:nth-child(5) {
  background-color: #369c89;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .primary-color ul li:nth-child(5) span:before {
    content: "#369c89";
    display: block;
    color: #fff;
    text-align: center; }

.primary-color ul li:last-child {
  margin-bottom: 0; }

.primary-color ul li:nth-child(4) {
  background-color: #38a28e;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .primary-color ul li:nth-child(4) span:before {
    content: "#38a28e";
    display: block;
    color: #fff;
    text-align: center; }

.primary-color ul li:last-child {
  margin-bottom: 0; }

.primary-color ul li:nth-child(3) {
  background-color: #39a893;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .primary-color ul li:nth-child(3) span:before {
    content: "#39a893";
    display: block;
    color: #fff;
    text-align: center; }

.primary-color ul li:last-child {
  margin-bottom: 0; }

.primary-color ul li:nth-child(2) {
  background-color: #3bad98;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .primary-color ul li:nth-child(2) span:before {
    content: "#3bad98";
    display: block;
    color: #fff;
    text-align: center; }

.primary-color ul li:last-child {
  margin-bottom: 0; }

.primary-color ul li:nth-child(1) {
  background-color: #3db39d;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .primary-color ul li:nth-child(1) span:before {
    content: "#3db39d";
    display: block;
    color: #fff;
    text-align: center; }

.primary-color ul li:last-child {
  margin-bottom: 0; }

.secondary-color ul li:nth-child(13) {
  background-color: #bf9168;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .secondary-color ul li:nth-child(13) span:before {
    content: "#bf9168";
    display: block;
    color: #fff;
    text-align: center; }

.secondary-color ul li:last-child {
  margin-bottom: 0; }

.secondary-color ul li:nth-child(12) {
  background-color: #c39972;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .secondary-color ul li:nth-child(12) span:before {
    content: "#c39972";
    display: block;
    color: #fff;
    text-align: center; }

.secondary-color ul li:last-child {
  margin-bottom: 0; }

.secondary-color ul li:nth-child(11) {
  background-color: #c8a07d;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .secondary-color ul li:nth-child(11) span:before {
    content: "#c8a07d";
    display: block;
    color: #fff;
    text-align: center; }

.secondary-color ul li:last-child {
  margin-bottom: 0; }

.secondary-color ul li:nth-child(10) {
  background-color: #cca888;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .secondary-color ul li:nth-child(10) span:before {
    content: "#cca888";
    display: block;
    color: #fff;
    text-align: center; }

.secondary-color ul li:last-child {
  margin-bottom: 0; }

.secondary-color ul li:nth-child(9) {
  background-color: #d1b093;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .secondary-color ul li:nth-child(9) span:before {
    content: "#d1b093";
    display: block;
    color: #fff;
    text-align: center; }

.secondary-color ul li:last-child {
  margin-bottom: 0; }

.secondary-color ul li:nth-child(8) {
  background-color: #d5b89d;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .secondary-color ul li:nth-child(8) span:before {
    content: "#d5b89d";
    display: block;
    color: #fff;
    text-align: center; }

.secondary-color ul li:last-child {
  margin-bottom: 0; }

.secondary-color ul li:nth-child(7) {
  background-color: #dac0a8;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .secondary-color ul li:nth-child(7) span:before {
    content: "#dac0a8";
    display: block;
    color: #fff;
    text-align: center; }

.secondary-color ul li:last-child {
  margin-bottom: 0; }

.secondary-color ul li:nth-child(6) {
  background-color: #dfc8b3;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .secondary-color ul li:nth-child(6) span:before {
    content: "#dfc8b3";
    display: block;
    color: #fff;
    text-align: center; }

.secondary-color ul li:last-child {
  margin-bottom: 0; }

.secondary-color ul li:nth-child(5) {
  background-color: #e3cfbe;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .secondary-color ul li:nth-child(5) span:before {
    content: "#e3cfbe";
    display: block;
    color: #fff;
    text-align: center; }

.secondary-color ul li:last-child {
  margin-bottom: 0; }

.secondary-color ul li:nth-child(4) {
  background-color: #e8d7c8;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .secondary-color ul li:nth-child(4) span:before {
    content: "#e8d7c8";
    display: block;
    color: #fff;
    text-align: center; }

.secondary-color ul li:last-child {
  margin-bottom: 0; }

.secondary-color ul li:nth-child(3) {
  background-color: #ecdfd3;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .secondary-color ul li:nth-child(3) span:before {
    content: "#ecdfd3";
    display: block;
    color: #fff;
    text-align: center; }

.secondary-color ul li:last-child {
  margin-bottom: 0; }

.secondary-color ul li:nth-child(2) {
  background-color: #f1e7de;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .secondary-color ul li:nth-child(2) span:before {
    content: "#f1e7de";
    display: block;
    color: #fff;
    text-align: center; }

.secondary-color ul li:last-child {
  margin-bottom: 0; }

.secondary-color ul li:nth-child(1) {
  background-color: #f5efe8;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .secondary-color ul li:nth-child(1) span:before {
    content: "#f5efe8";
    display: block;
    color: #fff;
    text-align: center; }

.secondary-color ul li:last-child {
  margin-bottom: 0; }

.success-color ul li:nth-child(13) {
  background-color: #1c4f46;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .success-color ul li:nth-child(13) span:before {
    content: "#1c4f46";
    display: block;
    color: #fff;
    text-align: center; }

.success-color ul li:last-child {
  margin-bottom: 0; }

.success-color ul li:nth-child(12) {
  background-color: #1d5349;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .success-color ul li:nth-child(12) span:before {
    content: "#1d5349";
    display: block;
    color: #fff;
    text-align: center; }

.success-color ul li:last-child {
  margin-bottom: 0; }

.success-color ul li:nth-child(11) {
  background-color: #1f564c;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .success-color ul li:nth-child(11) span:before {
    content: "#1f564c";
    display: block;
    color: #fff;
    text-align: center; }

.success-color ul li:last-child {
  margin-bottom: 0; }

.success-color ul li:nth-child(10) {
  background-color: #205a4f;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .success-color ul li:nth-child(10) span:before {
    content: "#205a4f";
    display: block;
    color: #fff;
    text-align: center; }

.success-color ul li:last-child {
  margin-bottom: 0; }

.success-color ul li:nth-child(9) {
  background-color: #215d52;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .success-color ul li:nth-child(9) span:before {
    content: "#215d52";
    display: block;
    color: #fff;
    text-align: center; }

.success-color ul li:last-child {
  margin-bottom: 0; }

.success-color ul li:nth-child(8) {
  background-color: #226055;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .success-color ul li:nth-child(8) span:before {
    content: "#226055";
    display: block;
    color: #fff;
    text-align: center; }

.success-color ul li:last-child {
  margin-bottom: 0; }

.success-color ul li:nth-child(7) {
  background-color: #236458;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .success-color ul li:nth-child(7) span:before {
    content: "#236458";
    display: block;
    color: #fff;
    text-align: center; }

.success-color ul li:last-child {
  margin-bottom: 0; }

.success-color ul li:nth-child(6) {
  background-color: #25675b;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .success-color ul li:nth-child(6) span:before {
    content: "#25675b";
    display: block;
    color: #fff;
    text-align: center; }

.success-color ul li:last-child {
  margin-bottom: 0; }

.success-color ul li:nth-child(5) {
  background-color: #266a5e;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .success-color ul li:nth-child(5) span:before {
    content: "#266a5e";
    display: block;
    color: #fff;
    text-align: center; }

.success-color ul li:last-child {
  margin-bottom: 0; }

.success-color ul li:nth-child(4) {
  background-color: #276e61;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .success-color ul li:nth-child(4) span:before {
    content: "#276e61";
    display: block;
    color: #fff;
    text-align: center; }

.success-color ul li:last-child {
  margin-bottom: 0; }

.success-color ul li:nth-child(3) {
  background-color: #287164;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .success-color ul li:nth-child(3) span:before {
    content: "#287164";
    display: block;
    color: #fff;
    text-align: center; }

.success-color ul li:last-child {
  margin-bottom: 0; }

.success-color ul li:nth-child(2) {
  background-color: #297567;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .success-color ul li:nth-child(2) span:before {
    content: "#297567";
    display: block;
    color: #fff;
    text-align: center; }

.success-color ul li:last-child {
  margin-bottom: 0; }

.success-color ul li:nth-child(1) {
  background-color: #2b786a;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .success-color ul li:nth-child(1) span:before {
    content: "#2b786a";
    display: block;
    color: #fff;
    text-align: center; }

.success-color ul li:last-child {
  margin-bottom: 0; }

.info-color ul li:nth-child(13) {
  background-color: #777777;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .info-color ul li:nth-child(13) span:before {
    content: "#777777";
    display: block;
    color: #fff;
    text-align: center; }

.info-color ul li:last-child {
  margin-bottom: 0; }

.info-color ul li:nth-child(12) {
  background-color: #7e7e7e;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .info-color ul li:nth-child(12) span:before {
    content: "#7e7e7e";
    display: block;
    color: #fff;
    text-align: center; }

.info-color ul li:last-child {
  margin-bottom: 0; }

.info-color ul li:nth-child(11) {
  background-color: #848484;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .info-color ul li:nth-child(11) span:before {
    content: "#848484";
    display: block;
    color: #fff;
    text-align: center; }

.info-color ul li:last-child {
  margin-bottom: 0; }

.info-color ul li:nth-child(10) {
  background-color: #8b8b8b;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .info-color ul li:nth-child(10) span:before {
    content: "#8b8b8b";
    display: block;
    color: #fff;
    text-align: center; }

.info-color ul li:last-child {
  margin-bottom: 0; }

.info-color ul li:nth-child(9) {
  background-color: #919191;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .info-color ul li:nth-child(9) span:before {
    content: "#919191";
    display: block;
    color: #fff;
    text-align: center; }

.info-color ul li:last-child {
  margin-bottom: 0; }

.info-color ul li:nth-child(8) {
  background-color: #979797;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .info-color ul li:nth-child(8) span:before {
    content: "#979797";
    display: block;
    color: #fff;
    text-align: center; }

.info-color ul li:last-child {
  margin-bottom: 0; }

.info-color ul li:nth-child(7) {
  background-color: #9e9e9e;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .info-color ul li:nth-child(7) span:before {
    content: "#9e9e9e";
    display: block;
    color: #fff;
    text-align: center; }

.info-color ul li:last-child {
  margin-bottom: 0; }

.info-color ul li:nth-child(6) {
  background-color: #a4a4a4;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .info-color ul li:nth-child(6) span:before {
    content: "#a4a4a4";
    display: block;
    color: #fff;
    text-align: center; }

.info-color ul li:last-child {
  margin-bottom: 0; }

.info-color ul li:nth-child(5) {
  background-color: #aaaaaa;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .info-color ul li:nth-child(5) span:before {
    content: "#aaaaaa";
    display: block;
    color: #fff;
    text-align: center; }

.info-color ul li:last-child {
  margin-bottom: 0; }

.info-color ul li:nth-child(4) {
  background-color: #b1b1b1;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .info-color ul li:nth-child(4) span:before {
    content: "#b1b1b1";
    display: block;
    color: #fff;
    text-align: center; }

.info-color ul li:last-child {
  margin-bottom: 0; }

.info-color ul li:nth-child(3) {
  background-color: #b7b7b7;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .info-color ul li:nth-child(3) span:before {
    content: "#b7b7b7";
    display: block;
    color: #fff;
    text-align: center; }

.info-color ul li:last-child {
  margin-bottom: 0; }

.info-color ul li:nth-child(2) {
  background-color: #bebebe;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .info-color ul li:nth-child(2) span:before {
    content: "#bebebe";
    display: block;
    color: #fff;
    text-align: center; }

.info-color ul li:last-child {
  margin-bottom: 0; }

.info-color ul li:nth-child(1) {
  background-color: #c4c4c4;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .info-color ul li:nth-child(1) span:before {
    content: "#c4c4c4";
    display: block;
    color: #fff;
    text-align: center; }

.info-color ul li:last-child {
  margin-bottom: 0; }

.yellow-color ul li:nth-child(13) {
  background-color: #e4ca43;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .yellow-color ul li:nth-child(13) span:before {
    content: "#e4ca43";
    display: block;
    color: #fff;
    text-align: center; }

.yellow-color ul li:last-child {
  margin-bottom: 0; }

.yellow-color ul li:nth-child(12) {
  background-color: #e6ce51;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .yellow-color ul li:nth-child(12) span:before {
    content: "#e6ce51";
    display: block;
    color: #fff;
    text-align: center; }

.yellow-color ul li:last-child {
  margin-bottom: 0; }

.yellow-color ul li:nth-child(11) {
  background-color: #e8d15e;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .yellow-color ul li:nth-child(11) span:before {
    content: "#e8d15e";
    display: block;
    color: #fff;
    text-align: center; }

.yellow-color ul li:last-child {
  margin-bottom: 0; }

.yellow-color ul li:nth-child(10) {
  background-color: #ead56b;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .yellow-color ul li:nth-child(10) span:before {
    content: "#ead56b";
    display: block;
    color: #fff;
    text-align: center; }

.yellow-color ul li:last-child {
  margin-bottom: 0; }

.yellow-color ul li:nth-child(9) {
  background-color: #ecd979;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .yellow-color ul li:nth-child(9) span:before {
    content: "#ecd979";
    display: block;
    color: #fff;
    text-align: center; }

.yellow-color ul li:last-child {
  margin-bottom: 0; }

.yellow-color ul li:nth-child(8) {
  background-color: #eedd86;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .yellow-color ul li:nth-child(8) span:before {
    content: "#eedd86";
    display: block;
    color: #fff;
    text-align: center; }

.yellow-color ul li:last-child {
  margin-bottom: 0; }

.yellow-color ul li:nth-child(7) {
  background-color: #f0e194;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .yellow-color ul li:nth-child(7) span:before {
    content: "#f0e194";
    display: block;
    color: #fff;
    text-align: center; }

.yellow-color ul li:last-child {
  margin-bottom: 0; }

.yellow-color ul li:nth-child(6) {
  background-color: #f1e4a1;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .yellow-color ul li:nth-child(6) span:before {
    content: "#f1e4a1";
    display: block;
    color: #fff;
    text-align: center; }

.yellow-color ul li:last-child {
  margin-bottom: 0; }

.yellow-color ul li:nth-child(5) {
  background-color: #f3e8ae;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .yellow-color ul li:nth-child(5) span:before {
    content: "#f3e8ae";
    display: block;
    color: #fff;
    text-align: center; }

.yellow-color ul li:last-child {
  margin-bottom: 0; }

.yellow-color ul li:nth-child(4) {
  background-color: #f5ecbc;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .yellow-color ul li:nth-child(4) span:before {
    content: "#f5ecbc";
    display: block;
    color: #fff;
    text-align: center; }

.yellow-color ul li:last-child {
  margin-bottom: 0; }

.yellow-color ul li:nth-child(3) {
  background-color: #f7f0c9;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .yellow-color ul li:nth-child(3) span:before {
    content: "#f7f0c9";
    display: block;
    color: #fff;
    text-align: center; }

.yellow-color ul li:last-child {
  margin-bottom: 0; }

.yellow-color ul li:nth-child(2) {
  background-color: #f9f4d6;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .yellow-color ul li:nth-child(2) span:before {
    content: "#f9f4d6";
    display: block;
    color: #fff;
    text-align: center; }

.yellow-color ul li:last-child {
  margin-bottom: 0; }

.yellow-color ul li:nth-child(1) {
  background-color: #fbf7e4;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .yellow-color ul li:nth-child(1) span:before {
    content: "#fbf7e4";
    display: block;
    color: #fff;
    text-align: center; }

.yellow-color ul li:last-child {
  margin-bottom: 0; }

.red-color ul li:nth-child(13) {
  background-color: #d43545;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .red-color ul li:nth-child(13) span:before {
    content: "#d43545";
    display: block;
    color: #fff;
    text-align: center; }

.red-color ul li:last-child {
  margin-bottom: 0; }

.red-color ul li:nth-child(12) {
  background-color: #d63e4d;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .red-color ul li:nth-child(12) span:before {
    content: "#d63e4d";
    display: block;
    color: #fff;
    text-align: center; }

.red-color ul li:last-child {
  margin-bottom: 0; }

.red-color ul li:nth-child(11) {
  background-color: #d74654;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .red-color ul li:nth-child(11) span:before {
    content: "#d74654";
    display: block;
    color: #fff;
    text-align: center; }

.red-color ul li:last-child {
  margin-bottom: 0; }

.red-color ul li:nth-child(10) {
  background-color: #d94f5c;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .red-color ul li:nth-child(10) span:before {
    content: "#d94f5c";
    display: block;
    color: #fff;
    text-align: center; }

.red-color ul li:last-child {
  margin-bottom: 0; }

.red-color ul li:nth-child(9) {
  background-color: #db5764;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .red-color ul li:nth-child(9) span:before {
    content: "#db5764";
    display: block;
    color: #fff;
    text-align: center; }

.red-color ul li:last-child {
  margin-bottom: 0; }

.red-color ul li:nth-child(8) {
  background-color: #dd5f6c;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .red-color ul li:nth-child(8) span:before {
    content: "#dd5f6c";
    display: block;
    color: #fff;
    text-align: center; }

.red-color ul li:last-child {
  margin-bottom: 0; }

.red-color ul li:nth-child(7) {
  background-color: #df6873;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .red-color ul li:nth-child(7) span:before {
    content: "#df6873";
    display: block;
    color: #fff;
    text-align: center; }

.red-color ul li:last-child {
  margin-bottom: 0; }

.red-color ul li:nth-child(6) {
  background-color: #e0707b;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .red-color ul li:nth-child(6) span:before {
    content: "#e0707b";
    display: block;
    color: #fff;
    text-align: center; }

.red-color ul li:last-child {
  margin-bottom: 0; }

.red-color ul li:nth-child(5) {
  background-color: #e27983;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .red-color ul li:nth-child(5) span:before {
    content: "#e27983";
    display: block;
    color: #fff;
    text-align: center; }

.red-color ul li:last-child {
  margin-bottom: 0; }

.red-color ul li:nth-child(4) {
  background-color: #e4818b;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .red-color ul li:nth-child(4) span:before {
    content: "#e4818b";
    display: block;
    color: #fff;
    text-align: center; }

.red-color ul li:last-child {
  margin-bottom: 0; }

.red-color ul li:nth-child(3) {
  background-color: #e68992;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .red-color ul li:nth-child(3) span:before {
    content: "#e68992";
    display: block;
    color: #fff;
    text-align: center; }

.red-color ul li:last-child {
  margin-bottom: 0; }

.red-color ul li:nth-child(2) {
  background-color: #e8929a;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .red-color ul li:nth-child(2) span:before {
    content: "#e8929a";
    display: block;
    color: #fff;
    text-align: center; }

.red-color ul li:last-child {
  margin-bottom: 0; }

.red-color ul li:nth-child(1) {
  background-color: #e99aa2;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .red-color ul li:nth-child(1) span:before {
    content: "#e99aa2";
    display: block;
    color: #fff;
    text-align: center; }

.red-color ul li:last-child {
  margin-bottom: 0; }

.pink-color ul li:nth-child(13) {
  background-color: #eb2067;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .pink-color ul li:nth-child(13) span:before {
    content: "#eb2067";
    display: block;
    color: #fff;
    text-align: center; }

.pink-color ul li:last-child {
  margin-bottom: 0; }

.pink-color ul li:nth-child(12) {
  background-color: #ec2e70;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .pink-color ul li:nth-child(12) span:before {
    content: "#ec2e70";
    display: block;
    color: #fff;
    text-align: center; }

.pink-color ul li:last-child {
  margin-bottom: 0; }

.pink-color ul li:nth-child(11) {
  background-color: #ed3c7a;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .pink-color ul li:nth-child(11) span:before {
    content: "#ed3c7a";
    display: block;
    color: #fff;
    text-align: center; }

.pink-color ul li:last-child {
  margin-bottom: 0; }

.pink-color ul li:nth-child(10) {
  background-color: #ee4a83;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .pink-color ul li:nth-child(10) span:before {
    content: "#ee4a83";
    display: block;
    color: #fff;
    text-align: center; }

.pink-color ul li:last-child {
  margin-bottom: 0; }

.pink-color ul li:nth-child(9) {
  background-color: #f0588d;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .pink-color ul li:nth-child(9) span:before {
    content: "#f0588d";
    display: block;
    color: #fff;
    text-align: center; }

.pink-color ul li:last-child {
  margin-bottom: 0; }

.pink-color ul li:nth-child(8) {
  background-color: #f16696;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .pink-color ul li:nth-child(8) span:before {
    content: "#f16696";
    display: block;
    color: #fff;
    text-align: center; }

.pink-color ul li:last-child {
  margin-bottom: 0; }

.pink-color ul li:nth-child(7) {
  background-color: #f274a0;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .pink-color ul li:nth-child(7) span:before {
    content: "#f274a0";
    display: block;
    color: #fff;
    text-align: center; }

.pink-color ul li:last-child {
  margin-bottom: 0; }

.pink-color ul li:nth-child(6) {
  background-color: #f482aa;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .pink-color ul li:nth-child(6) span:before {
    content: "#f482aa";
    display: block;
    color: #fff;
    text-align: center; }

.pink-color ul li:last-child {
  margin-bottom: 0; }

.pink-color ul li:nth-child(5) {
  background-color: #f590b3;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .pink-color ul li:nth-child(5) span:before {
    content: "#f590b3";
    display: block;
    color: #fff;
    text-align: center; }

.pink-color ul li:last-child {
  margin-bottom: 0; }

.pink-color ul li:nth-child(4) {
  background-color: #f69ebd;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .pink-color ul li:nth-child(4) span:before {
    content: "#f69ebd";
    display: block;
    color: #fff;
    text-align: center; }

.pink-color ul li:last-child {
  margin-bottom: 0; }

.pink-color ul li:nth-child(3) {
  background-color: #f7acc6;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .pink-color ul li:nth-child(3) span:before {
    content: "#f7acc6";
    display: block;
    color: #fff;
    text-align: center; }

.pink-color ul li:last-child {
  margin-bottom: 0; }

.pink-color ul li:nth-child(2) {
  background-color: #f9bad0;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .pink-color ul li:nth-child(2) span:before {
    content: "#f9bad0";
    display: block;
    color: #fff;
    text-align: center; }

.pink-color ul li:last-child {
  margin-bottom: 0; }

.pink-color ul li:nth-child(1) {
  background-color: #fac8d9;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .pink-color ul li:nth-child(1) span:before {
    content: "#fac8d9";
    display: block;
    color: #fff;
    text-align: center; }

.pink-color ul li:last-child {
  margin-bottom: 0; }

.gray-color ul li:nth-child(13) {
  background-color: #919191;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .gray-color ul li:nth-child(13) span:before {
    content: "#919191";
    display: block;
    color: #fff;
    text-align: center; }

.gray-color ul li:last-child {
  margin-bottom: 0; }

.gray-color ul li:nth-child(12) {
  background-color: #989898;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .gray-color ul li:nth-child(12) span:before {
    content: "#989898";
    display: block;
    color: #fff;
    text-align: center; }

.gray-color ul li:last-child {
  margin-bottom: 0; }

.gray-color ul li:nth-child(11) {
  background-color: #a0a0a0;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .gray-color ul li:nth-child(11) span:before {
    content: "#a0a0a0";
    display: block;
    color: #fff;
    text-align: center; }

.gray-color ul li:last-child {
  margin-bottom: 0; }

.gray-color ul li:nth-child(10) {
  background-color: #a8a8a8;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .gray-color ul li:nth-child(10) span:before {
    content: "#a8a8a8";
    display: block;
    color: #fff;
    text-align: center; }

.gray-color ul li:last-child {
  margin-bottom: 0; }

.gray-color ul li:nth-child(9) {
  background-color: #afafaf;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .gray-color ul li:nth-child(9) span:before {
    content: "#afafaf";
    display: block;
    color: #fff;
    text-align: center; }

.gray-color ul li:last-child {
  margin-bottom: 0; }

.gray-color ul li:nth-child(8) {
  background-color: #b7b7b7;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .gray-color ul li:nth-child(8) span:before {
    content: "#b7b7b7";
    display: block;
    color: #fff;
    text-align: center; }

.gray-color ul li:last-child {
  margin-bottom: 0; }

.gray-color ul li:nth-child(7) {
  background-color: #bfbfbf;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .gray-color ul li:nth-child(7) span:before {
    content: "#bfbfbf";
    display: block;
    color: #fff;
    text-align: center; }

.gray-color ul li:last-child {
  margin-bottom: 0; }

.gray-color ul li:nth-child(6) {
  background-color: #c6c6c6;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .gray-color ul li:nth-child(6) span:before {
    content: "#c6c6c6";
    display: block;
    color: #fff;
    text-align: center; }

.gray-color ul li:last-child {
  margin-bottom: 0; }

.gray-color ul li:nth-child(5) {
  background-color: #cecece;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .gray-color ul li:nth-child(5) span:before {
    content: "#cecece";
    display: block;
    color: #fff;
    text-align: center; }

.gray-color ul li:last-child {
  margin-bottom: 0; }

.gray-color ul li:nth-child(4) {
  background-color: #d6d6d6;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .gray-color ul li:nth-child(4) span:before {
    content: "#d6d6d6";
    display: block;
    color: #fff;
    text-align: center; }

.gray-color ul li:last-child {
  margin-bottom: 0; }

.gray-color ul li:nth-child(3) {
  background-color: #dddddd;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .gray-color ul li:nth-child(3) span:before {
    content: "#dddddd";
    display: block;
    color: #fff;
    text-align: center; }

.gray-color ul li:last-child {
  margin-bottom: 0; }

.gray-color ul li:nth-child(2) {
  background-color: #e5e5e5;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .gray-color ul li:nth-child(2) span:before {
    content: "#e5e5e5";
    display: block;
    color: #fff;
    text-align: center; }

.gray-color ul li:last-child {
  margin-bottom: 0; }

.gray-color ul li:nth-child(1) {
  background-color: #ececec;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .gray-color ul li:nth-child(1) span:before {
    content: "#ececec";
    display: block;
    color: #fff;
    text-align: center; }

.gray-color ul li:last-child {
  margin-bottom: 0; }

.light-font {
  color: rgba(36, 41, 52, 0.7); }

/**=====================
     07. Color CSS Ends
==========================**/
/**=====================
      08. GRID CSS Start
==========================**/
.grid-showcase {
  margin-bottom: -10px; }
  .grid-showcase span {
    display: block;
    border: 1px solid #e6edef;
    padding: 10px;
    margin-bottom: 10px;
    text-align: center;
    background-color: rgba(231, 243, 253, 0.7);
    color: #137AC9;
    font-weight: 600; }

.grid-align {
  margin-bottom: -30px; }
  .grid-align .row {
    padding: 15px 0;
    min-height: 10rem;
    border: 1px solid rgba(36, 105, 92, 0.03);
    margin-bottom: 30px;
    background-color: rgba(36, 105, 92, 0.03); }

.grid-wrrapper .table-striped tbody tr:nth-of-type(odd) {
  --bs-table-accent-bg:unset;
  background-color: rgba(231, 243, 253, 0.7);
  color: #137AC9; }
  .grid-wrrapper .table-striped tbody tr:nth-of-type(odd) th, .grid-wrrapper .table-striped tbody tr:nth-of-type(odd) td {
    color: #137AC9; }

/**=====================
      08. GRID CSS Ends
==========================**/
/**=====================
     09. Error-page  CSS Start
==========================**/
.error-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100vh;
  text-align: center; }
  .error-wrapper.maintenance-bg {
    background-image: url(../images/other-images/maintenance-bg.jpg);
    background-blend-mode: overlay; }
  .error-wrapper .maintenance-icons li i {
    color: rgba(36, 105, 92, 0.5);
    font-size: 50px;
    animation: rotate-effect 40s infinite linear reverse; }
  .error-wrapper .maintenance-icons li:nth-child(2) i {
    font-size: 100px;
    margin-left: 110px;
    margin-top: -25px;
    animation: rotate-effect 40s linear infinite reverse; }
  .error-wrapper .maintenance-icons li:nth-child(3) i {
    -webkit-animation: rotate-effect 30s infinite linear;
            animation: rotate-effect 30s infinite linear;
    font-size: 150px;
    margin-top: -85px;
    margin-right: 120px; }
  .error-wrapper .maintenance-heading {
    margin-top: 70px; }
    .error-wrapper .maintenance-heading .headline {
      font-size: 99px;
      font-weight: 900;
      letter-spacing: 10px;
      color: #ba895d;
      z-index: 2;
      position: relative;
      margin-top: -70px; }
  .error-wrapper .error-heading {
    margin-top: 115px; }
    .error-wrapper .error-heading .headline {
      font-size: 285px;
      font-weight: 700;
      letter-spacing: 1px;
      margin-top: -130px; }
  .error-wrapper .sub-content {
    font-size: 18px;
    color: #748694;
    letter-spacing: 1px;
    font-weight: normal;
    line-height: 35px;
    z-index: 3;
    position: relative;
    margin-top: 30px;
    margin-bottom: 0;
    font-weight: 600; }
  .error-wrapper .btn {
    margin-top: 40px; }

.error {
  margin: 70px 0 100px;
  color: #000; }
  .error .error-title {
    font-size: 9.5rem;
    color: #fff;
    text-shadow: 6px 6px 7px rgba(0, 0, 0, 0.32); }
  .error .line-bottom {
    width: 10%;
    height: 5px;
    background-color: #e2c636;
    border: none; }
  .error .c-white {
    color: #fff; }
  .error .error-btn {
    text-align: center; }
  .error .padd {
    padding: 10px 30px 10px 30px; }
  .error .btn-back-home {
    background-color: #e6edef;
    color: #000; }
    .error .btn-back-home:hover {
      background-color: #e2c636;
      color: #fff;
      -webkit-box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.21);
              box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.21); }
  .error .btn-adnc-serc {
    background-color: #2c323f;
    color: #fff; }
    .error .btn-adnc-serc:hover {
      background-color: #e2c636;
      color: #fff;
      -webkit-box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.21);
              box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.21); }

.maintenance-sec .error-wrapper .maintenance-heading .headline {
  margin-bottom: 0; }

.maintenance-sec .error-wrapper .sub-content {
  margin-top: 15px; }

/**=====================
     09. Error-page CSS Ends
==========================**/
@-webkit-keyframes wheel-rotate {
  50% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
            animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }
  100% {
    -webkit-transform: rotate(960deg);
            transform: rotate(960deg); } }
@keyframes wheel-rotate {
  50% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
            animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }
  100% {
    -webkit-transform: rotate(960deg);
            transform: rotate(960deg); } }

@-webkit-keyframes bicycle-run {
  0% {
    -webkit-transform: translateX(-1300px);
            transform: translateX(-1300px); }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
            animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); }
  100% {
    -webkit-transform: translateX(1300px);
            transform: translateX(1300px); } }

@keyframes bicycle-run {
  0% {
    -webkit-transform: translateX(-1300px);
            transform: translateX(-1300px); }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
            animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); }
  100% {
    -webkit-transform: translateX(1300px);
            transform: translateX(1300px); } }

@-webkit-keyframes move-1 {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); } }

@keyframes move-1 {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); } }

.error-page1 .danger-color {
  fill: #d22d3d; }

.error-page1 .warning-color {
  fill: #e2c636; }

.error-page1 .primary-color {
  fill: #137AC9; }
  .error-page1 .primary-color.opacity-05 {
    fill: rgba(36, 105, 92, 0.5); }

.error-page1 .secondary-color {
  fill: #ba895d; }
  .error-page1 .secondary-color.opacity-o6 {
    opacity: 0.6; }
  .error-page1 .secondary-color.opacity-o4 {
    opacity: 0.4; }
  .error-page1 .secondary-color.lighten-5 {
    fill: #b27c4c; }

.error-page1 .svg-wrraper {
  margin-bottom: 35px; }
  .error-page1 .svg-wrraper svg.svg-45 {
    width: 45%; }
  .error-page1 .svg-wrraper svg.svg-60 {
    width: 60%; }
  .error-page1 .svg-wrraper svg.svg-40 {
    width: 40%; }

.error-page1 .wheel {
  -webkit-animation: wheel-rotate 6s ease infinite;
          animation: wheel-rotate 6s ease infinite;
  -webkit-transform-origin: center;
          transform-origin: center;
  transform-box: fill-box; }

.error-page1 .bicycle {
  -webkit-animation: bicycle-run 15s ease infinite;
          animation: bicycle-run 15s ease infinite; }

.error-page1 .circle {
  -webkit-animation: circle-anim ease infinite;
          animation: circle-anim ease infinite;
  -webkit-transform-origin: center;
          transform-origin: center;
  transform-box: fill-box;
  -webkit-perspective: 0;
          perspective: 0; }

.error-page1 .rocket, .error-page1 .jacket-man {
  -webkit-animation: move-1 6s linear infinite;
          animation: move-1 6s linear infinite; }

.error-page1 h3 {
  font-weight: 700;
   }

.error-page1 .btn-primary-gradien {
  color: #fff;
  font-weight: 700; }

@media (max-width: 767px) {
  .error-page1 h3 {
    font-size: 22px; } }

@media (max-width: 575px) {
  .error-page1 .svg-wrraper {
    margin-bottom: 10px; }
    .error-page1 .svg-wrraper svg.svg-40 {
      width: 50%; } }

/**=====================
    10. ICON CSS Start
==========================**/
.icon-lists h6 {
  color: #898989;
  font-weight: 400; }

.icon-lists > div:hover {
  background-color: rgba(231, 243, 253, 0.7);
  color: #137AC9; }
  .icon-lists > div:hover i {
    color: #137AC9; }

.icon-lists div {
  cursor: pointer;
  line-height: 60px;
  white-space: nowrap;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .icon-lists div i {
    margin: 0 15px 0 10px;
    font-size: 24px; }

.icon-lists.whether-icon svg {
  height: 50px;
  width: 50px; }

.icon-lists.feather-icons .media svg {
  margin: 0 15px 0 10px; }

.icon-lists .feather-icon .icon-first h6 {
  display: none; }

.flag-icons, .feather-icons {
  margin-bottom: -15px;
  margin-top: -15px; }
  .flag-icons div, .feather-icons div {
    line-height: 1;
    word-wrap: break-word;
    overflow: auto; }
    .flag-icons div .flag-icon, .feather-icons div .flag-icon {
      height: 50px;
      width: 50px; }
    .flag-icons div .media, .feather-icons div .media {
      padding-top: 15px;
      padding-bottom: 15px;
      width: 100%; }
    .flag-icons div .media-body h6, .feather-icons div .media-body h6 {
      margin-bottom: 0;
      font-size: 14px;
      max-width: 100%;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
    .flag-icons div .media-body h5, .feather-icons div .media-body h5 {
      background-color: #137AC9;
      display: inline-block;
      padding: 3px 5px;
      font-size: 11px;
      border-radius: 3px;
      margin-right: 5px;
      margin-bottom: 5px;
      color: #fff; }

.icon-hover-bottom {
  background-color: #fdfeff;
  width: 100%;
  bottom: 0;
  left: 0;
  -webkit-box-shadow: 0px 0px 1px 1px #e6edef;
          box-shadow: 0px 0px 1px 1px #e6edef;
  z-index: 999; }
  .icon-hover-bottom .icon-popup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    padding: 20px; }
    .icon-hover-bottom .icon-popup .close-icon {
      position: absolute;
      right: 10px;
      top: 10px;
      font-size: 20px;
      color: #cccccc;
      cursor: pointer; }
    .icon-hover-bottom .icon-popup > div {
      display: inline-block; }
      .icon-hover-bottom .icon-popup > div .flag-icon {
        width: 60px;
        height: 60px; }
    .icon-hover-bottom .icon-popup .icon-class {
      margin: 0 20px;
      cursor: pointer; }
  .icon-hover-bottom .icon-title {
    display: block;
    color: #2c323f;
    text-transform: uppercase;
    font-weight: 500; }
  .icon-hover-bottom .form-group input {
    min-width: 300px;
    background-color: #fff; }

.fa-fa-icon-show-div, .icons-show-div {
  display: none; }

.icon-first i {
  color: #898989; }

.icon-first h6 {
  display: none; }

@media only screen and (max-width: 480px) {
  .flag-icons div .media, .feather-icons div .media {
    padding-top: 10px;
    padding-bottom: 10px; } }

/**=====================
     10. ICON CSS Ends
==========================**/

/**=====================
     14. Chat CSS Start
==========================**/
.chat-box .chat-menu {
  max-width: 340px; }

.chat-box .people-list .search {
  position: relative; }
  .chat-box .people-list .search .form-control {
    border: 1px solid #e6edef; }
    .chat-box .people-list .search .form-control::-webkit-input-placeholder {
      color: #59667a; }
    .chat-box .people-list .search .form-control::-moz-placeholder {
      color: #59667a; }
    .chat-box .people-list .search .form-control:-ms-input-placeholder {
      color: #59667a; }
    .chat-box .people-list .search .form-control::-ms-input-placeholder {
      color: #59667a; }
    .chat-box .people-list .search .form-control::placeholder {
      color: #59667a; }
  .chat-box .people-list .search i {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 14px;
    color: #e6edef; }

.chat-box .people-list ul {
  padding: 0; }
  .chat-box .people-list ul li {
    padding-bottom: 20px; }
    .chat-box .people-list ul li:last-child {
      padding-bottom: 0; }

.chat-box .user-image {
  float: left;
  width: 52px;
  height: 52px;
  margin-right: 5px; }

.chat-box .about {
  float: left;
  margin-top: 5px;
  padding-left: 10px; }
  .chat-box .about .name {
    color: #2c323f;
    letter-spacing: 1px;
    font-weight: 600; }

.chat-box .status {
  color: #748694;
  letter-spacing: 1px;
  font-size: 12px;
  margin-top: 5px; }
  .chat-box .status .chat-status {
    font-weight: 600;
    color: #242934; }
  .chat-box .status p {
    font-size: 14px; }

.chat-box .chat-right-aside .chat .chat-header {
  padding: 15px;
  border-bottom: 1px solid #e6edef; }
  .chat-box .chat-right-aside .chat .chat-header img {
    float: left;
    width: 50px;
    -webkit-box-shadow: 1px 1px 4px 1px #e6edef;
            box-shadow: 1px 1px 4px 1px #e6edef; }
  .chat-box .chat-right-aside .chat .chat-header .chat-menu-icons {
    margin-top: 15px;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .chat-box .chat-right-aside .chat .chat-header .chat-menu-icons li {
      margin-right: unset; }
      .chat-box .chat-right-aside .chat .chat-header .chat-menu-icons li a i {
        color: rgba(36, 41, 52, 0.7);
        font-size: 25px;
        cursor: pointer; }
      .chat-box .chat-right-aside .chat .chat-header .chat-menu-icons li:nth-child(n+2) {
        margin-left: 24px; }

.chat-box .chat-right-aside .chat .chat-msg-box {
  padding: 20px;
  overflow-y: auto;
  height: 560px;
  margin-bottom: 90px; }
  .chat-box .chat-right-aside .chat .chat-msg-box .chat-user-img {
    margin-top: -35px; }
  .chat-box .chat-right-aside .chat .chat-msg-box .message-data {
    margin-bottom: 10px; }
  .chat-box .chat-right-aside .chat .chat-msg-box .message-data-time {
    letter-spacing: 1px;
    font-size: 12px;
    color: #59667a;
    font-weight: 600; }
  .chat-box .chat-right-aside .chat .chat-msg-box .message {
    color: #748694;
    padding: 20px;
    line-height: 1.9;
    letter-spacing: 1px;
    font-size: 14px;
    margin-bottom: 30px;
    width: 50%;
    position: relative; }
  .chat-box .chat-right-aside .chat .chat-msg-box .my-message {
    border: 1px solid #e6edef;
    border-radius: 10px;
    border-top-left-radius: 0; }
  .chat-box .chat-right-aside .chat .chat-msg-box .other-message {
    border: 1px solid #e6edef;
    border-radius: 10px;
    border-top-right-radius: 0; }

.chat-box .chat-right-aside .chat .chat-message {
  padding: 20px;
  border-top: 1px solid #fafdff;
  position: absolute;
  width: calc(100% - 15px);
  bottom: 0; }
  .chat-box .chat-right-aside .chat .chat-message .smiley-box {
    background: #efefef;
    padding: 10px;
    display: block;
    border-radius: 4px;
    margin-right: 0.5rem; }
  .chat-box .chat-right-aside .chat .chat-message .text-box {
    position: relative; }
    .chat-box .chat-right-aside .chat .chat-message .text-box .input-txt-bx {
      height: 50px;
      border: 2px solid #137AC9;
      padding-left: 18px;
      font-size: 12px;
      letter-spacing: 1px; }
    .chat-box .chat-right-aside .chat .chat-message .text-box i {
      position: absolute;
      right: 20px;
      top: 20px;
      font-size: 20px;
      color: #e6edef;
      cursor: pointer; }
    .chat-box .chat-right-aside .chat .chat-message .text-box .btn {
      font-size: 16px;
      font-weight: 500; }

.chat-box .chat-menu {
  right: 10px;
  opacity: 0;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  visibility: hidden;
  top: 95px;
  position: absolute;
  z-index: 9;
  background-color: #fff;
  border: 1px solid #e6edef;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
  padding-right: unset; }
  .chat-box .chat-menu .tab-pane {
    padding: 0 15px; }
  .chat-box .chat-menu ul li .about .status i {
    font-size: 10px; }
  .chat-box .chat-menu .user-profile {
    margin-top: 30px; }
    .chat-box .chat-menu .user-profile .user-content h5 {
      margin: 15px 0;
      font-weight: 600; }
    .chat-box .chat-menu .user-profile .user-content p {
      font-size: 14px; }
    .chat-box .chat-menu .user-profile .user-content .social-list li {
      display: inline-block; }
      .chat-box .chat-menu .user-profile .user-content .social-list li a {
        width: 30px;
        height: 30px;
        border-radius: 5px;
        background-color: rgba(36, 105, 92, 0.08);
        color: #137AC9;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
      .chat-box .chat-menu .user-profile .user-content .social-list li:hover a {
        background-color: #137AC9;
        color: #fff; }
      .chat-box .chat-menu .user-profile .user-content .social-list li:nth-child(n+2) {
        margin-left: 5px; }
    .chat-box .chat-menu .user-profile .image {
      position: relative; }
      .chat-box .chat-menu .user-profile .image .icon-wrapper {
        position: absolute;
        bottom: 0;
        left: 55%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        height: 30px;
        width: 30px;
        border-radius: 50%;
        background-color: #fff;
        cursor: pointer;
        overflow: hidden;
        margin: 0 auto;
        font-size: 14px;
        -webkit-box-shadow: 1px 1px 3px 1px #e6edef;
                box-shadow: 1px 1px 3px 1px #e6edef; }
        .chat-box .chat-menu .user-profile .image .icon-wrapper i {
          color: #137AC9; }
      .chat-box .chat-menu .user-profile .image .avatar {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        overflow: hidden;
        margin-left: auto;
        margin-right: auto; }
        .chat-box .chat-menu .user-profile .image .avatar img {
          width: 100%;
          height: 100%;
          border-radius: 50%;
          border: 5px solid #e6edef; }
    .chat-box .chat-menu .user-profile .border-right {
      border-right: 1px solid #e6edef; }
    .chat-box .chat-menu .user-profile .follow {
      margin-top: 15px;
      padding-top: 15px;
      border-top: 1px solid #e6edef; }
      .chat-box .chat-menu .user-profile .follow .follow-num {
        font-size: 20px;
        color: #000;
        font-weight: 600;
        line-height: 1; }
      .chat-box .chat-menu .user-profile .follow span {
        color: #748694;
        font-size: 14px;
        letter-spacing: 1px;
        font-weight: 600; }
    .chat-box .chat-menu .user-profile .digits {
      border-top: 1px solid #e6edef;
      margin-top: 15px;
      padding-top: 15px; }
      .chat-box .chat-menu .user-profile .digits p {
        margin-bottom: unset; }
    .chat-box .chat-menu .user-profile .social-media a {
      color: #59667a;
      font-size: 15px;
      padding: 0 7px; }
    .chat-box .chat-menu .user-profile .chat-profile-contact p {
      font-size: 14px;
      color: #748694; }
  .chat-box .chat-menu .nav {
    margin-bottom: 20px; }
  .chat-box .chat-menu .nav-tabs .nav-item {
    width: 33.33%; }
    .chat-box .chat-menu .nav-tabs .nav-item a {
      padding: 15px !important;
      color: #59667a !important;
      letter-spacing: 1px;
      font-size: 14px;
      font-weight: 600;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .chat-box .chat-menu .nav-tabs .nav-item .material-border {
      border-width: 1px;
      border-color: #137AC9; }
    .chat-box .chat-menu .nav-tabs .nav-item .nav-link.active {
      color: #137AC9 !important; }
  .chat-box .chat-menu.show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
    padding-bottom: 25px;
    position: absolute;
    top: 60px; }

.chat-box .chat-history .call-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 300px;
  min-height: 650px;
  height: 100%; }
  .chat-box .chat-history .call-content > div {
    width: 100%;
    height: 100%;
    padding: 30px; }

.chat-box .chat-history .total-time h2 {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #748694; }

.chat-box .chat-history .receiver-img {
  margin-top: 55px; }
  .chat-box .chat-history .receiver-img img {
    border-radius: 5px; }

.chat-box .chat-history .call-icons {
  margin-bottom: 35px; }
  .chat-box .chat-history .call-icons ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .chat-box .chat-history .call-icons ul li {
      width: 55px;
      height: 55px;
      border: 1px solid #e6edef;
      border-radius: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .chat-box .chat-history .call-icons ul li + li {
        margin-left: 10px; }
      .chat-box .chat-history .call-icons ul li a {
        color: #748694;
        font-size: 22px; }

.chat-box .chat-history .caller-img {
  height: 100%; }

.chat-left-aside > .media {
  margin-bottom: 15px; }

.chat-left-aside .people-list {
  height: 625px; }

.chat-left-aside ul li {
  position: relative; }

.status-circle {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 4px;
  left: 44px;
  border-radius: 50%;
  border: 2px solid #fff; }

.away {
  background-color: #e2c636; }

.online {
  background-color: #1b4c43; }

.offline {
  background-color: #d22d3d; }

.chat-container .aside-chat-left {
  width: 320px; }

.chat-container .chat-right-aside {
  width: 320px; }

.call-chat-sidebar {
  max-width: 320px; }

.call-chat-sidebar .card .card-body, .chat-body .card .card-body {
  padding: 15px;
  margin-bottom: 15px; }

.chart-widget .chart-widget-top h4 {
  font-weight: 600; }

.chart-widget .chart-widget-top .num i {
  margin-left: 5px; }

.apexcharts-menu {
  border-color: #e6edef !important; }

@media (max-width: 1366px) {
  .chat-box .chat-right-aside .chat .chat-message {
    bottom: 0; } }

@media (max-width: 360px) {
  .chat-box .chat-menu {
    width: 220px; } }

/**=====================
    14.  Chat CSS Ends
==========================**/
/**=====================
     15. Alert CSS start
==========================**/
.notify-alert .close {
  background: unset;
  border: none;
  font-size: 25px; }

.alert {
  border-radius: 0.15rem;
  padding: 15px; }
  .alert svg {
    vertical-align: middle; }
  .alert .progress {
    margin-top: 15px; }
  .alert [data-notify='icon'] {
    margin-right: 10px;
    line-height: 20px;
    position: absolute; }
  .alert [data-notify='message'] {
    display: inline-block;
    width: 100%; }
  .alert i {
    margin-right: 5px;
    font-size: 16px; }
  .alert p {
    margin-bottom: 0; }
  .alert .close {
    opacity: 1; }
    .alert .close span {
      font-size: 24px;
      font-weight: 400;
      display: inline-block;
      border-radius: 3px;
      text-shadow: none;
      padding: 0 5px;
      padding-right: 0; }

.alert-dismissible .close {
  padding: 10px 1.25rem;
  top: 4px;
  padding-right: 13px;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .alert-dismissible .close:hover {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
    color: inherit; }

.card-body button:focus {
  outline: none; }

.card-body .alert:last-child {
  margin-bottom: 0; }

.card-body .alert svg {
  width: 14px;
  height: 14px;
  margin-right: 4px;
  position: absolute;
  top: 18px; }
  .card-body .alert svg ~ p {
    padding-left: 20px; }

strong {
  display: inline-block; }
  strong ~ p {
    display: inline-block; }

.alert-primary {
  background-color: rgba(36, 105, 92, 0.8);
  border-color: rgba(36, 105, 92, 0.9);
  color: #fff; }
  .alert-primary .progress {
    height: 5px;
    background-color: #236559;
    border-radius: 0; }
  .alert-primary .progress-bar {
    background-color: #aae2d7; }
  .alert-primary .btn-close {
    -webkit-filter: brightness(1) invert(1);
            filter: brightness(1) invert(1); }
  .alert-primary .alert-link {
    color: #137AC9; }
  .alert-primary hr {
    border-top-color: #137AC9; }

.alert-primary.dark {
  background-color: #137AC9;
  border-color: #137AC9;
  color: #fafafa; }
  .alert-primary.dark .alert-link {
    color: #fff; }

.alert-primary.outline, .alert-primary.outline-2x {
  background-color: transparent;
  border-color: #137AC9;
  color: #137AC9; }
  .alert-primary.outline .btn-close, .alert-primary.outline-2x .btn-close {
    -webkit-filter: unset;
            filter: unset; }

.alert-primary.inverse {
  background-color: transparent;
  padding: 13px 20px 13px 65px;
  border-color: #137AC9;
  color: #242934; }
  .alert-primary.inverse:before {
    top: 16px;
    content: "";
    position: absolute;
    left: 54px;
    width: 0;
    height: 0;
    border-left: 7px solid #137AC9;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent; }
  .alert-primary.inverse i {
    padding: 17px 20px;
    display: inline-block;
    background-color: #137AC9;
    color: #fff;
    border-radius: 3px 0 0 3px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%; }
  .alert-primary.inverse .btn-close {
    -webkit-filter: unset;
            filter: unset;
    top: -3px; }

.alert-secondary {
  background-color: rgba(186, 137, 93, 0.8);
  border-color: rgba(186, 137, 93, 0.9);
  color: #fff; }
  .alert-secondary .progress {
    height: 5px;
    background-color: #b88659;
    border-radius: 0; }
  .alert-secondary .progress-bar {
    background-color: white; }
  .alert-secondary .btn-close {
    -webkit-filter: brightness(1) invert(1);
            filter: brightness(1) invert(1); }
  .alert-secondary .alert-link {
    color: #ba895d; }
  .alert-secondary hr {
    border-top-color: #ba895d; }

.alert-secondary.dark {
  background-color: #ba895d;
  border-color: #ba895d;
  color: #fafafa; }
  .alert-secondary.dark .alert-link {
    color: #fff; }

.alert-secondary.outline, .alert-secondary.outline-2x {
  background-color: transparent;
  border-color: #ba895d;
  color: #ba895d; }
  .alert-secondary.outline .btn-close, .alert-secondary.outline-2x .btn-close {
    -webkit-filter: unset;
            filter: unset; }

.alert-secondary.inverse {
  background-color: transparent;
  padding: 13px 20px 13px 65px;
  border-color: #ba895d;
  color: #242934; }
  .alert-secondary.inverse:before {
    top: 16px;
    content: "";
    position: absolute;
    left: 54px;
    width: 0;
    height: 0;
    border-left: 7px solid #ba895d;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent; }
  .alert-secondary.inverse i {
    padding: 17px 20px;
    display: inline-block;
    background-color: #ba895d;
    color: #fff;
    border-radius: 3px 0 0 3px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%; }
  .alert-secondary.inverse .btn-close {
    -webkit-filter: unset;
            filter: unset;
    top: -3px; }

.alert-success {
  background-color: rgba(27, 76, 67, 0.8);
  border-color: rgba(27, 76, 67, 0.9);
  color: #fff; }
  .alert-success .progress {
    height: 5px;
    background-color: #1a4840;
    border-radius: 0; }
  .alert-success .progress-bar {
    background-color: #8fd7ca; }
  .alert-success .btn-close {
    -webkit-filter: brightness(1) invert(1);
            filter: brightness(1) invert(1); }
  .alert-success .alert-link {
    color: #1b4c43; }
  .alert-success hr {
    border-top-color: #1b4c43; }

.alert-success.dark {
  background-color: #1b4c43;
  border-color: #1b4c43;
  color: #fafafa; }
  .alert-success.dark .alert-link {
    color: #fff; }

.alert-success.outline, .alert-success.outline-2x {
  background-color: transparent;
  border-color: #1b4c43;
  color: #1b4c43; }
  .alert-success.outline .btn-close, .alert-success.outline-2x .btn-close {
    -webkit-filter: unset;
            filter: unset; }

.alert-success.inverse {
  background-color: transparent;
  padding: 13px 20px 13px 65px;
  border-color: #1b4c43;
  color: #242934; }
  .alert-success.inverse:before {
    top: 16px;
    content: "";
    position: absolute;
    left: 54px;
    width: 0;
    height: 0;
    border-left: 7px solid #1b4c43;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent; }
  .alert-success.inverse i {
    padding: 17px 20px;
    display: inline-block;
    background-color: #1b4c43;
    color: #fff;
    border-radius: 3px 0 0 3px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%; }
  .alert-success.inverse .btn-close {
    -webkit-filter: unset;
            filter: unset;
    top: -3px; }

.alert-danger {
  background-color: rgba(210, 45, 61, 0.8);
  border-color: rgba(210, 45, 61, 0.9);
  color: #fff; }
  .alert-danger .progress {
    height: 5px;
    background-color: #ce2c3c;
    border-radius: 0; }
  .alert-danger .progress-bar {
    background-color: white; }
  .alert-danger .btn-close {
    -webkit-filter: brightness(1) invert(1);
            filter: brightness(1) invert(1); }
  .alert-danger .alert-link {
    color: #d22d3d; }
  .alert-danger hr {
    border-top-color: #d22d3d; }

.alert-danger.dark {
  background-color: #d22d3d;
  border-color: #d22d3d;
  color: #fafafa; }
  .alert-danger.dark .alert-link {
    color: #fff; }

.alert-danger.outline, .alert-danger.outline-2x {
  background-color: transparent;
  border-color: #d22d3d;
  color: #d22d3d; }
  .alert-danger.outline .btn-close, .alert-danger.outline-2x .btn-close {
    -webkit-filter: unset;
            filter: unset; }

.alert-danger.inverse {
  background-color: transparent;
  padding: 13px 20px 13px 65px;
  border-color: #d22d3d;
  color: #242934; }
  .alert-danger.inverse:before {
    top: 16px;
    content: "";
    position: absolute;
    left: 54px;
    width: 0;
    height: 0;
    border-left: 7px solid #d22d3d;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent; }
  .alert-danger.inverse i {
    padding: 17px 20px;
    display: inline-block;
    background-color: #d22d3d;
    color: #fff;
    border-radius: 3px 0 0 3px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%; }
  .alert-danger.inverse .btn-close {
    -webkit-filter: unset;
            filter: unset;
    top: -3px; }

.alert-warning {
  background-color: rgba(226, 198, 54, 0.8);
  border-color: rgba(226, 198, 54, 0.9);
  color: #fff; }
  .alert-warning .progress {
    height: 5px;
    background-color: #e1c532;
    border-radius: 0; }
  .alert-warning .progress-bar {
    background-color: white; }
  .alert-warning .btn-close {
    -webkit-filter: brightness(1) invert(1);
            filter: brightness(1) invert(1); }
  .alert-warning .alert-link {
    color: #e2c636; }
  .alert-warning hr {
    border-top-color: #e2c636; }

.alert-warning.dark {
  background-color: #e2c636;
  border-color: #e2c636;
  color: #fafafa; }
  .alert-warning.dark .alert-link {
    color: #fff; }

.alert-warning.outline, .alert-warning.outline-2x {
  background-color: transparent;
  border-color: #e2c636;
  color: #e2c636; }
  .alert-warning.outline .btn-close, .alert-warning.outline-2x .btn-close {
    -webkit-filter: unset;
            filter: unset; }

.alert-warning.inverse {
  background-color: transparent;
  padding: 13px 20px 13px 65px;
  border-color: #e2c636;
  color: #242934; }
  .alert-warning.inverse:before {
    top: 16px;
    content: "";
    position: absolute;
    left: 54px;
    width: 0;
    height: 0;
    border-left: 7px solid #e2c636;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent; }
  .alert-warning.inverse i {
    padding: 17px 20px;
    display: inline-block;
    background-color: #e2c636;
    color: #fff;
    border-radius: 3px 0 0 3px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%; }
  .alert-warning.inverse .btn-close {
    -webkit-filter: unset;
            filter: unset;
    top: -3px; }

.alert-info {
  background-color: rgba(113, 113, 113, 0.8);
  border-color: rgba(113, 113, 113, 0.9);
  color: #fff; }
  .alert-info .progress {
    height: 5px;
    background-color: #6e6e6e;
    border-radius: 0; }
  .alert-info .progress-bar {
    background-color: #f1f1f1; }
  .alert-info .btn-close {
    -webkit-filter: brightness(1) invert(1);
            filter: brightness(1) invert(1); }
  .alert-info .alert-link {
    color: #717171; }
  .alert-info hr {
    border-top-color: #717171; }

.alert-info.dark {
  background-color: #717171;
  border-color: #717171;
  color: #fafafa; }
  .alert-info.dark .alert-link {
    color: #fff; }

.alert-info.outline, .alert-info.outline-2x {
  background-color: transparent;
  border-color: #717171;
  color: #717171; }
  .alert-info.outline .btn-close, .alert-info.outline-2x .btn-close {
    -webkit-filter: unset;
            filter: unset; }

.alert-info.inverse {
  background-color: transparent;
  padding: 13px 20px 13px 65px;
  border-color: #717171;
  color: #242934; }
  .alert-info.inverse:before {
    top: 16px;
    content: "";
    position: absolute;
    left: 54px;
    width: 0;
    height: 0;
    border-left: 7px solid #717171;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent; }
  .alert-info.inverse i {
    padding: 17px 20px;
    display: inline-block;
    background-color: #717171;
    color: #fff;
    border-radius: 3px 0 0 3px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%; }
  .alert-info.inverse .btn-close {
    -webkit-filter: unset;
            filter: unset;
    top: -3px; }

.alert-light {
  background-color: rgba(230, 237, 239, 0.8);
  border-color: rgba(230, 237, 239, 0.9);
  color: #fff;
  color: #2c323f;
  background-color: #f4f4f4; }
  .alert-light .progress {
    height: 5px;
    background-color: #e3ebed;
    border-radius: 0; }
  .alert-light .progress-bar {
    background-color: white; }
  .alert-light .btn-close {
    -webkit-filter: brightness(1) invert(1);
            filter: brightness(1) invert(1); }
  .alert-light .alert-link {
    color: #e6edef;
    color: #2c323f; }
  .alert-light .btn-close {
    -webkit-filter: unset;
            filter: unset; }
  .alert-light hr {
    border-top-color: #e6edef; }

.alert-light.dark {
  background-color: #e6edef;
  border-color: #e6edef;
  color: #fafafa;
  color: #2c323f; }
  .alert-light.dark .alert-link {
    color: #fff;
    color: #2c323f; }

.alert-light.outline, .alert-light.outline-2x {
  background-color: transparent;
  border-color: #e6edef;
  color: #e6edef;
  color: #2c323f; }
  .alert-light.outline .btn-close, .alert-light.outline-2x .btn-close {
    -webkit-filter: unset;
            filter: unset; }

.alert-light.inverse {
  background-color: transparent;
  padding: 13px 20px 13px 65px;
  border-color: #e6edef;
  color: #242934; }
  .alert-light.inverse:before {
    top: 16px;
    content: "";
    position: absolute;
    left: 54px;
    width: 0;
    height: 0;
    border-left: 7px solid #e6edef;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent; }
  .alert-light.inverse i {
    padding: 17px 20px;
    display: inline-block;
    background-color: #e6edef;
    color: #fff;
    border-radius: 3px 0 0 3px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%; }
  .alert-light.inverse .btn-close {
    -webkit-filter: unset;
            filter: unset;
    top: -3px; }

.alert-dark {
  background-color: rgba(44, 50, 63, 0.8);
  border-color: rgba(44, 50, 63, 0.9);
  color: #fff; }
  .alert-dark .progress {
    height: 5px;
    background-color: #2a303c;
    border-radius: 0; }
  .alert-dark .progress-bar {
    background-color: #a8b0c2; }
  .alert-dark .btn-close {
    -webkit-filter: brightness(1) invert(1);
            filter: brightness(1) invert(1); }
  .alert-dark .alert-link {
    color: #2c323f; }
  .alert-dark hr {
    border-top-color: #2c323f; }

.alert-dark.dark {
  background-color: #2c323f;
  border-color: #2c323f;
  color: #fafafa; }
  .alert-dark.dark .alert-link {
    color: #fff; }

.alert-dark.outline, .alert-dark.outline-2x {
  background-color: transparent;
  border-color: #2c323f;
  color: #2c323f; }
  .alert-dark.outline .btn-close, .alert-dark.outline-2x .btn-close {
    -webkit-filter: unset;
            filter: unset; }

.alert-dark.inverse {
  background-color: transparent;
  padding: 13px 20px 13px 65px;
  border-color: #2c323f;
  color: #242934; }
  .alert-dark.inverse:before {
    top: 16px;
    content: "";
    position: absolute;
    left: 54px;
    width: 0;
    height: 0;
    border-left: 7px solid #2c323f;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent; }
  .alert-dark.inverse i {
    padding: 17px 20px;
    display: inline-block;
    background-color: #2c323f;
    color: #fff;
    border-radius: 3px 0 0 3px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%; }
  .alert-dark.inverse .btn-close {
    -webkit-filter: unset;
            filter: unset;
    top: -3px; }

.dismiss-text .alert .btn-close {
  background: unset;
  opacity: 1;
  top: -6px;
  right: 40px; }
  .dismiss-text .alert .btn-close span {
    display: inline-block;
    border-radius: 3px;
    text-shadow: none;
    padding: 0 5px; }

.outline-2x {
  border-width: 2px;
  padding: 11px 1.25rem; }

/**=====================
     15. Alert CSS end
==========================**/
/**=====================
     16. Popover CSS Start
==========================**/
.popover {
  border: 1px solid #e6edef;
  -webkit-box-shadow: none;
          box-shadow: none; }

.popover-header {
  background-color: rgba(231, 243, 253, 0.7);
  border-color: #e6edef;
  color: #137AC9; }

.popover-body {
  border-color: #e6edef;
  background-color: #fff; }

.popover-main .btn-showcase a {
  color: #fff; }

.popover-main .btn-showcase button:last-child {
  margin-right: 0; }

/**=====================
     16. Popover CSS Ends
==========================**/
/**=====================
     17. List CSS Start
==========================**/
.list-group-item.active {
  background-color: #137AC9;
  border-color: #137AC9; }

.list-group i {
  margin-right: 10px; }

.list-group img {
  height: 40px;
  width: 40px;
  margin-right: 10px; }

/**=====================
     17. List CSS Ends
==========================**/
/**=====================
    18. Switch  CSS Start
==========================**/
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px; }
  .switch input {
    display: none; }
    .switch input:checked + .switch-state {
      background-color: #137AC9; }
      .switch input:checked + .switch-state:before {
        -webkit-transform: translateX(26px);
                transform: translateX(26px); }
    .switch input:focus + .switch-state {
      -webkit-box-shadow: 0 0 1px #137AC9;
              box-shadow: 0 0 1px #137AC9; }

.switch-state {
  border-radius: 20px;
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e6edef;
  -webkit-transition: .4s;
  transition: .4s; }
  .switch-state:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 20px; }

.icon-state .switch-state:after {
  content: "\efb8";
  font-family: IcoFont;
  left: 10px;
  position: absolute;
  top: 10px;
  color: #2c323f;
  -webkit-transition: .4s;
  transition: .4s;
  opacity: 0.3; }

.icon-state input:checked + .switch-state:after {
  content: "\efad";
  left: 36px;
  opacity: 1;
  -webkit-transition: .4s;
  transition: .4s; }

.switch-lg .switch {
  width: 75px;
  height: 40px; }
  .switch-lg .switch .switch-state:before {
    height: 30px;
    width: 30px;
    left: 7px;
    bottom: 5px;
    top: 4px; }

.switch-sm .switch {
  width: 25px;
  height: 16px;
  margin-top: 10px;
  margin-bottom: 0px; }
  .switch-sm .switch .switch-state:before {
    height: 8px;
    width: 8px;
    left: 4px;
    bottom: 4px; }

.switch-sm input:checked + .switch-state:before {
  left: -13px; }

.switch-lg.icon-state .switch .switch-state:after {
  left: 12px;
  font-size: 18px; }

.switch-lg.icon-state .switch input:checked + .switch-state:after {
  left: 47px; }

.switch-lg.icon-state .switch input:checked + .switch-state:before {
  -webkit-transform: translateX(32px);
          transform: translateX(32px); }

.switch-sm.icon-state .switch .switch-state:after {
  top: 4px;
  left: 4px;
  font-size: 8px; }

.switch-sm.icon-state .switch input:checked + .switch-state:after {
  left: 13px;
  top: 4px; }

.switch-outline .switch-state {
  background-color: #fff;
  border: 1px solid #137AC9;
  -webkit-transition: .4s;
  transition: .4s; }
  .switch-outline .switch-state:before {
    background-color: #e6edef;
    bottom: 3px;
    color: #fff; }

.switch-outline .switch input {
  display: none; }
  .switch-outline .switch input:checked + .switch-state {
    background-color: transparent;
    border: 1px solid #137AC9; }
    .switch-outline .switch input:checked + .switch-state:before {
      background-color: #137AC9;
      bottom: 3px;
      -webkit-transform: translateX(26px);
              transform: translateX(26px); }
    .switch-outline .switch input:checked + .switch-state:after {
      color: #fff; }

.switch-outline .switch-state.bg-primary {
  border: 1px solid #137AC9;
  background-color: transparent !important; }

.switch-outline .switch input:checked + .switch-state.bg-primary {
  background-color: transparent !important;
  border: 1px solid #137AC9; }
  .switch-outline .switch input:checked + .switch-state.bg-primary:before {
    background-color: #137AC9; }

.switch-outline .switch-state.bg-dark {
  border: 1px solid #2c323f;
  background-color: transparent !important; }

.switch-outline .switch input:checked + .switch-state.bg-dark {
  background-color: transparent !important;
  border: 1px solid #2c323f; }
  .switch-outline .switch input:checked + .switch-state.bg-dark:before {
    background-color: #2c323f; }

.switch-outline .switch-state.bg-warning {
  border: 1px solid #e2c636;
  background-color: transparent !important; }

.switch-outline .switch input:checked + .switch-state.bg-warning {
  background-color: transparent !important;
  border: 1px solid #e2c636; }
  .switch-outline .switch input:checked + .switch-state.bg-warning:before {
    background-color: #e2c636; }

.switch-outline .switch-state.bg-success {
  border: 1px solid #1b4c43;
  background-color: transparent !important; }

.switch-outline .switch input:checked + .switch-state.bg-success {
  background-color: transparent !important;
  border: 1px solid #1b4c43; }
  .switch-outline .switch input:checked + .switch-state.bg-success:before {
    background-color: #1b4c43; }

.switch-outline .switch-state.bg-info {
  border: 1px solid #717171;
  background-color: transparent !important; }

.switch-outline .switch input:checked + .switch-state.bg-info {
  background-color: transparent !important;
  border: 1px solid #717171; }
  .switch-outline .switch input:checked + .switch-state.bg-info:before {
    background-color: #717171; }

.switch-outline .switch-state.bg-danger {
  border: 1px solid #d22d3d;
  background-color: transparent !important; }

.switch-outline .switch input:checked + .switch-state.bg-danger {
  background-color: transparent !important;
  border: 1px solid #d22d3d; }
  .switch-outline .switch input:checked + .switch-state.bg-danger:before {
    background-color: #d22d3d; }

.switch-outline .switch-state.bg-primary {
  border: 1px solid #137AC9;
  background-color: transparent !important; }

.switch-outline .switch input:checked + .switch-state.bg-primary {
  background-color: transparent !important;
  border: 1px solid #137AC9; }
  .switch-outline .switch input:checked + .switch-state.bg-primary:before {
    background-color: #137AC9; }

.switch-outline .switch-state.bg-secondary {
  border: 1px solid #ba895d;
  background-color: transparent !important; }

.switch-outline .switch input:checked + .switch-state.bg-secondary {
  background-color: transparent !important;
  border: 1px solid #ba895d; }
  .switch-outline .switch input:checked + .switch-state.bg-secondary:before {
    background-color: #ba895d; }

.switch-showcase {
  margin-bottom: -8px; }
  .switch-showcase .media {
    line-height: 1; }

/**=====================
     18. Switch  CSS Ends
==========================**/
/**=====================
    20.  Touchspin  CSS Start
==========================**/
.bootstrap-touchspin input.touchspin {
  padding: 0 12px; }

.bootstrap-touchspin .input-group .btn {
  padding: 10px 20px; }

.bootstrap-touchspin .touchspin-vertical-tab .input-group .input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell; }
  .bootstrap-touchspin .touchspin-vertical-tab .input-group .input-group-btn-vertical .bootstrap-touchspin-down {
    margin-top: -2px; }
  .bootstrap-touchspin .touchspin-vertical-tab .input-group .input-group-btn-vertical i {
    position: absolute;
    top: 4px;
    left: 7px;
    font-size: 10px;
    font-weight: normal; }
  .bootstrap-touchspin .touchspin-vertical-tab .input-group .input-group-btn-vertical > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
    padding: 9px;
    margin-left: -1px;
    position: relative; }

.bootstrap-touchspin .input-group {
  font-family: "Poppins", sans-serif, sans-serif; }
  .bootstrap-touchspin .input-group .btn {
    border-radius: 0 !important; }

.bootstrap-touchspin .dropdown-basic .dropdown .dropbtn {
  padding: 9px 30px; }

.bootstrap-touchspin .dropdown-basic .dropdown .dropdown-content {
  z-index: 9999; }

/**=====================
     20. Touchspin  CSS Ends
==========================**/
/**=====================
     21. Select 2 CSS Start
==========================**/
.select2 {
  max-width: 100%; }

.add-post #cke_text-box {
  border: 1px solid #efefef; }

.add-post form .m-checkbox-inline label {
  margin-bottom: 0; }

.add-post form .form-group {
  margin-bottom: 30px; }
  .add-post form .form-group .form-control {
    border: 1px solid #efefef; }
  .add-post form .form-group .col-form-label {
    padding-bottom: 0;
    padding-top: 0; }
    .add-post form .form-group .col-form-label .select2-container--default {
      margin-top: 10px;
      max-width: 100%; }
      .add-post form .form-group .col-form-label .select2-container--default .selection .select2-selection .select2-search__field {
        padding: 2px; }
      .add-post form .form-group .col-form-label .select2-container--default .select2-selection--multiple {
        border: 1px solid #efefef;
        max-width: 100%; }
        .add-post form .form-group .col-form-label .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
          margin-top: 6px !important; }

.add-post .dropzone {
  margin-bottom: 30px; }

.select2-drpdwn .select2-selection {
  border-radius: 0 !important;
  border-color: #e6edef !important;
  height: 35px !important;
  padding: 5px; }

.select2-drpdwn .form-control {
  border-radius: 5px; }

.select2-drpdwn .form-control-primary {
  border-color: #137AC9;
  color: #137AC9; }

.select2-drpdwn .form-control-secondary {
  border-color: #ba895d;
  color: #ba895d; }

.select2-drpdwn .form-control-success {
  border-color: #1b4c43;
  color: #1b4c43; }

.select2-drpdwn .form-control-info {
  border-color: #717171;
  color: #717171; }

.select2-drpdwn .form-control-warning {
  border-color: #e2c636;
  color: #e2c636; }

.select2-drpdwn .form-control-danger {
  border-color: #d22d3d;
  color: #d22d3d; }

.select2-drpdwn .form-control-inverse {
  border-color: #2c323f;
  color: #2c323f; }

.select2-drpdwn .form-control-primary-fill {
  background-color: #137AC9;
  color: #fff; }
  .select2-drpdwn .form-control-primary-fill:focus {
    background-color: #137AC9; }

.select2-drpdwn .form-control-secondary-fill {
  background-color: #ba895d;
  color: white; }
  .select2-drpdwn .form-control-secondary-fill:focus {
    background-color: #ba895d; }

.select2-drpdwn .form-control-success-fill {
  background-color: #1b4c43;
  color: #fff; }
  .select2-drpdwn .form-control-success-fill:focus {
    background-color: #1b4c43; }

.select2-drpdwn .form-control-info-fill {
  background-color: #717171;
  color: #fff; }
  .select2-drpdwn .form-control-info-fill:focus {
    background-color: #717171; }

.select2-drpdwn .form-control-warning-fill {
  background-color: #e2c636;
  color: #fff; }
  .select2-drpdwn .form-control-warning-fill:focus {
    background-color: #e2c636; }

.select2-drpdwn .form-control-danger-fill {
  background-color: #d22d3d;
  color: #fff; }
  .select2-drpdwn .form-control-danger-fill:focus {
    background-color: #d22d3d; }

.select2-drpdwn .form-control-inverse-fill {
  background-color: #2c323f;
  color: #fff; }
  .select2-drpdwn .form-control-inverse-fill:focus {
    background-color: #2c323f; }

.selection .select2-selection {
  font-family: "Poppins", sans-serif, sans-serif;
  border-radius: var(--bs-border-radius); }
  .selection .select2-selection .select2-search__field {
    margin-top: 0;
    padding: 0px 0 0 15px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  padding: 2px 6px !important;
  margin-top: 0 !important;
  background-color: #137AC9 !important;
  border-color: #17433b !important;
  color: #fff;
  margin-right: 8px !important; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #fff !important;
  float: right;
  margin-left: 0.5rem; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #e0e0e0 !important;
  color: #424242 !important; }

.select2-container--classic .select2-results__options .select2-results__option[aria-selected=true] {
  color: #fff !important; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 7px !important;
  right: 10px !important; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  padding: 2px 6px !important;
  margin-top: 0 !important;
  background-color: var(--bs-primary-text-emphasis) !important;
  color: #fff;}

li.select2-selection__choice { margin-top: 5xp; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #fff !important;
  float: right;
  margin-left: 0.5rem; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #e0e0e0 !important;
  color: #424242 !important; }

.select2-container--default .select2-results__options .select2-results__option[aria-selected=true] {
  background-color: var(--bs-primary-text-emphasis) !important;
  color: #fff !important; }

.select2-results > .select2-results__options {
  border: 1px solid #e6edef; }

/**=====================
     21. Select 2 CSS Ends
==========================**/
/**=====================
     22. User profile css start
==========================**/
.user-profile .follow .follow-num {
  font-size: 18px;
  color: #2b2b2b;
  font-family: "Poppins", sans-serif, sans-serif;
  font-weight: 600; }

.user-profile .follow span {
  color: #59667a; }

.user-profile .follow ul.follow-list {
  border-top: 1px solid #e6edef; }
  .user-profile .follow ul.follow-list li {
    display: inline-block;
    padding-top: 15px; }
    .user-profile .follow ul.follow-list li:nth-child(n+2) {
      margin-left: 15px;
      padding-left: 15px;
      border-left: 1px solid #e6edef; }

.user-profile .profile-img-style {
  padding: 30px; }
  .user-profile .profile-img-style .img-container {
    margin-top: 30px; }
  .user-profile .profile-img-style .user-name {
    font-size: 18px;
    color: #2b2b2b;
    margin: 0;
    font-weight: 600; }
  .user-profile .profile-img-style p {
    line-height: 30px;
    font-size: 14px;
    color: #898989;
    margin-bottom: 0; }
  .user-profile .profile-img-style .media img {
    width: 50px; }

.user-profile .like-comment a {
  color: #898989; }
  .user-profile .like-comment a:hover {
    color: #d22d3d; }

.user-profile .like-comment span {
  font-family: "Poppins", sans-serif, sans-serif; }

.user-profile .social-media ul.user-list-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 20px; }
  .user-profile .social-media ul.user-list-social li:nth-child(n+2) {
    margin-left: 5px; }
  .user-profile .social-media ul.user-list-social li a {
    padding: 0;
    width: 32px;
    height: 32px;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: rgba(36, 105, 92, 0.08); }
    .user-profile .social-media ul.user-list-social li a i {
      font-size: 14px;
      color: #137AC9; }
  .user-profile .social-media ul.user-list-social li:hover a {
    background-color: #137AC9; }
    .user-profile .social-media ul.user-list-social li:hover a i {
      color: #fff; }

.user-profile .profile-header {
  height: 420px;
  padding: 30px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }
  .user-profile .profile-header .profile-img-wrrap {
    display: none; }
  .user-profile .profile-header .userpro-box {
    background-color: #fff;
    padding: 30px;
    max-width: 380px;
    margin-top: auto;
    margin-bottom: auto;
    text-align: center; }
    .user-profile .profile-header .userpro-box .img-wrraper {
      position: relative;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      margin: auto; }
    .user-profile .profile-header .userpro-box .avatar {
      width: 100px;
      height: 100px;
      max-width: 155px;
      max-height: 155px;
      border-radius: 50%;
      overflow: hidden;
      margin-left: auto;
      margin-right: auto;
      border: 7px solid rgba(36, 105, 92, 0.08);
      margin-bottom: 15px; }
      .user-profile .profile-header .userpro-box .avatar img {
        width: 100%;
        height: 100%; }
    .user-profile .profile-header .userpro-box .icon-wrapper {
      position: absolute;
      right: 0;
      bottom: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 35px;
      width: 35px;
      border-radius: 50%;
      background-color: #fff;
      cursor: pointer;
      overflow: hidden;
      margin: 0 auto;
      font-size: 17px;
      -webkit-box-shadow: 0 0 6px 3px rgba(68, 102, 242, 0.1);
              box-shadow: 0 0 6px 3px rgba(68, 102, 242, 0.1); }
      .user-profile .profile-header .userpro-box .icon-wrapper i {
        color: #137AC9; }
    .user-profile .profile-header .userpro-box h4 {
      color: #2b2b2b;
      font-weight: 600;
      font-size: 20px; }
    .user-profile .profile-header .userpro-box h6 {
      font-size: 14px;
      text-transform: uppercase;
      color: #748694;
      margin-bottom: 15px; }

.user-profile .profile-post {
  padding: 30px; }
  .user-profile .profile-post .post-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px; }
    .user-profile .profile-post .post-header .media {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .user-profile .profile-post .post-header .media img {
        width: 60px; }
      .user-profile .profile-post .post-header .media h5 {
        color: #2b2b2b;
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 3px; }
      .user-profile .profile-post .post-header .media h6 {
        color: #748694;
        font-size: 14px;
        margin-bottom: 0; }
    .user-profile .profile-post .post-header .post-setting i {
      color: #748694;
      font-size: 22px; }
  .user-profile .profile-post .post-body p {
    color: #748694; }
  .user-profile .profile-post .post-body .post-react {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px; }
    .user-profile .profile-post .post-body .post-react ul li {
      display: inline-block; }
      .user-profile .profile-post .post-body .post-react ul li:nth-child(n+2) {
        margin-left: -20px; }
      .user-profile .profile-post .post-body .post-react ul li img {
        width: 30px;
        height: 30px; }
    .user-profile .profile-post .post-body .post-react h6 {
      font-size: 14px;
      color: #717171;
      margin-bottom: 0;
      margin-left: 15px; }
  .user-profile .profile-post .post-body .post-comment li {
    display: inline-block;
    color: #717171; }
    .user-profile .profile-post .post-body .post-comment li label {
      margin-bottom: 0;
      font-weight: 500; }
      .user-profile .profile-post .post-body .post-comment li label a {
        color: #717171;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        line-height: 1; }
        .user-profile .profile-post .post-body .post-comment li label a svg {
          width: 14px;
          height: 14px; }
        .user-profile .profile-post .post-body .post-comment li label a span {
          margin-left: 10px; }
    .user-profile .profile-post .post-body .post-comment li:nth-child(n+2) {
      margin-left: 15px; }

.user-profile .post-about ul {
  margin-bottom: 20px; }
  .user-profile .post-about ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .user-profile .post-about ul li .icon {
      width: 35px;
      height: 35px;
      border-radius: 5px;
      background-color: rgba(36, 105, 92, 0.08);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-right: 15px; }
      .user-profile .post-about ul li .icon svg {
        width: 18px;
        height: 18px;
        color: #137AC9; }
    .user-profile .post-about ul li h5 {
      color: #2b2b2b;
       }
    .user-profile .post-about ul li p {
      font-size: 12px;
      line-height: 1;
       }
    .user-profile .post-about ul li:nth-child(n+2) {
      margin-top: 20px; }

.edit-profile .profile-title {
  border-bottom: 1px solid #e6edef;
  margin-bottom: 15px;
  padding-bottom: 20px; }
  .edit-profile .profile-title .media {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .edit-profile .profile-title .media .media-body {
      margin-left: 25px; }

.edit-profile .card .card-header h4 {
  font-weight: 600; }

.edit-profile .card .card-body h3 {
  font-weight: 600; }

.edit-profile .table > :not(:last-child) > :last-child > * {
  border: 1px solid #e6edef; }

/**============================
     22. User profile css Ends
==============================**/
/**=====================
     23. Progress CSS Start
==========================**/
.progress-showcase .progress {
  margin-bottom: 10px; }
  .progress-showcase .progress:last-child {
    margin-bottom: 0; }

.sm-progress-bar {
  height: 5px; }

.lg-progress-bar {
  height: 20px; }

.progress-animate {
  overflow: inherit;
  background-color: transparent;
  margin-bottom: 2px; }
  .progress-animate span {
    position: absolute;
    bottom: 15px;
    right: -10px;
    font-weight: 600;
    font-size: 15px; }

@-webkit-keyframes heartbit {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0; }
  25% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: .1; }
  50% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: .3; }
  75% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: .5; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

@keyframes heartbit {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0; }
  25% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: .1; }
  50% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: .3; }
  75% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: .5; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

.progress-gradient-primary {
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(#137AC9));
  background-image: linear-gradient(to right, transparent, #137AC9);
  position: relative; }
  .progress-gradient-primary:hover {
    background-size: 100%; }
  .progress-gradient-primary::after {
    position: absolute;
    content: '';
    top: -3px;
    right: -1px;
    background-color: #137AC9;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 17px 4px rgba(36, 105, 92, 0.36);
            box-shadow: 0 0 17px 4px rgba(36, 105, 92, 0.36); }
  .progress-gradient-primary .animate-circle {
    position: absolute;
    top: -11px;
    right: -8px;
    height: 25px;
    width: 25px;
    border: 5px solid #137AC9;
    border-radius: 70px;
    -webkit-animation: heartbit 1s ease-out;
            animation: heartbit 1s ease-out;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite; }

.progress-gradient-secondary {
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(#ba895d));
  background-image: linear-gradient(to right, transparent, #ba895d);
  position: relative; }
  .progress-gradient-secondary:hover {
    background-size: 100%; }
  .progress-gradient-secondary::after {
    position: absolute;
    content: '';
    top: -3px;
    right: -1px;
    background-color: #ba895d;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 17px 4px rgba(186, 137, 93, 0.36);
            box-shadow: 0 0 17px 4px rgba(186, 137, 93, 0.36); }
  .progress-gradient-secondary .animate-circle {
    position: absolute;
    top: -11px;
    right: -8px;
    height: 25px;
    width: 25px;
    border: 5px solid #ba895d;
    border-radius: 70px;
    -webkit-animation: heartbit 1s ease-out;
            animation: heartbit 1s ease-out;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite; }

.progress-gradient-success {
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(#1b4c43));
  background-image: linear-gradient(to right, transparent, #1b4c43);
  position: relative; }
  .progress-gradient-success:hover {
    background-size: 100%; }
  .progress-gradient-success::after {
    position: absolute;
    content: '';
    top: -3px;
    right: -1px;
    background-color: #1b4c43;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 17px 4px rgba(27, 76, 67, 0.36);
            box-shadow: 0 0 17px 4px rgba(27, 76, 67, 0.36); }
  .progress-gradient-success .animate-circle {
    position: absolute;
    top: -11px;
    right: -8px;
    height: 25px;
    width: 25px;
    border: 5px solid #1b4c43;
    border-radius: 70px;
    -webkit-animation: heartbit 1s ease-out;
            animation: heartbit 1s ease-out;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite; }

.progress-gradient-danger {
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(#d22d3d));
  background-image: linear-gradient(to right, transparent, #d22d3d);
  position: relative; }
  .progress-gradient-danger:hover {
    background-size: 100%; }
  .progress-gradient-danger::after {
    position: absolute;
    content: '';
    top: -3px;
    right: -1px;
    background-color: #d22d3d;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 17px 4px rgba(210, 45, 61, 0.36);
            box-shadow: 0 0 17px 4px rgba(210, 45, 61, 0.36); }
  .progress-gradient-danger .animate-circle {
    position: absolute;
    top: -11px;
    right: -8px;
    height: 25px;
    width: 25px;
    border: 5px solid #d22d3d;
    border-radius: 70px;
    -webkit-animation: heartbit 1s ease-out;
            animation: heartbit 1s ease-out;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite; }

.progress-gradient-info {
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(#717171));
  background-image: linear-gradient(to right, transparent, #717171);
  position: relative; }
  .progress-gradient-info:hover {
    background-size: 100%; }
  .progress-gradient-info::after {
    position: absolute;
    content: '';
    top: -3px;
    right: -1px;
    background-color: #717171;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 17px 4px rgba(113, 113, 113, 0.36);
            box-shadow: 0 0 17px 4px rgba(113, 113, 113, 0.36); }
  .progress-gradient-info .animate-circle {
    position: absolute;
    top: -11px;
    right: -8px;
    height: 25px;
    width: 25px;
    border: 5px solid #717171;
    border-radius: 70px;
    -webkit-animation: heartbit 1s ease-out;
            animation: heartbit 1s ease-out;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite; }

.progress-gradient-light {
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(#e6edef));
  background-image: linear-gradient(to right, transparent, #e6edef);
  position: relative; }
  .progress-gradient-light:hover {
    background-size: 100%; }
  .progress-gradient-light::after {
    position: absolute;
    content: '';
    top: -3px;
    right: -1px;
    background-color: #e6edef;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 17px 4px rgba(230, 237, 239, 0.36);
            box-shadow: 0 0 17px 4px rgba(230, 237, 239, 0.36); }
  .progress-gradient-light .animate-circle {
    position: absolute;
    top: -11px;
    right: -8px;
    height: 25px;
    width: 25px;
    border: 5px solid #e6edef;
    border-radius: 70px;
    -webkit-animation: heartbit 1s ease-out;
            animation: heartbit 1s ease-out;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite; }

.progress-gradient-dark {
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(#2c323f));
  background-image: linear-gradient(to right, transparent, #2c323f);
  position: relative; }
  .progress-gradient-dark:hover {
    background-size: 100%; }
  .progress-gradient-dark::after {
    position: absolute;
    content: '';
    top: -3px;
    right: -1px;
    background-color: #2c323f;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 17px 4px rgba(44, 50, 63, 0.36);
            box-shadow: 0 0 17px 4px rgba(44, 50, 63, 0.36); }
  .progress-gradient-dark .animate-circle {
    position: absolute;
    top: -11px;
    right: -8px;
    height: 25px;
    width: 25px;
    border: 5px solid #2c323f;
    border-radius: 70px;
    -webkit-animation: heartbit 1s ease-out;
            animation: heartbit 1s ease-out;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite; }

.progress-gradient-warning {
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(#e2c636));
  background-image: linear-gradient(to right, transparent, #e2c636);
  position: relative; }
  .progress-gradient-warning:hover {
    background-size: 100%; }
  .progress-gradient-warning::after {
    position: absolute;
    content: '';
    top: -3px;
    right: -1px;
    background-color: #e2c636;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 17px 4px rgba(226, 198, 54, 0.36);
            box-shadow: 0 0 17px 4px rgba(226, 198, 54, 0.36); }
  .progress-gradient-warning .animate-circle {
    position: absolute;
    top: -11px;
    right: -8px;
    height: 25px;
    width: 25px;
    border: 5px solid #e2c636;
    border-radius: 70px;
    -webkit-animation: heartbit 1s ease-out;
            animation: heartbit 1s ease-out;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite; }

/**=====================
     23. Progress CSS Ends
==========================**/
/**=====================
    24. According CSS start
==========================**/
.default-according .card {
  margin-bottom: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }
  .default-according .card + .card {
    margin-top: 10px; }
  .default-according .card .btn-link {
    font-weight: 500;
    color: #242934;
    font-size: 16px; }
  .default-according .card .btn-link:focus, .default-according .card .btn-link:hover {
    text-decoration: none; }
  .default-according .card .card-header {
    padding: 1rem 1.25rem;
    border-bottom: 1px solid #e6edef; }
    .default-according .card .card-header i {
      position: initial;
      font-size: 20px;
      display: inline-block;
      vertical-align: text-bottom;
      margin-right: 5px; }
    .default-according .card .card-header h5 {
      margin-top: 2px; }
  .default-according .card .card-body {
    border-top: none !important;
    padding: 20px; }
    .default-according .card .card-body h5 {

      margin-bottom: 5px; }
    .default-according .card .card-body h6 {
      color: #748694;
      
      margin-bottom: 5px; }
    .default-according .card .card-body ul.rating li {
      display: inline-block; }

.default-according.style-1 button {
  width: 100%;
  text-align: left; }
  .default-according.style-1 button:before {
    right: 20px;
    position: absolute;
    -webkit-transition: 0.4s;
    transition: 0.4s; }
  .default-according.style-1 button[aria-expanded="true"]:before {
    content: "\f077";
    font-family: "Font Awesome 6 Pro"; }
  .default-according.style-1 button[aria-expanded="false"]:before {
    content: "\f078";
    font-family: "Font Awesome 6 Pro"; }

@media (max-width: 480px) {
  .default-according .card .card-header {
    padding-right: 32px; }
    .default-according .card .card-header h5 {
      font-size: 16px; }
  .default-according.style-1 button:before {
    right: 10px; } }

/**=====================
     24. According CSS Ends
==========================**/
/**=====================
    25. Authentication CSS Start
==========================**/
.show-hide {
  position: absolute;
  top: 18px;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  
  z-index: 2; }
  .show-hide span {
    cursor: pointer;
    font-size: 13px;
    color: #137AC9; }
    .show-hide span .show-hide span:before {
      content: "hide"; }
    .show-hide span.show:before {
      content: "show"; }

.needs-validation label {
  margin-bottom: 10px; }

.needs-validation .invalid-tooltip {
  top: -35px;
  right: 10px; }

.login-card {
  background-color: rgba(231, 243, 253, 0.7);
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100vh;
  margin: 0 auto;
  padding: 30px 12px; }

.login-form {
  padding: 30px;
  width: 450px;
  background-color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto; }
  .login-form h4 {
    
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 22px; }
  .login-form h6 {
    font-size: 14px;
    margin-bottom: 25px;
    color: #748694; }
  .login-form .btn {
    font-weight: 600;
    margin-left: auto;
    display: block; }
  .login-form p {
    font-weight: 400;
    text-align: center;
    margin-bottom: unset; }
  .login-form .form-group {
    position: relative; }
    .login-form .form-group label {
      font-weight: 400;
      
      margin-bottom: 5px; }
    .login-form .form-group .input-group-text {
      background-color: rgba(231, 243, 253, 0.7);
      border: none;
      color: #137AC9; }
    .login-form .form-group input {
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .login-form .form-group .form-control::-webkit-input-placeholder {
      font-weight: 400; }
    .login-form .form-group .form-control::-moz-placeholder {
      font-weight: 400; }
    .login-form .form-group .form-control:-ms-input-placeholder {
      font-weight: 400; }
    .login-form .form-group .form-control::-ms-input-placeholder {
      font-weight: 400; }
    .login-form .form-group .form-control::placeholder {
      font-weight: 400; }
    .login-form .form-group .form-control:focus {
      -webkit-box-shadow: none;
              box-shadow: none; }
    .login-form .form-group .checkbox {
      display: inline-block; }
      .login-form .form-group .checkbox label {
        padding-top: 0;
        margin-top: 0;
        color: #748694; }
        .login-form .form-group .checkbox label span {
          color: rgba(36, 105, 92, 0.5); }
    .login-form .form-group .link {
      font-weight: 500; }
    .login-form .form-group .small-group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .login-form .form-group .small-group .input-group:nth-child(n+2) {
        margin-left: 10px; }
  .login-form ul.login-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .login-form ul.login-social li {
      display: inline-block;
      width: 35px;
      height: 35px;
      background-color: rgba(36, 105, 92, 0.08);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border-radius: 5px; }
      .login-form ul.login-social li a {
        line-height: 1; }
        .login-form ul.login-social li a svg {
          width: 16px;
          height: auto; }
      .login-form ul.login-social li:nth-child(n+2) {
        margin-left: 10px; }
  .login-form .login-social-title {
    position: relative;
    margin-bottom: 20px;
    z-index: 2; }
    .login-form .login-social-title::before {
      content: '';
      position: absolute;
      top: 10px;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #748694;
      z-index: -1; }
    .login-form .login-social-title h5 {
      font-weight: 600;
      font-size: 16px;
      color: #748694;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      margin-left: auto;
      margin-right: auto;
      padding-left: 10px;
      padding-right: 10px;
      background-color: #fff; }

@media (max-width: 575px) {
  .login-form .form-group .link {
    float: unset; }
  .login-form .btn {
    margin-left: unset; } }

@media (max-width: 480px) {
  .login-form {
    width: 100%; } }

/**==========================
    25. Authentication CSS Ends
==========================**/
/**=====================
    26. Form CSS Start
==========================**/
.height-35 {
  height: 35px !important; }

label {
  margin-bottom: 5px;
  font-weight: 400; }

.form-group {
  margin-bottom: 20px; }

.form-control, .form-select {
  background-color: #fff;
  font-size: 14px;
  color: #717171; }
  .form-control:focus, .form-select:focus {
    border-color: #e6edef;
    background-color: #fff;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(171, 140, 228, 0.05);
            box-shadow: 0 0 0 0.2rem rgba(171, 140, 228, 0.05); }

.theme-form .form-control :focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(171, 140, 228, 0.05);
          box-shadow: 0 0 0 0.2rem rgba(171, 140, 228, 0.05); }

.theme-form.sm-form .form-group {
  margin-bottom: 14px; }

.theme-form .form-group {
  margin-bottom: 20px; }
  .theme-form .form-group textarea {
    border-color: #efefef; }
    .theme-form .form-group textarea::-webkit-input-placeholder {
      color: #898989;
      font-size: 14px;
      letter-spacing: 1px;
      font-weight: 100; }
  .theme-form .form-group input[type=text], .theme-form .form-group input[type=email], .theme-form .form-group input[type=search],
  .theme-form .form-group input[type=password], .theme-form .form-group input[type=number], .theme-form .form-group input[type=tel], .theme-form .form-group input[type=date], .theme-form .form-group input[type=datetime-local], .theme-form .form-group input[type=time], .theme-form .form-group input[type=datetime-local], .theme-form .form-group input[type=month], .theme-form .form-group input[type=week],
  .theme-form .form-group input[type=url], .theme-form .form-group input[type=file], .theme-form .form-group select {
    border-color: #e6edef;
    font-size: 14px;
    color: #898989; }
    .theme-form .form-group input[type=text]::-webkit-input-placeholder, .theme-form .form-group input[type=email]::-webkit-input-placeholder, .theme-form .form-group input[type=search]::-webkit-input-placeholder,
    .theme-form .form-group input[type=password]::-webkit-input-placeholder, .theme-form .form-group input[type=number]::-webkit-input-placeholder, .theme-form .form-group input[type=tel]::-webkit-input-placeholder, .theme-form .form-group input[type=date]::-webkit-input-placeholder, .theme-form .form-group input[type=datetime-local]::-webkit-input-placeholder, .theme-form .form-group input[type=time]::-webkit-input-placeholder, .theme-form .form-group input[type=datetime-local]::-webkit-input-placeholder, .theme-form .form-group input[type=month]::-webkit-input-placeholder, .theme-form .form-group input[type=week]::-webkit-input-placeholder,
    .theme-form .form-group input[type=url]::-webkit-input-placeholder, .theme-form .form-group input[type=file]::-webkit-input-placeholder, .theme-form .form-group select::-webkit-input-placeholder {
      color: #898989;
      font-size: 14px;
      font-weight: 300; }
  .theme-form .form-group select.form-control:not([size]):not([multiple]) {
    border-color: #efefef;
    font-size: 14px; }

.theme-form .checkbox label {
  padding-left: 10px; }

.theme-form .form-divider {
  position: relative;
  clear: both;
  height: 0;
  margin: 30px 0;
  border-top: 1px solid #efefef; }
  .theme-form .form-divider:before {
    position: absolute;
    top: -11px;
    left: 40%;
    margin-left: -10px;
    padding: 0 5px;
    content: "Or Signup With";
    color: #2b2b2b;
    background: #fff; }

.theme-form .login-divider {
  position: relative;
  clear: both;
  height: 0;
  margin: 30px 0;
  border-top: 1px solid #efefef; }
  .theme-form .login-divider:before {
    position: absolute;
    top: -11px;
    left: 40%;
    margin-left: -10px;
    padding: 0 5px;
    color: #2b2b2b;
    background: #fff;
    content: "Or Login With"; }

.theme-form .btn-fb {
  background-color: #50598e;
  color: #fff;
  width: 100%; }

.theme-form .btn-twitter {
  background-color: #6fa2d8;
  color: #fff;
  width: 100%; }

.theme-form .btn-google {
  background-color: #c64e40;
  color: #fff;
  width: 100%; }

.form-inline {
  display: -webkit-inline-box; }
  .form-inline .form-group {
    margin-right: 15px; }
    .form-inline .form-group .col-form-label {
      margin-right: 5px; }

.search-form .form-group:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 25px;
  background: #e8ebf2;
  left: 82px;
  top: 50px; }

.search-form .form-group:after {
  position: absolute;
  content: "\f002";
  font-family: FontAwesome;
  top: 50px;
  left: 53px;
  color: #8e8e8e; }

.search-form input {
  border: 1px solid #e6edef;
  padding: 10px 10px 10px 70px;
  border-radius: 50px; }

.form-label-align-right label {
  text-align: right;
  padding-top: 17px;
  font-weight: 500; }

.custom-file-label {
  line-height: 1.8; }
  .custom-file-label::after {
    line-height: 1.8; }

.input-group-text {
  border-color: #e6edef;
  font-weight: 500; }

.dropdown-menu {
  border: 1px solid #e6edef; }

.animated-modal .form-select {
  display: inline-block;
  width: auto;
  vertical-align: middle; }

/**=====================
    26. Form CSS Ends
==========================**/
/**=====================
     28. Radio CSS Start
==========================**/
.animate-chk label {
  line-height: 1.6;
  cursor: pointer; }
  .animate-chk label:last-child {
    margin-bottom: 0; }

.checkbox_animated {
  cursor: pointer;
  position: relative;
  margin: 0 1rem 0 0; }
  .checkbox_animated:before {
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75), -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -webkit-transform: rotate(-45deg) scale(0, 0);
            transform: rotate(-45deg) scale(0, 0);
    content: "";
    position: absolute;
    left: 0.25rem;
    top: 0.225rem;
    z-index: 1;
    width: 0.75rem;
    height: 0.375rem;
    border: 2px solid #137AC9;
    border-top-style: none;
    border-right-style: none; }
  .checkbox_animated:after {
    content: "";
    position: absolute;
    top: -0.125rem;
    left: 0;
    width: 1.3rem;
    height: 1.3rem;
    background: #fff;
    border: 2px solid #e6edef;
    cursor: pointer; }
  .checkbox_animated:checked:before {
    -webkit-transform: rotate(-45deg) scale(1, 1);
            transform: rotate(-45deg) scale(1, 1); }

.radio_animated {
  position: relative;
  margin: 0 1rem 0 0;
  cursor: pointer; }
  .radio_animated:before {
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75), -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
    content: "";
    position: absolute;
    top: 0;
    left: 0.125rem;
    z-index: 1;
    width: 0.75rem;
    height: 0.75rem;
    background: #137AC9;
    border-radius: 50%; }
  .radio_animated:after {
    content: "";
    position: absolute;
    top: -0.25rem;
    left: -0.125rem;
    width: 1.25rem;
    height: 1.25rem;
    background: #fff;
    border: 2px solid #e6edef;
    border-radius: 50%; }
  .radio_animated:checked:before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); }

.checkbox label {
  display: inline-block;
  position: relative;
  padding-left: 16px;
  cursor: pointer;
  /*margin-top: 10px;*/
  margin-bottom: 10px; }
  .checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 19px;
    height: 19px;
    left: 0;
   /*margin-left: -16px;*/
    border: 1px solid #e6edef;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
  .checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #2b2b2b; }

.checkbox input[type="checkbox"] {
  opacity: 0;
  display: none;
}
  .checkbox input[type="checkbox"]:focus {
    outline-offset: -2px; }
    .checkbox input[type="checkbox"]:focus + label::before {
      outline-offset: -2px; }

.checkbox input[type="checkbox"]:checked + label::before {
  font-family: 'Font Awesome 6 Pro';  
  content:"\f00c";
  text-align: center;
  line-height: 1.2;
  font-weight: 900;
 }

.checkbox input[type="checkbox"]:disabled + label {
  opacity: 0.65; }
  .checkbox input[type="checkbox"]:disabled + label::before {
    background-color: #e6edef;
    cursor: not-allowed; }

.checkbox .checkbox-circle label::before {
  border-radius: 50%; }

.checkbox .checkbox-inline {
  margin-top: 0; }

.m-squar label::before {
  border-radius: 0; }

.m-squar .checkbox-circle label::before {
  border-radius: 50%; }

.m-squar .checkbox-inline {
  margin-top: 0; }

.checkbox-primary input[type="checkbox"]:checked + label::before {
  border-color: #137AC9;
  color: #137AC9; }

.checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-secondary input[type="checkbox"]:checked + label::before {
  border-color: #ba895d;
  color: #ba895d; }

.checkbox-secondary input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-success input[type="checkbox"]:checked + label::before {
  border-color: #1b4c43;
  color: #1b4c43; }

.checkbox-success input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-danger input[type="checkbox"]:checked + label::before {
  border-color: #d22d3d;
  color: #d22d3d; }

.checkbox-danger input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-info input[type="checkbox"]:checked + label::before {
  border-color: #717171;
  color: #717171; }

.checkbox-info input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-light input[type="checkbox"]:checked + label::before {
  border-color: #e6edef;
  color: #e6edef; }

.checkbox-light input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-dark input[type="checkbox"]:checked + label::before {
  border-color: #2c323f;
  color: #2c323f; }

.checkbox-dark input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-warning input[type="checkbox"]:checked + label::before {
  border-color: #e2c636;
  color: #e2c636; }

.checkbox-warning input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-solid-primary label:before {
  background-color: #137AC9;
  border-color: #137AC9;
  color: #fff; }

.checkbox-solid-primary input[type="checkbox"]:checked + label::before {
  background-color: #137AC9;
  border-color: #137AC9;
  color: #fff; }

.checkbox-solid-primary input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-solid-secondary label:before {
  background-color: #ba895d;
  border-color: #ba895d;
  color: #fff; }

.checkbox-solid-secondary input[type="checkbox"]:checked + label::before {
  background-color: #ba895d;
  border-color: #ba895d;
  color: #fff; }

.checkbox-solid-secondary input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-solid-success label:before {
  background-color: #1b4c43;
  border-color: #1b4c43;
  color: #fff; }

.checkbox-solid-success input[type="checkbox"]:checked + label::before {
  background-color: #1b4c43;
  border-color: #1b4c43;
  color: #fff; }

.checkbox-solid-success input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-solid-danger label:before {
  background-color: #d22d3d;
  border-color: #d22d3d;
  color: #fff; }

.checkbox-solid-danger input[type="checkbox"]:checked + label::before {
  background-color: #d22d3d;
  border-color: #d22d3d;
  color: #fff; }

.checkbox-solid-danger input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-solid-info label:before {
  background-color: #717171;
  border-color: #717171;
  color: #fff; }

.checkbox-solid-info input[type="checkbox"]:checked + label::before {
  background-color: #717171;
  border-color: #717171;
  color: #fff; }

.checkbox-solid-info input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-solid-light label:before {
  background-color: #e6edef;
  border-color: #e6edef;
  color: #fff; }

.checkbox-solid-light input[type="checkbox"]:checked + label::before {
  background-color: #e6edef;
  border-color: #e6edef;
  color: #fff; }

.checkbox-solid-light input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-solid-dark label:before {
  background-color: #2c323f;
  border-color: #2c323f;
  color: #fff; }

.checkbox-solid-dark input[type="checkbox"]:checked + label::before {
  background-color: #2c323f;
  border-color: #2c323f;
  color: #fff; }

.checkbox-solid-dark input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-solid-warning label:before {
  background-color: #e2c636;
  border-color: #e2c636;
  color: #fff; }

.checkbox-solid-warning input[type="checkbox"]:checked + label::before {
  background-color: #e2c636;
  border-color: #e2c636;
  color: #fff; }

.checkbox-solid-warning input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-primary label::before {
  border-color: #137AC9; }

.checkbox-secondary label::before {
  border-color: #ba895d; }

.checkbox-success label::before {
  border-color: #1b4c43; }

.checkbox-danger label::before {
  border-color: #d22d3d; }

.checkbox-info label::before {
  border-color: #717171; }

.checkbox-light label::before {
  border-color: #e6edef; }

.checkbox-dark label::before {
  border-color: #2c323f; }

.checkbox-warning label::before {
  border-color: #e2c636; }

.m-checkbox-inline .checkbox {
  display: inline-block; }

.m-checkbox-inline .radio {
  display: inline-block; }

.m-checkbox-inline label {
  margin-right: 20px; }

.radio label {
  display: inline-block;
  position: relative;
  padding-left: 5px;
  cursor: pointer; }
  .radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 19px;
    height: 19px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #e6edef;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out; }
  .radio label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 9px;
    height: 9px;
    left: 5px;
    top: 5px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #898989;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33), -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }

.radio input[type="radio"] {
  opacity: 0; }
  .radio input[type="radio"]:focus + label::before {
    outline-offset: -2px; }
  .radio input[type="radio"]:checked + label::after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  .radio input[type="radio"]:disabled + label {
    opacity: 0.65; }
    .radio input[type="radio"]:disabled + label::before {
      cursor: not-allowed; }

.radio .radio-inline {
  margin-top: 0; }

.radio-primary input[type="radio"] + label::before {
  border-color: #137AC9; }

.radio-primary input[type="radio"] + label::after {
  background-color: #137AC9; }

.radio-primary input[type="radio"]:checked + label::before {
  border-color: #137AC9; }

.radio-primary input[type="radio"]:checked + label::after {
  background-color: #137AC9; }

.radio-secondary input[type="radio"] + label::before {
  border-color: #ba895d; }

.radio-secondary input[type="radio"] + label::after {
  background-color: #ba895d; }

.radio-secondary input[type="radio"]:checked + label::before {
  border-color: #ba895d; }

.radio-secondary input[type="radio"]:checked + label::after {
  background-color: #ba895d; }

.radio-success input[type="radio"] + label::before {
  border-color: #1b4c43; }

.radio-success input[type="radio"] + label::after {
  background-color: #1b4c43; }

.radio-success input[type="radio"]:checked + label::before {
  border-color: #1b4c43; }

.radio-success input[type="radio"]:checked + label::after {
  background-color: #1b4c43; }

.radio-danger input[type="radio"] + label::before {
  border-color: #d22d3d; }

.radio-danger input[type="radio"] + label::after {
  background-color: #d22d3d; }

.radio-danger input[type="radio"]:checked + label::before {
  border-color: #d22d3d; }

.radio-danger input[type="radio"]:checked + label::after {
  background-color: #d22d3d; }

.radio-info input[type="radio"] + label::before {
  border-color: #717171; }

.radio-info input[type="radio"] + label::after {
  background-color: #717171; }

.radio-info input[type="radio"]:checked + label::before {
  border-color: #717171; }

.radio-info input[type="radio"]:checked + label::after {
  background-color: #717171; }

.radio-light input[type="radio"] + label::before {
  border-color: #e6edef; }

.radio-light input[type="radio"] + label::after {
  background-color: #e6edef; }

.radio-light input[type="radio"]:checked + label::before {
  border-color: #e6edef; }

.radio-light input[type="radio"]:checked + label::after {
  background-color: #e6edef; }

.radio-dark input[type="radio"] + label::before {
  border-color: #2c323f; }

.radio-dark input[type="radio"] + label::after {
  background-color: #2c323f; }

.radio-dark input[type="radio"]:checked + label::before {
  border-color: #2c323f; }

.radio-dark input[type="radio"]:checked + label::after {
  background-color: #2c323f; }

.radio-warning input[type="radio"] + label::before {
  border-color: #e2c636; }

.radio-warning input[type="radio"] + label::after {
  background-color: #e2c636; }

.radio-warning input[type="radio"]:checked + label::before {
  border-color: #e2c636; }

.radio-warning input[type="radio"]:checked + label::after {
  background-color: #e2c636; }

/**=====================
     28. Radio CSS Ends
==========================**/
/**=====================
     29. Form Input CSS Start
==========================**/
.icon-addon .addon-md .glyphicon, .icon-addon .addon-md .fa {
  position: absolute;
  z-index: 2;
  left: 10px;
  font-size: 14px;
  width: 20px;
  margin-left: -2.5px;
  text-align: center;
  padding: 10px 0;
  top: 1px; }

.icon-addon .glyphicon, .icon-addon .fa {
  position: absolute;
  z-index: 2;
  left: 10px;
  font-size: 14px;
  width: 20px;
  margin-left: -2.5px;
  text-align: center;
  padding: 10px 0;
  top: 1px; }

.input-group-square .input-group-text, .input-group-square .form-control {
  border-radius: 0; }

.input-group-solid .input-group-text, .input-group-solid .form-control {
  background: #e6edef; }

.input-group-air {
  -webkit-box-shadow: 0 3px 20px 0 #efefef;
          box-shadow: 0 3px 20px 0 #efefef; }

.icon-addon {
  position: relative;
  color: #4c5667;
  display: block; }
  .icon-addon:after {
    display: table;
    content: "";
    clear: both; }
  .icon-addon:before {
    display: table;
    content: ""; }
  .icon-addon .addon-md .form-control {
    padding-left: 30px;
    float: left;
    font-weight: normal; }
  .icon-addon .form-control {
    padding-left: 30px;
    float: left;
    font-weight: normal; }

.pill-input-group div:last-child span {
  border-top-right-radius: 1.3rem;
  border-bottom-right-radius: 1.3rem; }

.pill-input-group div:first-child span {
  border-top-left-radius: 1.3rem;
  border-bottom-left-radius: 1.3rem; }

/**=====================
     29. Form Input CSS Ends
==========================**/
/**=====================
    30. Data-table CSS Start
==========================**/
div.dt-button-background {
  display: none !important; }

div.DTS div.dataTables_scrollBody table {
  z-index: 1; }

.dataTables_wrapper {
  padding: 0;
  width: 100%; }
  .dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #e6edef; }
  .dataTables_wrapper .dt-buttons .btn {
    border-radius: 0.25rem !important; }
  .dataTables_wrapper .btn-group button {
    margin-right: 5px; }
  .dataTables_wrapper button {
    font-weight: 400;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    color: #fff;
    background-color: #137AC9;
    border: 1px solid #fff; }
  .dataTables_wrapper + .dataTables_wrapper {
    margin-top: 20px; }
  .dataTables_wrapper .dataTables_paginate {
    margin-left: 15px !important;
    border: 1px solid #e6edef;
    border-radius: 0.25rem;
    padding-top: 0; }
    .dataTables_wrapper .dataTables_paginate .paginate_button {
      margin: 0; }
      .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button:active {
        background: #137AC9;
        color: #fff !important;
        -webkit-box-shadow: none;
                box-shadow: none; }
      .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
        border: 1px solid #137AC9;
        color: #2c323f !important;
        background: transparent !important; }
  .dataTables_wrapper .dataTables_length {
    margin-bottom: 30px; }
    .dataTables_wrapper .dataTables_length select {
      background-color: #fff;
      border-color: #e6edef;
      color: #2c323f;
      padding: 0 10px;
      margin: 0 10px;
      height: 2.7142em; }
  .dataTables_wrapper table.dataTable {
    border: 1px solid #efefef; }
    .dataTables_wrapper table.dataTable tbody td, .dataTables_wrapper table.dataTable tbody th {
      background-color: #fff;
      border: 1px solid #e6edef; }
      .dataTables_wrapper table.dataTable tbody td.select-checkbox, .dataTables_wrapper table.dataTable tbody th.select-checkbox {
        padding-right: 40px !important; }
        .dataTables_wrapper table.dataTable tbody td.select-checkbox:before, .dataTables_wrapper table.dataTable tbody th.select-checkbox:before {
          right: 20px;
          top: 22px;
          left: unset; }
    .dataTables_wrapper table.dataTable thead th, .dataTables_wrapper table.dataTable thead td {
      border-bottom: 2px solid #e6edef; }
    .dataTables_wrapper table.dataTable th, .dataTables_wrapper table.dataTable td {
      padding: 0.75rem;
      border-color: #e6edef; }
  .dataTables_wrapper .dataTables_filter {
    margin-bottom: 25px;
    margin-left: 15px; }
    .dataTables_wrapper .dataTables_filter input[type="search"] {
      border: 1px solid #efefef;
      padding: 0 10px;
      margin-left: 10px;
      height: 37px;
      border-radius: 0; }

.dataTables_scrollHeadInner {
  width: 100% !important; }

table .fixedHeader-floating {
  position: fixed !important;
  background-color: #fff; }

table .box > div {
  padding: 5px 15px;
  background-color: #137AC9;
  display: inline-block;
  color: #fff;
  border-radius: 5px;
  margin-bottom: 15px;
  margin-right: 15px; }

table.dataTable.fixedHeader-locked, table.dataTable.fixedHeader-floating {
  width: calc(100vw - 250px) !important;
  max-width: calc(100vw - 250px) !important;
  overflow: hidden !important;
  right: 0 !important;
  z-index: 99;
  left: 260px !important; }

table.dataTable:not(.fixedHeader-locked):not(.fixedHeader-floating) {
  width: 100% !important; }

table.dataTable {
  border-collapse: collapse !important;
  margin-top: 0 !important; }
  table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
    bottom: 12px !important; }
  table.dataTable input, table.dataTable select {
    border: 1px solid #efefef;
    height: 37px; }

.toolbar {
  padding: 5px 15px;
  background-color: #137AC9;
  display: inline-block;
  color: #fff;
  border-radius: 5px;
  margin-bottom: 15px;
  margin-right: 15px; }

code.option {
  color: #d22d3d !important; }

code.api {
  color: #1b4c43 !important; }

.dt-ext .dataTables_wrapper .page-item.active .page-link {
  background-color: #137AC9;
  border-color: #137AC9;
  color: #fff; }

.dt-ext .dataTables_wrapper .dataTables_paginate {
  border: none; }
  .dt-ext .dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0;
    border: none; }
    .dt-ext .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dt-ext .dataTables_wrapper .dataTables_paginate .paginate_button.hover, .dt-ext .dataTables_wrapper .dataTables_paginate .paginate_button.active {
      border: none !important; }
  .dt-ext .dataTables_wrapper .dataTables_paginate .page-link {
    margin-left: 0px;
    color: #137AC9; }

.dt-ext .dataTables_wrapper button.dt-button, .dt-ext .dataTables_wrapper div.dt-button, .dt-ext .dataTables_wrapper a.dt-button, .dt-ext .dataTables_wrapper button.dt-button:focus:not(.disabled), .dt-ext .dataTables_wrapper div.dt-button:focus:not(.disabled), .dt-ext .dataTables_wrapper a.dt-button:focus:not(.disabled), .dt-ext .dataTables_wrapper button.dt-button:active:not(.disabled), .dt-ext .dataTables_wrapper button.dt-button.active:not(.disabled), .dt-ext .dataTables_wrapper div.dt-button:active:not(.disabled), .dt-ext .dataTables_wrapper div.dt-button.active:not(.disabled), .dt-ext .dataTables_wrapper a.dt-button:active:not(.disabled), .dt-ext .dataTables_wrapper a.dt-button.active:not(.disabled) {
  background-color: #137AC9;
  border-color: #137AC9;
  border-radius: 2px;
  color: #fff;
  background-image: none;
  font-size: 14px; }

.dt-ext .dataTables_wrapper button.dt-button.btn-success, .dt-ext .dataTables_wrapper div.dt-button.btn-success, .dt-ext .dataTables_wrapper a.dt-button.btn-success {
  background-color: #1b4c43;
  border-color: #1b4c43; }

.dt-ext .dataTables_wrapper button.dt-button.btn-primary, .dt-ext .dataTables_wrapper div.dt-button.btn-primary, .dt-ext .dataTables_wrapper a.dt-button.btn-primary {
  background-color: #137AC9;
  border-color: #137AC9; }

.dt-ext .dataTables_wrapper button.dt-button.btn-danger, .dt-ext .dataTables_wrapper div.dt-button.btn-danger, .dt-ext .dataTables_wrapper a.dt-button.btn-danger {
  background-color: #d22d3d;
  border-color: #d22d3d; }

.dt-ext .dataTables_wrapper table.dataTable th.focus, .dt-ext .dataTables_wrapper table.dataTable td.focus {
  outline: 3px solid #137AC9; }

.dt-ext .dataTables_wrapper table.dataTable.display tbody > tr.odd.selected > .sorting_1, .dt-ext .dataTables_wrapper table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_1 {
  background-color: #3eb59f; }

.dt-ext .dataTables_wrapper table.dataTable.stripe tbody > tr.odd.selected, .dt-ext .dataTables_wrapper table.dataTable.stripe tbody > tr.odd > .selected, .dt-ext .dataTables_wrapper table.dataTable.display tbody > tr.odd.selected, .dt-ext .dataTables_wrapper table.dataTable.display tbody > tr.odd > .selected {
  background-color: #3eb59f; }

.dt-ext .dataTables_wrapper table.dataTable.display tbody > tr.even.selected > .sorting_1, .dt-ext .dataTables_wrapper table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_1 {
  background-color: #3eb59f; }

.dt-ext .dataTables_wrapper table.dataTable tbody > tr.selected, .dt-ext .dataTables_wrapper table.dataTable tbody > tr > .selected {
  background-color: #3eb59f; }

td.highlight {
  background-color: #e6edef !important; }

td.details-control {
  background: url("../images/details_open.png") no-repeat center center;
  cursor: pointer; }

tr.shown td.details-control {
  background: url("../images/details_close.png") no-repeat center center; }

.dataTables_scroll ~ .dataTables_paginate {
  margin-top: 20px !important; }

.product-table th:last-child {
  min-width: 120px; }

.product-table h6 {
  font-weight: 600;
  color: #2c323f; }

table.dataTable.display tbody tr {
  border: 1px solid #e6edef; }

/**=====================
     30. Data-table CSS Ends
==========================**/
/**=====================
     31. JS datagrid CSS Start
==========================**/
.jsgrid .jsgrid-grid-body .jsgrid-cell {
  padding: 0.75rem; }

.jsgrid .jsgrid-pager-container {
  text-align: right; }

.jsgrid .jsgrid-pager {
  padding: 0;
  margin-top: 20px; }
  .jsgrid .jsgrid-pager .jsgrid-pager-nav-inactive-button {
    margin-right: -5px; }
    .jsgrid .jsgrid-pager .jsgrid-pager-nav-inactive-button:first-child {
      border-radius: 5px 0 0 5px; }
  .jsgrid .jsgrid-pager .jsgrid-pager-page ~ .jsgrid-pager-nav-button {
    margin-left: -5px; }
    .jsgrid .jsgrid-pager .jsgrid-pager-page ~ .jsgrid-pager-nav-button:last-child {
      border-radius: 0 5px 5px 0; }
  .jsgrid .jsgrid-pager [class*="jsgrid-pager"] {
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 1em;
    border: 1px solid #e6edef; }
  .jsgrid .jsgrid-pager .jsgrid-pager-page a {
    color: #2c323f; }
  .jsgrid .jsgrid-pager .jsgrid-pager-current-page {
    color: #2c323f; }

.jsgrid .jsgrid-selected-row > .jsgrid-cell {
  background: #e6edef;
  border-color: #fafafa; }

.jsgrid .jsgrid-header-row > .jsgrid-header-cell {
  padding: 0.75rem; }

/**=====================
     31. JS datagrid CSS Ends
==========================**/
/**=====================
     32. pagination CSS Start
==========================**/
/*test Nav bar color */
.pagination-theme .page-item .page-link {
  color: #137AC9 !important; }
  .pagination-theme .page-item .page-link:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }

.pagination-theme .page-item.active .page-link {
  color: #fff !important;
  background-color: #137AC9 !important;
  border-color: #137AC9; }

.pagination-primary .page-item .page-link {
  color: #137AC9 !important; }
  .pagination-primary .page-item .page-link:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }

.pagination-primary .page-item.active .page-link {
  color: #fff !important;
  background-color: #137AC9 !important;
  border-color: #137AC9; }

.pagination-secondary .page-item .page-link {
  color: #ba895d !important; }
  .pagination-secondary .page-item .page-link:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }

.pagination-secondary .page-item.active .page-link {
  color: #fff !important;
  background-color: #ba895d !important;
  border-color: #ba895d; }

.pagination-success .page-item .page-link {
  color: #1b4c43 !important; }
  .pagination-success .page-item .page-link:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }

.pagination-success .page-item.active .page-link {
  color: #fff !important;
  background-color: #1b4c43 !important;
  border-color: #1b4c43; }

.pagination-danger .page-item .page-link {
  color: #d22d3d !important; }
  .pagination-danger .page-item .page-link:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }

.pagination-danger .page-item.active .page-link {
  color: #fff !important;
  background-color: #d22d3d !important;
  border-color: #d22d3d; }

.pagination-info .page-item .page-link {
  color: #717171 !important; }
  .pagination-info .page-item .page-link:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }

.pagination-info .page-item.active .page-link {
  color: #fff !important;
  background-color: #717171 !important;
  border-color: #717171; }

.pagination-dark .page-item .page-link {
  color: #2c323f !important; }
  .pagination-dark .page-item .page-link:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }

.pagination-dark .page-item.active .page-link {
  color: #fff !important;
  background-color: #2c323f !important;
  border-color: #2c323f; }

.pagination-warning .page-item .page-link {
  color: #e2c636 !important; }
  .pagination-warning .page-item .page-link:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }

.pagination-warning .page-item.active .page-link {
  color: #fff !important;
  background-color: #e2c636 !important;
  border-color: #e2c636; }

/**=====================
     32. pagination CSS Ends
==========================**/
/**=====================
     36. NAV CSS Start
==========================**/
.nav-list {
  padding: 30px; }
  .nav-list .nav-list-disc {
    text-align: left;
    color: #898989; }
    .nav-list .nav-list-disc li {
      padding: 9px 0; }
      .nav-list .nav-list-disc li:first-child {
        padding-top: 0; }
      .nav-list .nav-list-disc li:last-child {
        padding-bottom: 0; }
      .nav-list .nav-list-disc li a {
        color: #242934; }
        .nav-list .nav-list-disc li a .fa {
          width: 14px;
          font-size: 16px; }
      .nav-list .nav-list-disc li:hover {
        color: #137AC9; }
        .nav-list .nav-list-disc li:hover a {
          color: #137AC9; }

.navs-icon {
  padding: 30px; }
  .navs-icon svg {
    width: 21px;
    height: 21px;
    margin-right: 10px; }
  .navs-icon .fa {
    font-size: 16px;
    margin-right: 10px; }
  .navs-icon li {
    padding: 9px 0; }
    .navs-icon li:first-child {
      padding-top: 0; }
    .navs-icon li:last-child {
      padding-bottom: 0; }
    .navs-icon li .text-muted {
      color: #242934 !important; }
    .navs-icon li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .navs-icon li ul {
      padding-top: 9px; }
      .navs-icon li ul li {
        line-height: 1; }
        .navs-icon li ul li:first-child {
          padding-top: 9px; }
        .navs-icon li ul li:hover {
          color: #137AC9; }
          .navs-icon li ul li:hover a {
            color: #137AC9; }
    .navs-icon li a {
      color: #242934; }
      .navs-icon li a:hover {
        color: #137AC9; }
      .navs-icon li a.active {
        color: #137AC9; }
      .navs-icon li a span {
        font-family: "Poppins", sans-serif, sans-serif; }
    .navs-icon li button:hover a {
      color: #fff; }
  .navs-icon .main-section {
    padding-top: 30px; }
  .navs-icon .separator {
    border-bottom: 1px solid #e6edef;
    margin: 30px 0;
    padding: 0; }
  .navs-icon .btn-link {
    text-decoration: none;
    line-height: 1;
    padding: 0;
    padding-bottom: 6px; }
    .navs-icon .btn-link:hover {
      text-decoration: none; }

#accordionoc #collapseicon, #accordionoc #collapseicon1 {
  padding-top: 0px; }

#accordionoc li button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.navs-icon.default-according.style-1 li button {
  position: relative; }
  .navs-icon.default-according.style-1 li button:hover {
    color: #137AC9 !important; }

.navs-icon.default-according.style-1 li button[aria-expanded="true"]:before {
  right: 2px;
  top: 6px; }

.navs-icon.default-according.style-1 li button[aria-expanded="false"]:before {
  right: 2px;
  top: 6px; }

.navs-dropdown button {
  margin-top: 30px; }

.navs-dropdown .onhover-show-div {
  width: 250px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 2px 2px #e6edef;
          box-shadow: 0 0 2px 2px #e6edef; }
  .navs-dropdown .onhover-show-div button {
    margin-top: 0px; }
  .navs-dropdown .onhover-show-div .navs-icon li {
    text-align: left; }
    .navs-dropdown .onhover-show-div .navs-icon li a:hover svg path, .navs-dropdown .onhover-show-div .navs-icon li a:hover svg line, .navs-dropdown .onhover-show-div .navs-icon li a:hover svg polyline, .navs-dropdown .onhover-show-div .navs-icon li a.active svg path, .navs-dropdown .onhover-show-div .navs-icon li a.active svg line, .navs-dropdown .onhover-show-div .navs-icon li a.active svg polyline {
      color: #137AC9 !important; }

.onhover-dropdown.navs-dropdown:hover .onhover-show-div:before {
  right: 77px;
  left: unset; }

.onhover-dropdown.navs-dropdown:hover .onhover-show-div:after {
  right: 77px;
  left: unset; }

.icon-lists {
  font-family: "Poppins", sans-serif, sans-serif; }

.pl-navs-inline {
  padding-left: 30px !important; }

.inline-nav li {
  line-height: 1.3; }

.nav-tabs {
  border-color: #e6edef; }
  .nav-tabs .nav-link.active {
    background-color: rgba(231, 243, 253, 0.7);
    border-color: #e6edef;
    color: #137AC9; }
  .nav-tabs .nav-item.show .nav-link {
    background-color: rgba(231, 243, 253, 0.7); }

/**=====================
     36. NAV CSS Ends
==========================**/
/**=====================
    37. Dropdown CSS Start
==========================**/
.dropdown-basic {
  margin-bottom: -10px; }
  .dropdown-basic .btn-group {
    margin-right: 18px; }
    .dropdown-basic .btn-group .btn-round {
      border-radius: 50px; }
  .dropdown-basic .separated-btn {
    margin-left: -6px; }
    .dropdown-basic .separated-btn .btn {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      padding: 10px; }
  .dropdown-basic button {
    max-height: 43px; }
  .dropdown-basic .dropdown {
    position: relative;
    display: inline-block;
    margin-bottom: 10px; }
    .dropdown-basic .dropdown .dropbtn {
      color: #fff;
      padding: 12px 35px;
      border: none;
      cursor: pointer; }
    .dropdown-basic .dropdown .dropdown-content {
      display: none;
      position: absolute;
      right: 0;
      background-color: #fff;
      border: 1px solid #e6edef;
      min-width: 175px;
      z-index: 1;
      left: 0;
      top: 45px; }
      .dropdown-basic .dropdown .dropdown-content a {
        color: #748694;
        padding: 10px 16px;
        text-decoration: none;
        display: block;
        border-top: 1px solid #e6edef; }
      .dropdown-basic .dropdown .dropdown-content .dropdown-header {
        padding: 12px 16px; }
  .dropdown-basic .dropdown-content a:hover {
    background-color: rgba(231, 243, 253, 0.7);
    color: #137AC9; }
  .dropdown-basic .dropdown:hover .dropdown-content {
    display: block; }

.dropup-basic .dropup {
  position: relative;
  display: inline-block; }
  .dropup-basic .dropup .dropbtn {
    color: white;
    padding: 12px;
    border: none; }
  .dropup-basic .dropup .dropup-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 170px;
    bottom: 45px;
    z-index: 999;
    left: 0; }
    .dropup-basic .dropup .dropup-content a {
      color: black;
      padding: 12px 16px;
      text-decoration: none;
      display: block; }

.dropup-basic .dropup .dropup-content a:hover {
  background-color: #f1f1f1; }

.dropup-basic .dropup:hover .dropup-content {
  display: block; }
  .dropup-basic .dropup:hover .dropup-content a.active {
    background-color: #f1f1f1; }

/**=====================
    37. Dropdown CSS Ends
==========================**/
/**=====================
     39. Table  CSS Start
==========================**/
.table-bordered td, .table-bordered th {
  border-color: #e6edef !important; }

.pills-component {
  width: 20%; }

.product-page-width {
  width: 80%; }

.table {
  margin-bottom: 0px; }
  .table th, .table td {
    padding: 0.75rem; }
  .table th {
    color: #242934; }
  .table td {
    color: #242934; }

  .table .bg-light {
    color: #242934; }
  .table tfoot {
    font-weight: bold; }
  .table thead.bg-primary tr th {
    color: #fff; }
  .table thead.table-primary {
    background-color: rgba(231, 243, 253, 0.7);
    --bs-table-bg:rgba($primary-color,0.1);
    color: #137AC9; }
    .table thead.table-primary tr th {
      color: #137AC9; }

.table-inverse th, .table-inverse td {
  color: #fff; }

.table[class*='bg-'] th, .table[class*='bg-'] td {
  color: #fff; }

.table-hover tbody tr:hover {
  background-color: rgba(231, 243, 253, 0.7);
  --bs-table-accent-bg:unset; }
  .table-hover tbody tr:hover th, .table-hover tbody tr:hover td {
    color: #137AC9; }

.table-xl td, .table-xl th {
  padding: 1.25rem 2rem;
  font-size: 120%; }

.table-lg td, .table-lg th {
  padding: 0.9rem 2rem;
  font-size: 110%; }

.table-de td, .table-de th {
  padding: 0.75rem 2rem; }

.table-sm th, .table-sm td {
  padding: 0.5rem 2rem;
  font-size: 90%; }

.table-xs th, .table-xs td {
  padding: 0.2rem 2rem;
  font-size: 80%; }

.table-border-horizontal tr, .table-border-horizontal th, .table-border-horizontal td {
  border-top: 1px solid #f2f4ff;
  padding: 0.75rem 2rem; }

.table-border-vertical tr, .table-border-vertical th, .table-border-vertical td {
  border-top: 0;
  border-right: 1px solid #f2f4ff; }

.table-border-vertical tr td:last-child {
  border-right: none; }

.table-bordernone td {
  border: 0; }

.table-bordernone .bd-t-none {
  border-top: none; }

.table-bordernone .u-s-tb {
  padding: 11px; }

.table-inverse {
  color: #fff;
  background-color: #292b2c; }
  .table-inverse th, .table-inverse td {
    border-color: #fff; }
  .table-inverse.table-bordered {
    border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(245, 247, 250, 0.5); }

.table-bordered td, .table-bordered th {
  border-color: #fdfeff; }

.table > :not(:last-child) > :last-child > * {
  border-color: #e6edef; }

thead, tbody, tfoot, tr, td, th {
  border-color: #e6edef; }

.table-styling.table-primary.table-striped tbody tr:nth-of-type(odd) {
  --bs-table-accent-bg:unset; }
  .table-styling.table-primary.table-striped tbody tr:nth-of-type(odd):hover {
    color: #137AC9; }

.table-styling.table-primary.table-striped tbody tr:nth-of-type(even):hover th, .table-styling.table-primary.table-striped tbody tr:nth-of-type(even):hover td {
  color: #fff; }

.table-success {
  background-color: rgba(27, 76, 67, 0.1);
  --bs-table-bg:rgba($success-color,0.1);
  color: #1b4c43; }
  .table-success tr th {
    color: #1b4c43; }

/**=====================
     39.Table CSS Ends
==========================**/
/**=====================
    41. Chart CSS Start
==========================**/
.radial-bar.radial-bar-lg:after, .radial-bar.radial-bar-lg > img {
  width: 70px;
  height: 70px;
  margin-left: 15px;
  margin-top: 15px;
  line-height: 70px; }

.radial-bar.radial-bar-sm:after, .radial-bar.radial-bar-sm > img {
  width: 35px;
  height: 35px;
  margin-left: 7.5px;
  margin-top: 7.5px;
  line-height: 35px; }

.radial-bar.radial-bar-xs:after, .radial-bar.radial-bar-xs > img {
  width: 20px;
  height: 20px;
  margin-left: 5.5px;
  margin-top: 4.5px;
  line-height: 21px; }

.cke_wysiwyg_frame, .cke_wysiwyg_div {
  background-color: #fff; }

.chart-block canvas {
  width: 100% !important; }

.chart-block #pie-sparkline-chart {
  width: auto !important; }

.chart-block .chart-overflow {
  overflow: hidden;
  text-align: center; }

.candidcahrt {
  width: 100%;
  height: 470px; }

.amcharts-export-canvas {
  position: absolute;
  display: none;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff; }
  .amcharts-export-canvas .canvas-container {
    -webkit-transition: opacity .5s ease-out;
    transition: opacity .5s ease-out; }
  .amcharts-export-canvas.active {
    display: block; }
  .amcharts-export-canvas.dropbox .canvas-container {
    opacity: .5; }

.flot-chart-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 400px; }
  .flot-chart-container #toggling-series-flot {
    width: 79% !important; }

.all-chart .flot-chart-container {
  height: 350px; }

.flot-chart-placeholder {
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 1.2em;
  text-align: center; }
  .flot-chart-placeholder .legend table {
    border-spacing: 5px; }

.morris-hover {
  position: absolute;
  z-index: 8; }
  .morris-hover.morris-default-style {
    border-radius: 10px;
    padding: 6px;
    color: #898989;
    background: #fff;
    border: solid 1px #e6edef;
    font-family: sans-serif;
    font-size: 12px;
    text-align: center; }
    .morris-hover.morris-default-style .morris-hover-row-label {
      font-weight: bold;
      margin: 0.25em 0; }
    .morris-hover.morris-default-style .morris-hover-point {
      white-space: nowrap;
      margin: 0.1em 0; }

.chart-sparkline {
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  background: rgba(49, 49, 49, 0.7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
  color: #fff;
  font: 10px "Poppins", sans-serif, sans-serif;
  text-align: left;
  white-space: nowrap;
  padding: 5px;
  border: 1px solid rgba(49, 49, 49, 0.75);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  z-index: 10000;
  border-radius: 5px; }
  .chart-sparkline .jqsfield {
    color: #fff;
    font: 10px "Poppins", sans-serif, sans-serif;
    text-align: left; }

.radial-bar {
  position: relative;
  display: inline-block;
  border-radius: 50%;
  background-color: transparent;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 80px;
  height: 80px;
  font-size: 18px;
  background-clip: content-box; }
  .radial-bar:after {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    text-align: center;
    font-weight: 500;
    color: #455a64;
    content: attr(data-label);
    background-color: #fff;
    z-index: 1;
    width: 56px;
    height: 56px;
    margin-left: 12px;
    margin-top: 12px;
    line-height: 56px; }
  .radial-bar > img {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    text-align: center;
    font-weight: 500;
    color: #455a64;
    z-index: 3;
    width: 56px;
    height: 56px;
    margin-left: 12px;
    margin-top: 12px;
    line-height: 56px; }

.radial-bar-danger.radial-bar-20 {
  background-image: linear-gradient(90deg, #efefef 50%, transparent 50%, transparent), linear-gradient(162deg, #d22d3d 50%, #efefef 50%, #efefef); }

.radial-bar.radial-bar-lg {
  width: 100px;
  height: 100px;
  font-size: 20px; }

.radial-bar.radial-bar-sm {
  width: 50px;
  height: 50px;
  font-size: 12px; }

.radial-bar.radial-bar-xs {
  width: 30px;
  height: 30px;
  font-size: 8px; }

.pieLabel div {
  color: #fff !important; }
  .pieLabel div input[type=checkbox] {
    margin: 7px; }

.knob-chart {
  min-height: 255px; }
  .knob-chart .chart-clock-main {
    position: relative;
    width: 200px;
    margin: 45px auto; }
    .knob-chart .chart-clock-main .clock-large {
      position: absolute;
      left: -48px;
      top: -45px; }
    .knob-chart .chart-clock-main .clock-medium {
      position: absolute;
      left: 2px;
      top: 5px; }
    .knob-chart .chart-clock-main .clock-small {
      position: absolute;
      left: 15px;
      top: 55px; }

.peity-charts svg {
  width: 100%;
  height: 250px; }

.peity-charts.peity-chart-primary svg polygon {
  fill: rgba(36, 105, 92, 0.5); }

.peity-charts.peity-chart-primary svg polyline {
  stroke: #137AC9; }

p.data-attributes svg {
  margin-right: 10px; }

.knob-block {
  position: relative; }
  .knob-block input {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    height: 100% !important;
    width: 100% !important;
    left: 0 !important;
    top: 0 !important;
    margin-left: 0 !important;
    margin-top: -3px !important; }

.apex-chart {
  margin: 0 auto; }

.apexcharts-menu-item {
  width: 110px; }

.word-tree {
  height: 400px; }

/**=====================
     41. Chart CSS End
==========================**/
/**=====================
     42. Timeline CSS Start
==========================**/
.activity .media {
  margin-bottom: 30px; }
  .activity .media:last-child {
    margin-bottom: 0; }
  .activity .media .gradient-round {
    position: relative;
    width: 53px;
    height: 53px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1693f8), to(#0d67e9));
    background-image: linear-gradient(#1693f8, #0d67e9);
    border-radius: 100%;
    top: -18px; }
    .activity .media .gradient-round svg {
      position: absolute;
      width: 18px;
      height: 18px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      left: 0;
      top: 18px;
      right: 0;
      margin: 0 auto; }
      .activity .media .gradient-round svg path, .activity .media .gradient-round svg line, .activity .media .gradient-round svg circle {
        color: #fff; }
    .activity .media .gradient-round.gradient-line-1:after {
      position: absolute;
      content: '';
      background-color: #e9e9e9;
      width: 2px;
      height: 62px;
      bottom: -77px;
      left: 0;
      right: 0;
      margin: 0 auto; }
    .activity .media .gradient-round.small-line:after {
      position: absolute;
      content: '';
      background-color: #e9e9e9;
      width: 2px;
      height: 19px;
      bottom: -34px;
      left: 0;
      right: 0;
      margin: 0 auto; }
    .activity .media .gradient-round.medium-line:after {
      position: absolute;
      content: '';
      background-color: #e9e9e9;
      width: 2px;
      height: 53px;
      bottom: -68px;
      left: 0;
      right: 0;
      margin: 0 auto; }
  .activity .media .media-body h6 {
    font-weight: 600;
    margin-bottom: 30px; }
    .activity .media .media-body h6 span {
      font-weight: normal;
      color: #748694; }
  .activity .media .media-body p {
    width: 80%; }

.timeline-small .media {
  margin-bottom: 30px; }
  .timeline-small .media:last-child {
    margin-bottom: 0; }
  .timeline-small .media .timeline-round {
    position: relative;
    width: 53px;
    height: 53px;
    border-radius: 100%;
    top: -18px; }
    .timeline-small .media .timeline-round svg {
      position: absolute;
      width: 18px;
      height: 18px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      left: 0;
      top: 18px;
      right: 0;
      margin: 0 auto; }
      .timeline-small .media .timeline-round svg path, .timeline-small .media .timeline-round svg line, .timeline-small .media .timeline-round svg circle {
        color: #fff; }
    .timeline-small .media .timeline-round.timeline-line-1:after {
      position: absolute;
      content: '';
      background-color: #e9e9e9;
      width: 2px;
      height: 62px;
      bottom: -77px;
      left: 0;
      right: 0;
      margin: 0 auto; }
    .timeline-small .media .timeline-round.small-line:after {
      position: absolute;
      content: '';
      background-color: #e9e9e9;
      width: 2px;
      height: 19px;
      bottom: -34px;
      left: 0;
      right: 0;
      margin: 0 auto; }
    .timeline-small .media .timeline-round.medium-line:after {
      position: absolute;
      content: '';
      background-color: #e9e9e9;
      width: 2px;
      height: 53px;
      bottom: -68px;
      left: 0;
      right: 0;
      margin: 0 auto; }
  .timeline-small .media .media-body h6 {
    font-weight: 600;
    margin-bottom: 30px; }
    .timeline-small .media .media-body h6 span {
      font-weight: normal;
      color: #748694; }
  .timeline-small .media .media-body p {
    width: 80%; }

.cd-container {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  z-index: 1; }

.cd-container::after {
  content: '';
  display: table;
  clear: both; }

@media only screen and (min-width: 1170px) {
  #cd-timeline::before {
    left: 50% !important;
    margin-left: -2px; }
  .cd-timeline-block {
    margin: 4em 0; }
    .cd-timeline-block:first-child {
      margin-top: 0; }
    .cd-timeline-block:last-child {
      margin-bottom: 0; }
    .cd-timeline-block:nth-child(even) .cd-timeline-content {
      float: right; }
      .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
        left: auto;
        right: 122%;
        text-align: right;
        padding-right: 45px; }
    .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
      top: 24px;
      left: auto;
      right: 100%;
      border-color: transparent;
      border-right-color: #e6edef; }
    .cd-timeline-block:nth-child(odd) .cd-timeline-content .cd-date {
      padding-left: 45px; }
  .cd-timeline-img {
    width: 50px;
    height: 50px;
    left: 50%;
    margin-left: -30px; }
    .cd-timeline-img > i {
      font-size: 18px;
      top: 50%;
      left: 50%;
      padding: 3px; }
  .cssanimations .cd-timeline-img.is-hidden {
    visibility: hidden; }
  .cssanimations .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
            animation: cd-bounce-1 0.6s; }
  .cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden; }
  .cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
            animation: cd-bounce-2 0.6s; }
  .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
            animation: cd-bounce-2-inverse 0.6s; }
  .cd-timeline-content {
    margin-left: 0;
    padding: 1.6em;
    width: 40%; }
    .cd-timeline-content .cd-date {
      position: absolute;
      width: 100%;
      left: 122%;
      top: 6px;
      font-size: 16px; }
  .cd-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: #e6edef; } }

#cd-timeline {
  position: relative;
  padding: 2em 0; }

#cd-timeline::before {
  content: '';
  position: absolute;
  top: 0;
  font-size: 1.5rem;
  height: 100%;
  width: 2px;
  background: #e6edef;
  left: -15px; }

.cd-timeline-block {
  position: relative;
  margin: 30px 0; }
  .cd-timeline-block:after {
    content: "";
    display: table;
    clear: both; }
  .cd-timeline-block:first-child {
    margin-top: 0; }
  .cd-timeline-block:last-child {
    margin-bottom: 0; }

.cd-timeline-img {
  width: 60px;
  height: 60px;
  left: 50%;
  margin-left: -30px;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  position: absolute;
  top: 0;
  border-radius: 4px; }
  .cd-timeline-img i {
    display: block;
    position: relative;
    left: 45%;
    top: 44%;
    margin-left: -10px;
    margin-top: -15px;
    font-size: 27px;
    color: #fff; }

@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0; }
  60% {
    opacity: 1; } }

@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

.cd-timeline-content {
  position: relative;
  background-color: #f5f7fb;
  border-radius: 4px;
  padding: 10px;
  border: 1px solid #e6edef; }

  .cd-timeline-content p {
    padding: 0px;  }
  .cd-timeline-content h4 {
    margin-bottom: 0;
    font-weight: 700; }
  .cd-timeline-content:after {
    content: "";
    display: table;
    clear: both; }
  .cd-timeline-content audio {
    width: 100%; }
  .cd-timeline-content .cd-date {
    font-weight: 700;
    font-size: 13px;
    display: inline-block;
    float: left;
    padding: .8em 0 0;
    opacity: .7; }

.cd-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-left: 7px solid #e6edef; }

@media only screen and (min-width: 768px) {
  .cd-timeline-content .cd-date {
    font-size: 14px;
    padding-bottom: 0; } }

@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0; }
  60% {
    opacity: 1; } }

@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
            transform: translateX(20px); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0; }
  60% {
    opacity: 1; } }

@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@media only screen and (max-width: 1169px) {
  .cd-timeline-block .cd-timeline-img {
    left: -2px;
    height: 30px;
    width: 30px;
    margin-left: -30px;
    top: 14px;
    z-index: 8; }
    .cd-timeline-block .cd-timeline-img > i {
      font-size: 15px;
      top: 16px;
      left: 17px;
      padding: 3px; }
  .landing-main #cd-timeline::before {
    left: -39px; }
  .landing-main .cd-timeline-block .cd-timeline-img {
    left: -34px;
    height: 50px;
    width: 50px;
    top: 1px;
    z-index: 8; }
    .landing-main .cd-timeline-block .cd-timeline-img > i {
      font-size: 23px;
      top: 21px;
      left: 7px;
      padding: 3px; } }

@media only screen and (max-width: 576px) {
  .cd-timeline-content {
    padding: 15px; }
    .cd-timeline-content h4 {
      font-size: 18px; } }

/**=====================
     42. Timeline  CSS Ends
==========================**/
/**=====================
    43. Timeline 2 CSS Start
==========================**/
.timeliny {
  position: relative;
  display: block;
  padding: 10rem 0;
  width: 100%;
  border-top: 1px solid #eff4f5;
  border-bottom: 1px solid #eff4f5;
  text-rendering: optimizeLegibility;
  color: #e6edef;
  opacity: 0;
  overflow: hidden;
  cursor: move; }
  .timeliny.loaded {
    opacity: 1; }
  .timeliny::before {
    content: '';
    position: absolute;
    background-color: rgba(36, 105, 92, 0.08);
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0; }
  .timeliny .timeliny-wrapper {
    display: block;
    margin: auto;
    width: 100%;
    max-width: 1024px; }
  .timeliny .timeliny-dot {
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -0.6rem;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    border: 1px solid #898989;
    background-color: #fff; }
    .timeliny .timeliny-dot::before {
      -webkit-transition: all 0.35s ease-in-out;
      transition: all 0.35s ease-in-out;
      content: attr(data-year);
      display: block;
      position: absolute;
      top: -5rem;
      left: 1.25rem;
      color: #2c323f;
      font-family: "Poppins", sans-serif, sans-serif;
      font-size: 22px; }
    .timeliny .timeliny-dot::after {
      -webkit-transition: all 0.35s ease-in-out;
      transition: all 0.35s ease-in-out;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      content: attr(data-text);
      display: block;
      position: absolute;
      width: 256px;
      top: 5.6rem;
      left: 1.25rem;
      color: #e6edef;
      opacity: 0;
      font-size: 0.9em; }
      @media (min-width: 768px) {
        .timeliny .timeliny-dot::after {
          width: 341.33333px; } }
  .timeliny .timeliny-timeline {
    position: absolute;
    top: 50%;
    left: 0;
    display: table;
    width: 100%;
    z-index: 5; }
    .timeliny .timeliny-timeline .timeliny-timeblock {
      display: table-cell;
      position: relative; }
      .timeliny .timeliny-timeline .timeliny-timeblock.active .timeliny-dot {
        border-color: #137AC9;
        background-color: #137AC9;
        -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.33);
                box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.33); }
        .timeliny .timeliny-timeline .timeliny-timeblock.active .timeliny-dot::before {
          color: #2c323f; }
        .timeliny .timeliny-timeline .timeliny-timeblock.active .timeliny-dot::after {
          color: #2c323f;
          opacity: 1;
          background-color: #f5f7fb;
          border: 1px solid #e6edef;
          padding: 10px;
          border-radius: 5px; }
      .timeliny .timeliny-timeline .timeliny-timeblock.inactive .timeliny-dot {
        cursor: move; }
        .timeliny .timeliny-timeline .timeliny-timeblock.inactive .timeliny-dot::before {
          color: #e6edef; }
      .timeliny .timeliny-timeline .timeliny-timeblock:not(.inactive):not(.active) .timeliny-dot:hover {
        border-color: #e6edef;
        background-color: #137AC9; }
        .timeliny .timeliny-timeline .timeliny-timeblock:not(.inactive):not(.active) .timeliny-dot:hover::before {
          color: #2c323f; }
      .timeliny .timeliny-timeline .timeliny-timeblock .timeliny-dot:hover::after {
        color: #2c323f;
        opacity: 1;
        background-color: #fff;
        border: 1px solid #efefef;
        padding: 10px;
        border-radius: 5px; }
  .timeliny .timeliny-vertical-line {
    position: absolute;
    display: block;
    z-index: 1;
    left: 16%;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #137AC9; }
    @media (min-width: 768px) {
      .timeliny .timeliny-vertical-line {
        left: 32%; } }
    .timeliny .timeliny-vertical-line::before {
      content: '';
      position: absolute;
      top: 0;
      left: -7px;
      width: 0;
      height: 0;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-top: 8px solid #137AC9; }
    .timeliny .timeliny-vertical-line::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: -7px;
      width: 0;
      height: 0;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-bottom: 8px solid #137AC9; }

/**=====================
     43. Timeline 2 CSS Ends
==========================**/
/**=====================
    44. Tabs CSS Start
==========================**/
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background-color: #137AC9; }

.nav-pills .nav-link {
  font-weight: 600; }

.nav i {
  margin-right: 10px; }

.nav-theme .nav-link, .nav-pills.nav-theme .nav-link {
  color: #137AC9; }

.nav-theme .nav-link.active, .nav-theme .show > .nav-link, .nav-pills.nav-theme .nav-link.active, .nav-pills.nav-theme .show > .nav-link {
  background-color: #137AC9;
  color: #fff; }

.nav-primary .nav-link, .nav-pills.nav-primary .nav-link {
  color: #137AC9; }

.nav-primary .nav-link.active, .nav-primary .show > .nav-link, .nav-pills.nav-primary .nav-link.active, .nav-pills.nav-primary .show > .nav-link {
  background-color: #137AC9;
  color: #fff; }

.nav-secondary .nav-link, .nav-pills.nav-secondary .nav-link {
  color: #ba895d; }

.nav-secondary .nav-link.active, .nav-secondary .show > .nav-link, .nav-pills.nav-secondary .nav-link.active, .nav-pills.nav-secondary .show > .nav-link {
  background-color: #ba895d;
  color: #fff; }

.nav-success .nav-link, .nav-pills.nav-success .nav-link {
  color: #1b4c43; }

.nav-success .nav-link.active, .nav-success .show > .nav-link, .nav-pills.nav-success .nav-link.active, .nav-pills.nav-success .show > .nav-link {
  background-color: #1b4c43;
  color: #fff; }

.nav-danger .nav-link, .nav-pills.nav-danger .nav-link {
  color: #d22d3d; }

.nav-danger .nav-link.active, .nav-danger .show > .nav-link, .nav-pills.nav-danger .nav-link.active, .nav-pills.nav-danger .show > .nav-link {
  background-color: #d22d3d;
  color: #fff; }

.nav-info .nav-link, .nav-pills.nav-info .nav-link {
  color: #717171; }

.nav-info .nav-link.active, .nav-info .show > .nav-link, .nav-pills.nav-info .nav-link.active, .nav-pills.nav-info .show > .nav-link {
  background-color: #717171;
  color: #fff; }

.nav-light .nav-link, .nav-pills.nav-light .nav-link {
  color: #e6edef; }

.nav-light .nav-link.active, .nav-light .show > .nav-link, .nav-pills.nav-light .nav-link.active, .nav-pills.nav-light .show > .nav-link {
  background-color: #e6edef;
  color: #fff; }

.nav-dark .nav-link, .nav-pills.nav-dark .nav-link {
  color: #2c323f; }

.nav-dark .nav-link.active, .nav-dark .show > .nav-link, .nav-pills.nav-dark .nav-link.active, .nav-pills.nav-dark .show > .nav-link {
  background-color: #2c323f;
  color: #fff; }

.nav-warning .nav-link, .nav-pills.nav-warning .nav-link {
  color: #e2c636; }

.nav-warning .nav-link.active, .nav-warning .show > .nav-link, .nav-pills.nav-warning .nav-link.active, .nav-pills.nav-warning .show > .nav-link {
  background-color: #e2c636;
  color: #fff; }

.nav-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.nav-tabs.nav-bottom .nav-item .nav-link.active, .nav-tabs.nav-bottom .nav-item .nav-link.focus, .nav-tabs.nav-bottom .nav-item .nav-link.hover {
  border-color: #fff #dee2e6 #dee2e6; }

.tab-content ~ .nav-tabs.border-tab {
  margin-bottom: 0;
  margin-top: 30px; }

.border-tab.nav-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 30px; }
  .border-tab.nav-tabs .nav-item .nav-link {
    font-size: 16px;
    color: #2c323f;
    text-align: center;
    padding: 10px 25px;
    border: none;
    border-bottom: 2px solid #e6edef;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: transparent; }
    .border-tab.nav-tabs .nav-item .nav-link.active, .border-tab.nav-tabs .nav-item .nav-link.show, .border-tab.nav-tabs .nav-item .nav-link:focus, .border-tab.nav-tabs .nav-item .nav-link:hover {
      color: #137AC9; }
    .border-tab.nav-tabs .nav-item .nav-link.active, .border-tab.nav-tabs .nav-item .nav-link.show, .border-tab.nav-tabs .nav-item .nav-link:focus {
      border-bottom: 2px solid #137AC9; }

.border-tab.nav-left .nav-link {
  border-left: 2px solid transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #2c323f; }

.border-tab.nav-left .nav-link.active, .border-tab.nav-left .show > .nav-link {
  background-color: transparent;
  border-left-color: #137AC9;
  color: #137AC9;
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.border-tab.nav-right .nav-link {
  border-right: 2px solid transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #2c323f;
  text-align: right; }

.border-tab.nav-right .nav-link.active, .border-tab.nav-right .show > .nav-link {
  background-color: transparent;
  border-right-color: #137AC9;
  color: #137AC9;
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.border-tab.nav-theme .nav-link.active, .border-tab.nav-theme .nav-item.show, .border-tab.nav-theme .nav-link:focus, .border-tab.nav-theme .nav-link:hover {
  color: #137AC9;
  background-color: transparent; }

.border-tab.nav-theme .nav-item .nav-link {
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .border-tab.nav-theme .nav-item .nav-link.active, .border-tab.nav-theme .nav-item .nav-link.show, .border-tab.nav-theme .nav-item .nav-link:focus {
    border-bottom: 2px solid #137AC9; }
  .border-tab.nav-theme .nav-item .nav-link.active, .border-tab.nav-theme .nav-item .nav-link.show, .border-tab.nav-theme .nav-item .nav-link:focus, .border-tab.nav-theme .nav-item .nav-link:hover {
    color: #137AC9; }

.border-tab.nav-left.nav-theme .nav-link.active, .border-tab.nav-left.nav-theme .show > .nav-link {
  border-left-color: #137AC9;
  color: #137AC9; }

.border-tab.nav-right.nav-theme .nav-link.active, .border-tab.nav-right.nav-theme .show > .nav-link {
  border-right-color: #137AC9;
  color: #137AC9; }

.border-tab.nav-primary .nav-link.active, .border-tab.nav-primary .nav-item.show, .border-tab.nav-primary .nav-link:focus, .border-tab.nav-primary .nav-link:hover {
  color: #137AC9;
  background-color: transparent; }

.border-tab.nav-primary .nav-item .nav-link {
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .border-tab.nav-primary .nav-item .nav-link.active, .border-tab.nav-primary .nav-item .nav-link.show, .border-tab.nav-primary .nav-item .nav-link:focus {
    border-bottom: 2px solid #137AC9; }
  .border-tab.nav-primary .nav-item .nav-link.active, .border-tab.nav-primary .nav-item .nav-link.show, .border-tab.nav-primary .nav-item .nav-link:focus, .border-tab.nav-primary .nav-item .nav-link:hover {
    color: #137AC9; }

.border-tab.nav-left.nav-primary .nav-link.active, .border-tab.nav-left.nav-primary .show > .nav-link {
  border-left-color: #137AC9;
  color: #137AC9; }

.border-tab.nav-right.nav-primary .nav-link.active, .border-tab.nav-right.nav-primary .show > .nav-link {
  border-right-color: #137AC9;
  color: #137AC9; }

.border-tab.nav-secondary .nav-link.active, .border-tab.nav-secondary .nav-item.show, .border-tab.nav-secondary .nav-link:focus, .border-tab.nav-secondary .nav-link:hover {
  color: #ba895d;
  background-color: transparent; }

.border-tab.nav-secondary .nav-item .nav-link {
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .border-tab.nav-secondary .nav-item .nav-link.active, .border-tab.nav-secondary .nav-item .nav-link.show, .border-tab.nav-secondary .nav-item .nav-link:focus {
    border-bottom: 2px solid #ba895d; }
  .border-tab.nav-secondary .nav-item .nav-link.active, .border-tab.nav-secondary .nav-item .nav-link.show, .border-tab.nav-secondary .nav-item .nav-link:focus, .border-tab.nav-secondary .nav-item .nav-link:hover {
    color: #ba895d; }

.border-tab.nav-left.nav-secondary .nav-link.active, .border-tab.nav-left.nav-secondary .show > .nav-link {
  border-left-color: #ba895d;
  color: #ba895d; }

.border-tab.nav-right.nav-secondary .nav-link.active, .border-tab.nav-right.nav-secondary .show > .nav-link {
  border-right-color: #ba895d;
  color: #ba895d; }

.border-tab.nav-success .nav-link.active, .border-tab.nav-success .nav-item.show, .border-tab.nav-success .nav-link:focus, .border-tab.nav-success .nav-link:hover {
  color: #1b4c43;
  background-color: transparent; }

.border-tab.nav-success .nav-item .nav-link {
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .border-tab.nav-success .nav-item .nav-link.active, .border-tab.nav-success .nav-item .nav-link.show, .border-tab.nav-success .nav-item .nav-link:focus {
    border-bottom: 2px solid #1b4c43; }
  .border-tab.nav-success .nav-item .nav-link.active, .border-tab.nav-success .nav-item .nav-link.show, .border-tab.nav-success .nav-item .nav-link:focus, .border-tab.nav-success .nav-item .nav-link:hover {
    color: #1b4c43; }

.border-tab.nav-left.nav-success .nav-link.active, .border-tab.nav-left.nav-success .show > .nav-link {
  border-left-color: #1b4c43;
  color: #1b4c43; }

.border-tab.nav-right.nav-success .nav-link.active, .border-tab.nav-right.nav-success .show > .nav-link {
  border-right-color: #1b4c43;
  color: #1b4c43; }

.border-tab.nav-danger .nav-link.active, .border-tab.nav-danger .nav-item.show, .border-tab.nav-danger .nav-link:focus, .border-tab.nav-danger .nav-link:hover {
  color: #d22d3d;
  background-color: transparent; }

.border-tab.nav-danger .nav-item .nav-link {
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .border-tab.nav-danger .nav-item .nav-link.active, .border-tab.nav-danger .nav-item .nav-link.show, .border-tab.nav-danger .nav-item .nav-link:focus {
    border-bottom: 2px solid #d22d3d; }
  .border-tab.nav-danger .nav-item .nav-link.active, .border-tab.nav-danger .nav-item .nav-link.show, .border-tab.nav-danger .nav-item .nav-link:focus, .border-tab.nav-danger .nav-item .nav-link:hover {
    color: #d22d3d; }

.border-tab.nav-left.nav-danger .nav-link.active, .border-tab.nav-left.nav-danger .show > .nav-link {
  border-left-color: #d22d3d;
  color: #d22d3d; }

.border-tab.nav-right.nav-danger .nav-link.active, .border-tab.nav-right.nav-danger .show > .nav-link {
  border-right-color: #d22d3d;
  color: #d22d3d; }

.border-tab.nav-info .nav-link.active, .border-tab.nav-info .nav-item.show, .border-tab.nav-info .nav-link:focus, .border-tab.nav-info .nav-link:hover {
  color: #717171;
  background-color: transparent; }

.border-tab.nav-info .nav-item .nav-link {
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .border-tab.nav-info .nav-item .nav-link.active, .border-tab.nav-info .nav-item .nav-link.show, .border-tab.nav-info .nav-item .nav-link:focus {
    border-bottom: 2px solid #717171; }
  .border-tab.nav-info .nav-item .nav-link.active, .border-tab.nav-info .nav-item .nav-link.show, .border-tab.nav-info .nav-item .nav-link:focus, .border-tab.nav-info .nav-item .nav-link:hover {
    color: #717171; }

.border-tab.nav-left.nav-info .nav-link.active, .border-tab.nav-left.nav-info .show > .nav-link {
  border-left-color: #717171;
  color: #717171; }

.border-tab.nav-right.nav-info .nav-link.active, .border-tab.nav-right.nav-info .show > .nav-link {
  border-right-color: #717171;
  color: #717171; }

.border-tab.nav-light .nav-link.active, .border-tab.nav-light .nav-item.show, .border-tab.nav-light .nav-link:focus, .border-tab.nav-light .nav-link:hover {
  color: #e6edef;
  background-color: transparent; }

.border-tab.nav-light .nav-item .nav-link {
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .border-tab.nav-light .nav-item .nav-link.active, .border-tab.nav-light .nav-item .nav-link.show, .border-tab.nav-light .nav-item .nav-link:focus {
    border-bottom: 2px solid #e6edef; }
  .border-tab.nav-light .nav-item .nav-link.active, .border-tab.nav-light .nav-item .nav-link.show, .border-tab.nav-light .nav-item .nav-link:focus, .border-tab.nav-light .nav-item .nav-link:hover {
    color: #e6edef; }

.border-tab.nav-left.nav-light .nav-link.active, .border-tab.nav-left.nav-light .show > .nav-link {
  border-left-color: #e6edef;
  color: #e6edef; }

.border-tab.nav-right.nav-light .nav-link.active, .border-tab.nav-right.nav-light .show > .nav-link {
  border-right-color: #e6edef;
  color: #e6edef; }

.border-tab.nav-dark .nav-link.active, .border-tab.nav-dark .nav-item.show, .border-tab.nav-dark .nav-link:focus, .border-tab.nav-dark .nav-link:hover {
  color: #2c323f;
  background-color: transparent; }

.border-tab.nav-dark .nav-item .nav-link {
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .border-tab.nav-dark .nav-item .nav-link.active, .border-tab.nav-dark .nav-item .nav-link.show, .border-tab.nav-dark .nav-item .nav-link:focus {
    border-bottom: 2px solid #2c323f; }
  .border-tab.nav-dark .nav-item .nav-link.active, .border-tab.nav-dark .nav-item .nav-link.show, .border-tab.nav-dark .nav-item .nav-link:focus, .border-tab.nav-dark .nav-item .nav-link:hover {
    color: #2c323f; }

.border-tab.nav-left.nav-dark .nav-link.active, .border-tab.nav-left.nav-dark .show > .nav-link {
  border-left-color: #2c323f;
  color: #2c323f; }

.border-tab.nav-right.nav-dark .nav-link.active, .border-tab.nav-right.nav-dark .show > .nav-link {
  border-right-color: #2c323f;
  color: #2c323f; }

.border-tab.nav-warning .nav-link.active, .border-tab.nav-warning .nav-item.show, .border-tab.nav-warning .nav-link:focus, .border-tab.nav-warning .nav-link:hover {
  color: #e2c636;
  background-color: transparent; }

.border-tab.nav-warning .nav-item .nav-link {
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .border-tab.nav-warning .nav-item .nav-link.active, .border-tab.nav-warning .nav-item .nav-link.show, .border-tab.nav-warning .nav-item .nav-link:focus {
    border-bottom: 2px solid #e2c636; }
  .border-tab.nav-warning .nav-item .nav-link.active, .border-tab.nav-warning .nav-item .nav-link.show, .border-tab.nav-warning .nav-item .nav-link:focus, .border-tab.nav-warning .nav-item .nav-link:hover {
    color: #e2c636; }

.border-tab.nav-left.nav-warning .nav-link.active, .border-tab.nav-left.nav-warning .show > .nav-link {
  border-left-color: #e2c636;
  color: #e2c636; }

.border-tab.nav-right.nav-warning .nav-link.active, .border-tab.nav-right.nav-warning .show > .nav-link {
  border-right-color: #e2c636;
  color: #e2c636; }

.tabbed-card ul {
  position: absolute;
  right: 15px;
  top: 22px; }
  .tabbed-card ul.border-tab.nav-tabs {
    top: 0; }
    .tabbed-card ul.border-tab.nav-tabs .nav-item {
      float: right; }
      .tabbed-card ul.border-tab.nav-tabs .nav-item .nav-link {
        padding: 28px 15px; }

/**=====================
     44. Tabs CSS Ends
==========================**/
/**=====================
    46. Blog CSS start
==========================**/
.blog-box .blog-wrraper {
  overflow: hidden; }

.blog-box img {
  border-radius: 0.25rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.blog-box .top-radius-blog {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.blog-box h6 {
  font-weight: 600;
  margin: 15px 0;
  color: #242934; }

.blog-box .blog-details {
  padding-right: 20px; }
  .blog-box .blog-details .blog-social li {
    display: inline-block;
    font-size: 14px;
    color: #748694;
    font-weight: 500; }
    .blog-box .blog-details .blog-social li i {
      padding-right: 5px; }
    .blog-box .blog-details .blog-social li:nth-child(n+2) {
      border-left: 1px solid #e6edef;
      padding-left: 20px;
      margin-left: 20px; }

.blog-box .blog-details-main .blog-social {
  margin: 15px 0; }
  .blog-box .blog-details-main .blog-social li {
    display: inline-block;
    color: rgba(36, 41, 52, 0.7);
    font-size: 12px;
    padding: 0 15px;
    font-weight: 500;
    border-right: 1px solid #e6edef; }
    .blog-box .blog-details-main .blog-social li:last-child {
      border-right: 0; }
    .blog-box .blog-details-main .blog-social li i {
      padding-right: 5px; }

.blog-box .blog-details-main .blog-bottom-details {
  margin: 20px;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 700; }

.blog-box .blog-date {
  color: rgba(36, 41, 52, 0.7);
  margin-bottom: 5px; }
  .blog-box .blog-date span {
    font-size: 36px;
    font-weight: 600;
    padding-right: 5px;
    color: #137AC9;
    line-height: 1; }

.blog-box .media {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.blog-box .blog-details-second {
  padding: 20px; }
  .blog-box .blog-details-second .blog-post-date {
    margin-top: -48px;
    z-index: 2;
    position: relative; }
    .blog-box .blog-details-second .blog-post-date .blg-month, .blog-box .blog-details-second .blog-post-date .blg-date {
      padding: 5px;
      display: block;
      width: 50px;
      font-size: 12px;
      text-align: center;
      
      color: #fff;
      font-weight: 600; }
    .blog-box .blog-details-second .blog-post-date .blg-month {
      background-color: #137AC9; }
    .blog-box .blog-details-second .blog-post-date .blg-date {
      background-color: #ba895d; }
  .blog-box .blog-details-second h6 {
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 10px; }
  .blog-box .blog-details-second p {
    color: #748694;
    margin-bottom: 15px; }
  .blog-box .blog-details-second .detail-footer {
    padding: 15px 20px;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: -20px;
    border-top: 1px solid #e6edef; }
    .blog-box .blog-details-second .detail-footer ul.sociyal-list li {
      display: inline-block;
      color: #748694;
      
      font-weight: 600; }
      .blog-box .blog-details-second .detail-footer ul.sociyal-list li i {
        font-size: 12px;
        margin-right: 5px;
        font-weight: 600; }
      .blog-box .blog-details-second .detail-footer ul.sociyal-list li:nth-child(n+2) {
        margin-left: 15px;
        padding-left: 15px;
        border-left: 1px solid #e6edef; }

.blog-box:hover .blog-wrraper img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05); }

.blog-box.blog-shadow {
  height: 560px; }
  .blog-box.blog-shadow:before {
    -webkit-box-shadow: inset 0px -200px 100px -13px rgba(0, 0, 0, 0.6);
            box-shadow: inset 0px -200px 100px -13px rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 5px;
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    bottom: 0; }
  .blog-box.blog-shadow:hover:before {
    -webkit-box-shadow: inset 0px -200px 100px -13px rgba(0, 0, 0, 0.65);
            box-shadow: inset 0px -200px 100px -13px rgba(0, 0, 0, 0.65);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .blog-box.blog-shadow .blog-details {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 40px; }
    .blog-box.blog-shadow .blog-details h4 {
      color: #fff;
      margin-top: 15px;
      margin-bottom: 15px; }
    .blog-box.blog-shadow .blog-details p {
      font-size: 14px;
      color: #fff;
      padding-top: unset;
      margin-top: 0; }
    .blog-box.blog-shadow .blog-details .blog-social li {
      color: #fff; }

.blog-list .blog-details hr {
  margin-top: 15px;
  margin-bottom: 15px; }

.blog-list .blog-details .blog-social {
  margin-top: 0; }

.blog-list .blog-details h6 {
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1.6;
  font-weight: 600;
  color: #242934; }

.blog-list img {
  width: 100%;
  padding: 17px; }

.blog-grid img {
  width: 100%; }

.blog-grid .blog-details {
  padding: 20px; }
  .blog-grid .blog-details h6 {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 1.8; }

.blog-box {
  position: relative;
  max-height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .blog-box .blog-details p {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.7px;
    margin-top: 10px;
    margin-bottom: 0;
    color: #748694; }
  .blog-box .blog-details h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    margin-top: 20px;
    margin-bottom: 0; }
  .blog-box .blog-details .single-blog-content-top {
    border-top: 1px solid #e6edef; }
  .blog-box .blog-details .blog-social li, .blog-box .blog-details .comment-social li {
    font-size: 14px;
    color: #748694;
    font-weight: 600; }

.comment-box {
  margin-top: 30px; }
  .comment-box h5 {
    font-weight: 700;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e6edef; }
  .comment-box li {
    margin-bottom: 30px;
    clear: both; }
    .comment-box li:last-child {
      margin-bottom: 0; }
  .comment-box ul ul {
    margin-left: 135px;
    text-align: right; }
  .comment-box p {
    font-size: 14px;
    line-height: 1.8;
    text-align: justify;
    margin-bottom: 0;
    color: #748694; }
  .comment-box .media img {
    margin-right: 45px;
    border-radius: 50%;
    height: 90px;
    padding: 7px;
    width: 90px;
    border: 1px solid #efefef; }
  .comment-box .media h6 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: left; }
    .comment-box .media h6 span {
      padding-left: 10px;
      font-size: 13px;
      color: #748694;
      font-weight: 400; }
  .comment-box .comment-social {
    margin-left: 0; }
    .comment-box .comment-social li {
      display: inline-block;
      color: #cccccc;
      margin-bottom: 0;
      font-weight: 500;
      text-transform: uppercase; }
      .comment-box .comment-social li:nth-child(n+2) {
        margin-left: 20px;
        padding-left: 20px;
        border-left: 1px solid #e6edef; }
      .comment-box .comment-social li i {
        padding-right: 10px; }

.blog-single .blog-box .banner-wrraper {
  height: 400px; }

.blog-single .blog-box .blog-details p {
  margin-top: 15px; }

.blog-single .single-blog-content-top {
  margin-top: 15px; }

.blog-single .comment-social {
  margin-left: unset; }

@media (max-width: 1500px) {
  .blog-box.blog-shadow {
    height: 480px; } }

@media screen and (min-width: 1366px) and (max-width: 1530px) {
  .blog-box .blog-details-second {
    padding: 15px; }
    .blog-box .blog-details-second p {
      font-size: 13px; }
    .blog-box .blog-details-second h6 {
      font-size: 16px;
      margin-top: 20px;
      margin-bottom: 5px; }
    .blog-box .blog-details-second .blog-post-date {
      margin-top: -35px; }
      .blog-box .blog-details-second .blog-post-date .blg-month, .blog-box .blog-details-second .blog-post-date .blg-date {
        font-size: 10px;
        padding: 3px; }
    .blog-box .blog-details-second .detail-footer {
      margin-bottom: -15px;
      margin-left: -15px;
      margin-right: -15px;
      padding: 10px 15px; }
      .blog-box .blog-details-second .detail-footer ul.sociyal-list li {
        font-size: 12px; }
        .blog-box .blog-details-second .detail-footer ul.sociyal-list li:nth-child(n+2) {
          margin-left: 10px;
          padding-left: 10px; } }

@media (max-width: 1400px) {
  .blog-box.blog-shadow {
    height: 440px; } }

@media (max-width: 1365px) {
  .blog-box.blog-shadow {
    height: 440px; } }

@media (max-width: 1280px) {
  .blog-box.blog-shadow {
    height: 365px; } }

@media (max-width: 1199px) {
  .comment-box .blog-details h4 {
    margin-top: 50px; }
  .blog-box.blog-shadow {
    height: 380px; }
  .blog-box .media {
    display: block; }
  .blog-box .blog-details {
    padding: 20px; }
  .blog-list img {
    width: 100%;
    padding: 0; }
  .blog-single .blog-box .blog-details {
    padding: unset; } }

@media (max-width: 991px) {
  .blog-box .blog-details p {
    margin-top: 10px; }
  .blog-box .blog-details .single-blog-content-top {
    margin-top: 20px; } }

@media (max-width: 767px) {
  .comment-box ul ul {
    text-align: left; }
  .blog-single .blog-box .blog-details h4 {
    margin-top: 10px; }
  .blog-single .blog-box .blog-details .single-blog-content-top {
    margin-top: 10px; }
  .blog-single .blog-box .blog-details p {
    margin-top: 10px; }
  .blog-box .blog-details-second {
    padding: 15px; }
    .blog-box .blog-details-second h6 {
      margin-top: 20px; }
    .blog-box .blog-details-second .detail-footer {
      padding: 15px 15px;
      margin-left: -15px;
      margin-right: -15px;
      margin-bottom: -15px; }
      .blog-box .blog-details-second .detail-footer ul.sociyal-list li {
        font-size: 12px; }
        .blog-box .blog-details-second .detail-footer ul.sociyal-list li:nth-child(n+2) {
          margin-left: 10px;
          padding-left: 10px; }
    .blog-box .blog-details-second .blog-post-date {
      margin-top: -35px; }
      .blog-box .blog-details-second .blog-post-date .blg-month, .blog-box .blog-details-second .blog-post-date .blg-date {
        padding: 3px;
        font-size: 10px; }
  .blog-box .blog-details .blog-social li:nth-child(n+2) {
    padding-left: 10px;
    margin-left: 10px; }
  .blog-box .blog-details .blog-social li, .blog-box .blog-details .comment-social li {
    font-size: 13px; } }

@media (max-width: 575px) {
  .blog-single .comment-box .comment-social li {
    font-size: 12px; } }

@media (max-width: 480px) {
  .blog-box .blog-details-second h6 {
    margin-top: 15px;
    margin-bottom: 5px; }
  .blog-box .blog-details-second p {
    margin-bottom: 10px; } }

/**=====================
    46. Blog CSS ends
==========================**/
/**=====================
     47. Footer CSS Start
==========================**/
.footer-links {
  text-align: right; }
  .footer-links li {
    display: inline-block;
    padding-right: 15px; }
    .footer-links li a {
      font-size: 12px; }

footer {
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px 16px rgba(4, 122, 251, 0.04);
          box-shadow: 0 0 20px 16px rgba(4, 122, 251, 0.04);
  padding: 15px;
  bottom: 0;
  left: 0;
  margin-left: 275px; }
  footer a {
    font-weight: 600; }
  footer.footer-starter-kit {
    bottom: -52px; }
  footer p {
    font-size: 14px;
    font-weight: 500;
    color: #748694; }

.page-wrapper .page-body-wrapper .footer-dark {
  background-color: #2b2b2b; }
  .page-wrapper .page-body-wrapper .footer-dark p {
    color: #fff !important; }
  .page-wrapper .page-body-wrapper .footer-dark li a {
    color: #fff; }

.footer-fix {
  width: calc(100% - 255px);
  position: fixed; }

.page-wrapper.horizontal-wrapper .page-body-wrapper footer {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  bottom: 0;
  z-index: 8;
  margin-left: 0; }
  .page-wrapper.horizontal-wrapper .page-body-wrapper footer p {
    color: #242934; }
    .page-wrapper.horizontal-wrapper .page-body-wrapper footer p i {
      color: #ba895d;
      margin-left: 5px; }

/**=====================
     47. Footer CSS Ends
==========================**/
/**===========================
     48. Form Wizard CSS Start
=============================**/
/*Form Wizard One Start*/
.form-wizard .tab {
  display: none; }

.form-wizard .btn-mb {
  margin-bottom: 30px; }

.form-wizard .step {
  height: 10px;
  width: 10px;
  margin: 0 2px;
  background-color: #137AC9;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5; }
  .form-wizard .step.active {
    opacity: 1; }
  .form-wizard .step.finish {
    background-color: #ba895d; }

/*Form Wizard One ends*/
/*Form Wizard Two Start*/
.stepwizard {
  display: table;
  width: 100%;
  position: relative;
  margin-bottom: 30px; }
  .stepwizard .stepwizard-row {
    display: table-row; }
    .stepwizard .stepwizard-row:before {
      top: 16px;
      bottom: 0;
      position: absolute;
      content: " ";
      width: 100%;
      height: 1px;
      background-color: #e6edef; }
    .stepwizard .stepwizard-row .stepwizard-step {
      display: table-cell;
      text-align: center;
      position: relative; }
      .stepwizard .stepwizard-row .stepwizard-step p {
        margin-top: 10px; }
      .stepwizard .stepwizard-row .stepwizard-step button[disabled] {
        opacity: 1 !important;
        filter: alpha(opacity=100) !important; }
      .stepwizard .stepwizard-row .stepwizard-step .btn {
        font-weight: 600; }

/*Form Wizard Two Ends*/
/*Form Wizard Three Start*/
.f1 fieldset {
  display: none; }

.f1 .input-error {
  border-color: #d22d3d; }

.f1 .f1-steps {
  overflow: hidden;
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px; }
  .f1 .f1-steps .f1-progress {
    position: absolute;
    top: 24px;
    width: 100%;
    height: 1px;
    background-color: #e6edef; }
    .f1 .f1-steps .f1-progress .f1-progress-line {
      height: 1px;
      background-color: #137AC9;
      width: 16%; }
  .f1 .f1-steps .f1-step {
    position: relative;
    float: left;
    width: 33.333333%;
    text-align: center; }
    .f1 .f1-steps .f1-step.activated .f1-step-icon {
      border: 1px solid #137AC9;
      color: #137AC9;
      line-height: 38px; }
    .f1 .f1-steps .f1-step.activated p {
      color: #137AC9; }
    .f1 .f1-steps .f1-step.active .f1-step-icon {
      background-color: #137AC9;
      color: #fff; }
    .f1 .f1-steps .f1-step.active p {
      color: #137AC9; }
    .f1 .f1-steps .f1-step p {
      color: #898989;
      font-weight: 600; }
    .f1 .f1-steps .f1-step .f1-step-icon {
      display: inline-block;
      width: 40px;
      height: 40px;
      background-color: #e6edef;
      font-size: 16px;
      color: #137AC9;
      line-height: 40px;
      border-radius: 50%; }

.f1 .f1-buttons {
  text-align: right; }

/*Form Wizard Three ends*/
/*Form Wizard Four Start*/
.wizard-4 .buttonDisabled {
  color: #2c323f;
  background-color: #e6edef;
  border: 1px solid #e6edef;
  cursor: text; }

.wizard-4 .action-bar .btn {
  float: right;
  margin: 0 5px; }

.wizard-4 .step-container {
  position: relative;
  margin: 0;
  padding: 0;
  border: 0 solid #e6edef;
  overflow: hidden;
  clear: right;
  width: 70%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .wizard-4 .step-container div.content {
    display: block;
    position: absolute;
    float: left;
    height: 295px;
    text-align: left;
    overflow: auto;
    z-index: 1;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    clear: both; }

.wizard-4 .loader {
  display: none; }

.wizard-4 .msg-box {
  position: absolute;
  display: none;
  padding: 5px 10px;
  background-color: #137AC9;
  left: 32%;
  bottom: 30px;
  border-radius: 2px; }
  .wizard-4 .msg-box .content {
    padding: 0;
    float: left;
    padding-top: 3px;
    color: #fff; }
  .wizard-4 .msg-box .close {
    text-shadow: none;
    color: #fff;
    margin-left: 10px;
    opacity: 1; }

.wizard-4 ul.anchor {
  position: relative;
  display: block;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0 solid #e6edef;
  background: transparent;
  width: 30%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 30px; }
  .wizard-4 ul.anchor li {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    padding-bottom: 19px;
    float: left;
    clear: both;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 0; }
    .wizard-4 ul.anchor li a {
      display: block;
      position: relative;
      float: left;
      margin: 0;
      padding: 10px 20px;
      width: 100%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      text-decoration: none;
      outline-style: none;
      z-index: 1;
      font-size: 18px; }
      .wizard-4 ul.anchor li a small {
        display: block;
        font-size: 14px; }
      .wizard-4 ul.anchor li a .stepNumber {
        position: relative;
        float: left;
        width: 30px;
        text-align: center;
        padding: 5px;
        padding-top: 0; }
      .wizard-4 ul.anchor li a.selected {
        color: #fff;
        background: #137AC9;
        cursor: text;
        border-radius: 5px; }
      .wizard-4 ul.anchor li a.done {
        position: relative;
        color: #fff;
        background: #ba895d;
        z-index: 99;
        border-radius: 5px; }
      .wizard-4 ul.anchor li a.disabled {
        color: #898989;
        background: #e6edef;
        cursor: text;
        border-radius: 5px; }
      .wizard-4 ul.anchor li a.error {
        color: #898989;
        background: #fe8a7d;
        border: 1px solid #d22d3d; }
        .wizard-4 ul.anchor li a.error:hover {
          color: #000; }

@media (max-width: 575px) {
  .f1 .f1-steps .f1-step .f1-step-icon {
    width: 35px;
    height: 35px;
    font-size: 14px; }
  .f1 .f1-steps .f1-progress {
    top: 20px; } }

/*Form Wizard Four Ends*/
/**=====================
    48. Form Wizard CSS Ends
==========================**/
/**=====================
    49. Badge CSS start
==========================**/
.badge {
  padding: 0.44em 0.7em; }
  .badge + .badge {
    margin-left: 5px; }
  .badge svg {
    width: 10px;
    height: 10px; }

.pill-badge-primary {
  background-color: #137AC9;
  -webkit-box-shadow: -0.5px 4.33px 16px 0px rgba(36, 105, 92, 0.25);
          box-shadow: -0.5px 4.33px 16px 0px rgba(36, 105, 92, 0.25);
  color: #fff;
  font-size: 9px;
  
  border-radius: 5px;
  font-weight: 600;
  padding: 5px 9px; }

.pill-badge-secondary {
  background-color: #ba895d;
  -webkit-box-shadow: -0.5px 4.33px 16px 0px rgba(186, 137, 93, 0.25);
          box-shadow: -0.5px 4.33px 16px 0px rgba(186, 137, 93, 0.25);
  color: #fff;
  font-size: 9px;
  
  border-radius: 5px;
  font-weight: 600;
  padding: 5px 9px; }

.pill-badge-success {
  background-color: #1b4c43;
  -webkit-box-shadow: -0.5px 4.33px 16px 0px rgba(27, 76, 67, 0.25);
          box-shadow: -0.5px 4.33px 16px 0px rgba(27, 76, 67, 0.25);
  color: #fff;
  font-size: 9px;
  
  border-radius: 5px;
  font-weight: 600;
  padding: 5px 9px; }

.pill-badge-danger {
  background-color: #d22d3d;
  -webkit-box-shadow: -0.5px 4.33px 16px 0px rgba(210, 45, 61, 0.25);
          box-shadow: -0.5px 4.33px 16px 0px rgba(210, 45, 61, 0.25);
  color: #fff;
  font-size: 9px;
  
  border-radius: 5px;
  font-weight: 600;
  padding: 5px 9px; }

.pill-badge-info {
  background-color: #717171;
  -webkit-box-shadow: -0.5px 4.33px 16px 0px rgba(113, 113, 113, 0.25);
          box-shadow: -0.5px 4.33px 16px 0px rgba(113, 113, 113, 0.25);
  color: #fff;
  font-size: 9px;
  
  border-radius: 5px;
  font-weight: 600;
  padding: 5px 9px; }

.pill-badge-light {
  background-color: #e6edef;
  -webkit-box-shadow: -0.5px 4.33px 16px 0px rgba(230, 237, 239, 0.25);
          box-shadow: -0.5px 4.33px 16px 0px rgba(230, 237, 239, 0.25);
  color: #fff;
  font-size: 9px;
  
  border-radius: 5px;
  font-weight: 600;
  padding: 5px 9px; }

.pill-badge-dark {
  background-color: #2c323f;
  -webkit-box-shadow: -0.5px 4.33px 16px 0px rgba(44, 50, 63, 0.25);
          box-shadow: -0.5px 4.33px 16px 0px rgba(44, 50, 63, 0.25);
  color: #fff;
  font-size: 9px;
  
  border-radius: 5px;
  font-weight: 600;
  padding: 5px 9px; }

.pill-badge-warning {
  background-color: #e2c636;
  -webkit-box-shadow: -0.5px 4.33px 16px 0px rgba(226, 198, 54, 0.25);
          box-shadow: -0.5px 4.33px 16px 0px rgba(226, 198, 54, 0.25);
  color: #fff;
  font-size: 9px;
  
  border-radius: 5px;
  font-weight: 600;
  padding: 5px 9px; }

.round-badge-primary {
  border-radius: 6px;
  background-color: #137AC9;
  -webkit-box-shadow: -0.5px -6.67px 14px 0px rgba(36, 105, 92, 0.18);
          box-shadow: -0.5px -6.67px 14px 0px rgba(36, 105, 92, 0.18);
  color: #fff !important; }

.round-badge-secondary {
  border-radius: 6px;
  background-color: #ba895d;
  -webkit-box-shadow: -0.5px -6.67px 14px 0px rgba(186, 137, 93, 0.18);
          box-shadow: -0.5px -6.67px 14px 0px rgba(186, 137, 93, 0.18);
  color: #fff !important; }

.round-badge-success {
  border-radius: 6px;
  background-color: #1b4c43;
  -webkit-box-shadow: -0.5px -6.67px 14px 0px rgba(27, 76, 67, 0.18);
          box-shadow: -0.5px -6.67px 14px 0px rgba(27, 76, 67, 0.18);
  color: #fff !important; }

.round-badge-danger {
  border-radius: 6px;
  background-color: #d22d3d;
  -webkit-box-shadow: -0.5px -6.67px 14px 0px rgba(210, 45, 61, 0.18);
          box-shadow: -0.5px -6.67px 14px 0px rgba(210, 45, 61, 0.18);
  color: #fff !important; }

.round-badge-info {
  border-radius: 6px;
  background-color: #717171;
  -webkit-box-shadow: -0.5px -6.67px 14px 0px rgba(113, 113, 113, 0.18);
          box-shadow: -0.5px -6.67px 14px 0px rgba(113, 113, 113, 0.18);
  color: #fff !important; }

.round-badge-light {
  border-radius: 6px;
  background-color: #e6edef;
  -webkit-box-shadow: -0.5px -6.67px 14px 0px rgba(230, 237, 239, 0.18);
          box-shadow: -0.5px -6.67px 14px 0px rgba(230, 237, 239, 0.18);
  color: #fff !important; }

.round-badge-dark {
  border-radius: 6px;
  background-color: #2c323f;
  -webkit-box-shadow: -0.5px -6.67px 14px 0px rgba(44, 50, 63, 0.18);
          box-shadow: -0.5px -6.67px 14px 0px rgba(44, 50, 63, 0.18);
  color: #fff !important; }

.round-badge-warning {
  border-radius: 6px;
  background-color: #e2c636;
  -webkit-box-shadow: -0.5px -6.67px 14px 0px rgba(226, 198, 54, 0.18);
          box-shadow: -0.5px -6.67px 14px 0px rgba(226, 198, 54, 0.18);
  color: #fff !important; }

/**=====================
    49. Badge CSS Ends
==========================**/
/**=====================
     50. Tree  CSS Start
==========================**/
.jstree-default .jstree-clicked {
  background-color: rgba(36, 105, 92, 0.2);
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #137AC9; }

.vakata-context, .vakata-context ul {
  background-color: #fff;
  border: none;
  -webkit-box-shadow: 0 0 2px 2px #efefef;
          box-shadow: 0 0 2px 2px #efefef; }
  .vakata-context li a .vakata-contextmenu-sep, .vakata-context ul li a .vakata-contextmenu-sep {
    display: none; }
  .vakata-context li a:hover, .vakata-context ul li a:hover {
    background-color: #97dbcf;
    -webkit-box-shadow: None;
            box-shadow: None; }
  .vakata-context .vakata-context-separator, .vakata-context ul .vakata-context-separator {
    display: none; }

.jstree-default .jstree-anchor {
  font-weight: 500; }


/**=====================
    52. Datepicker CSS Start
==========================**/
.clockpicker-canvas line {
  stroke: #137AC9; }

.clockpicker-canvas-fg, .clockpicker-canvas-bearing {
  fill: #137AC9; }

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: #137AC9; }

.datepicker--day-name {
  color: #000;
  font-weight: bold; }

.datepicker--cell.-current- {
  color: #000;
  border-radius: 5px;
  font-weight: bold;
  border: 2px solid #137AC9; }

.datepicker--cell.-focus- {
  background: #137AC9;
  color: #fff; }

.datepicker--cell.-selected- {
  background: #137AC9; }

.daterangepicker.ltr {
  color: #898989;
  z-index: 8; }
  .daterangepicker.ltr tr {
    font-size: 13px; }
    .daterangepicker.ltr tr td {
      height: 34px;
      width: 34px; }
      .daterangepicker.ltr tr td.in-range {
        background-color: #fafafa; }
      .daterangepicker.ltr tr td.active {
        background-color: #137AC9; }
  .daterangepicker.ltr .ranges {
    float: none; }
    .daterangepicker.ltr .ranges li {
      color: #137AC9; }
      .daterangepicker.ltr .ranges li:hover {
        background-color: #137AC9;
        border: 1px solid #137AC9;
        color: #fff; }
      .daterangepicker.ltr .ranges li.active {
        background-color: #137AC9;
        border: 1px solid #137AC9;
        color: #fff; }
  .daterangepicker.ltr .calendar-time select {
    color: #898989; }

.datetime-picker .bootstrap-datetimepicker-widget.dropdown-menu {
  width: auto; }

.date-range-picker > div:last-child .theme-form {
  margin-bottom: 0px; }

.daterangepicker:before {
  border-bottom: 7px solid #efefef; }

.daterangepicker .daterangepicker_input i {
  font-size: 14px;
  color: #59667a; }

.daterangepicker .input-mini {
  border-color: #efefef !important;
  font-size: 14px;
  color: #59667a; }

.daterangepicker th, .daterangepicker td {
  height: 34px;
  width: 34px; }
  .daterangepicker th:hover, .daterangepicker td:hover {
    color: #2c323f; }
  .daterangepicker th.prev, .daterangepicker th.next, .daterangepicker td.prev, .daterangepicker td.next {
    color: #fff;
    height: 34px;
    width: 34px;
    background-color: #137AC9; }
  .daterangepicker th.month, .daterangepicker td.month {
    color: #137AC9;
    letter-spacing: 1px;
    text-transform: uppercase; }

/**=====================
   52. Datepicker CSS End
==========================**/


/**=====================
   55. theme layout CSS Start
==========================**/
.bg-color1 {
  background-color: #405365; }

.bg-color2 {
  background-color: #1C1D1E; }

.bg-color3 {
  background-color: #0c0c3c; }

.bg-color4 {
  background-color: #0747a6; }

.bg-color5 {
  background-color: #4d3096; }

.bg-light {
  background-color: #e6edef; }

.bg-dark {
  background-color: #2f3c4e; }

.bg-pattern1 {
  background-image: url(../images/sidebar-pattern/1.png);
  background-color: #2f3c4e; }

.bg-img1 {
  background-image: url(../images/sidebar-image/1.jpg); }

.bg-pattern2 {
  background-image: url(../images/sidebar-pattern/2.png);
  background-color: #2f3c4e; }

.bg-img2 {
  background-image: url(../images/sidebar-image/2.jpg); }

.bg-pattern3 {
  background-image: url(../images/sidebar-pattern/3.png);
  background-color: #2f3c4e; }

.bg-img3 {
  background-image: url(../images/sidebar-image/3.jpg); }

.bg-pattern4 {
  background-image: url(../images/sidebar-pattern/4.png);
  background-color: #2f3c4e; }

.bg-img4 {
  background-image: url(../images/sidebar-image/4.jpg); }

.bg-pattern5 {
  background-image: url(../images/sidebar-pattern/5.png);
  background-color: #2f3c4e; }

.bg-img5 {
  background-image: url(../images/sidebar-image/5.jpg); }

.bg-pattern6 {
  background-image: url(../images/sidebar-pattern/6.png);
  background-color: #2f3c4e; }

.bg-img6 {
  background-image: url(../images/sidebar-image/6.jpg); }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="border-sidebar"] .sidebar-header {
  border-bottom: 1px solid rgba(124, 124, 124, 0.15);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

body.light-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body {
  background-color: #fdfeff; }
  body.light-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body ul.the-icons li {
    color: #000;
    display: inline-block;
    padding: 10px; }
    body.light-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body ul.the-icons li:hover {
      background: #000;
      -webkit-box-shadow: 0 0 3px #111727;
              box-shadow: 0 0 3px #111727;
      color: #fff; }
    body.light-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body ul.the-icons li em {
      display: none; }

/**=====================
   55. theme layout CSS ends
==========================**/
/**=====================
    57. breadcrumb CSS Start
==========================**/
.breadcrumb-colored {
  padding: 12px 16px;
  border-radius: 4px; }
  .breadcrumb-colored li a {
    color: #fff; }
  .breadcrumb-colored li.active {
    color: #fff;
    opacity: 0.7; }
  .breadcrumb-colored .breadcrumb-item:before {
    color: #fff; }
  .breadcrumb-colored .breadcrumb-item.txt-dark:before {
    color: #000; }

.breadcrumb-icon {
  --bs-breadcrumb-divider: '>'; }
  .breadcrumb-icon li {
    display: inline-block; }

.breadcrumb-no-divider {
  --bs-breadcrumb-divider: ''; }


/**=====================
    57. breadcrumb CSS ends
==========================**/
/**=====================
    58. Steps  CSS Start
==========================**/
.u-steps {
  margin: 0; }

.u-step {
  position: relative;
  padding: 12px 20px;
  margin: 0;
  font-size: inherit;
  color: #a3afb7;
  vertical-align: top;
  background-color: #e6edef;
  border-radius: 0; }

.u-step-icon {
  float: left;
  margin-right: .5em;
  font-size: 20px;
  line-height: 1.4; }

.u-step-number {
  position: absolute;
  top: 50%;
  left: 20px;
  width: 40px;
  height: 40px;
  font-size: 24px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  background: #137AC9;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
  .u-step-number ~ .u-step-desc {
    min-height: 40px;
    margin-left: 50px; }

.u-step-title {
  margin-bottom: 0;
  font-size: 20px;
  color: #526069;
  font-weight: 600; }

.u-step-desc {
  text-align: left; }
  .u-step-desc p {
    margin-bottom: 0; }

.u-steps-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.u-step.active, .u-step.current {
  color: #fff;
  background-color: #137AC9; }
  .u-step.active p, .u-step.current p {
    color: #fff; }

.u-step.active .u-step-title, .u-step.current .u-step-title {
  color: #fff; }

.u-step.active .u-step-number, .u-step.current .u-step-number {
  color: #137AC9;
  background-color: #fff; }

.u-step.disabled {
  color: #e6edef;
  pointer-events: none;
  cursor: auto; }
  .u-step.disabled .u-step-title, .u-step.disabled p {
    color: #59667a; }
  .u-step.disabled .u-step-number {
    background-color: rgba(36, 105, 92, 0.5); }

.u-step.error {
  color: #fff;
  background-color: #d22d3d; }
  .u-step.error .u-step-title {
    color: #fff; }
  .u-step.error .u-step-number {
    color: #d22d3d;
    background-color: #fff; }

.u-step.done {
  color: #fff;
  background-color: #1b4c43; }
  .u-step.done .u-step-title {
    color: #fff; }
  .u-step.done .u-step-number {
    color: #1b4c43;
    background-color: #fff; }

.u-steps-lg .u-step {
  font-size: 16px; }

.u-steps-lg .u-step-icon, .u-steps-lg .u-step-title {
  font-size: 22px; }

.u-steps-lg .u-step-number {
  width: 46px;
  height: 46px;
  font-size: 28px;
  line-height: 46px; }
  .u-steps-lg .u-step-number ~ .u-step-desc {
    min-height: 46px;
    margin-left: 56px; }

.u-steps-sm .u-step {
  font-size: 12px; }

.u-steps-sm .u-step-icon, .u-steps-sm .u-step-title {
  font-size: 18px; }

.u-steps-sm .u-step-number {
  width: 30px;
  height: 30px;
  font-size: 24px;
  line-height: 30px; }
  .u-steps-sm .u-step-number ~ .u-step-desc {
    min-height: 30px;
    margin-left: 40px; }

.u-steps-xs .u-step {
  font-size: 10px; }

.u-steps-xs .u-step-icon, .u-steps-xs .u-step-title {
  font-size: 16px; }

.u-steps-xs .u-step-number {
  width: 24px;
  height: 24px;
  font-size: 20px;
  line-height: 24px; }
  .u-steps-xs .u-step-number ~ .u-step-desc {
    min-height: 24px;
    margin-left: 34px; }

.u-pearl {
  position: relative;
  padding: 0;
  margin: 0;
  text-align: center; }
  .u-pearl:after {
    position: absolute;
    top: 18px;
    z-index: 0;
    width: 50%;
    height: 4px;
    content: "";
    background-color: #e6edef; }
  .u-pearl:before {
    position: absolute;
    top: 18px;
    z-index: 0;
    width: 50%;
    height: 4px;
    content: "";
    background-color: #e6edef;
    left: 0; }
  .u-pearl:after {
    right: 0; }
  .u-pearl:first-child:before, .u-pearl:last-child:after {
    display: none !important; }

.u-pearl-icon {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 32px;
  color: #fff;
  text-align: center;
  background: #e6edef;
  border: 2px solid #e6edef;
  border-radius: 50%; }
  .u-pearl-icon i {
    position: absolute;
    top: 7px;
    left: 8px; }
  .u-pearl-icon .icon-check {
    left: 7px; }

.u-pearl-number {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 32px;
  color: #137AC9;
  text-align: center;
  background: #e6edef;
  border: 2px solid #e6edef;
  border-radius: 50%;
  font-size: 18px; }

.u-pearl-icon {
  font-size: 18px; }

.u-pearl-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  margin-top: .5em;
  margin-bottom: 0;
  font-size: 16px;
  color: #526069;
  font-weight: 600; }

.u-pearl.active:after, .u-pearl.active:before {
  background-color: #137AC9; }

.u-pearl.current:after, .u-pearl.current:before {
  background-color: #137AC9 !important; }

.u-pearl.active .u-pearl-icon, .u-pearl.active .u-pearl-number {
  color: #137AC9;
  border-color: #137AC9;
  -webkit-transform: scale(1.3);
  transform: scale(1.3); }

.u-pearl.current .u-pearl-icon, .u-pearl.current .u-pearl-number {
  color: #137AC9;
  border-color: #137AC9;
  -webkit-transform: scale(1.3);
  transform: scale(1.3); }

.u-pearl.disabled {
  pointer-events: none;
  cursor: auto; }
  .u-pearl.disabled:after, .u-pearl.disabled:before {
    background-color: #e6edef; }
  .u-pearl.disabled .u-pearl-icon, .u-pearl.disabled .u-pearl-number {
    color: #fff;
    background-color: #e6edef;
    border-color: #e6edef; }

.u-pearl.error:before {
  background-color: #137AC9; }

.u-pearl.error:after {
  background-color: #e6edef; }

.u-pearl.error .u-pearl-icon, .u-pearl.error .u-pearl-number {
  color: #d22d3d;
  background-color: #fff;
  border-color: #d22d3d; }

.u-pearl.done:after, .u-pearl.done:before {
  background-color: #137AC9 !important; }

.u-pearl.done .u-pearl-icon, .u-pearl.done .u-pearl-number {
  color: #fff;
  background-color: #137AC9;
  border-color: #137AC9; }

.u-pearls-lg .u-pearl:after, .u-pearls-lg .u-pearl:before {
  top: 20px; }

.u-pearls-lg .u-pearl-title {
  font-size: 18px; }

.u-pearls-lg .u-pearl-icon, .u-pearls-lg .u-pearl-number {
  width: 40px;
  height: 40px;
  line-height: 36px; }

.u-pearls-lg .u-pearl-icon, .u-pearls-lg .u-pearl-number {
  font-size: 20px; }

.u-pearls-sm .u-pearl:after, .u-pearls-sm .u-pearl:before {
  top: 16px; }

.u-pearls-sm .u-pearl-title {
  font-size: 14px; }

.u-pearls-sm .u-pearl-icon {
  width: 32px;
  height: 32px;
  line-height: 28px; }

.u-pearls-sm .u-pearl-number {
  width: 32px;
  height: 32px;
  line-height: 28px;
  font-size: 16px; }

.u-pearls-sm .u-pearl-icon {
  font-size: 14px; }

.u-pearls-xs .u-pearl:after, .u-pearls-xs .u-pearl:before {
  top: 12px;
  height: 2px; }

.u-pearls-xs .u-pearl-title {
  font-size: 12px; }

.u-pearls-xs .u-pearl-icon {
  width: 24px;
  height: 24px;
  line-height: 20px; }

.u-pearls-xs .u-pearl-number {
  width: 24px;
  height: 24px;
  line-height: 20px;
  font-size: 12px; }

.u-pearls-xs .u-pearl-icon {
  font-size: 12px; }

.u-pearl.current .u-pearl-icon i {
  left: 6px; }

/**=====================
    58. Steps  CSS ends
==========================**/

/**=====================
    80. avatars CSS start
==========================**/
.avatars .avatar {
  display: inline-block;
  margin-right: 10px;
  position: relative; }
  .avatars .avatar:last-child {
    margin-right: 0; }
  .avatars .avatar .b-r-30 {
    border-radius: 30px; }
  .avatars .avatar .b-r-35 {
    border-radius: 35px; }
  .avatars .avatar .b-r-25 {
    border-radius: 25px; }
  .avatars .avatar .b-r-15 {
    border-radius: 15px; }
  .avatars .avatar.ratio img {
    width: auto; }
  .avatars .avatar .height-100 {
    height: 100px; }
  .avatars .avatar .height-90 {
    height: 90px; }
  .avatars .avatar .height-80 {
    height: 80px; }
  .avatars .avatar .height-70 {
    height: 70px; }
  .avatars .avatar .height-60 {
    height: 60px; }
  .avatars .avatar .height-50 {
    height: 50px; }
  .avatars .avatar .status {
    position: absolute;
    background-color: #748694;
    bottom: 0;
    right: 4px;
    border-radius: 100%;
    border: 1px solid #fff; }
  .avatars .avatar .status-100 {
    width: 25px;
    height: 25px; }
  .avatars .avatar .status-90 {
    width: 20px;
    height: 20px; }
  .avatars .avatar .status-80 {
    width: 15px;
    height: 15px; }
  .avatars .avatar .status-70 {
    width: 12px;
    height: 12px; }
  .avatars .avatar .status-60 {
    width: 10px;
    height: 10px; }
  .avatars .avatar .status-50 {
    width: 9px;
    height: 9px; }
  .avatars .avatar .status-40 {
    width: 8px;
    height: 8px; }
  .avatars .avatar .status-30 {
    width: 7px;
    height: 7px; }

.customers ul li img {
  border: 2px solid #fff;
  -webkit-box-shadow: -2px 2px 4px 0px rgba(0, 0, 0, 0.2);
          box-shadow: -2px 2px 4px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.5s;
  transition: 0.5s; }
  .customers ul li img:hover {
    -webkit-transform: translateY(-4px) scale(1.02);
            transform: translateY(-4px) scale(1.02);
    -webkit-transition: 0.5s;
    transition: 0.5s; }

.customers ul li + li {
  margin-left: -22px; }

.customers ul li:nth-child(4) {
  margin-left: -4px; }

.customers.avatar-group {
  margin-right: 30px; }
  .customers.avatar-group:last-child {
    margin-right: 0; }

.avatar-showcase {
  margin-bottom: -10px; }
  .avatar-showcase .avatars .avatar {
    margin-bottom: 10px; }
  .avatar-showcase .avatar-group {
    margin-bottom: 10px; }

/**=====================
     80. avatars CSS Ends
==========================**/


/**=====================
      86. contacts CSS Start
==========================**/
.alert-contactadd {
  background-color: #fff;
  border: 1px solid var(--theme-deafult);
  width: 12%;
  padding: 10px; }

.updateimg {
  position: absolute;
  left: 15px;
  width: 100px;
  top: 32px;
  line-height: 93px;
  opacity: 0; }

#right-history {
  top: 81px;
  right: -320px;
  height: 100%;
  position: fixed;
  width: 320px;
  z-index: 9;
  background-color: #fff;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-box-shadow: 0 0 9px rgba(191, 191, 191, 0.36);
          box-shadow: 0 0 9px rgba(191, 191, 191, 0.36); }
  #right-history h6 span a {
    color: #242934; }
  #right-history.show {
    right: 0;
    -webkit-transition: .3s;
    transition: .3s; }

.history-details > div {
  padding: 30px 0; }

.history-details .media {
  padding: 30px 15px;
  border-top: 1px solid #f4f4f4; }
  .history-details .media i {
    padding: 5px;
    background: #fed112;
    color: #fff;
    border-radius: 100%; }
  .history-details .media h6 {
    margin-bottom: 5px; }

.delete-contact {
  display: none; }

.more-data {
  -webkit-animation: displayTransition 1s;
          animation: displayTransition 1s; }

.contact-editform {
  padding: 30px;
  padding-left: unset;
  -webkit-animation: displayTransition 1s;
          animation: displayTransition 1s; }
  .contact-editform a {
    display: block; }
  .contact-editform button {
    margin-top: 30px; }
  .contact-editform .select2-container .select2-selection--single {
    height: 39px !important;
    border-color: #e6edef !important;
    background-color: #f5f7fb; }

#deletemodal .modal-header {
  border-bottom: none; }
  #deletemodal .modal-header .delete-data span svg {
    vertical-align: middle;
    margin-right: 15px; }

.contact-options li .btn-category {
  line-height: 39px;
  border-radius: 3px;
  padding-left: 40px !important;
  padding: 0;
  color: #137AC9;
  font-weight: 500; }

.list-persons p {
  font-family: "Poppins", sans-serif, sans-serif; }

.list-persons .profile-mail {
  padding: 30px 0; }
  .list-persons .profile-mail .media {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .list-persons .profile-mail .media img {
      width: auto;
      height: 100px; }
    .list-persons .profile-mail .media .media-body h5 {
      margin-bottom: 5px;
      font-weight: 700; }
    .list-persons .profile-mail .media .media-body ul {
      margin-top: 5px; }
      .list-persons .profile-mail .media .media-body ul li {
        display: inline-block; }
        .list-persons .profile-mail .media .media-body ul li a {
          font-size: 13px;
          font-weight: 500; }
        .list-persons .profile-mail .media .media-body ul li + li {
          padding-left: 10px;
          margin-left: 5px;
          border-left: 2px solid #f4f4f4; }
  .list-persons .profile-mail .email-general {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #ddd; }
    .list-persons .profile-mail .email-general ul {
      padding-right: 20px; }
      .list-persons .profile-mail .email-general ul li {
        color: #898989;
        padding-bottom: 10px;
        margin-bottom: 10px;
        font-weight: 500; }
        .list-persons .profile-mail .email-general ul li:last-child {
          padding-bottom: 0;
          margin-bottom: 0; }
        .list-persons .profile-mail .email-general ul li > span {
          float: right; }
    .list-persons .profile-mail .email-general p span {
      margin-left: 30px; }
    .list-persons .profile-mail .email-general .gender {
      margin-top: 30px; }

.contacts-tabs .nav-pills {
  border-right: 1px solid #e6edef;
  height: 100%; }
  .contacts-tabs .nav-pills .nav-link.active,
  .contacts-tabs .nav-pills .nav-link > .nav-link,
  .contacts-tabs .nav-pills .show.active,
  .contacts-tabs .nav-pills .show > .nav-link {
    background-color: rgba(231, 243, 253, 0.7);
    color: #242934; }
    .contacts-tabs .nav-pills .nav-link.active h6,
    .contacts-tabs .nav-pills .nav-link > .nav-link h6,
    .contacts-tabs .nav-pills .show.active h6,
    .contacts-tabs .nav-pills .show > .nav-link h6 {
      color: #137AC9; }
  .contacts-tabs .nav-pills .nav-link {
    color: #242934;
    padding: 0; }
    .contacts-tabs .nav-pills .nav-link .media .img-50 {
      height: 50px; }
    .contacts-tabs .nav-pills .nav-link + .nav-link {
      border-top: 1px solid #e6edef; }
  .contacts-tabs .nav-pills .media {
    padding: 20px; }

.contacts-tabs .tab-content .tab-content-child {
  -webkit-animation: displayTransition 1s;
          animation: displayTransition 1s; }

@media only screen and (max-width: 991px) {
  #right-history {
    top: 60px; }
  .updateimg {
    top: 21px; }
  .list-persons .profile-mail {
    padding: 20px; }
    .list-persons .profile-mail .email-general .gender {
      margin-top: 20px; }
  .contact-editform button {
    margin-top: 20px; } }

@media only screen and (max-width: 767px) {
  .contact-editform {
    padding: 20px; }
    .contact-editform.pl-0 {
      padding-left: 20px !important; }
  .contacts-tabs .nav-pills {
    border-right: none;
    border-bottom: 1px solid #e6edef; } }

@media only screen and (max-width: 575px) {
  #right-history {
    width: 270px; }
  .updateimg {
    top: 16px;
    left: 29px; }
  .contacts-tabs .media img.m-r-20 {
    margin-right: 15px; }
  .contacts-tabs .nav-pills .media {
    padding: 15px; }
  .list-persons .profile-mail {
    padding: 15px; }
    .list-persons .profile-mail .media img {
      height: 80px;
      width: 80px !important; }
    .list-persons .profile-mail .email-general .gender {
      margin-top: 15px; }
    .list-persons .profile-mail .email-general ul {
      padding-right: unset; }
      .list-persons .profile-mail .email-general ul li {
        font-size: 12px; }
  .list-persons .nav-pills .nav-link .media .media-body {
    text-align: left; }
  .contact-editform {
    padding: 15px; }
    .contact-editform button {
      margin-top: 15px; }
    .contact-editform.pl-0 {
      padding-left: 15px !important; }
  .contact-editform form .row > div .row > div > div,
  .contact-options form .row > div .row > div > div {
    margin-bottom: 0; }
  .contact-editform form .row > div .row > div + div,
  .contact-options form .row > div .row > div + div {
    margin-top: 15px; }
  .list-persons .profile-mail .media .media-body h5 {
    font-size: 16px; }
  .bookmark-tabcontent .tab-content .card .card-header h5 {
    font-size: 16px; } }

@media only screen and (max-width: 360px) {
  .updateimg {
    line-height: 73px;
    width: 80px; }
  .list-persons .profile-mail .email-general p span {
    margin-left: 10px; }
  .list-persons .profile-mail .media {
    display: block; }
    .list-persons .profile-mail .media img {
      height: 80px;
      width: 80px !important;
      margin-bottom: 15px; } }

/**=====================
    86. contacts CSS Ends
==========================**/

/**========================
  89.  Formwidgets CSS Start
=============================**/
.clockpicker-popover .popover-title {
  border-color: #e6edef; }

.clockpicker-popover .popover-content {
  background-color: rgba(36, 105, 92, 0.05); }

.date-range-picker {
  margin-bottom: -25px; }
  .date-range-picker .daterange-card {
    border: 1px solid #e6edef;
    padding: 30px;
    height: 100%; }
    .date-range-picker .daterange-card .form-group {
      margin-bottom: unset; }
  .date-range-picker > div {
    margin-bottom: 25px; }

@media screen and (max-width: 1199px) {
  .card .card-header h5 {
    font-size: 20px; } }

@media screen and (max-width: 1199px) {
  .date-range-picker .daterange-card {
    padding: 20px; } }

@media screen and (max-width: 575px) {
  .date-range-picker .daterange-card {
    padding: 15px; } }

/**========================
  89. Formwidgets CSS end
=============================**/

/**==========================
   91. Project list css start
=============================**/
.project-list .row {
  margin: 15px; }

.project-list button:focus {
  outline: none !important; }

.project-list .theme-form .form-group {
  margin-bottom: 15px; }

.project-list .border-tab.nav-tabs .nav-item .nav-link {
  border: 1px solid transparent;
  padding: 5px 30px 5px 0;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600; }

.project-list .btn {
  vertical-align: -12px;
  float: right; }
  .project-list .btn svg {
    vertical-align: middle;
    height: 16px; }

.project-list ul {
  margin-bottom: 0 !important;
  border-bottom: 0; }
  .project-list ul li svg {
    height: 18px;
    vertical-align: middle;
    margin-right: 5px; }

.tab-content .row > div.col-xl-4:nth-child(1) {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation: fadeIncustom 0.5s linear 10ms;
          animation: fadeIncustom 0.5s linear 10ms; }

.tab-content .row > div.col-xl-4:nth-child(2) {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation: fadeIncustom 0.5s linear 20ms;
          animation: fadeIncustom 0.5s linear 20ms; }

.tab-content .row > div.col-xl-4:nth-child(3) {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation: fadeIncustom 0.5s linear 30ms;
          animation: fadeIncustom 0.5s linear 30ms; }

.tab-content .row > div.col-xl-4:nth-child(4) {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation: fadeIncustom 0.5s linear 40ms;
          animation: fadeIncustom 0.5s linear 40ms; }

.tab-content .row > div.col-xl-4:nth-child(5) {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation: fadeIncustom 0.5s linear 50ms;
          animation: fadeIncustom 0.5s linear 50ms; }

.tab-content .row > div.col-xl-4:nth-child(6) {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation: fadeIncustom 0.5s linear 60ms;
          animation: fadeIncustom 0.5s linear 60ms; }

.tab-content .row > div.col-xl-4:nth-child(7) {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation: fadeIncustom 0.5s linear 70ms;
          animation: fadeIncustom 0.5s linear 70ms; }

.tab-content .row > div.col-xl-4:nth-child(8) {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation: fadeIncustom 0.5s linear 80ms;
          animation: fadeIncustom 0.5s linear 80ms; }

.tab-content .row > div.col-xl-4:nth-child(9) {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation: fadeIncustom 0.5s linear 90ms;
          animation: fadeIncustom 0.5s linear 90ms; }

.tab-content .row > div.col-xl-4:nth-child(10) {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation: fadeIncustom 0.5s linear 100ms;
          animation: fadeIncustom 0.5s linear 100ms; }

.tab-content .row > div.col-xl-4:nth-child(11) {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation: fadeIncustom 0.5s linear 110ms;
          animation: fadeIncustom 0.5s linear 110ms; }

.tab-content .row > div.col-xl-4:nth-child(12) {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation: fadeIncustom 0.5s linear 120ms;
          animation: fadeIncustom 0.5s linear 120ms; }

.tab-content .row > div.col-xl-4:nth-child(13) {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation: fadeIncustom 0.5s linear 130ms;
          animation: fadeIncustom 0.5s linear 130ms; }

.tab-content .row > div.col-xl-4:nth-child(14) {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation: fadeIncustom 0.5s linear 140ms;
          animation: fadeIncustom 0.5s linear 140ms; }

.tab-content .row > div.col-xl-4:nth-child(15) {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation: fadeIncustom 0.5s linear 150ms;
          animation: fadeIncustom 0.5s linear 150ms; }

.project-cards .tab-content {
  margin-bottom: -30px; }

.project-box {
  border: 1px solid #e6edef;
  border-radius: 5px;
  padding: 30px;
  margin-bottom: 30px;
  position: relative; }
  .project-box h6 {
    font-weight: 600; }
  .project-box p {
    color: #748694; }
  .project-box .badge {
    position: absolute;
    right: 15px;
    top: 15px; }
  .project-box .project-status p {
    margin-bottom: 5px;
    font-weight: 800; }
  .project-box .media {
    margin-bottom: 15px; }
  .project-box .details {
    margin-bottom: 10px; }

.projectdetails .card .card-body {
  padding: 20px; }

.projectdetails .card .card-footer {
  padding: 20px; }

.projectdetails .card select {
  width: 90px;
  height: 28px;
  font-size: 11px;
  right: 20px;
  top: 20px; }

.projectmore .details .col-4 {
  margin-bottom: 5px; }
  .projectmore .details .col-4:nth-child(even) {
    opacity: 0.5; }

.projectmore h5 {
  font-size: 20px;
  font-weight: 600; }

.projectmore .task-list {
  position: relative; }
  .projectmore .task-list ul li {
    margin-bottom: 5px; }
  .projectmore .task-list ul + ul {
    position: absolute;
    left: 50%;
    top: 0; }

.new-users.activity .gradient-round {
  padding: 13px;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  top: unset !important; }
  .new-users.activity .gradient-round::after {
    display: none; }

@media (max-width: 767px) {
  .project-list .btn {
    float: left;
    margin-top: 5px; }
  .project-box {
    padding: 20px; } }

@media (max-width: 420px) {
  .project-box {
    padding: 15px; }
    .project-box .badge {
      font-size: 8px;
      top: 10px;
      right: 10px; }
  .project-list .border-tab.nav-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .project-list .border-tab.nav-tabs .nav-item {
      width: auto !important; }
      .project-list .border-tab.nav-tabs .nav-item .nav-link {
        padding: 5px 15px 5px 0;
        font-size: 14px; } }

/**==========================
   91. Project list css end
=============================**/

/**=====================
    53. Dashboard CSS Start
==========================**/
.trasaction-sec.card .card-body {
  margin-bottom: -35px; }

.trasaction-sec .transaction-totalbal {
  padding-left: 30px; }
  .trasaction-sec .transaction-totalbal h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 22px;
    font-weight: 700; }

.trasaction-sec #chart-3dash {
  margin-left: -15px;
  margin-right: -15px; }

.helper-classes {
  padding: 30px;
  margin-bottom: 0;
  white-space: pre-line; }

.box-shadow-title .sub-title {
  margin: 30px 0; }

.list-group-item {
  background-color: #f5f7fb;
  border-color: #e6edef; }
  .list-group-item.active {
    background-color: #137AC9; }
    .list-group-item.active:hover {
      background-color: #137AC9;
      color: #fff; }

.list-group-item-action:hover, .list-group-item-action:focus {
  background-color: rgba(231, 243, 253, 0.7);
  color: #137AC9; }

.list-group-item-action.active {
  background-color: #137AC9;
  color: #fff; }
  .list-group-item-action.active:hover {
    background-color: #137AC9;
    color: #fff; }

.general-widget .custom-card .card-header img {
  margin-top: -95px; }

.dashboard-default-sec .card .card-header i, .dashboard-2-main .card .card-header i {
  font-size: 14px; }

.dashboard-default-sec .card .card-header p, .dashboard-2-main .card .card-header p {
  font-weight: 500;
  color: #748694;
  margin-bottom: unset;
  font-size: 12px; }

.dashboard-default-sec .card .card-header h5, .dashboard-2-main .card .card-header h5 {
  font-size: 18px;
  font-weight: 700; }

.dashboard-default-sec .card .card-header ul.week-date li, .dashboard-2-main .card .card-header ul.week-date li {
  display: inline-block;
  font-size: 12px;
  color: #717171;
  font-weight: 500; }
  .dashboard-default-sec .card .card-header ul.week-date li:nth-child(n+2), .dashboard-2-main .card .card-header ul.week-date li:nth-child(n+2) {
    margin-left: 10px;
    padding-left: 15px;
    border-left: 1px solid #e6edef; }

.dashboard-default-sec .card.income-card, .dashboard-2-main .card.income-card {
  overflow: hidden; }
  .dashboard-default-sec .card.income-card .card-header, .dashboard-2-main .card.income-card .card-header {
    padding-bottom: 0; }
  .dashboard-default-sec .card.income-card .card-body .round-box, .dashboard-2-main .card.income-card .card-body .round-box {
    width: 55px;
    height: 55px;
    border-radius: 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .dashboard-default-sec .card.income-card .card-body .round-box svg, .dashboard-2-main .card.income-card .card-body .round-box svg {
      width: auto;
      height: 25px;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
  .dashboard-default-sec .card.income-card .card-body .knob-block, .dashboard-2-main .card.income-card .card-body .knob-block {
    position: relative; }
    .dashboard-default-sec .card.income-card .card-body .knob-block input, .dashboard-2-main .card.income-card .card-body .knob-block input {
      color: #2b2b2b !important; }
    .dashboard-default-sec .card.income-card .card-body .knob-block canvas, .dashboard-2-main .card.income-card .card-body .knob-block canvas {
      height: 56%;
      width: 56%;
      margin-bottom: 12px; }
  .dashboard-default-sec .card.income-card .card-body .round-progress .progress-circle, .dashboard-2-main .card.income-card .card-body .round-progress .progress-circle {
    position: relative; }
  .dashboard-default-sec .card.income-card .card-body .parrten, .dashboard-2-main .card.income-card .card-body .parrten {
    position: absolute;
    top: -25px;
    right: -25px; }
    .dashboard-default-sec .card.income-card .card-body .parrten svg, .dashboard-2-main .card.income-card .card-body .parrten svg {
      fill: rgba(36, 105, 92, 0.03);
      width: 100px;
      height: 100px;
      -webkit-transform: rotate(-135deg);
              transform: rotate(-135deg); }
  .dashboard-default-sec .card.income-card.card-primary .round-box, .dashboard-2-main .card.income-card.card-primary .round-box {
    background-color: rgba(231, 243, 253, 0.7); }
    .dashboard-default-sec .card.income-card.card-primary .round-box svg, .dashboard-2-main .card.income-card.card-primary .round-box svg {
      fill: #137AC9; }
  .dashboard-default-sec .card.income-card.card-primary:hover .round-box, .dashboard-2-main .card.income-card.card-primary:hover .round-box {
    background-color: #137AC9; }
    .dashboard-default-sec .card.income-card.card-primary:hover .round-box svg, .dashboard-2-main .card.income-card.card-primary:hover .round-box svg {
      fill: #fff; }
  .dashboard-default-sec .card.income-card.card-secondary, .dashboard-2-main .card.income-card.card-secondary {
    border-color: #ede7e4; }
    .dashboard-default-sec .card.income-card.card-secondary .round-box, .dashboard-2-main .card.income-card.card-secondary .round-box {
      background-color: rgba(186, 137, 93, 0.1); }
      .dashboard-default-sec .card.income-card.card-secondary .round-box svg, .dashboard-2-main .card.income-card.card-secondary .round-box svg {
        fill: #ba895d; }
    .dashboard-default-sec .card.income-card.card-secondary:hover .round-box, .dashboard-2-main .card.income-card.card-secondary:hover .round-box {
      background-color: #ba895d; }
      .dashboard-default-sec .card.income-card.card-secondary:hover .round-box svg, .dashboard-2-main .card.income-card.card-secondary:hover .round-box svg {
        fill: #fff; }
  .dashboard-default-sec .card.income-card .card-body h3, .dashboard-2-main .card.income-card .card-body h3 {
    font-weight: 700; }
  .dashboard-default-sec .card.income-card .card-body h5, .dashboard-2-main .card.income-card .card-body h5 {
    font-size: 22px;
    font-weight: 700; }
  .dashboard-default-sec .card.income-card .card-body p, .dashboard-2-main .card.income-card .card-body p {
    font-size: 12px;
    color: #748694;
    font-weight: 500;
     }
    .dashboard-default-sec .card.income-card .card-body p:last-child, .dashboard-2-main .card.income-card .card-body p:last-child {
      font-weight: 700; }

.center-content {
  margin: auto;
  padding-right: 50px; }

.dashboard-default-sec #chart-dashbord .apexcharts-legend.position-right, .dashboard-default-sec #chart-dashbord .apexcharts-legend.position-left {
  left: 0  !important;
  right: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: 52%; }

.position-unset {
  position: unset; }

.profile-greeting {
  border: none; }
  .profile-greeting .card-header {
    padding-bottom: 0 !important;
    background-color: transparent; }
    .profile-greeting .card-header .setting-list {
      border-radius: 50%; }
  .profile-greeting h3 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px; }
  .profile-greeting p {
    font-size: 14px;
    line-height: 25px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    text-align: center;
    font-family: "Poppins", sans-serif;
    padding: 0 15px;
    margin-bottom: 15px; }
  .profile-greeting .btn {
    color: #137AC9;
    font-weight: 700; }
    .profile-greeting .btn:hover {
      background-color: #fff !important;
      border-color: #fff !important; }
  .profile-greeting .card-body {
    z-index: 2; }
  .profile-greeting .confetti {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1; }
  .profile-greeting .confetti-piece {
    position: absolute;
    width: 15px;
    height: 15px;
    top: 100%;
    opacity: 0;
    border-radius: 10px 50px 35px 20px;
    -webkit-animation: makeItRain 5s infinite ease-out;
            animation: makeItRain 5s infinite ease-out; }
  .profile-greeting .confetti-piece:nth-child(1) {
    left: 7%;
    -webkit-transform: rotate(-40deg);
            transform: rotate(-40deg);
    -webkit-animation: makeItRain 6s infinite ease-out;
            animation: makeItRain 6s infinite ease-out; }
  .profile-greeting .confetti-piece:nth-child(2) {
    left: 14%;
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
    -webkit-animation: makeItRain 7s infinite ease-out;
            animation: makeItRain 7s infinite ease-out; }
  .profile-greeting .confetti-piece:nth-child(3) {
    left: 21%;
    -webkit-transform: rotate(-51deg);
            transform: rotate(-51deg);
    -webkit-animation: makeItRain 5s infinite ease-out;
            animation: makeItRain 5s infinite ease-out; }
  .profile-greeting .confetti-piece:nth-child(4) {
    left: 28%;
    -webkit-transform: rotate(61deg);
            transform: rotate(61deg);
    -webkit-animation: makeItRain 6s infinite ease-out;
            animation: makeItRain 6s infinite ease-out; }
  .profile-greeting .confetti-piece:nth-child(5) {
    left: 35%;
    -webkit-transform: rotate(-52deg);
            transform: rotate(-52deg);
    -webkit-animation: makeItRain 5s infinite ease-out;
            animation: makeItRain 5s infinite ease-out; }
  .profile-greeting .confetti-piece:nth-child(6) {
    left: 42%;
    -webkit-transform: rotate(38deg);
            transform: rotate(38deg);
    -webkit-animation: makeItRain 4s infinite ease-out;
            animation: makeItRain 4s infinite ease-out; }
  .profile-greeting .confetti-piece:nth-child(7) {
    left: 49%;
    -webkit-transform: rotate(11deg);
            transform: rotate(11deg);
    -webkit-animation: makeItRain 8s infinite ease-out;
            animation: makeItRain 8s infinite ease-out; }
  .profile-greeting .confetti-piece:nth-child(8) {
    left: 56%;
    -webkit-transform: rotate(49deg);
            transform: rotate(49deg);
    -webkit-animation: makeItRain 7s infinite ease-out;
            animation: makeItRain 7s infinite ease-out; }
  .profile-greeting .confetti-piece:nth-child(9) {
    left: 63%;
    -webkit-transform: rotate(-72deg);
            transform: rotate(-72deg);
    -webkit-animation: makeItRain 6s infinite ease-out;
            animation: makeItRain 6s infinite ease-out; }
  .profile-greeting .confetti-piece:nth-child(10) {
    left: 70%;
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
    -webkit-animation: makeItRain 5s infinite ease-out;
            animation: makeItRain 5s infinite ease-out; }
  .profile-greeting .confetti-piece:nth-child(11) {
    left: 77%;
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
    -webkit-animation: makeItRain 8s infinite ease-out;
            animation: makeItRain 8s infinite ease-out; }
  .profile-greeting .confetti-piece:nth-child(12) {
    left: 84%;
    -webkit-transform: rotate(42deg);
            transform: rotate(42deg);
    -webkit-animation: makeItRain 4s infinite ease-out;
            animation: makeItRain 4s infinite ease-out; }
  .profile-greeting .confetti-piece:nth-child(13) {
    left: 91%;
    -webkit-transform: rotate(-72deg);
            transform: rotate(-72deg);
    -webkit-animation: makeItRain 6s infinite ease-out;
            animation: makeItRain 6s infinite ease-out; }
  .profile-greeting .confetti-piece:nth-child(odd) {
    background-color: #418578; }
  .profile-greeting .confetti-piece:nth-child(even) {
    z-index: 1; }
  .profile-greeting .confetti-piece:nth-child(4n) {
    width: 5px;
    height: 12px; }
  .profile-greeting .confetti-piece:nth-child(3n) {
    width: 3px;
    height: 10px; }
  .profile-greeting .confetti-piece:nth-child(4n-7) {
    background-color: #418578; }

@-webkit-keyframes makeItRain {
  from {
    opacity: 0; }
  50% {
    opacity: 1; }
  to {
    -webkit-transform: translateY(-350px); } }

.latest-update-sec .media .media-body, .recent-order-sec .media .media-body {
  margin-left: 20px; }

.latest-update-sec table tbody h6, .recent-order-sec table tbody h6 {
  font-size: 14px;
  font-weight: 600; }

.latest-update-sec table tbody tr td a, .recent-order-sec table tbody tr td a {
  font-size: 12px;
  letter-spacing: 0px;
  line-height: 35px;
  font-weight: 500; }
  .latest-update-sec table tbody tr td a .btn, .recent-order-sec table tbody tr td a .btn {
    font-size: 12px; }
  .latest-update-sec table tbody tr td a img, .recent-order-sec table tbody tr td a img {
    width: 30px !important;
    margin-right: 1rem !important; }

.latest-update-sec h3, .recent-order-sec h3 {
  font-size: 24px;
  line-height: 25px;
  font-weight: 700;
  text-align: center; }

.latest-update-sec span, .recent-order-sec span {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600; }

.latest-update-sec .btn, .recent-order-sec .btn {
  font-size: 12px;
  line-height: 25px;
  color: #137AC9;
  font-weight: 700;
  text-align: center; }

.latest-update-sec h5, .recent-order-sec h5 {
  font-size: 18px;
  font-weight: 700; }

.latest-update-sec h4, .recent-order-sec h4 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700; }

.latest-update-sec p, .recent-order-sec p {
  font-size: 12px;
  font-weight: 500;
  color: #717171;
  margin-bottom: 0; }

.latest-update-sec .recent-order-sec h5, .recent-order-sec .recent-order-sec h5 {
  margin-bottom: 0; }

.latest-update-sec .recent-order-sec table th, .recent-order-sec .recent-order-sec table th {
  font-size: 14px;
  line-height: 36px;
  font-weight: 700; }

.latest-update-sec .recent-order-sec table tr td p, .recent-order-sec .recent-order-sec table tr td p {
  font-size: 13px;
  line-height: 18px;
  color: #717171;
  font-family: "Poppins";
  font-weight: 400; }

.latest-update-sec .recent-order-sec table th, .recent-order-sec .recent-order-sec table th {
  font-size: 14px;
  line-height: 36px;
  font-weight: 700; }

.latest-update-sec .recent-order-sec table tr td p, .recent-order-sec .recent-order-sec table tr td p {
  font-size: 13px;
  line-height: 18px;
  color: #717171;
  font-family: "Poppins", sans-serif;
  font-weight: 400; }

.latest-update-sec .rate-sec .card .card-header, .recent-order-sec .rate-sec .card .card-header {
  padding: 10px; }
  .latest-update-sec .rate-sec .card .card-header .header-top, .recent-order-sec .rate-sec .card .card-header .header-top {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }

.latest-update-sec .rate-sec .card .card-body, .recent-order-sec .rate-sec .card .card-body {
  padding: 15px; }

.latest-update-sec .recent-order-sec .card .card-body, .recent-order-sec .recent-order-sec .card .card-body {
  padding: 15px; }

.latest-update-sec .media {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .latest-update-sec .media img, .latest-update-sec .media svg {
    width: auto;
    height: 20px; }

.latest-update-sec .card-body {
  padding-top: 0; }

.latest-update-sec table tbody tr {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .latest-update-sec table tbody tr:hover {
    background-color: rgba(186, 137, 93, 0.1); }
    .latest-update-sec table tbody tr:hover td a {
      color: #ba895d; }
    .latest-update-sec table tbody tr:hover td .media svg {
      fill: #ba895d; }
    .latest-update-sec table tbody tr:hover td .media .media-body span {
      color: #ba895d; }
  .latest-update-sec table tbody tr td a {
    color: #2b2b2b; }

.recent-order-sec .table th {
  border-bottom: none; }

.recent-order-sec .table td {
  padding-top: 15px;
  padding-bottom: 15px; }

.recent-order-sec .table tr .media {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.recent-order-sec .table tr:hover {
  background-color: rgba(231, 243, 253, 0.7); }
  .recent-order-sec .table tr:hover td {
    color: #137AC9; }
  .recent-order-sec .table tr:hover p {
    color: #137AC9; }

#chart-dashbord .apexcharts-legend-series {
  text-align: right; }
  #chart-dashbord .apexcharts-legend-series .apexcharts-legend-marker {
    display: none;
    text-align: right;
    font-family: "Poppins", sans-serif; }

#yearly-overview-chart {
  max-width: 650px;
  margin: 35px auto; }

.profile-greeting {
  background-image: url(../images/dashboard/bg.jpg);
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative; }

.chart_data_left .card-body .chart-main .media .hospital-small-chart, .chart_data_right .card-body .chart-main .media .hospital-small-chart {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(36, 105, 92, 0.05); }
  .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar {
    position: relative; }
    .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .flot-chart-container, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .flot-chart-container {
      height: 74px;
      width: 75px; }
      .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .flot-chart-container .chartist-tooltip, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .flot-chart-container .chartist-tooltip {
        position: absolute;
        opacity: 0; }
        .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .flot-chart-container .chartist-tooltip .chartist-tooltip-value, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .flot-chart-container .chartist-tooltip .chartist-tooltip-value {
          font-size: 10px;
          padding: 5px;
          color: #fff;
          background-color: rgba(0, 0, 0, 0.5);
          border-radius: 4px; }
        .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .flot-chart-container .chartist-tooltip.tooltip-show, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .flot-chart-container .chartist-tooltip.tooltip-show {
          opacity: 1; }
      .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .flot-chart-container svg, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .flot-chart-container svg {
        position: absolute;
        bottom: 23px;
        width: 100%;
        height: 95%; }
    .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart svg .ct-series-a .ct-point, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart svg .ct-series-a .ct-line, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart svg .ct-series-a .ct-bar, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart svg .ct-series-a .ct-slice-donut, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart svg .ct-series-a .ct-point, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart svg .ct-series-a .ct-line, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart svg .ct-series-a .ct-bar, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart svg .ct-series-a .ct-slice-donut {
      stroke: #137AC9; }
    .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart svg .ct-series-b .ct-point, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart svg .ct-series-b .ct-line, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart svg .ct-series-b .ct-bar, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart svg .ct-series-b .ct-slice-donut, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart svg .ct-series-b .ct-point, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart svg .ct-series-b .ct-line, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart svg .ct-series-b .ct-bar, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart svg .ct-series-b .ct-slice-donut {
      stroke: rgba(36, 105, 92, 0.2); }
    .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart .chartist-tooltip .chartist-tooltip-value, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart .chartist-tooltip .chartist-tooltip-value {
      background-color: #137AC9;
      -webkit-box-shadow: 1px 1.732px 8px 0px rgba(36, 105, 92, 0.5);
              box-shadow: 1px 1.732px 8px 0px rgba(36, 105, 92, 0.5); }
    .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart1 .chartist-tooltip .chartist-tooltip-value, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart1 .chartist-tooltip .chartist-tooltip-value {
      background-color: #d22d3d;
      -webkit-box-shadow: 1px 1.732px 8px 0px rgba(210, 45, 61, 0.5);
              box-shadow: 1px 1.732px 8px 0px rgba(210, 45, 61, 0.5); }
    .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart1 svg .ct-series-a .ct-point, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart1 svg .ct-series-a .ct-line, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart1 svg .ct-series-a .ct-bar, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart1 svg .ct-series-a .ct-slice-donut, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart1 svg .ct-series-a .ct-point, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart1 svg .ct-series-a .ct-line, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart1 svg .ct-series-a .ct-bar, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart1 svg .ct-series-a .ct-slice-donut {
      stroke: #d22d3d; }
    .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart1 svg .ct-series-b .ct-point, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart1 svg .ct-series-b .ct-line, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart1 svg .ct-series-b .ct-bar, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart1 svg .ct-series-b .ct-slice-donut, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart1 svg .ct-series-b .ct-point, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart1 svg .ct-series-b .ct-line, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart1 svg .ct-series-b .ct-bar, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart1 svg .ct-series-b .ct-slice-donut {
      stroke: rgba(210, 45, 61, 0.2); }
    .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart2 .chartist-tooltip .chartist-tooltip-value, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart2 .chartist-tooltip .chartist-tooltip-value {
      background-color: #137AC9;
      -webkit-box-shadow: 1px 1.732px 8px 0px rgba(36, 105, 92, 0.5);
              box-shadow: 1px 1.732px 8px 0px rgba(36, 105, 92, 0.5); }
    .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart2 svg .ct-series-a .ct-point, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart2 svg .ct-series-a .ct-line, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart2 svg .ct-series-a .ct-bar, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart2 svg .ct-series-a .ct-slice-donut, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart2 svg .ct-series-a .ct-point, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart2 svg .ct-series-a .ct-line, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart2 svg .ct-series-a .ct-bar, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart2 svg .ct-series-a .ct-slice-donut {
      stroke: #137AC9; }
    .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart2 svg .ct-series-b .ct-point, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart2 svg .ct-series-b .ct-line, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart2 svg .ct-series-b .ct-bar, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart2 svg .ct-series-b .ct-slice-donut, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart2 svg .ct-series-b .ct-point, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart2 svg .ct-series-b .ct-line, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart2 svg .ct-series-b .ct-bar, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart2 svg .ct-series-b .ct-slice-donut {
      stroke: rgba(36, 105, 92, 0.2); }
    .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart3 svg .ct-series-a .ct-point, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart3 svg .ct-series-a .ct-line, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart3 svg .ct-series-a .ct-bar, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart3 svg .ct-series-a .ct-slice-donut, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart3 svg .ct-series-a .ct-point, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart3 svg .ct-series-a .ct-line, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart3 svg .ct-series-a .ct-bar, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart3 svg .ct-series-a .ct-slice-donut {
      stroke: #d22d3d; }
    .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart3 svg .ct-series-b .ct-point, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart3 svg .ct-series-b .ct-line, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart3 svg .ct-series-b .ct-bar, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart3 svg .ct-series-b .ct-slice-donut, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart3 svg .ct-series-b .ct-point, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart3 svg .ct-series-b .ct-line, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart3 svg .ct-series-b .ct-bar, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart3 svg .ct-series-b .ct-slice-donut {
      stroke: rgba(210, 45, 61, 0.2); }
    .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart3 .chartist-tooltip .chartist-tooltip-value, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart3 .chartist-tooltip .chartist-tooltip-value {
      background-color: #d22d3d;
      -webkit-box-shadow: 1px 1.732px 8px 0px rgba(210, 45, 61, 0.5);
              box-shadow: 1px 1.732px 8px 0px rgba(210, 45, 61, 0.5); }

.chart_data_left .card-body .chart-main .media .media-body .right-chart-content, .chart_data_right .card-body .chart-main .media .media-body .right-chart-content {
  margin-left: 30px; }
  .chart_data_left .card-body .chart-main .media .media-body .right-chart-content h4, .chart_data_right .card-body .chart-main .media .media-body .right-chart-content h4 {
    line-height: 1;
    color: #2b2b2b !important;
    font-weight: 500; }
  .chart_data_left .card-body .chart-main .media .media-body .right-chart-content span, .chart_data_right .card-body .chart-main .media .media-body .right-chart-content span {
    color: rgba(43, 43, 43, 0.7);
    font-weight: 500; }

.chart_data_left .card-body .chart-main .media.border-none, .chart_data_right .card-body .chart-main .media.border-none {
  border-right: none !important; }

.activity-timeline .media {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .activity-timeline .media .activity-line {
    top: 150px;
    height: 57%;
    position: absolute;
    width: 2px;
    background-color: #e6edef;
    margin: 0 auto;
    left: 36px;
    z-index: 1; }
  .activity-timeline .media .circle-dot-primary {
    background-color: rgba(36, 105, 92, 0.25);
    border-radius: 100%;
    padding: 4px;
    font-size: 5px;
    color: #137AC9; }
  .activity-timeline .media .circle-dot-secondary {
    background-color: rgba(186, 137, 93, 0.25);
    border-radius: 100%;
    padding: 4px;
    font-size: 5px;
    color: #ba895d; }
  .activity-timeline .media .circle-dot-success {
    background-color: rgba(27, 76, 67, 0.25);
    border-radius: 100%;
    padding: 4px;
    font-size: 5px;
    color: #1b4c43; }
  .activity-timeline .media .circle-dot-danger {
    background-color: rgba(210, 45, 61, 0.25);
    border-radius: 100%;
    padding: 4px;
    font-size: 5px;
    color: #d22d3d; }
  .activity-timeline .media .circle-dot-info {
    background-color: rgba(113, 113, 113, 0.25);
    border-radius: 100%;
    padding: 4px;
    font-size: 5px;
    color: #717171; }
  .activity-timeline .media .circle-dot-light {
    background-color: rgba(230, 237, 239, 0.25);
    border-radius: 100%;
    padding: 4px;
    font-size: 5px;
    color: #e6edef; }
  .activity-timeline .media .circle-dot-dark {
    background-color: rgba(44, 50, 63, 0.25);
    border-radius: 100%;
    padding: 4px;
    font-size: 5px;
    color: #2c323f; }
  .activity-timeline .media .circle-dot-warning {
    background-color: rgba(226, 198, 54, 0.25);
    border-radius: 100%;
    padding: 4px;
    font-size: 5px;
    color: #e2c636; }
  .activity-timeline .media + .media {
    margin-top: 30px; }
  .activity-timeline .media .media-body {
    margin-left: 20px; }

.twitter-typeahead {
  display: block !important; }

span.twitter-typeahead .league-name {
  font-size: 16px;
  padding: 6px 10px 0; }

span.twitter-typeahead .tt-menu {
  float: left;
  width: 100%;
  min-width: 10rem;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 0 20px rgba(89, 102, 122, 0.1);
          box-shadow: 0 0 20px rgba(89, 102, 122, 0.1);
  border: none;
  padding: 0; }

span.twitter-typeahead .tt-suggestion {
  color: #2b2b2b;
  opacity: 0.6;
  font-size: 13px;
  padding: 6px 12px;
  border-top: 1px solid #efefef;
  background-color: #f5f7fb;
  cursor: pointer; }
  span.twitter-typeahead .tt-suggestion:hover, span.twitter-typeahead .tt-suggestion:focus {
    background-color: #137AC9;
    color: #fff;
    opacity: 1; }
  span.twitter-typeahead .tt-suggestion.active, span.twitter-typeahead .tt-suggestion:active {
    color: #fff;
    background-color: var(--theme-deafult); }

#draggableMultiple .ui-sortable-handle .card {
  cursor: move; }

.crm-activity > li {
  font-weight: 600; }
  .crm-activity > li + li {
    border-top: 1px solid #efefef;
    margin-top: 12px;
    padding-top: 12px; }
    .crm-activity > li + li h6 {
      font-size: 14px;
      line-height: 1.5;
      margin-bottom: 5px; }
  .crm-activity > li h6 {
    font-size: 14px; }

.crm-activity span {
  font-size: 40px; }

.crm-activity ul.dates h6 {
  color: #242934; }

.crm-activity ul.dates li {
  color: #748694;
  font-size: 12px;
  display: inline-block;
  line-height: 1; }
  .crm-activity ul.dates li + li {
    border-left: 1px solid #efefef;
    padding-left: 10px;
    margin-left: 5px; }

.ecommerce-widget {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #e6edef !important;
  border-radius: 5px; }
  .ecommerce-widget h6 {
    color: #717171; }
  .ecommerce-widget .total-num {
    color: #242934;
    margin: 0;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 24px; }
    .ecommerce-widget .total-num span {
      color: #000; }
  .ecommerce-widget .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .ecommerce-widget .progress-showcase {
    margin-top: 43px; }
    .ecommerce-widget .progress-showcase .progress {
      height: 20px; }
  .ecommerce-widget span {
    color: #748694;
    margin: 0;
    cursor: pointer;
    font-weight: 600; }
  .ecommerce-widget .icon {
    color: #efefef;
    font-size: 40px; }
  .ecommerce-widget .flot-chart-container {
    height: 100px;
    padding: 0;
    margin: 0;
    border: transparent; }
  .ecommerce-widget .morris-default-style {
    display: none !important; }
  .ecommerce-widget svg {
    -webkit-filter: drop-shadow(12px 12px 7px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(12px 12px 7px rgba(0, 0, 0, 0.3)); }
  .ecommerce-widget ul li {
    color: #748694;
    font-weight: 600; }

.static-top-widget:hover .icon-bg {
  -webkit-transform: rotate(-5deg) scale(1.1);
          transform: rotate(-5deg) scale(1.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.static-top-widget div.align-self-center svg {
  width: 30px;
  height: 30px; }

.static-top-widget .media-body {
  -ms-flex-item-align: center !important;
      align-self: center !important;
  padding-left: 30px; }
  .static-top-widget .media-body .icon-bg {
    position: absolute;
    right: -14px;
    top: 6px;
    opacity: 0.2;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100px;
    height: 100px; }

.static-top-widget span {
  font-weight: 500; }

.static-top-widget h4 {
  font-weight: 600; }

.bg-danger .media.static-top-widget .align-self-center {
  background-color: #d22d3d; }

.widget-joins:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: #efefef;
  left: calc(50% - 1px); }

.widget-joins:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: #efefef;
  left: 0;
  top: 50%; }

.widget-joins .media {
  padding: 30px;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .widget-joins .media span {
    font-weight: 500; }
    .widget-joins .media span.widget-t {
      color: #748694; }
  .widget-joins .media h5 {
    font-weight: 600;
    font-size: 18px; }
  .widget-joins .media .details {
    border-left: 1px solid #e6edef;
    padding: 1px 0; }
  .widget-joins .media .media-body {
    text-align: left; }
    .widget-joins .media .media-body > span {
      color: #748694; }
    .widget-joins .media .media-body svg {
      width: 40px;
      height: 40px; }
    .widget-joins .media .media-body h5 span {
      font-weight: 600; }
    .widget-joins .media .media-body h6 {
      font-weight: 600; }
      .widget-joins .media .media-body h6 span {
        color: #000; }

.redial-social-widget {
  border-radius: 100%;
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 25px;
  margin: 0 auto;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #f4f4f4), color-stop(50%, transparent), to(transparent)), -webkit-gradient(linear, left top, right top, color-stop(50%, #e6edef), color-stop(50%, #f4f4f4), to(#f4f4f4));
  background-image: linear-gradient(90deg, #f4f4f4 50%, transparent 50%, transparent), linear-gradient(90deg, #e6edef 50%, #f4f4f4 50%, #f4f4f4); }
  .redial-social-widget i {
    background-color: #fff;
    height: 80px;
    width: 80px;
    border-radius: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .redial-social-widget.radial-bar-70 {
    background-image: linear-gradient(342deg, #137AC9 50%, transparent 50%, transparent), linear-gradient(270deg, #137AC9 50%, rgba(231, 243, 253, 0.7) 50%, rgba(231, 243, 253, 0.7)); }

.social-widget-card span {
  color: #748694;
  text-transform: uppercase;
  margin-bottom: 4px;
  display: inline-block;
  font-size: 12px;
  font-weight: 600; }

.social-widget-card h5 {
  color: #748694;
  text-transform: uppercase;
  text-align: center;
  padding: 20px 0;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 700; }

.social-widget-card h4 {
  font-size: 18px;
  font-weight: 600; }

.browser-widget:hover img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(1.1) rotate(5deg);
          transform: scale(1.1) rotate(5deg); }

.browser-widget img {
  height: 80px;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transform: scale(1) rotate(0deg);
          transform: scale(1) rotate(0deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.browser-widget .media-body {
  text-align: center;
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  -webkit-column-rule: 1px solid #f4f4f4;
     -moz-column-rule: 1px solid #f4f4f4;
          column-rule: 1px solid #f4f4f4; }
  .browser-widget .media-body p {
    margin-bottom: 5px;
    font-weight: 600;
    color: #748694; }
  .browser-widget .media-body span {
    margin-bottom: 0;
    color: rgba(36, 41, 52, 0.7); }
  .browser-widget .media-body h4 {
    color: #242934;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600; }
    .browser-widget .media-body h4 span {
      color: #333333;
      font-weight: 600; }

.testimonial #owl-carousel-testimonial .owl-stage-outer .owl-stage .owl-item .item img,
.testimonial #owl-carousel-testimonial-rtl .owl-stage-outer .owl-stage .owl-item .item img {
  border-radius: 100%; }

.testimonial i {
  font-size: 60px;
  color: rgba(43, 43, 43, 0.7);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.1;
  z-index: -1; }

.testimonial p {
  color: #748694;
  font-style: italic;
  margin-bottom: 30px;
  margin-top: 30px;
  margin-top: 15px; }

.testimonial h5 {
  color: #242934;
  padding-top: 10px;
  margin-bottom: 0;
  font-weight: 600; }

.testimonial span {
  color: #748694; }

.testimonial img {
  margin: 0 auto; }

.mobile-clock-widget .sec, .min, .hour {
  position: absolute;
  width: 24px;
  height: 234px;
  top: 0;
  left: 102px;
  margin-top: -30px;
  margin-left: -25px; }

.cal-date-widget .datepicker {
  padding: 20px;
  border-radius: unset; }
  .cal-date-widget .datepicker .datepicker--nav {
    border-bottom: none;
    direction: ltr; }
  .cal-date-widget .datepicker .datepicker--cell-day.-other-month-,
  .cal-date-widget .datepicker .datepicker--cell-year.-other-decade- {
    opacity: 0.5; }

.cal-date-widget span {
  font-weight: 600; }

.cal-date-widget p {
  font-weight: 500; }

.cal-date-widget .cal-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%; }
  .cal-date-widget .cal-info h2 {
    font-size: 100px;
    color: #137AC9;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 0.7; }
  .cal-date-widget .cal-info span {
    font-size: 18px; }
  .cal-date-widget .cal-info p {
    color: #748694;
    margin-top: 15px; }

.datepicker--nav-action {
  background-color: #137AC9; }
  .datepicker--nav-action:hover {
    background-color: #137AC9; }

.datepicker--nav-title {
  color: #137AC9; }
  .datepicker--nav-title i {
    color: #137AC9; }

.datepicker--cell.-selected-.-current- {
  background-color: #137AC9;
  color: #fff; }

.weather-widget-two {
  position: relative;
  background-color: #137AC9;
  height: 350px;
  overflow: hidden; }
  .weather-widget-two p {
    color: #fff; }
  .weather-widget-two .card-body .media {
    margin-bottom: 10px; }
  .weather-widget-two svg path.climacon_component-stroke {
    fill: #fff; }
  .weather-widget-two .top-bg-whether {
    position: absolute;
    top: -50px;
    right: -28px;
    opacity: 0.1; }
    .weather-widget-two .top-bg-whether svg {
      width: 200px;
      height: 200px; }
  .weather-widget-two .num {
    font-weight: 600; }
  .weather-widget-two .climacon_component-stroke {
    stroke: #fff; }
  .weather-widget-two .bottom-whetherinfo svg {
    width: 150px;
    height: 150px;
    opacity: 0.1;
    color: #fff;
    position: relative;
    top: 0;
    left: -35px; }
  .weather-widget-two .bottom-whetherinfo .whether-content {
    text-align: right;
    position: relative;
    top: -15px;
    color: #fff; }

.mobile-clock-widget {
  background: url(../images/other-images/mobile-clock-wallpaper.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 350px;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-blend-mode: overlay;
  background-color: #17433b;
  position: relative; }
  .mobile-clock-widget .bg-svg {
    position: absolute;
    top: -4px;
    left: -25px; }
    .mobile-clock-widget .bg-svg svg {
      width: 150px;
      height: 150px;
      opacity: 0.08; }
  .mobile-clock-widget .clock {
    padding: 0;
    position: relative;
    list-style: none;
    margin: 0 auto;
    height: 175px;
    width: 175px;
    display: block;
    background: url(../images/other-images/clock-face.png) 5% center no-repeat; }
  .mobile-clock-widget .sec {
    background: url(../images/sec.svg);
    z-index: 3; }
  .mobile-clock-widget .min {
    background: url(../images/min.svg);
    z-index: 2; }
  .mobile-clock-widget .hour {
    background: url(../images/hour.svg);
    z-index: 1; }

.mobile-clock-widget #date {
  margin-top: 30px;
  font-weight: 700; }

.mobile-clock-widget p {
  font-weight: 600; }

.flot-chart-container {
  height: 250px; }

.calender-widget .cal-img {
  background: url(../images/other-images/calender-bg.png);
  background-size: cover;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  height: 270px; }

.calender-widget .cal-date {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  margin-top: -45px;
  border: 1px solid #e6edef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .calender-widget .cal-date h5 {
    margin-bottom: 0;
    line-height: 1.5;
    padding: 17px;
    font-weight: 700;
    font-size: 18px; }

.calender-widget .cal-desc h6 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 10px; }

.calender-widget .cal-desc p {
  color: #748694;
  font-size: 15px; }

.calender-widget .cal-desc span {
  line-height: 1.6; }

.contact-form .theme-form {
  border: 1px solid #e6edef;
  padding: 30px;
  border-radius: 4px; }
  .contact-form .theme-form .form-icon {
    width: 53px;
    height: 53px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    border: 1px solid #e6edef;
    border-radius: 100%;
    font-size: 28px;
    background-color: #fff;
    color: #137AC9;
    margin-top: -55px;
    margin-bottom: 15px; }
  .contact-form .theme-form label {
    font-weight: 600; }

.contact-form .btn {
  padding: 10px 30px; }

.chart-widget-top #chart-widget1,
.chart-widget-top #chart-widget2,
.chart-widget-top #chart-widget3 {
  margin-bottom: -14px; }
  .chart-widget-top #chart-widget1 .apexcharts-xaxistooltip,
  .chart-widget-top #chart-widget2 .apexcharts-xaxistooltip,
  .chart-widget-top #chart-widget3 .apexcharts-xaxistooltip {
    display: none; }

.bar-chart-widget .top-content {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }

.bar-chart-widget .earning-details {
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 1px; }
  .bar-chart-widget .earning-details i {
    font-size: 230px;
    position: absolute;
    opacity: 0.1;
    right: -30px;
    top: 0; }
    .bar-chart-widget .earning-details i:hover {
      -webkit-transform: rotate(-5deg) scale(1.1);
              transform: rotate(-5deg) scale(1.1);
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }

.bar-chart-widget .num {
  font-weight: 600; }
  .bar-chart-widget .num .color-bottom {
    color: #000; }

.bottom-content span {
  color: rgba(36, 41, 52, 0.7); }

.bottom-content .block-bottom {
  display: block; }

.user-status table tbody tr td {
  vertical-align: middle;
  font-weight: 500; }
  .user-status table tbody tr td .d-inline-block {
    margin-top: 11px; }
  .user-status table tbody tr td .image-sm-size img {
    width: 41px; }

.user-status table tbody tr:last-child td {
  padding-bottom: 0; }

.user-status table thead tr th {
  border-top: 0;
  font-size: 16px;
  color: #2c323f;
  font-weight: 600;
  padding-top: 0; }

@-webkit-keyframes am-moving-dashes {
  100% {
    stroke-dashoffset: -30px; } }

@keyframes am-moving-dashes {
  100% {
    stroke-dashoffset: -30px; } }

@-webkit-keyframes am-pulsating {
  0% {
    stroke-opacity: 1;
    stroke-width: 0; }
  100% {
    stroke-opacity: 0;
    stroke-width: 50px; } }

@keyframes am-pulsating {
  0% {
    stroke-opacity: 1;
    stroke-width: 0; }
  100% {
    stroke-opacity: 0;
    stroke-width: 50px; } }

@-webkit-keyframes am-draw {
  0% {
    stroke-dashoffset: 500%; }
  100% {
    stroke-dashoffset: 0; } }

@keyframes am-draw {
  0% {
    stroke-dashoffset: 500%; }
  100% {
    stroke-dashoffset: 0; } }

.serial-chart .chart-container {
  width: 100%;
  height: 500px; }
  .serial-chart .chart-container .lastBullet {
    -webkit-animation: am-pulsating 1s ease-out infinite;
            animation: am-pulsating 1s ease-out infinite; }
  .serial-chart .chart-container .amcharts-graph-column-front {
    -webkit-transition: all .3s .3s ease-out;
    transition: all .3s .3s ease-out; }
    .serial-chart .chart-container .amcharts-graph-column-front:hover {
      fill: var(--theme-secondary);
      stroke: var(--theme-secondary);
      -webkit-transition: all .3s ease-out;
      transition: all .3s ease-out; }
  .serial-chart .chart-container .amcharts-graph-g3 {
    stroke-linejoin: round;
    stroke-linecap: round;
    stroke-dasharray: 0;
    stroke-dashoffset: 0;
    -webkit-animation: am-draw 40s;
            animation: am-draw 40s; }
  .serial-chart .chart-container .amcharts-graph-g2 .amcharts-graph-stroke {
    stroke-dasharray: 3px 3px;
    stroke-linejoin: round;
    stroke-linecap: round;
    -webkit-animation: am-moving-dashes 1s linear infinite;
            animation: am-moving-dashes 1s linear infinite; }

.speed-chart .chart-container {
  width: 100%;
  height: 530px; }

.speed-chart .content {
  margin-top: -200px;
  margin-bottom: 20px; }
  .speed-chart .content h4 {
    font-weight: 600;
    padding-top: 2px; }

.status-widget svg {
  width: 20px;
  height: 20px;
  vertical-align: text-top; }

.status-widget .card .card-header h5 {
  line-height: 1.38; }

.status-widget .status-chart {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  overflow: hidden; }

.small-chart-widget .chart-container {
  height: 311px;
  padding: 0;
  margin: 0;
  border: none; }

.small-chart-widget .card .card-body {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px; }

.donut-chart-widget .chart-container {
  height: 300px;
  border: 0;
  margin: 0;
  padding: 0; }

.status-details h4 {
  font-weight: 600; }
  .status-details h4 span {
    color: inherit; }

.status-details span {
  color: rgba(36, 41, 52, 0.7); }

.status-chart .chart-container {
  height: 200px;
  border: 0;
  padding: 0;
  margin: 0; }

.map-chart .chart-container {
  width: 100%;
  height: 500px; }

.serial-chart {
  width: 100%; }

.live-products,
.turnover,
.uses,
.monthly {
  height: 300px; }

.live-products .ct-series-a .ct-area,
.live-products .ct-series-a .ct-point,
.live-products .ct-series-a .ct-line,
.live-products .ct-series-a .ct-bar,
.live-products .ct-series-a .ct-slice-donut {
  stroke: rgba(255, 255, 255, 0.77); }

.live-products .ct-label {
  fill: #fff;
  color: #fff; }

.live-products .ct-grid {
  stroke: rgba(255, 255, 255, 0.7); }

.turnover .ct-series-a .ct-area,
.turnover .ct-series-a .ct-point,
.turnover .ct-series-a .ct-line,
.turnover .ct-series-a .ct-bar,
.turnover .ct-series-a .ct-slice-donut,
.uses .ct-series-a .ct-area,
.uses .ct-series-a .ct-point,
.uses .ct-series-a .ct-line,
.uses .ct-series-a .ct-bar,
.uses .ct-series-a .ct-slice-donut,
.monthly .ct-series-a .ct-area,
.monthly .ct-series-a .ct-point,
.monthly .ct-series-a .ct-line,
.monthly .ct-series-a .ct-bar,
.monthly .ct-series-a .ct-slice-donut {
  stroke: white;
  fill: transparent; }

.turnover .ct-series-b .ct-area,
.turnover .ct-series-b .ct-point,
.turnover .ct-series-b .ct-line,
.turnover .ct-series-b .ct-bar,
.turnover .ct-series-b .ct-slice-donut,
.uses .ct-series-b .ct-area,
.uses .ct-series-b .ct-point,
.uses .ct-series-b .ct-line,
.uses .ct-series-b .ct-bar,
.uses .ct-series-b .ct-slice-donut,
.monthly .ct-series-b .ct-area,
.monthly .ct-series-b .ct-point,
.monthly .ct-series-b .ct-line,
.monthly .ct-series-b .ct-bar,
.monthly .ct-series-b .ct-slice-donut {
  stroke: rgba(255, 255, 255, 0.7);
  fill: transparent; }

.turnover .ct-series-c .ct-area,
.turnover .ct-series-c .ct-point,
.turnover .ct-series-c .ct-line,
.turnover .ct-series-c .ct-bar,
.turnover .ct-series-c .ct-slice-donut,
.uses .ct-series-c .ct-area,
.uses .ct-series-c .ct-point,
.uses .ct-series-c .ct-line,
.uses .ct-series-c .ct-bar,
.uses .ct-series-c .ct-slice-donut,
.monthly .ct-series-c .ct-area,
.monthly .ct-series-c .ct-point,
.monthly .ct-series-c .ct-line,
.monthly .ct-series-c .ct-bar,
.monthly .ct-series-c .ct-slice-donut {
  stroke: rgba(255, 255, 255, 0.4);
  fill: transparent; }

.turnover .ct-label,
.uses .ct-label,
.monthly .ct-label {
  fill: #fff;
  color: #fff; }

.turnover .ct-grid,
.uses .ct-grid,
.monthly .ct-grid {
  stroke: rgba(255, 255, 255, 0.7); }

.activity-dot-primary {
  width: 16px;
  height: 16px;
  background-color: #f5f7fb;
  border-radius: 100%;
  border: 3px solid #137AC9;
  -webkit-box-shadow: -2.5px -6.67px 15px 0px rgba(36, 105, 92, 0.25);
          box-shadow: -2.5px -6.67px 15px 0px rgba(36, 105, 92, 0.25);
  position: relative;
  z-index: 2; }
  .activity-dot-primary:hover {
    background-color: rgba(36, 105, 92, 0.5); }

.activity-dot-secondary {
  width: 16px;
  height: 16px;
  background-color: #f5f7fb;
  border-radius: 100%;
  border: 3px solid #ba895d;
  -webkit-box-shadow: -2.5px -6.67px 15px 0px rgba(186, 137, 93, 0.25);
          box-shadow: -2.5px -6.67px 15px 0px rgba(186, 137, 93, 0.25);
  position: relative;
  z-index: 2; }
  .activity-dot-secondary:hover {
    background-color: rgba(36, 105, 92, 0.5); }

.activity-dot-success {
  width: 16px;
  height: 16px;
  background-color: #f5f7fb;
  border-radius: 100%;
  border: 3px solid #1b4c43;
  -webkit-box-shadow: -2.5px -6.67px 15px 0px rgba(27, 76, 67, 0.25);
          box-shadow: -2.5px -6.67px 15px 0px rgba(27, 76, 67, 0.25);
  position: relative;
  z-index: 2; }
  .activity-dot-success:hover {
    background-color: rgba(36, 105, 92, 0.5); }

.activity-dot-danger {
  width: 16px;
  height: 16px;
  background-color: #f5f7fb;
  border-radius: 100%;
  border: 3px solid #d22d3d;
  -webkit-box-shadow: -2.5px -6.67px 15px 0px rgba(210, 45, 61, 0.25);
          box-shadow: -2.5px -6.67px 15px 0px rgba(210, 45, 61, 0.25);
  position: relative;
  z-index: 2; }
  .activity-dot-danger:hover {
    background-color: rgba(36, 105, 92, 0.5); }

.activity-dot-info {
  width: 16px;
  height: 16px;
  background-color: #f5f7fb;
  border-radius: 100%;
  border: 3px solid #717171;
  -webkit-box-shadow: -2.5px -6.67px 15px 0px rgba(113, 113, 113, 0.25);
          box-shadow: -2.5px -6.67px 15px 0px rgba(113, 113, 113, 0.25);
  position: relative;
  z-index: 2; }
  .activity-dot-info:hover {
    background-color: rgba(36, 105, 92, 0.5); }

.activity-dot-light {
  width: 16px;
  height: 16px;
  background-color: #f5f7fb;
  border-radius: 100%;
  border: 3px solid #e6edef;
  -webkit-box-shadow: -2.5px -6.67px 15px 0px rgba(230, 237, 239, 0.25);
          box-shadow: -2.5px -6.67px 15px 0px rgba(230, 237, 239, 0.25);
  position: relative;
  z-index: 2; }
  .activity-dot-light:hover {
    background-color: rgba(36, 105, 92, 0.5); }

.activity-dot-dark {
  width: 16px;
  height: 16px;
  background-color: #f5f7fb;
  border-radius: 100%;
  border: 3px solid #2c323f;
  -webkit-box-shadow: -2.5px -6.67px 15px 0px rgba(44, 50, 63, 0.25);
          box-shadow: -2.5px -6.67px 15px 0px rgba(44, 50, 63, 0.25);
  position: relative;
  z-index: 2; }
  .activity-dot-dark:hover {
    background-color: rgba(36, 105, 92, 0.5); }

.activity-dot-warning {
  width: 16px;
  height: 16px;
  background-color: #f5f7fb;
  border-radius: 100%;
  border: 3px solid #e2c636;
  -webkit-box-shadow: -2.5px -6.67px 15px 0px rgba(226, 198, 54, 0.25);
          box-shadow: -2.5px -6.67px 15px 0px rgba(226, 198, 54, 0.25);
  position: relative;
  z-index: 2; }
  .activity-dot-warning:hover {
    background-color: rgba(36, 105, 92, 0.5); }

.chart-vertical-center #myDoughnutGraph, .chart-vertical-center #myPolarGraph {
  width: auto !important; }

@media only screen and (max-width: 1800px) {
  .latest-update-sec table tbody tr td:first-child {
    min-width: 320px; }
  .recent-order-sec .table td {
    min-width: 110px; }
    .recent-order-sec .table td:first-child {
      min-width: 320px; }
  .user-status table thead tr th:nth-child(3) {
    min-width: 150px; }
  .user-status table tbody tr td:first-child {
    min-width: 300px; } }

@media screen and (min-width: 1200px) and (max-width: 1680px) {
  .dashboard-default-sec .card-header .header-top, .dashboard-2-main .card-header .header-top {
    display: block !important; }
    .dashboard-default-sec .card-header .header-top .center-content, .dashboard-2-main .card-header .header-top .center-content {
      margin-top: 5px; } }

@media screen and (min-width: 1200px) and (max-width: 1365px) {
  .des-xl-25 {
    max-width: 25%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%; }
  .des-xl-33 {
    max-width: 33.33333%;
    -webkit-box-flex: 33.33333%;
        -ms-flex: 33.33333%;
            flex: 33.33333%; }
  .des-xl-50 {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
  .des-xl-100 {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
  .dashboard-default-sec .card .card-header, .dashboard-default-sec .card .card-body, .dashboard-default-sec .card .card-footer {
    padding: 20px; }
  .dashboard-default-sec .card .card-header h5 {
    font-size: 16px; }
  .dashboard-default-sec .card .card-header p {
    font-size: 10px; }
  .dashboard-default-sec .card .card-header i {
    font-size: 12px; }
  .dashboard-default-sec .card.income-card .card-body .round-box {
    width: 45px;
    height: 45px; }
    .dashboard-default-sec .card.income-card .card-body .round-box svg {
      height: 16px; }
  .dashboard-default-sec .card.income-card .card-body h5 {
    font-size: 18px; }
  .dashboard-default-sec .setting-list {
    top: 15px;
    right: 15px; }
    .dashboard-default-sec .setting-list .setting-option {
      width: 25px;
      height: 25px; }
      .dashboard-default-sec .setting-list .setting-option li:first-child i.icon-angle-double-right {
        font-size: 12px; }
    .dashboard-default-sec .setting-list .setting-primary, .dashboard-default-sec .setting-list .setting-secondary, .dashboard-default-sec .setting-list .setting-white {
      width: 25px;
      height: 25px; }
  .dashboard-default-sec .profile-greeting h3 {
    font-size: 22px; }
  .dashboard-default-sec .profile-greeting p {
    line-height: 20px; }
  .dashboard-default-sec .profile-greeting .card-header {
    padding-bottom: 5px !important; }
  #chart-dashbord .apexcharts-legend.position-right, #chart-dashbord .apexcharts-legend.position-left {
    display: none !important; }
  .trasaction-sec .transaction-totalbal {
    padding-left: 20px; }
    .trasaction-sec .transaction-totalbal h2 {
      font-size: 18px; } }

@media only screen and (max-width: 1470px) {
  .bar-chart-widget .num {
    font-size: 20px; } }

@media only screen and (max-width: 1199px) {
  .apexcharts-legend.position-right {
    left: 20px !important; }
  .dashboard-default-sec .card .card-header, .dashboard-default-sec .card .card-body, .dashboard-default-sec .card .card-footer {
    padding: 20px; }
  .profile-greeting h3 {
    font-size: 22px;
    margin-top: 5px; } }

/**=====================
  53. Dashboard CSS Ends
==========================**/
/**=====================
      67. Dashboard 2 CSS Start
==========================**/
.dashboard-2-main .card .card-header span {
  font-size: 14px !important;
  color: #137AC9;
  font-weight: 600 !important;
  display: inline-block; }

.dashboard-2-main .card .card-body .media img {
  margin-right: 5px; }

.yearly-growth-sec #myChart {
  height: 350px !important; }

.top-dealer-sec .card {
  margin-bottom: 20px; }
  .top-dealer-sec .card .card-img-top {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 15px; }
  .top-dealer-sec .card .top-dealerbox {
    padding: 20px; }
    .top-dealer-sec .card .top-dealerbox h6 {
      font-size: 13px;
      font-weight: 600; }
    .top-dealer-sec .card .top-dealerbox p {
      font-size: 11px;
      font-family: "Poppins", sans-serif;
      margin-bottom: 12px;
      color: #748694; }
    .top-dealer-sec .card .top-dealerbox .btn {
      padding: 8px 10px;
      background-color: rgba(231, 243, 253, 0.7);
      color: #137AC9;
      font-size: 11px;
      font-weight: 400;
      border-radius: 15px;
      font-family: "Poppins", sans-serif;
      line-height: 1; }
    .top-dealer-sec .card .top-dealerbox:hover {
      background-color: #fff; }
      .top-dealer-sec .card .top-dealerbox:hover .btn {
        background-color: #137AC9;
        color: #fff; }

.top-dealer-sec .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0; }

.top-sell-sec .card-body .fa-shopping-bag {
  background-color: #137AC9;
  padding: 8px;
  border-radius: 2px;
  color: #fff; }

.top-sell-sec .card-body .media {
  background-color: rgba(36, 105, 92, 0.05);
  padding: 25px 30px;
  border-radius: 5px; }
  .top-sell-sec .card-body .media img {
    -webkit-transition: all 3s ease;
    transition: all 3s ease; }
  .top-sell-sec .card-body .media .btn:hover i:before {
    -webkit-animation: bounceIn 0.5s ease-in-out;
            animation: bounceIn 0.5s ease-in-out; }
  .top-sell-sec .card-body .media .media-body {
    margin-left: 20px; }
    .top-sell-sec .card-body .media .media-body h6 {
      font-size: 16px;
      font-weight: 700;
      margin-bottom: 5px; }
    .top-sell-sec .card-body .media .media-body p {
      margin-bottom: 5px; }
  .top-sell-sec .card-body .media:hover img {
    -webkit-transform: rotate(-26deg);
            transform: rotate(-26deg); }

.top-sell-sec .media .media-body .fa-star {
  color: #f5c304; }

.target-sec {
  background-color: #fff;
  border: none; }
  .target-sec .card-header ul.target-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .target-sec .card-header ul.target-list li {
      border-radius: 10px;
      text-align: center;
      padding-top: 25px;
      padding-bottom: 25px;
      padding-left: 0px;
      padding-right: 0px;
      width: 50%;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .target-sec .card-header ul.target-list li:hover h6 {
        color: #fff; }
      .target-sec .card-header ul.target-list li:hover p {
        color: #fff; }
      .target-sec .card-header ul.target-list li:hover span {
        color: #fff; }
      .target-sec .card-header ul.target-list li:first-child {
        background-color: rgba(36, 105, 92, 0.05); }
        .target-sec .card-header ul.target-list li:first-child:hover {
          background-color: #137AC9; }
      .target-sec .card-header ul.target-list li:nth-child(n+2) {
        background-color: #137AC9;
        margin-left: 20px; }
        .target-sec .card-header ul.target-list li:nth-child(n+2) h6 {
          color: #fff; }
        .target-sec .card-header ul.target-list li:nth-child(n+2) p {
          color: #fff; }
        .target-sec .card-header ul.target-list li:nth-child(n+2) span {
          color: #fff; }
      .target-sec .card-header ul.target-list li h6 {
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 10px; }
      .target-sec .card-header ul.target-list li p {
        font-size: 12px;
        margin-bottom: 10px;
        line-height: 1.4; }
      .target-sec .card-header ul.target-list li span {
        color: #137AC9; }
  .target-sec .card-body .traget-img-sec {
    width: 100%;
    background-image: url("../images/dashboard-2/target1.png");
    height: 415px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
  .target-sec .animat-block i {
    color: #137AC9;
    position: absolute; }
  .target-sec .animat-block .close1 {
    bottom: 29%;
    left: 75px;
    position: absolute;
    -webkit-animation: star 5s linear infinite;
            animation: star 5s linear infinite; }
  .target-sec .animat-block .close2 {
    bottom: 31%;
    right: 8%;
    -webkit-animation: star 7s linear infinite;
            animation: star 7s linear infinite; }
  .target-sec .animat-block .close3 {
    bottom: 65%;
    left: 30%;
    opacity: 0.2;
    -webkit-animation: star 10s linear infinite;
            animation: star 10s linear infinite; }
  .target-sec .animat-block > div {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #137AC9;
    position: absolute; }
  .target-sec .animat-block .circle1 {
    bottom: 50%;
    left: 5%;
    -webkit-animation: move2 1.2s infinite alternate;
            animation: move2 1.2s infinite alternate; }
  .target-sec .animat-block .circle2 {
    bottom: 45%;
    right: 30%;
    -webkit-animation: move2 1.4s infinite alternate;
            animation: move2 1.4s infinite alternate; }
  .target-sec .animat-block .circle3 {
    bottom: 65%;
    right: 18%;
    opacity: 0.2;
    -webkit-animation: move2 1.6s infinite alternate;
            animation: move2 1.6s infinite alternate; }

.activity-sec .activity-timeline .media {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: start !important; }
  .activity-sec .activity-timeline .media .activity-line {
    left: 37px; }

.activity-sec .activity-timeline.update-line .media .activity-line {
  height: 80% !important; }

.activity-sec .activity-timeline.update-line .media .media-body h6 {
  font-size: 12px;
  margin-bottom: 25px; }
  .activity-sec .activity-timeline.update-line .media .media-body h6 span {
    margin-right: 5px;
    font-weight: 600; }
  .activity-sec .activity-timeline.update-line .media .media-body h6 .dot-notification {
    float: right;
    width: 15px;
    height: 15px;
    background-color: #137AC9;
    border: 5px solid #b2b6b6;
    border-radius: 50%;
    -webkit-animation: round 1.3s ease-in-out infinite;
            animation: round 1.3s ease-in-out infinite; }

.activity-sec .activity-timeline.update-line .media .media-body h5 {
  font-size: 14px;
  color: #242934;
  font-weight: 600;
  margin-bottom: 5px; }

.activity-sec .activity-timeline.update-line .media .media-body p {
  font-size: 14px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #717171; }

.activity-sec .activity-timeline.update-line .media .media-body ul.timeline-pro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px; }
  .activity-sec .activity-timeline.update-line .media .media-body ul.timeline-pro li {
    width: 100px;
    height: 65px;
    border-radius: 5px;
    background-color: rgba(36, 105, 92, 0.05);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .activity-sec .activity-timeline.update-line .media .media-body ul.timeline-pro li img {
      margin: auto;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .activity-sec .activity-timeline.update-line .media .media-body ul.timeline-pro li:nth-child(n+2) {
      margin-left: 20px; }
    .activity-sec .activity-timeline.update-line .media .media-body ul.timeline-pro li:hover img {
      -webkit-animation: tada 1s ease-out infinite;
              animation: tada 1s ease-out infinite; }

.activity-sec .activity-timeline.update-line .media .media-body .tomorrow-sec {
  margin: auto;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  position: relative;
  z-index: 1; }
  .activity-sec .activity-timeline.update-line .media .media-body .tomorrow-sec:before {
    content: '';
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #e6edef;
    height: 1px;
    width: 90%;
    z-index: -1; }
  .activity-sec .activity-timeline.update-line .media .media-body .tomorrow-sec p {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    background-color: #f5f7fb; }

.activity-sec .media .tomorrow-sec p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.yearly-growth-sec #myChart {
  height: 350px !important; }

#graph_rounded svg {
  -webkit-filter: drop-shadow(-1px 5px 9px rgba(233, 233, 255, 0.3));
          filter: drop-shadow(-1px 5px 9px rgba(233, 233, 255, 0.3)); }

@media only screen and (max-width: 1800px) {
  .activity-sec .activity-timeline.update-line .media .activity-line {
    left: 27px; } }

@media screen and (min-width: 1200px) and (max-width: 1500px) {
  .dashboard-2-main .setting-primary, .dashboard-2-main .setting-secondary, .dashboard-2-main .setting-white {
    width: 25px;
    height: 25px; }
  .dashboard-2-main .setting-list .setting-option {
    width: 25px;
    height: 25px; }
    .dashboard-2-main .setting-list .setting-option .setting-option {
      width: 25px;
      height: 25px; }
    .dashboard-2-main .setting-list .setting-option li:first-child i.icon-angle-double-right {
      font-size: 12px; }
  .dashboard-2-main .card .card-header, .dashboard-2-main .card .card-body, .dashboard-2-main .card .card-footer {
    padding: 20px; }
  .dashboard-2-main .card .card-header h5 {
    font-size: 16px; }
  .dashboard-2-main .card.income-card .card-body h5 {
    font-size: 18px; }
  .top-dealer-sec .card .top-dealerbox {
    padding: 15px; }
  .top-sell-sec .card-body .media {
    padding: 15px; }
    .top-sell-sec .card-body .media .btn-iconsolid {
      padding: 5px 10px; }
      .top-sell-sec .card-body .media .btn-iconsolid i {
        font-size: 12px; }
    .top-sell-sec .card-body .media .media-body h6 {
      font-size: 15px; }
    .top-sell-sec .card-body .media .media-body p {
      font-size: 12px; }
  .target-sec .card-header ul.target-list li h6 {
    font-size: 14px; }
  .target-sec .card-body .traget-img-sec {
    height: 410px; }
  .activity-sec .activity-timeline.update-line .media .media-body h6 {
    margin-bottom: 10px; }
  .activity-sec .activity-timeline.update-line .media .media-body p {
    font-size: 12px; }
  .activity-sec .activity-timeline.update-line .media .activity-line {
    left: 26px;
    top: 105px; }
  .activity-dot-primary {
    width: 14px;
    height: 14px;
    border-width: 2px; } }

@media screen and (min-width: 1366px) and (max-width: 1500px) {
  .top-sell-sec .card-body .media .media-body p {
    display: none; }
  .activity-sec .activity-timeline.update-line .media .media-body p {
    display: none; }
  .target-sec .card-body .traget-img-sec {
    height: 328px; }
  .target-sec .card-header ul.target-list li {
    padding-top: 15px;
    padding-bottom: 15px; }
    .target-sec .card-header ul.target-list li p {
      display: none; } }

@media screen and (min-width: 1200px) and (max-width: 1365px) {
  .dashboard-2-main .des-xl-50 {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
  .dashboard-2-main .des-xl-100 {
    max-width: 100%;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
  .target-sec .card-body .traget-img-sec {
    margin-top: 20px;
    background-position: top;
    height: 247px; } }

@media only screen and (max-width: 1200px) {
  .traget-img-sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }

@media only screen and (max-width: 1199px) {
  .activity-sec .activity-timeline.update-line .media .activity-line {
    left: 37px; }
  .target-sec .card-body .traget-img-sec {
    background-position: top; } }

@media only screen and (max-width: 991px) {
  .activity-sec .activity-timeline.update-line .media .activity-line {
    left: 28px; }
  .top-dealer-sec .card .top-dealerbox {
    padding: 12px; }
  .target-sec .card-body .traget-img-sec {
    height: 360px; } }

@media only screen and (max-width: 767px) {
  .activity-timeline .media .activity-line {
    top: 100px; }
  .top-sell-sec .card .card-body .media img {
    margin-right: 25px; } }

@media only screen and (max-width: 991px) {
  .activity-sec .activity-timeline .media .activity-line {
    left: 26px; }
  .top-dealer-sec .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: -15px; } }

@media only screen and (max-width: 575px) {
  .update-line .media .activity-line {
    top: 95px !important; }
  .top-dealer-sec .card {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  .top-dealer-sec .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 0; } }

@media only screen and (max-width: 480px) {
  .top-sell-sec .card-body .media {
    display: block;
    position: relative;
    padding: 20px; }
    .top-sell-sec .card-body .media .btn {
      position: absolute;
      top: 20px;
      right: 20px;
      padding: 5px 10px;
      font-size: 12px; }
    .top-sell-sec .card-body .media .media-body {
      margin-left: unset;
      margin-top: 15px; }
  .target-sec .card-header ul.target-list {
    display: block; }
    .target-sec .card-header ul.target-list li {
      width: auto; }
      .target-sec .card-header ul.target-list li:nth-child(n+2) {
        margin-left: unset;
        margin-top: 15px; } }

@media only screen and (max-width: 359px) {
  .update-line .media .activity-line {
    top: 125px !important; }
  .activity-sec .media .activity-dot-primary {
    width: 10px;
    height: 10px;
    border: 1px solid #137AC9; }
  .activity-sec .activity-timeline .media .activity-line {
    left: 23px; }
  .activity-timeline .media .media-body {
    margin-left: 10px; } }

/**=====================
     67. Dashboard 2  CSS End
==========================**/
/**=====================
      68. Dashboard 3 CSS Start
==========================**/
.order-chart-container .history {
  height: 294px; }
  .order-chart-container .history .chartist-tooltip {
    -webkit-box-shadow: -1.5px 1.33px 15px 0px rgba(186, 137, 93, 0.1);
            box-shadow: -1.5px 1.33px 15px 0px rgba(186, 137, 93, 0.1); }
    .order-chart-container .history .chartist-tooltip .chartist-tooltip-value {
      color: #ba895d; }
  .order-chart-container .history svg .ct-grids .ct-horizontal {
    stroke: transparent; }
    .order-chart-container .history svg .ct-grids .ct-horizontal:nth-child(4) {
      stroke: rgba(0, 0, 0, 0.2); }
  .order-chart-container .history svg .ct-point {
    stroke-width: 3px;
    fill: #fff; }
    .order-chart-container .history svg .ct-point.circle-trans {
      display: none; }
  .order-chart-container .history svg .ct-series-a .ct-point, .order-chart-container .history svg .ct-series-a .ct-line, .order-chart-container .history svg .ct-series-a .ct-bar, .order-chart-container .history svg .ct-series-a .ct-slice-donut {
    stroke: #e8d7c8; }
  .order-chart-container .history svg .ct-series-b .ct-slice-pie, .order-chart-container .history svg .ct-series-b .ct-slice-donut-solid, .order-chart-container .history svg .ct-series-b .ct-area {
    fill: url(#gradient) !important;
    fill-opacity: 0.2; }

.task-progress {
  margin-top: 30px; }
  .task-progress .progress {
    margin-top: 10px; }

.task-table table tr th, .project-table table tr th {
  border-top: none;
  border-bottom: none;
  color: rgba(36, 41, 52, 0.5);
  font-weight: 500; }

.task-table table tr td + td, .project-table table tr td + td {
  color: rgba(36, 41, 52, 0.5); }

.task-table table tr:last-child, .project-table table tr:last-child {
  padding-bottom: 0; }

.report-status #project-status {
  margin-top: -15px; }

.report-status ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #e6edef; }
  .report-status ul li {
    display: inline-block;
    width: 100%;
    padding: 15px; }
    .report-status ul li h5 {
      margin-bottom: 0; }
    .report-status ul li + li {
      border-left: 1px solid #e6edef; }

.update-line .media .activity-line {
  height: 249px; }

.project-table table thead tr th {
  color: #242934;
  font-weight: 600; }

.project-table table tr th, .project-table table tr td {
  vertical-align: middle; }
  .project-table table tr th span, .project-table table tr td span {
    font-size: 12px; }
  .project-table table tr th:last-child, .project-table table tr td:last-child {
    min-width: 150px; }

.jvector-map-project {
  height: 304px; }

.map-progress li h6 {
  font-weight: 400; }
  .map-progress li h6 span {
    color: rgba(36, 41, 52, 0.5); }

.map-progress li + li {
  margin-top: 30px; }

@media screen and (min-width: 1200px) and (max-width: 1291px) {
  .update-line .media .activity-line {
    height: 287px; }
  .order-chart-container .history {
    height: 321px; }
  #project-status {
    min-height: 320px !important; }
    #project-status .apexcharts-canvas, #project-status svg {
      height: 320px !important; } }

@media only screen and (max-width: 991px) {
  .update-line .media .activity-line {
    height: 211px; }
  .map-progress li + li {
    margin-top: 20px; } }

@media only screen and (max-width: 767px) {
  .map-progress {
    margin-top: 20px; }
  .project-table table tr td, .project-table table tr th {
    min-width: 130px; }
    .project-table table tr td:nth-child(2), .project-table table tr th:nth-child(2) {
      min-width: 169px; } }

@media only screen and (max-width: 575px) {
  .task-table table tr th:first-child, .task-table table tr td:first-child {
    min-width: 280px; }
  .task-table table tr th:last-child, .task-table table tr td:last-child {
    min-width: 60px; }
  .map-progress {
    margin-top: 15px; }
    .map-progress li + li {
      margin-top: 15px; }
  .order-chart-container .history {
    height: 245px; }
  .update-line .media .activity-line {
    height: 178px;
    top: 139px; } }

@media only screen and (max-width: 468px) {
  .update-line .media .activity-line {
    height: 215px; } }

@media only screen and (max-width: 333px) {
  .update-line .media .activity-line {
    height: 228px; } }

/**=====================
     68. Dashboard 3 CSS End
==========================**/
