/**
* Template Name: NiceAdmin - v2.2.2
* Template URL: https://bootstrapmade.com/nice-admin-bootstrap-admin-html-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  padding: 0;
  margin: 0;
  font-weight: 400;
  position: relative;
  background-color: #f3f3f9;
  word-break: break-word;
}

a {
  color:rgba(74, 74, 74, 1);
  text-decoration: none;
}

a:hover {
  color: #717ff5;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Nunito", sans-serif;
}

*:focus {
  outline: none;
}


/* global css end */
/* typography css start */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  color: #34495e;
  margin: 0;
  line-height: 1.4;
}

h1 {
  font-size: 2.25rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.375rem;
}

h4 {
  font-size: 1.25rem;
}

h5 {
  font-size: 1.125rem;
}

h6 {
  font-size: 1rem;
}

p {
  font-size: 0.875rem;
  line-height: 1.7;
  font-weight: 400;
}

p,
li,
a {
  font-size: 0.875rem;
}

.text--small {
  font-size: 0.75rem !important;
}

.f-size--24 {
  font-size: 1.5rem !important;
}

.f-size--28 {
  font-size: 1.75rem !important;
}

.f-size--42 {
  font-size: 2.625rem !important;
}

.f-size--48 {
  font-size: 3rem !important;
}

.f-size--56 {
  font-size: 3.5rem !important;
}

.f-size--72 {
  font-size: 4.5rem !important;
}

.f-size--90 {
  font-size: 5.625rem !important;
}

.f-size--100 {
  font-size: 6.25rem !important;
}

/* typography css end */
/* color css start */
.text--primary {
  color: #4634ff !important;
}

.text--secondary {
  color: #868e96 !important;
}

.text--success {
  color: #28c76f !important;
}

.text--danger {
  color: #eb2222 !important;
}

.text--warning {
  color: #ff9f43 !important;
}

.text--info {
  color: #1e9ff2 !important;
}

.text--dark {
  color: #10163a !important;
}

.text--white {
  color: #ffffff !important;
}

.text--black {
  color: #000000 !important;
}

.text--gray {
  color: #9e9e9e !important;
}

.text--blue-gray {
  color: #607d8b !important;
}

.text--red {
  color: #f44336 !important;
}

.text--pink {
  color: #e91e63 !important;
}

.text--purple {
  color: #9c27b0 !important;
}

.text--deep-purple {
  color: #673ab7 !important;
}

.text--indigo {
  color: #3f51b5 !important;
}

.text--blue {
  color: #2196f3 !important;
}

.text--light-blue {
  color: #45c5ff !important;
}

.text--cyan {
  color: #00bcd4 !important;
}

.text--teal {
  color: #009688 !important;
}

.text--green {
  color: #4caf50 !important;
}

.text--light-green {
  color: #8bc34a !important;
}

.text--lime {
  color: #cddc39 !important;
}

.text--yellow {
  color: #ffeb3b !important;
}

.text--amber {
  color: #ffc107 !important;
}

.text--orange {
  color: #ff9800 !important;
}

.text--brown {
  color: #795548 !important;
}

.text-color--1 {
  color: #127681 !important;
}

.text-color--2 {
  color: #ea907a !important;
}

.text-color--3 {
  color: #10375c !important;
}

.text-color--4 {
  color: #4f8a8b !important;
}

.text-color--5 {
  color: #d92027 !important;
}

.text-color--6 {
  color: #ff9234 !important;
}

.text-color--7 {
  color: #4cd3c2 !important;
}

.text-color--8 {
  color: #35d0ba !important;
}

.text-color--9 {
  color: #e84a5f !important;
}

.text-color--10 {
  color: #00005c !important;
}

.text-color--11 {
  color: #45046a !important;
}

.text-color--12 {
  color: #5c2a9d !important;
}

.text-color--13 {
  color: #6a097d !important;
}

.text-color--14 {
  color: #ff5200 !important;
}

.text-color--15 {
  color: #162447 !important;
}

.text-color--16 {
  color: #e43f5a !important;
}

.text-color--17 {
  color: #035aa6 !important;
}

.text-color--18 {
  color: #0779e4 !important;
}

.text-color--19 {
  color: #342ead !important;
}

.text-color--20 {
  color: #d7385e !important;
}

/* color css end */
/* background-color css start */
*[class*='bg'] {
  color: #ffffff;
}

.bg--white,
.bg--gray {
  color: inherit;
}

.bg--primary {
  --color: #4634ff;
  background-color: var(--color) !important;
}

.bg--secondary {
  --color: #868e96;
  background-color: var(--color) !important;
}

.bg--success {
  --color: #28c76f;
  background-color: var(--color) !important;
}

.bg--danger {
  --color: #eb2222;
  background-color: var(--color) !important;
}

.bg--warning {
  --color: #ff9f43;
  background-color: var(--color) !important;
}

.bg--info {
  --color: #1e9ff2;
  background-color: var(--color) !important;
}

.bg--dark {
  --color: #071251;
  background-color: var(--color) !important;
}

.bg--white {
  --color: #ffffff;
  background-color: var(--color) !important;
}

.bg--black {
  --color: #000000;
  background-color: var(--color) !important;
}

.bg--gray {
  --color: #9e9e9e;
  background-color: var(--color) !important;
}

.bg--blue-gray {
  --color: #607d8b;
  background-color: var(--color) !important;
}

.bg--red {
  --color: #f44336;
  background-color: var(--color) !important;
}

.bg--pink {
  --color: #e91e63;
  background-color: var(--color) !important;
}

.bg--purple {
  --color: #9c27b0;
  background-color: var(--color) !important;
}

.bg--deep-purple {
  --color: #673ab7;
  background-color: var(--color) !important;
}

.bg--indigo {
  --color: #3f51b5;
  background-color: var(--color) !important;
}

.bg--blue {
  --color: #2196f3;
  background-color: var(--color) !important;
}

.bg--light-blue {
  --color: #45c5ff;
  background-color: var(--color) !important;
}

.bg--cyan {
  --color: #00bcd4;
  background-color: var(--color) !important;
}

.bg--teal {
  --color: #009688;
  background-color: var(--color) !important;
}

.bg--green {
  --color: #4caf50;
  background-color: var(--color) !important;
}

.bg--light-green {
  --color: #8bc34a;
  background-color: var(--color) !important;
}

.bg--lime {
  --color: #cddc39;
  background-color: var(--color) !important;
}

.bg--yellow {
  --color: #ffeb3b;
  background-color: var(--color) !important;
}

.bg--amber {
  --color: #ffc107;
  background-color: var(--color) !important;
}

.bg--orange {
  --color: #ff9800;
  background-color: var(--color) !important;
}

.bg--brown {
  --color: #795548;
  background-color: var(--color) !important;
}

.bg--transparent {
  background-color: transparent;
  color: #5b6e88;
}

.bg--1 {
  --color: #127681;
  background-color: var(--color) !important;
}

.bg--2 {
  --color: #ea907a;
  background-color: var(--color) !important;
}

.bg--3 {
  --color: #10375c;
  background-color: var(--color) !important;
}

.bg--4 {
  --color: #4f8a8b;
  background-color: var(--color) !important;
}

.bg--5 {
  --color: #d92027;
  background-color: var(--color) !important;
}

.bg--6 {
  --color: #ff9234;
  background-color: var(--color) !important;
}

.bg--7 {
  --color: #4cd3c2;
  background-color: var(--color) !important;
}

.bg--8 {
  --color: #35d0ba;
  background-color: var(--color) !important;
}

.bg--9 {
  --color: #e84a5f;
  background-color: var(--color) !important;
}

.bg--10 {
  --color: #00005c;
  background-color: var(--color) !important;
}

.bg--11 {
  --color: #45046a;
  background-color: var(--color) !important;
}

.bg--12 {
  --color: #5c2a9d;
  background-color: var(--color) !important;
}

.bg--13 {
  --color: #6a097d;
  background-color: var(--color) !important;
}

.bg--14 {
  --color: #ff5200;
  background-color: var(--color) !important;
}

.bg--15 {
  --color: #162447;
  background-color: var(--color) !important;
}

.bg--16 {
  --color: #e43f5a;
  background-color: var(--color) !important;
}

.bg--17 {
  --color: #035aa6;
  background-color: var(--color) !important;
}

.bg--18 {
  --color: #0779e4;
  background-color: var(--color) !important;
}

.bg--19 {
  --color: #342ead;
  background-color: var(--color) !important;
}

.bg--20 {
  --color: #d7385e;
  background-color: var(--color) !important;
}

.bg--gradi-1,
.overlay--gradi-1[class*='overlay']::before {
  background: #4776e6 !important;
  background: -webkit-linear-gradient(to top, #8e54e9, #4776e6) !important;
  background: linear-gradient(to top, #8e54e9, #4776e6) !important;
}

.bg--gradi-2,
.overlay--gradi-2[class*='overlay']::before {
  background: #c31432 !important;
  background: -webkit-linear-gradient(to right, #240b36, #c31432) !important;
  background: linear-gradient(to right, #240b36, #c31432) !important;
}

.bg--gradi-3,
.overlay--gradi-3[class*='overlay']::before {
  background: #8360c3 !important;
  background: -webkit-linear-gradient(to right, #2ebf91, #8360c3) !important;
  background: linear-gradient(to right, #2ebf91, #8360c3) !important;
}

.bg--gradi-4,
.overlay--gradi-4[class*='overlay']::before {
  background: #654ea3 !important;
  background: -webkit-linear-gradient(to right, #eaafc8, #654ea3) !important;
  background: linear-gradient(to right, #eaafc8, #654ea3) !important;
}

.bg--gradi-5,
.overlay--gradi-5[class*='overlay']::before {
  background: #da4453 !important;
  background: -webkit-linear-gradient(to left, #89216b, #da4453) !important;
  background: linear-gradient(to left, #89216b, #da4453) !important;
}

.bg--gradi-6,
.overlay--gradi-6[class*='overlay']::before {
  background: #11998e !important;
  background: -webkit-linear-gradient(to right, #38ef7d, #11998e) !important;
  background: linear-gradient(to right, #38ef7d, #11998e) !important;
}

.bg--gradi-7,
.overlay--gradi-7[class*='overlay']::before {
  background: #396afc !important;
  background: -webkit-linear-gradient(to bottom, #2948ff, #396afc) !important;
  background: linear-gradient(to bottom, #2948ff, #396afc) !important;
}

.bg--gradi-8,
.overlay--gradi-8[class*='overlay']::before {
  background: #0575e6 !important;
  background: -webkit-linear-gradient(to bottom, #021b79, #0575e6) !important;
  background: linear-gradient(to bottom, #021b79, #0575e6) !important;
}

.bg--gradi-9,
.overlay--gradi-9[class*='overlay']::before {
  background: #36d1dc !important;
  background: -webkit-linear-gradient(to bottom, #5b86e5, #36d1dc) !important;
  background: linear-gradient(to bottom, #5b86e5, #36d1dc) !important;
}

.bg--gradi-10,
.overlay--gradi-10[class*='overlay']::before {
  background: #4568dc !important;
  background: -webkit-linear-gradient(to bottom, #b06ab3, #4568dc) !important;
  background: linear-gradient(to bottom, #b06ab3, #4568dc) !important;
}

.bg--gradi-11,
.overlay--gradi-11[class*='overlay']::before {
  background: #ee0979 !important;
  background: -webkit-linear-gradient(to bottom, #ff6a00, #ee0979) !important;
  background: linear-gradient(to bottom, #ff6a00, #ee0979) !important;
}

.bg--gradi-12,
.overlay--gradi-12[class*='overlay']::before {
  background: #41295a !important;
  background: -webkit-linear-gradient(to bottom, #2f0743, #41295a) !important;
  background: linear-gradient(to bottom, #2f0743, #41295a) !important;
}

.bg--gradi-13,
.overlay--gradi-13[class*='overlay']::before {
  background: #4ecdc4 !important;
  background: -webkit-linear-gradient(to bottom, #556270, #4ecdc4) !important;
  background: linear-gradient(to bottom, #556270, #4ecdc4) !important;
}

.bg--gradi-14,
.overlay--gradi-14[class*='overlay']::before {
  background: #f85032 !important;
  background: -webkit-linear-gradient(to bottom, #e73827, #f85032) !important;
  background: linear-gradient(to bottom, #e73827, #f85032) !important;
}

.bg--gradi-15,
.overlay--gradi-15[class*='overlay']::before {
  background: #cb2d3e !important;
  background: -webkit-linear-gradient(to bottom, #ef473a, #cb2d3e) !important;
  background: linear-gradient(to bottom, #ef473a, #cb2d3e) !important;
}

.bg--gradi-16,
.overlay--gradi-16[class*='overlay']::before {
  background: #56ab2f !important;
  background: -webkit-linear-gradient(to bottom, #a8e063, #56ab2f) !important;
  background: linear-gradient(to bottom, #a8e063, #56ab2f) !important;
}

.bg--gradi-17,
.overlay--gradi-17[class*='overlay']::before {
  background: #000428 !important;
  background: -webkit-linear-gradient(to bottom, #004e92, #000428) !important;
  background: linear-gradient(to bottom, #004e92, #000428) !important;
}

.bg--gradi-18,
.overlay--gradi-18[class*='overlay']::before {
  background: #42275a !important;
  background: -webkit-linear-gradient(to bottom, #734b6d, #42275a) !important;
  background: linear-gradient(to bottom, #734b6d, #42275a) !important;
}

.bg--gradi-19,
.overlay--gradi-19[class*='overlay']::before {
  background: #141e30 !important;
  background: -webkit-linear-gradient(to bottom, #243b55, #141e30) !important;
  background: linear-gradient(to bottom, #243b55, #141e30) !important;
}

.bg--gradi-20,
.overlay--gradi-20[class*='overlay']::before {
  background: #2c3e50 !important;
  background: -webkit-linear-gradient(to bottom, #4ca1af, #2c3e50) !important;
  background: linear-gradient(to bottom, #4ca1af, #2c3e50) !important;
}

.bg--gradi-21,
.overlay--gradi-21[class*='overlay']::before {
  background: #3a7bd5 !important;
  background: -webkit-linear-gradient(to bottom, #3a6073, #3a7bd5) !important;
  background: linear-gradient(to bottom, #3a6073, #3a7bd5) !important;
}

.bg--gradi-21,
.overlay--gradi-21[class*='overlay']::before {
  background: #ff4b1f !important;
  background: -webkit-linear-gradient(to bottom, #ff9068, #ff4b1f) !important;
  background: linear-gradient(to bottom, #ff9068, #ff4b1f) !important;
}

.bg--gradi-22,
.overlay--gradi-22[class*='overlay']::before {
  background: #4b79a1 !important;
  background: -webkit-linear-gradient(to bottom, #283e51, #4b79a1) !important;
  background: linear-gradient(to bottom, #283e51, #4b79a1) !important;
}

.bg--gradi-23,
.overlay--gradi-23[class*='overlay']::before {
  background: #2980b9 !important;
  background: -webkit-linear-gradient(to bottom, #2c3e50, #2980b9) !important;
  background: linear-gradient(to bottom, #2c3e50, #2980b9) !important;
}

.bg--gradi-24,
.overlay--gradi-24[class*='overlay']::before {
  background: #1e3c72 !important;
  background: -webkit-linear-gradient(to bottom, #2a5298, #1e3c72) !important;
  background: linear-gradient(to bottom, #2a5298, #1e3c72) !important;
}

.bg--gradi-25,
.overlay--gradi-25[class*='overlay']::before {
  background: #fd746c !important;
  background: -webkit-linear-gradient(to bottom, #ff9068, #fd746c) !important;
  background: linear-gradient(to bottom, #ff9068, #fd746c) !important;
}

.bg--gradi-26,
.overlay--gradi-26[class*='overlay']::before {
  background: #6a3093 !important;
  background: -webkit-linear-gradient(to bottom, #a044ff, #6a3093) !important;
  background: linear-gradient(to bottom, #a044ff, #6a3093) !important;
}

.bg--gradi-27,
.overlay--gradi-27[class*='overlay']::before {
  background: #457fca !important;
  background: -webkit-linear-gradient(to bottom, #5691c8, #457fca) !important;
  background: linear-gradient(to bottom, #5691c8, #457fca) !important;
}

.bg--gradi-28,
.overlay--gradi-28[class*='overlay']::before {
  background: #b24592 !important;
  background: -webkit-linear-gradient(to bottom, #f15f79, #b24592) !important;
  background: linear-gradient(to bottom, #f15f79, #b24592) !important;
}

.bg--gradi-29,
.overlay--gradi-29[class*='overlay']::before {
  background: #ffb75e !important;
  background: -webkit-linear-gradient(to bottom, #ed8f03, #ffb75e) !important;
  background: linear-gradient(to bottom, #ed8f03, #ffb75e) !important;
}

.bg--gradi-30,
.overlay--gradi-30[class*='overlay']::before {
  background: #8e0e00 !important;
  background: -webkit-linear-gradient(to bottom, #1f1c18, #8e0e00) !important;
  background: linear-gradient(to bottom, #1f1c18, #8e0e00) !important;
}

.bg--gradi-31,
.overlay--gradi-31[class*='overlay']::before {
  background: #76b852 !important;
  background: -webkit-linear-gradient(to bottom, #8dc26f, #76b852) !important;
  background: linear-gradient(to bottom, #8dc26f, #76b852) !important;
}

.bg--gradi-32,
.overlay--gradi-32[class*='overlay']::before {
  background: #673ab7 !important;
  background: -webkit-linear-gradient(to bottom, #512da8, #673ab7) !important;
  background: linear-gradient(to bottom, #512da8, #673ab7) !important;
}

.bg--gradi-33,
.overlay--gradi-33[class*='overlay']::before {
  background: #f46b45 !important;
  background: -webkit-linear-gradient(to bottom, #eea849, #f46b45) !important;
  background: linear-gradient(to bottom, #eea849, #f46b45) !important;
}

.bg--gradi-34,
.overlay--gradi-34[class*='overlay']::before {
  background: #005c97 !important;
  background: -webkit-linear-gradient(to bottom, #363795, #005c97) !important;
  background: linear-gradient(to bottom, #363795, #005c97) !important;
}

.bg--gradi-35,
.overlay--gradi-35[class*='overlay']::before {
  background: #e53935 !important;
  background: -webkit-linear-gradient(to bottom, #e35d5b, #e53935) !important;
  background: linear-gradient(to bottom, #e35d5b, #e53935) !important;
}

.bg--gradi-36,
.overlay--gradi-36[class*='overlay']::before {
  background: #2c3e50 !important;
  background: -webkit-linear-gradient(to bottom, #3498db, #2c3e50) !important;
  background: linear-gradient(to bottom, #3498db, #2c3e50) !important;
}

.bg--gradi-37,
.overlay--gradi-37[class*='overlay']::before {
  background: #6a9113 !important;
  background: -webkit-linear-gradient(to bottom, #141517, #6a9113) !important;
  background: linear-gradient(to bottom, #141517, #6a9113) !important;
}

.bg--gradi-38,
.overlay--gradi-38[class*='overlay']::before {
  background: #136a8a !important;
  background: -webkit-linear-gradient(to bottom, #267871, #136a8a) !important;
  background: linear-gradient(to bottom, #267871, #136a8a) !important;
}

.bg--gradi-39,
.overlay--gradi-39[class*='overlay']::before {
  background: #6441a5 !important;
  background: -webkit-linear-gradient(to bottom, #2a0845, #6441a5) !important;
  background: linear-gradient(to bottom, #2a0845, #6441a5) !important;
}

.bg--gradi-40,
.overlay--gradi-40[class*='overlay']::before {
  background: #43cea2 !important;
  background: -webkit-linear-gradient(to bottom, #185a9d, #43cea2) !important;
  background: linear-gradient(to bottom, #185a9d, #43cea2) !important;
}

.bg--gradi-41,
.overlay--gradi-41[class*='overlay']::before {
  background: #00c6ff !important;
  background: -webkit-linear-gradient(to bottom, #0072ff, #00c6ff) !important;
  background: linear-gradient(to bottom, #0072ff, #00c6ff) !important;
}

.bg--gradi-42,
.overlay--gradi-42[class*='overlay']::before {
  background: #9d50bb !important;
  background: -webkit-linear-gradient(to bottom, #6e48aa, #9d50bb) !important;
  background: linear-gradient(to bottom, #6e48aa, #9d50bb) !important;
}

.bg--gradi-43,
.overlay--gradi-43[class*='overlay']::before {
  background: #add100 !important;
  background: -webkit-linear-gradient(to bottom, #7b920a, #add100) !important;
  background: linear-gradient(to bottom, #7b920a, #add100) !important;
}

.bg--gradi-44,
.overlay--gradi-44[class*='overlay']::before {
  background: #00d2ff !important;
  background: -webkit-linear-gradient(to bottom, #3a7bd5, #00d2ff) !important;
  background: linear-gradient(to bottom, #3a7bd5, #00d2ff) !important;
}

.bg--gradi-45,
.overlay--gradi-45[class*='overlay']::before {
  background: #a73737 !important;
  background: -webkit-linear-gradient(to bottom, #7a2828, #a73737) !important;
  background: linear-gradient(to bottom, #7a2828, #a73737) !important;
}

.bg--gradi-46,
.overlay--gradi-46[class*='overlay']::before {
  background: #4b6cb7 !important;
  background: -webkit-linear-gradient(to bottom, #182848, #4b6cb7) !important;
  background: linear-gradient(to bottom, #182848, #4b6cb7) !important;
}

.bg--gradi-47,
.overlay--gradi-47[class*='overlay']::before {
  background: #e43a15 !important;
  background: -webkit-linear-gradient(to bottom, #e65245, #e43a15) !important;
  background: linear-gradient(to bottom, #e65245, #e43a15) !important;
}

.bg--gradi-48,
.overlay--gradi-48[class*='overlay']::before {
  background: #c04848 !important;
  background: -webkit-linear-gradient(to bottom, #480048, #c04848) !important;
  background: linear-gradient(to bottom, #480048, #c04848) !important;
}

.bg--gradi-49,
.overlay--gradi-49[class*='overlay']::before {
  background: #232526 !important;
  background: -webkit-linear-gradient(to bottom, #414345, #232526) !important;
  background: linear-gradient(to bottom, #414345, #232526) !important;
}

.bg--gradi-50,
.overlay--gradi-50[class*='overlay']::before {
  background: #4776e6 !important;
  background: -webkit-linear-gradient(to bottom, #8e54e9, #4776e6) !important;
  background: linear-gradient(to bottom, #8e54e9, #4776e6) !important;
}

/* background-color css end */
/* overlay css start */
[class*='overlay'] {
  position: relative;
  z-index: 1;
}

[class*='overlay']:not(.overlay-icon)::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.85;
  z-index: -10;
}

[class*='overlay'].overlay--primary::before {
  background-color: #4634ff !important;
}

[class*='overlay'].overlay--secondary::before {
  background-color: #868e96 !important;
}

[class*='overlay'].overlay--success::before {
  background-color: #28c76f !important;
}

[class*='overlay'].overlay--danger::before {
  background-color: #eb2222 !important;
}

[class*='overlay'].overlay--warning::before {
  background-color: #ff9f43 !important;
}

[class*='overlay'].overlay--info::before {
  background-color: #1e9ff2 !important;
}

[class*='overlay'].overlay--dark::before {
  background-color: #10163a !important;
}

[class*='overlay'].overlay--white::before {
  background-color: #ffffff !important;
}

[class*='overlay'].overlay--black::before {
  background-color: #000000 !important;
}

[class*='overlay'].overlay--gray::before {
  background-color: #9e9e9e !important;
}

[class*='overlay'].overlay--blue-gray::before {
  background-color: #607d8b !important;
}

[class*='overlay'].overlay--red::before {
  background-color: #f44336 !important;
}

[class*='overlay'].overlay--pink::before {
  background-color: #e91e63 !important;
}

[class*='overlay'].overlay--purple::before {
  background-color: #9c27b0 !important;
}

[class*='overlay'].overlay--deep-purple::before {
  background-color: #673ab7 !important;
}

[class*='overlay'].overlay--indigo::before {
  background-color: #3f51b5 !important;
}

[class*='overlay'].overlay--blue::before {
  background-color: #2196f3 !important;
}

[class*='overlay'].overlay--light-blue::before {
  background-color: #45c5ff !important;
}

[class*='overlay'].overlay--cyan::before {
  background-color: #00bcd4 !important;
}

[class*='overlay'].overlay--teal::before {
  background-color: #009688 !important;
}

[class*='overlay'].overlay--green::before {
  background-color: #4caf50 !important;
}

[class*='overlay'].overlay--light-green::before {
  background-color: #8bc34a !important;
}

[class*='overlay'].overlay--lime::before {
  background-color: #cddc39 !important;
}

[class*='overlay'].overlay--yellow::before {
  background-color: #ffeb3b !important;
}

[class*='overlay'].overlay--amber::before {
  background-color: #ffc107 !important;
}

[class*='overlay'].overlay--orange::before {
  background-color: #ff9800 !important;
}

[class*='overlay'].overlay--brown::before {
  background-color: #795548 !important;
}

.overlay--opacity-1::before {
  opacity: 0.1 !important;
}

.overlay--opacity-2::before {
  opacity: 0.2 !important;
}

.overlay--opacity-3::before {
  opacity: 0.3 !important;
}

.overlay--opacity-4::before {
  opacity: 0.4 !important;
}

.overlay--opacity-5::before {
  opacity: 0.5 !important;
}

.overlay--opacity-6::before {
  opacity: 0.6 !important;
}

.overlay--overlay--opacity-7::before {
  opacity: 0.7 !important;
}

.overlay--opacity-8::before {
  opacity: 0.8 !important;
}

.overlay--opacity-9::before {
  opacity: 0.9 !important;
}

.overlay--opacity-10::before {
  opacity: 1 !important;
}

/* overlay css end */
/* outline color css start */
.b--1 {
  border: 1px solid !important;
}

.b--2 {
  border: 2px solid !important;
}

.b--3 {
  border: 3px solid !important;
}

.b--4 {
  border: 4px solid !important;
}

.b--5 {
  border: 5px solid !important;
}

.bt--1 {
  border: none;
  border-top: 1px solid !important;
}

.bt--2 {
  border-top: 2px solid !important;
}

.bt--3 {
  border-top: 3px solid !important;
}

.bt--4 {
  border-top: 4px solid !important;
}

.bt--5 {
  border-top: 5px solid !important;
}


/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
#main {
  margin-top: 60px;
  padding: 20px 30px;
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  #main {
    padding: 20px;
  }
}

/*--------------------------------------------------------------
# Page Title
--------------------------------------------------------------*/
.pagetitle {
  margin-bottom: 10px;
}
.pagetitle h1 {
  font-size: 19px;
  margin-bottom: 0;
  font-weight: 700;
  color: #012970;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background:rgba(74, 74, 74, 1);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #6776f4;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Override some default Bootstrap stylings
--------------------------------------------------------------*/
/* Dropdown menus */
.dropdown-menu {
  z-index: 1;
  border-radius: 4px;
  padding: 10px 0;
  -webkit-animation-name: dropdown-animate;
  animation-name: dropdown-animate;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  border: 0;
  box-shadow: 0 5px 30px 0 rgba(82, 63, 105, 0.2);
}
.dropdown-menu .dropdown-header, .dropdown-menu .dropdown-footer {
  text-align: center;
  font-size: 15px;
  padding: 10px 25px;
}
.dropdown-menu .dropdown-footer a {
  color: #444444;
  text-decoration: underline;
}
.dropdown-menu .dropdown-footer a:hover {
  text-decoration: none;
}
.dropdown-menu .dropdown-divider {
  color: #a5c5fe;
  margin: 0;
}
.dropdown-menu .dropdown-item {
  font-size: 14px;
  padding: 10px 15px;
  transition: 0.3s;
}
.dropdown-menu .dropdown-item i {
  margin-right: 10px;
  font-size: 18px;
  line-height: 0;
}
.dropdown-menu .dropdown-item:hover {
  background-color: #f6f9ff;
}

@media (min-width: 768px) {
  .dropdown-menu-arrow::before {
    content: "";
    width: 13px;
    height: 13px;
    background: #fff;
    position: absolute;
    top: -7px;
    right: 20px;
    transform: rotate(45deg);
    border-top: 1px solid #eaedf1;
    border-left: 1px solid #eaedf1;
  }
}
@-webkit-keyframes dropdown-animate {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
  0% {
    opacity: 0;
  }
}
@keyframes dropdown-animate {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
  0% {
    opacity: 0;
  }
}

.badge--pending,
.badge--warning,
.badge--success,
.badge--primary,
.badge--danger,
.badge--info,
.badge--dark {
  border-radius: 999px;
  padding: 2px 15px;
  position: relative;
  border-radius: 999px;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -ms-border-radius: 999px;
  -o-border-radius: 999px;
}

.badge--warning {
  background-color: rgba(255, 159, 67, 0.1);
  border: 1px solid #ff9f43;
  color: #ff9f43;
}

.badge--success {
  background-color: rgba(40, 199, 111, 0.1);
  border: 1px solid #28c76f;
  color: #28c76f;
}

.badge--danger {
  background-color: rgba(234, 84, 85, 0.1);
  border: 1px solid #eb2222;
  color: #eb2222;
}

.badge--primary {
  background-color: rgba(115, 103, 240, 0.1);
  border: 1px solid #4634ff;
  color: #4634ff;
}

.badge--dark {
  background-color: rgba(0, 0, 0, 0.1);
  border: 1px solid #000000;
  color: #000000;
}

.badge--info {
  background-color: rgba(30,159,242, 0.1);
  border: 1px solid #1e9ff2;
  color: #1e9ff2;
}
/* Light Backgrounds */
.bg-primary-light {
  background-color: #cfe2ff;
  border-color: #cfe2ff;
}

.bg-secondary-light {
  background-color: #e2e3e5;
  border-color: #e2e3e5;
}

.bg-success-light {
  background-color: #d1e7dd;
  border-color: #d1e7dd;
}

.bg-danger-light {
  background-color: #f8d7da;
  border-color: #f8d7da;
}

.bg-warning-light {
  background-color: #fff3cd;
  border-color: #fff3cd;
}

.bg-info-light {
  background-color: #cff4fc;
  border-color: #cff4fc;
}

.bg-dark-light {
  background-color: #d3d3d4;
  border-color: #d3d3d4;
}

/* Card */
.card {
  margin-bottom: 30px;
  border: none;
  border-radius: 5px;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.card-header, .card-footer {
  border-color: #ebeef4;
  background-color: #fff;
  color: #798eb3;
  padding: 15px;
}

.card-title {
  padding: 20px 0 15px 0;
  font-size: .8125rem;
  font-weight: 500;
  color: #012970;
  font-family: "Poppins", sans-serif;
}
.card-title span {
  color: #899bbd;
  font-size: 14px;
  font-weight: 400;
}
.card-body {
  padding: 0 20px 20px 20px;
}

.card-img-overlay {
  background-color: rgba(255, 255, 255, 0.6);
}

/* Alerts */
.alert-heading {
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
}

/* Close Button */
.btn-close {
  background-size: 25%;
}
.btn-close:focus {
  outline: 0;
  box-shadow: none;
}

/* Accordion */
.accordion-item {
  border: 1px solid #ebeef4;
}

.accordion-button:focus {
  outline: 0;
  box-shadow: none;
}
.accordion-button:not(.collapsed) {
  color: #012970;
  background-color: #f6f9ff;
}

.accordion-flush .accordion-button {
  padding: 15px 0;
  background: none;
  border: 0;
}
.accordion-flush .accordion-button:not(.collapsed) {
  box-shadow: none;
  color:rgba(74, 74, 74, 1);
}
.accordion-flush .accordion-body {
  padding: 0 0 15px 0;
  color: #3e4f6f;
  font-size: 15px;
}

/* Breadcrumbs */
.breadcrumb {
  font-size: 14px;
  font-family: "Nunito", sans-serif;
  color: #899bbd;
  font-weight: 600;
}
.breadcrumb a {
  color: #899bbd;
  transition: 0.3s;
}
.breadcrumb a:hover {
  color: #51678f;
}
.breadcrumb .breadcrumb-item::before {
  color: #899bbd;
}
.breadcrumb .active {
  color: #51678f;
  font-weight: 600;
}

/* Bordered Tabs */
.nav-tabs-bordered {
  border-bottom: 2px solid #ebeef4;
}
.nav-tabs-bordered .nav-link {
  margin-bottom: -2px;
  border: none;
  color: #2c384e;
}
.nav-tabs-bordered .nav-link:hover, .nav-tabs-bordered .nav-link:focus {
  color:rgba(74, 74, 74, 1);
}
.nav-tabs-bordered .nav-link.active {
  background-color: #fff;
  color:rgba(74, 74, 74, 1);
  border-bottom: 2px solidrgba(74, 74, 74, 1);
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.logo {
  line-height: 1;
}
@media (min-width: 1200px) {
  .logo {
    width: 280px;
  }
}
.logo img {
  max-height: 26px;
  margin-right: 6px;
}
.logo span {
  font-size: 26px;
  font-weight: 700;
  color: #012970;
  font-family: "Nunito", sans-serif;
}

.header {
  transition: all 0.5s;
  z-index: 997;
  height: 60px;
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
  background-color: #fff;
  padding-left: 20px;
  /* Toggle Sidebar Button */
  /* Search Bar */
}
.header .toggle-sidebar-btn {
  font-size: 32px;
  padding-left: 10px;
  cursor: pointer;
  color: #012970;
}
.header .search-bar {
  min-width: 360px;
  padding: 0 20px;
}
@media (max-width: 1199px) {
  .header .search-bar {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    padding: 20px;
    box-shadow: 0px 0px 15px 0px rgba(1, 41, 112, 0.1);
    background: white;
    z-index: 9999;
    transition: 0.3s;
    visibility: hidden;
    opacity: 0;
  }
  .header .search-bar-show {
    top: 60px;
    visibility: visible;
    opacity: 1;
  }
}
.header .search-form {
  width: 100%;
}
.header .search-form input {
  border: 0;
  font-size: 14px;
  color: #012970;
  border: 1px solid rgba(1, 41, 112, 0.2);
  padding: 7px 38px 7px 8px;
  border-radius: 3px;
  transition: 0.3s;
  width: 100%;
}
.header .search-form input:focus, .header .search-form input:hover {
  outline: none;
  box-shadow: 0 0 10px 0 rgba(1, 41, 112, 0.15);
  border: 1px solid rgba(1, 41, 112, 0.3);
}
.header .search-form button {
  border: 0;
  padding: 0;
  margin-left: -30px;
  background: none;
}
.header .search-form button i {
  color: #012970;
}

/*--------------------------------------------------------------
# Header Nav
--------------------------------------------------------------*/
.header-nav ul {
  list-style: none;
}
.header-nav > ul {
  margin: 0;
  padding: 0;
}
.header-nav .nav-icon {
  font-size: 20px;
  color: #012970;
}
.header-nav .nav-profile {
  color: #012970;
}
.header-nav .nav-profile img {
  max-height: 36px;
}
.header-nav .nav-profile span {
  font-size: 14px;
  font-weight: 600;
}
.header-nav .badge-number {
  position: absolute;
  inset: 4px 6px auto auto;
  font-weight: normal;
  font-size: 11px;
  padding: 3px 6px;
}
.header-nav .notifications .notification-item {
  display: flex;
  align-items: center;
  padding: 15px 10px;
  transition: 0.3s;
}
.header-nav .notifications .notification-item i {
  margin: 0 20px 0 10px;
  font-size: 24px;
}
.header-nav .notifications .notification-item h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}
.header-nav .notifications .notification-item p {
  font-size: 13px;
  margin-bottom: 3px;
  color: #919191;
}
.header-nav .notifications .notification-item:hover {
  background-color: #f6f9ff;
}
.header-nav .messages .message-item {
  padding: 15px 10px;
  transition: 0.3s;
}
.header-nav .messages .message-item a {
  display: flex;
}
.header-nav .messages .message-item img {
  margin: 0 20px 0 10px;
  max-height: 40px;
}
.header-nav .messages .message-item h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #444444;
}
.header-nav .messages .message-item p {
  font-size: 13px;
  margin-bottom: 3px;
  color: #919191;
}
.header-nav .messages .message-item:hover {
  background-color: #f6f9ff;
}
.header-nav .profile {
  min-width: 240px;
  padding-bottom: 0;
}
.header-nav .profile .dropdown-header h6 {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 600;
  color: #444444;
}
.header-nav .profile .dropdown-header span {
  font-size: 14px;
}
.header-nav .profile .dropdown-item {
  font-size: 14px;
  padding: 10px 15px;
  transition: 0.3s;
}
.header-nav .profile .dropdown-item i {
  margin-right: 10px;
  font-size: 18px;
  line-height: 0;
}
.header-nav .profile .dropdown-item:hover {
  background-color: #f6f9ff;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar {
  position: fixed;
  top: 60px;
  left: 0;
  bottom: 0;
  width: 300px;
  z-index: 996;
  transition: all 0.3s;
  padding: 20px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #aab7cf transparent;
  /* box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1); */
  background-color: #EBEBEB;
}
@media (max-width: 1199px) {
  .sidebar {
    left: -300px;
  }
}
.sidebar::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #fff;
}
.sidebar::-webkit-scrollbar-thumb {
  background-color: #aab7cf;
}

@media (min-width: 1200px) {
  #main, #footer {
    margin-left: 300px;
  }
}
@media (max-width: 1199px) {
  .toggle-sidebar .sidebar {
    left: 0;
  }
}
@media (min-width: 1200px) {
  .toggle-sidebar #main, .toggle-sidebar #footer {
    margin-left: 0;
  }
  .toggle-sidebar .sidebar {
    left: -300px;
  }
}

.sidebar-nav {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sidebar-nav li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sidebar-nav .nav-item {
  margin-bottom: 5px;
}
.sidebar-nav .nav-heading {
  font-size: 11px;
  text-transform: uppercase;
  color: #899bbd;
  font-weight: 600;
  margin: 10px 0 5px 15px;
}
.sidebar-nav .nav-link {
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 550;
  color:rgba(74, 74, 74, 1);
  transition: 0.3;
  background: #EBEBEB;
  padding: 10px 15px;
  border-radius: 4px;
}
.sidebar-nav .nav-link i {
  font-size: 16px;
  margin-right: 10px;
  color:rgba(74, 74, 74, 1);
}
.sidebar-nav .nav-link.collapsed {
  color: #012970;
  background: #fff;
}
.sidebar-nav .nav-link.collapsed i {
  color: #899bbd;
}
.sidebar-nav .nav-link:hover {
  color:rgba(74, 74, 74, 1);
  background: #FAFAFA;
}
.sidebar-nav .nav-link:hover i {
  color:rgba(74, 74, 74, 1);
}
.sidebar-nav .nav-link .bi-chevron-down {
  margin-right: 0;
  transition: transform 0.2s ease-in-out;
}
.sidebar-nav .nav-link:not(.collapsed) .bi-chevron-down {
  transform: rotate(180deg);
}
.sidebar-nav .nav-content {
  padding: 5px 0 0 0;
  margin: 0;
  list-style: none;
}
.sidebar-nav .nav-content a {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #012970;
  transition: 0.3;
  padding: 10px 0 10px 40px;
  transition: 0.3s;
}
.sidebar-nav .nav-content a i {
  font-size: 6px;
  margin-right: 8px;
  line-height: 0;
  border-radius: 50%;
}
.sidebar-nav .nav-content a:hover, .sidebar-nav .nav-content a.active {
  color:rgba(74, 74, 74, 1);
}
.sidebar-nav .nav-content a.active i {
  background-color:rgba(74, 74, 74, 1);
}

/*--------------------------------------------------------------
# Dashboard
--------------------------------------------------------------*/
/* Filter dropdown */
.dashboard .filter {
  position: absolute;
  right: 0px;
  top: 15px;
}
.dashboard .filter .icon {
  color: #aab7cf;
  padding-right: 20px;
  padding-bottom: 5px;
  transition: 0.3s;
  font-size: 16px;
}
.dashboard .filter .icon:hover, .dashboard .filter .icon:focus {
  color:rgba(74, 74, 74, 1);
}
.dashboard .filter .dropdown-header {
  padding: 8px 15px;
}
.dashboard .filter .dropdown-header h6 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #aab7cf;
  margin-bottom: 0;
  padding: 0;
}
.dashboard .filter .dropdown-item {
  padding: 8px 15px;
}

/* Info Cards */
.dashboard .info-card {

  padding-bottom: 10px;
}

.dashboard .sales-card {
  border: 1px solid #4634ff;
  color:rgba(74, 74, 74, 1);
  background: #fff !important;
}
.dashboard .revenue-card {
  border: 1px solid #28c76f;
  color: #2eca6a;
  background: #fff !important;
}
.dashboard .customers-card {
  border: 1px solid #eb2222;
  color: #eb2222;
  background: #fff !important;
}
.dashboard .abandoned-card {
  border: 1px solid #ff9f43;
  color: #07008e;
  background: #fff !important;
}


.dashboard .info-card h6 {
  font-size: 28px;
  color: #012970;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
.dashboard .card-icon {
  font-size: 32px;
  line-height: 0;
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  flex-grow: 0;
}
.dashboard .sales-card .card-icon {
  color:#4634ff;
  background: #D9D7FF;
}
.dashboard .revenue-card .card-icon {
  color: #28c76f;
  background: #e0f8e9;
}
.dashboard .customers-card .card-icon {
  color: #ff771d;
  background: #FDD6D5;
}
.dashboard .abandoned-card .card-icon {
  color: #ff9f43;
  background: #FFECDB;
}

/* Activity */
.dashboard .activity {
  font-size: 14px;
}
.dashboard .activity .activity-item .activite-label {
  color: #888;
  position: relative;
  flex-shrink: 0;
  flex-grow: 0;
  min-width: 64px;
}
.dashboard .activity .activity-item .activite-label::before {
  content: "";
  position: absolute;
  right: -11px;
  width: 4px;
  top: 0;
  bottom: 0;
  background-color: #eceefe;
}
.dashboard .activity .activity-item .activity-badge {
  margin-top: 3px;
  z-index: 1;
  font-size: 11px;
  line-height: 0;
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid #fff;
  flex-grow: 0;
}
.dashboard .activity .activity-item .activity-content {
  padding-left: 10px;
  padding-bottom: 20px;
}
.dashboard .activity .activity-item:first-child .activite-label::before {
  top: 5px;
}
.dashboard .activity .activity-item:last-child .activity-content {
  padding-bottom: 0;
}

/* News & Updates */
.dashboard .news .post-item + .post-item {
  margin-top: 15px;
}
.dashboard .news img {
  width: 80px;
  float: left;
  border-radius: 5px;
}
.dashboard .news h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
  margin-bottom: 5px;
}
.dashboard .news h4 a {
  color: #012970;
  transition: 0.3s;
}
.dashboard .news h4 a:hover {
  color:rgba(74, 74, 74, 1);
}
.dashboard .news p {
  font-size: 14px;
  color: #777777;
  margin-left: 95px;
}

/* Recent Sales */
.dashboard .recent-sales {
  font-size: 14px;
}
.dashboard .recent-sales .table thead {
  background: #f6f6fe;
}
.dashboard .recent-sales .table thead th {
  border: 0;
}
.dashboard .recent-sales .dataTable-top {
  padding: 0 0 10px 0;
}
.dashboard .recent-sales .dataTable-bottom {
  padding: 10px 0 0 0;
}

/* Top Selling */
.dashboard .top-selling {
  font-size: 14px;
}
.dashboard .top-selling .table thead {
  background: #f6f6fe;
}
.dashboard .top-selling .table thead th {
  border: 0;
}
.dashboard .top-selling .table tbody td {
  vertical-align: middle;
}
.dashboard .top-selling img {
  border-radius: 5px;
  max-width: 60px;
}

/*--------------------------------------------------------------
# Icons list page
--------------------------------------------------------------*/
.iconslist {
  display: grid;
  max-width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.25rem;
  padding-top: 15px;
}
.iconslist .icon {
  background-color: #fff;
  border-radius: 0.25rem;
  text-align: center;
  color: #012970;
  padding: 15px 0;
}
.iconslist i {
  margin: 0.25rem;
  font-size: 2.5rem;
}
.iconslist .label {
  font-family: var(--bs-font-monospace);
  display: inline-block;
  width: 100%;
  overflow: hidden;
  padding: 0.25rem;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666;
}

/*--------------------------------------------------------------
# Profie Page
--------------------------------------------------------------*/
.profile .profile-card img {
  max-width: 120px;
}
.profile .profile-card h2 {
  font-size: 24px;
  font-weight: 700;
  color: #2c384e;
  margin: 10px 0 0 0;
}
.profile .profile-card h3 {
  font-size: 18px;
}
.profile .profile-card .social-links a {
  font-size: 20px;
  display: inline-block;
  color: rgba(1, 41, 112, 0.5);
  line-height: 0;
  margin-right: 10px;
  transition: 0.3s;
}
.profile .profile-card .social-links a:hover {
  color: #012970;
}
.profile .profile-overview .row {
  margin-bottom: 20px;
  font-size: 15px;
}
.profile .profile-overview .card-title {
  color: #012970;
}
.profile .profile-overview .label {
  font-weight: 600;
  color: rgba(1, 41, 112, 0.6);
}
.profile .profile-edit label {
  font-weight: 600;
  color: rgba(1, 41, 112, 0.6);
}
.profile .profile-edit img {
  max-width: 120px;
}

/*--------------------------------------------------------------
# F.A.Q Page
--------------------------------------------------------------*/
.faq .basic h6 {
  font-size: 18px;
  font-weight: 600;
  color:rgba(74, 74, 74, 1);
}
.faq .basic p {
  color: #6980aa;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  padding: 28px 30px;
}
.contact .info-box i {
  font-size: 38px;
  line-height: 0;
  color:rgba(74, 74, 74, 1);
}
.contact .info-box h3 {
  font-size: 20px;
  color: #012970;
  font-weight: 700;
  margin: 20px 0 10px 0;
}
.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 0;
}
.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color:rgba(74, 74, 74, 1);
}
.contact .php-email-form input {
  padding: 10px 15px;
}
.contact .php-email-form textarea {
  padding: 12px 15px;
}
.contact .php-email-form button[type=submit] {
  background:rgba(74, 74, 74, 1);
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}
.contact .php-email-form button[type=submit]:hover {
  background: #5969f3;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Error 404
--------------------------------------------------------------*/
.error-404 {
  padding: 30px;
}
.error-404 h1 {
  font-size: 180px;
  font-weight: 700;
  color:rgba(74, 74, 74, 1);
  margin-bottom: 0;
  line-height: 150px;
}
.error-404 h2 {
  font-size: 24px;
  font-weight: 700;
  color: #012970;
  margin-bottom: 30px;
}
.error-404 .btn {
  background: #51678f;
  color: #fff;
  padding: 8px 30px;
}
.error-404 .btn:hover {
  background: #3e4f6f;
}
@media (min-width: 992px) {
  .error-404 img {
    max-width: 50%;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  padding: 20px 0;
  font-size: 14px;
  transition: all 0.3s;
  border-top: 1px solid #cddfff;
}
.footer .copyright {
  text-align: center;
  color: #012970;
}
.footer .credits {
  padding-top: 5px;
  text-align: center;
  font-size: 13px;
  color: #012970;
}

.table {
  margin-bottom: 0;
}

.table > :not(:first-child) {
  border-top: none;
}

.table th {
  font-size: 0.75rem;
  text-align: center;
  padding: 15px 25px;
  white-space: nowrap;
}

.table td {
  font-size: 0.8125rem;
  color: #5b6e88;
  text-align: center;
  font-weight: 500;
  padding: 15px 25px;
  vertical-align: middle;
  white-space: nowrap;
}

.white-space-wrap {
  white-space: initial !important;
}

.table td,
.table th {
  border-top: 1px solid #e8e8e8;
}

.table tbody tr:last-child td {
  border-bottom: none;
}

.table td span,
.table td p,
.table td li {
  font-size: 0.875rem;
}

table th:last-child {
  text-align: right;
}

table th:first-child {
  text-align: left;
  font-weight: 600;
}

table td:last-child {
  text-align: right;
}

table td:first-child {
  text-align: left;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(115, 115, 115, 0.05);
}

table .user {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

table .user .thumb {
  width: 40px;
  height: 40px;
}

table .user .thumb img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
  border: 2px solid #ffffff;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}

table .user .name {
  width: calc(100% - 40px);
  padding-left: 10px;
}

@media (max-width: 575px) {
  .table td {
    white-space: initial;
  }
}

div.dataTables_wrapper div.dataTables_filter {
  display: inline-block;
  float: right;
}

@media (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_filter {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
}

div.dataTables_wrapper div.dataTables_filter input:focus {
  box-shadow: none;
  border-color: #4634ff;
}

div.dataTables_wrapper div.dataTables_filter label {
  color: #5b6e88;
}

div.dataTables_wrapper .dt-buttons button {
  border-radius: 3px !important;
  margin: 0 10px;
  background-color: transparent;
  border: 1px solid #d8d8d8;
  border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -ms-border-radius: 5px !important;
  -o-border-radius: 5px !important;
}

div.dataTables_wrapper .dt-buttons button:hover,
div.dataTables_wrapper .dt-buttons button:focus,
div.dataTables_wrapper .dt-buttons button:active {
  background-color: #4634ff !important;
  border-color: #4634ff !important;
  box-shadow: 0px 0px 7px 2px rgba(115, 103, 240, 0.46) !important;
}

div.dataTables_wrapper .dt-buttons button:hover span,
div.dataTables_wrapper .dt-buttons button:focus span,
div.dataTables_wrapper .dt-buttons button:active span {
  color: #ffffff;
}

div.dataTables_wrapper .dataTables_info {
  float: left;
  color: #5b6e88;
  font-size: 0.875rem;
}

@media (max-width: 767px) {
  div.dataTables_wrapper .dataTables_info {
    float: none;
  }
}

div.dataTables_wrapper .dataTables_paginate {
  float: right;
}

@media (max-width: 767px) {
  div.dataTables_wrapper .dataTables_paginate {
    float: none;
    margin-top: 15px !important;
  }
}

div.dataTables_wrapper .dataTables_length label {
  color: #5b6e88;
}

div.dataTables_wrapper .dataTables_length label select {
  margin-left: 10px;
  margin-right: 10px;
}

table.dataTable {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

table.dataTable tbody tr:first-child td {
  border-top: 1px solid #e5e5e5;
}

table.dataTable tbody tr:last-child td {
  border-bottom: 1px solid #e5e5e5;
}

table.dataTable tbody tr td {
  white-space: nowrap;
}

table.dataTable thead tr {
  background-color: #4634ff;
}

table.dataTable thead tr th {
  border: none;
  color: #ffffff;
  white-space: nowrap;
}

.pagination {
  flex-wrap: wrap;
  margin: -3px -4px;
}

.pagination li {
  margin: 3px 4px;
}

.dataTables_paginate .pagination {
  flex-wrap: wrap;
  margin: -5px -7px;
}

.dataTables_paginate .pagination .page-item {
  margin: 5px 7px;
}

.dataTables_paginate .pagination .page-item.active .page-link {
  background-color: #4634ff;
  border-color: #4634ff;
  box-shadow: 0px 0px 5px 2px rgba(115, 103, 240, 0.46);
}

.dataTables_paginate .pagination .page-item .page-link {
  font-size: 0.875rem;
  color: #5b6e88;
  border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -ms-border-radius: 5px !important;
  -o-border-radius: 5px !important;
  width: auto;
  height: auto;
  padding: 8px 15px;
}

.dataTables_paginate .pagination li a:focus {
  box-shadow: 0px 0px 7px 2px rgba(115, 103, 240, 0.46);
}

table thead th:first-child {
  border-radius: 5px 0 0 0;
}

table thead th:last-child {
  border-radius: 0 5px 0 0;
}

table.table--light thead th {
  border: none;
  color: #ffffff;
  background-color: #4634ff;
}

table.table--light.style--two thead th {
  border-top: none;
  padding-left: 25px;
  padding-right: 25px;
}

table.table--light.style--two tbody td {
  padding: 15px 25px;
}

.customer-details {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}

.customer-details .thumb {
  width: 45px;
  height: 45px;
}

.customer-details .thumb img {
  width: 45px;
  height: 45px;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.customer-details .content {
  padding-left: 15px;
}

.user-table-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}

.user-table-list .user + .user {
  margin-left: -10px;
  z-index: 1;
}

.user-table-list .user {
  width: 32px;
  height: 32px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  z-index: 2;
}

.user-table-list .user:hover {
  z-index: 2;
  -webkit-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

.user-table-list .user img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
  border: 2px solid #ffffff;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
}

.table > :not(caption) > * > * {
  border-bottom-width: 0;
}

[data-label] {
  position: relative;
}

[data-label]::before {
  position: absolute;
  content: attr(data-label);
  font-weight: 700;
  color: #000000;
  top: 0;
  left: 0;
  padding: 13px 15px;
  display: none;
}

.table-responsive--lg tbody tr:first-child td {
  border-top: none;
}

@media (max-width: 767px) {
  .table-responsive--sm table .user {
    justify-content: flex-end;
  }

  .table-responsive--sm table .user .name {
    width: auto;
  }

  table thead th:first-child {
    border-radius: 0;
  }

  table thead th:last-child {
    border-radius: 0;
  }

  table.dataTable .user {
    justify-content: flex-start;
  }

  table.dataTable .user .name {
    width: calc(100% - 40px);
  }

  .table-responsive--sm table.dataTable .user {
    justify-content: flex-end;
  }

  .table-responsive--sm table.dataTable .user .name {
    width: auto;
  }
}

@media (max-width: 1199px) {
  .table-responsive--lg thead {
    display: none;
  }

  table thead th:first-child {
    border-radius: 0;
  }

  table thead th:last-child {
    border-radius: 0;
  }

  .table-responsive--lg tbody tr:nth-child(odd) {
    background-color: #e2e2e233;
  }

  .table-responsive--lg tbody tr:nth-child(odd) td {
    border-top: 1px solid #10163a17;
  }

  .table-responsive--lg tr th,
  .table-responsive--lg tr td {
    display: block;
    padding-left: 45% !important;
    text-align: right !important;
  }

  .table-responsive--lg .user-table-list,
  .table-responsive--lg .customer-details {
    justify-content: flex-end;
  }

  .table-responsive--lg [data-label]::before {
    display: block;
  }

  .table-responsive--lg table.dataTable .user {
    justify-content: flex-end;
  }

  .table-responsive--lg table.dataTable .user .name {
    width: auto;
  }

  .table-responsive--lg table .user {
    justify-content: flex-end;
  }

  .table-responsive--lg table .user .name {
    width: auto;
  }
}

@media (max-width: 991px) {
  .table-responsive--md thead {
    display: none;
  }

  table thead th:first-child {
    border-radius: 0;
  }

  table thead th:last-child {
    border-radius: 0;
  }

  .table-responsive--md tbody tr:nth-child(odd) {
    background-color: #e2e2e233;
  }

  .table-responsive--md tbody tr:nth-child(odd) td {
    border-top: 1px solid #10163a17;
  }

  .table-responsive--md tbody tr:first-child td:first-child {
    border-top: none;
  }

  .table-responsive--md tr th,
  .table-responsive--md tr td {
    display: block;
    padding-left: 45% !important;
    text-align: right !important;
  }

  .table-responsive tr td.text-center{
    text-align: center !important;
    padding-left: 0  !important;
}

  .table-responsive--md .user-table-list,
  .table-responsive--md .customer-details {
    justify-content: flex-end;
  }

  .table-responsive--md [data-label]::before {
    display: block;
  }

  .table-responsive--md table.dataTable .user {
    justify-content: flex-end;
  }

  .table-responsive--md table.dataTable .user .name {
    width: auto;
  }

  .table-responsive--md table .user {
    justify-content: flex-end;
  }

  .table-responsive--md table .user .name {
    width: auto;
  }
}

@media (max-width: 767px) {
  .table-responsive--sm thead {
    display: none;
  }

  table thead th:first-child {
    border-radius: 0;
  }

  table thead th:last-child {
    border-radius: 0;
  }

  .table-responsive--sm tbody tr:nth-child(odd) {
    background-color: #e2e2e233;
  }

  .table-responsive--sm tbody tr:nth-child(odd) td {
    border-top: 1px solid #10163a17;
  }

  .table-responsive--sm tbody tr:first-child td:first-child {
    border-top: none;
  }

  .table-responsive--sm tr th,
  .table-responsive--sm tr td {
    display: block;
    padding-left: 45% !important;
    text-align: right !important;
  }

  .table-responsive--sm .user-table-list,
  .table-responsive--sm .customer-details {
    justify-content: flex-end;
  }

  .table-responsive--sm [data-label]::before {
    display: block;
  }
}

@media (max-width: 575px) {
  .table-responsive--xs thead {
    display: none;
  }

  table thead th:first-child {
    border-radius: 0;
  }

  table thead th:last-child {
    border-radius: 0;
  }

  .table-responsive--xs tbody tr:nth-child(odd) {
    background-color: #e2e2e233;
  }

  .table-responsive--xs tr th,
  .table-responsive--xs tr td {
    display: block;
    padding-left: 45% !important;
    text-align: right !important;
  }

  .table-responsive--xs .user-table-list,
  .table-responsive--xs .customer-details {
    justify-content: flex-end;
  }

  .table-responsive--xs [data-label]::before {
    display: block;
  }
}

@media (max-width: 1199px) {
  *[class*='table-responsive--'].data-label--none tr th,
  *[class*='table-responsive--'].data-label--none tr td {
    padding-left: 0.75rem;
  }
}

*[class*='table-responsive--'] .table-dark tbody [data-label]::before {
  color: #5b6e88;
}

@media (max-width: 1199px) {
  .table-responsive--lg .table-dark tbody tr:nth-child(odd) {
    background-color: #343a40;
  }

  .table-responsive--lg .table-dark tbody tr:nth-child(even) {
    background-color: #222930;
  }

  .table-responsive--lg table.dataTable tbody tr td {
    white-space: normal;
  }
}

@media (max-width: 991px) {
  .table-responsive--md .table-dark tbody tr:nth-child(odd) {
    background-color: #343a40;
  }

  .table-responsive--md .table-dark tbody tr:nth-child(even) {
    background-color: #222930;
  }

  .table-responsive--md table.dataTable tbody tr td {
    white-space: normal;
  }
}

@media (max-width: 767px) {
  .table-responsive--sm .table-dark tbody tr:nth-child(odd) {
    background-color: #343a40;
  }

  .table-responsive--sm .table-dark tbody tr:nth-child(even) {
    background-color: #222930;
  }

  .table-responsive--sm table.dataTable tbody tr td {
    white-space: normal;
  }
}

@media (max-width: 575px) {
  .table-responsive--xs .table-dark tbody tr:nth-child(odd) {
    background-color: #343a40;
  }

  .table-responsive--xs .table-dark tbody tr:nth-child(even) {
    background-color: #222930;
  }

  ol.sec-item li i,
  ol.sec-item li span {
    font-size: 18px;
  }
}

.pagination .page-item.active .page-link {
  background-color: #4634ff;
  border-color: #4634ff;
  color: #ffffff;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
}

.pagination .page-item.previous .page-link,
.pagination .page-item.next .page-link {
  font-size: 0;
  position: relative;
  width: 35px;
  height: 35px;
}

.pagination .page-item.previous .page-link::before {
  position: absolute;
  top: 7px;
  right: 11px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  content: '\f104';
  font-size: 16px;
}

.pagination .page-item.next .page-link::before {
  position: absolute;
  top: 7px;
  right: 11px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  content: '\f105';
  font-size: 16px;
}

.pagination .page-item .page-link,
.pagination .page-item span {
  font-size: 0.875rem;
  display: flex;
  width: 36px;
  height: 36px;
  margin: 0 3px;
  padding: 0;
  border-radius: 3px !important;
  align-items: center;
  justify-content: center;
  color: #5b6e88;
}

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

@media (max-width: 420px) {
  div.dataTables_wrapper div.dataTables_filter input {
    width: 150px;
  }
}

th.w-85 {
  width: 85px;
}


.page-title {
  font-size: 1.125rem;
  display: inline-block;
}

.page-breadcrumb {
  padding: 0;
  margin: 0;
  background-color: transparent;
}

.page-breadcrumb li {
  font-size: 0.875rem;
}

/* global css start */
.text--shadow {
  text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.35);
}



.box--shadow1 {
  box-shadow: 0px 5px 26px -5px #cdd4e7 !important;
}

.box--shadow2 {
  box-shadow: 0 4px 10px #38414a0f !important;
}

.box--shadow3 {
  box-shadow: 0 3px 5px 0 rgba(18, 38, 63, 0.2) !important;
}

.b-radius--3 {
  border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -ms-border-radius: 3px !important;
  -o-border-radius: 3px !important;
}

.b-radius--4 {
  border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -ms-border-radius: 4px !important;
  -o-border-radius: 4px !important;
}

.b-radius--5 {
  border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -ms-border-radius: 5px !important;
  -o-border-radius: 5px !important;
}

.b-radius--6 {
  border-radius: 6px !important;
  -webkit-border-radius: 6px !important;
  -moz-border-radius: 6px !important;
  -ms-border-radius: 6px !important;
  -o-border-radius: 6px !important;
}

.b-radius--7 {
  border-radius: 7px !important;
  -webkit-border-radius: 7px !important;
  -moz-border-radius: 7px !important;
  -ms-border-radius: 7px !important;
  -o-border-radius: 7px !important;
}

.b-radius--8 {
  border-radius: 8px !important;
  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  -ms-border-radius: 8px !important;
  -o-border-radius: 8px !important;
}

.b-radius--9 {
  border-radius: 9px !important;
  -webkit-border-radius: 9px !important;
  -moz-border-radius: 9px !important;
  -ms-border-radius: 9px !important;
  -o-border-radius: 9px !important;
}

.b-radius--10 {
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  -o-border-radius: 10px !important;
}

.b-radius--rounded {
  border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
}

.b-radius--capsule {
  border-radius: 999px !important;
  -webkit-border-radius: 999px !important;
  -moz-border-radius: 999px !important;
  -ms-border-radius: 999px !important;
  -o-border-radius: 999px !important;
}

.b-radius--none {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
}

.nav-tabs-primary {
  border: none;
}

.nav-tabs-primary .nav-item a {
  border: none;
}

.nav-tabs-primary .nav-item a.active {
  border-bottom: 2px solid #4634ff;
}

.hover--effect1 {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.hover--effect1:hover {
  -webkit-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

.w--10 {
  width: 10% !important;
}

.w--15 {
  width: 15% !important;
}

.w--20 {
  width: 20% !important;
}

.page-wrapper {
  min-height: 100vh;
}

/* global css end */
/* typography css start */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  color: #34495e;
  margin: 0;
  line-height: 1.4;
}

h1 {
  font-size: 2.25rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.375rem;
}

h4 {
  font-size: 1.25rem;
}

h5 {
  font-size: 1.125rem;
}

h6 {
  font-size: 1rem;
}

p {
  font-size: 0.875rem;
  line-height: 1.7;
  font-weight: 400;
}

p,
li,
a {
  font-size: 0.875rem;
}

.text--small {
  font-size: 0.75rem !important;
}

.f-size--24 {
  font-size: 1.5rem !important;
}

.f-size--28 {
  font-size: 1.75rem !important;
}

.f-size--42 {
  font-size: 2.625rem !important;
}

.f-size--48 {
  font-size: 3rem !important;
}

.f-size--56 {
  font-size: 3.5rem !important;
}

.f-size--72 {
  font-size: 4.5rem !important;
}

.f-size--90 {
  font-size: 5.625rem !important;
}

.f-size--100 {
  font-size: 6.25rem !important;
}

/* typography css end */
/* color css start */
.text--primary {
  color: #4634ff !important;
}

.text--secondary {
  color: #868e96 !important;
}

.text--success {
  color: #28c76f !important;
}

.text--danger {
  color: #eb2222 !important;
}

.text--warning {
  color: #ff9f43 !important;
}

.text--info {
  color: #1e9ff2 !important;
}

.text--dark {
  color: #10163a !important;
}

.text--white {
  color: #ffffff !important;
}

.text--black {
  color: #000000 !important;
}

.text--gray {
  color: #9e9e9e !important;
}

.text--blue-gray {
  color: #607d8b !important;
}

.text--red {
  color: #f44336 !important;
}

.text--pink {
  color: #e91e63 !important;
}

.text--purple {
  color: #9c27b0 !important;
}

.text--deep-purple {
  color: #673ab7 !important;
}

.text--indigo {
  color: #3f51b5 !important;
}

.text--blue {
  color: #2196f3 !important;
}

.text--light-blue {
  color: #45c5ff !important;
}

.text--cyan {
  color: #00bcd4 !important;
}

.text--teal {
  color: #009688 !important;
}

.text--green {
  color: #4caf50 !important;
}

.text--light-green {
  color: #8bc34a !important;
}

.text--lime {
  color: #cddc39 !important;
}

.text--yellow {
  color: #ffeb3b !important;
}

.text--amber {
  color: #ffc107 !important;
}

.text--orange {
  color: #ff9800 !important;
}

.text--brown {
  color: #795548 !important;
}

.text-color--1 {
  color: #127681 !important;
}

.text-color--2 {
  color: #ea907a !important;
}

.text-color--3 {
  color: #10375c !important;
}

.text-color--4 {
  color: #4f8a8b !important;
}

.text-color--5 {
  color: #d92027 !important;
}

.text-color--6 {
  color: #ff9234 !important;
}

.text-color--7 {
  color: #4cd3c2 !important;
}

.text-color--8 {
  color: #35d0ba !important;
}

.text-color--9 {
  color: #e84a5f !important;
}

.text-color--10 {
  color: #00005c !important;
}

.text-color--11 {
  color: #45046a !important;
}

.text-color--12 {
  color: #5c2a9d !important;
}

.text-color--13 {
  color: #6a097d !important;
}

.text-color--14 {
  color: #ff5200 !important;
}

.text-color--15 {
  color: #162447 !important;
}

.text-color--16 {
  color: #e43f5a !important;
}

.text-color--17 {
  color: #035aa6 !important;
}

.text-color--18 {
  color: #0779e4 !important;
}

.text-color--19 {
  color: #342ead !important;
}

.text-color--20 {
  color: #d7385e !important;
}

/* color css end */
/* background-color css start */
*[class*='bg'] {
  color: #ffffff;
}

.bg--white,
.bg--gray {
  color: inherit;
}

.bg--primary {
  --color: #4634ff;
  background-color: var(--color) !important;
}

.bg--secondary {
  --color: #868e96;
  background-color: var(--color) !important;
}

.bg--success {
  --color: #28c76f;
  background-color: var(--color) !important;
}

.bg--danger {
  --color: #eb2222;
  background-color: var(--color) !important;
}

.bg--warning {
  --color: #ff9f43;
  background-color: var(--color) !important;
}

.bg--info {
  --color: #1e9ff2;
  background-color: var(--color) !important;
}

.bg--dark {
  --color: #071251;
  background-color: var(--color) !important;
}

.bg--white {
  --color: #ffffff;
  background-color: var(--color) !important;
}

.bg--black {
  --color: #000000;
  background-color: var(--color) !important;
}

.bg--gray {
  --color: #9e9e9e;
  background-color: var(--color) !important;
}

.bg--blue-gray {
  --color: #607d8b;
  background-color: var(--color) !important;
}

.bg--red {
  --color: #f44336;
  background-color: var(--color) !important;
}

.bg--pink {
  --color: #e91e63;
  background-color: var(--color) !important;
}

.bg--purple {
  --color: #9c27b0;
  background-color: var(--color) !important;
}

.bg--deep-purple {
  --color: #673ab7;
  background-color: var(--color) !important;
}

.bg--indigo {
  --color: #3f51b5;
  background-color: var(--color) !important;
}

.bg--blue {
  --color: #2196f3;
  background-color: var(--color) !important;
}

.bg--light-blue {
  --color: #45c5ff;
  background-color: var(--color) !important;
}

.bg--cyan {
  --color: #00bcd4;
  background-color: var(--color) !important;
}

.bg--teal {
  --color: #009688;
  background-color: var(--color) !important;
}

.bg--green {
  --color: #4caf50;
  background-color: var(--color) !important;
}

.bg--light-green {
  --color: #8bc34a;
  background-color: var(--color) !important;
}

.bg--lime {
  --color: #cddc39;
  background-color: var(--color) !important;
}

.bg--yellow {
  --color: #ffeb3b;
  background-color: var(--color) !important;
}

.bg--amber {
  --color: #ffc107;
  background-color: var(--color) !important;
}

.bg--orange {
  --color: #ff9800;
  background-color: var(--color) !important;
}

.bg--brown {
  --color: #795548;
  background-color: var(--color) !important;
}

.bg--transparent {
  background-color: transparent;
  color: #5b6e88;
}

.bg--1 {
  --color: #127681;
  background-color: var(--color) !important;
}

.bg--2 {
  --color: #ea907a;
  background-color: var(--color) !important;
}

.bg--3 {
  --color: #10375c;
  background-color: var(--color) !important;
}

.bg--4 {
  --color: #4f8a8b;
  background-color: var(--color) !important;
}

.bg--5 {
  --color: #d92027;
  background-color: var(--color) !important;
}

.bg--6 {
  --color: #ff9234;
  background-color: var(--color) !important;
}

.bg--7 {
  --color: #4cd3c2;
  background-color: var(--color) !important;
}

.bg--8 {
  --color: #35d0ba;
  background-color: var(--color) !important;
}

.bg--9 {
  --color: #e84a5f;
  background-color: var(--color) !important;
}

.bg--10 {
  --color: #00005c;
  background-color: var(--color) !important;
}

.bg--11 {
  --color: #45046a;
  background-color: var(--color) !important;
}

.bg--12 {
  --color: #5c2a9d;
  background-color: var(--color) !important;
}

.bg--13 {
  --color: #6a097d;
  background-color: var(--color) !important;
}

.bg--14 {
  --color: #ff5200;
  background-color: var(--color) !important;
}

.bg--15 {
  --color: #162447;
  background-color: var(--color) !important;
}

.bg--16 {
  --color: #e43f5a;
  background-color: var(--color) !important;
}

.bg--17 {
  --color: #035aa6;
  background-color: var(--color) !important;
}

.bg--18 {
  --color: #0779e4;
  background-color: var(--color) !important;
}

.bg--19 {
  --color: #342ead;
  background-color: var(--color) !important;
}

.bg--20 {
  --color: #d7385e;
  background-color: var(--color) !important;
}

.bg--gradi-1,
.overlay--gradi-1[class*='overlay']::before {
  background: #4776e6 !important;
  background: -webkit-linear-gradient(to top, #8e54e9, #4776e6) !important;
  background: linear-gradient(to top, #8e54e9, #4776e6) !important;
}

.bg--gradi-2,
.overlay--gradi-2[class*='overlay']::before {
  background: #c31432 !important;
  background: -webkit-linear-gradient(to right, #240b36, #c31432) !important;
  background: linear-gradient(to right, #240b36, #c31432) !important;
}

.bg--gradi-3,
.overlay--gradi-3[class*='overlay']::before {
  background: #8360c3 !important;
  background: -webkit-linear-gradient(to right, #2ebf91, #8360c3) !important;
  background: linear-gradient(to right, #2ebf91, #8360c3) !important;
}

.bg--gradi-4,
.overlay--gradi-4[class*='overlay']::before {
  background: #654ea3 !important;
  background: -webkit-linear-gradient(to right, #eaafc8, #654ea3) !important;
  background: linear-gradient(to right, #eaafc8, #654ea3) !important;
}

.bg--gradi-5,
.overlay--gradi-5[class*='overlay']::before {
  background: #da4453 !important;
  background: -webkit-linear-gradient(to left, #89216b, #da4453) !important;
  background: linear-gradient(to left, #89216b, #da4453) !important;
}

.bg--gradi-6,
.overlay--gradi-6[class*='overlay']::before {
  background: #11998e !important;
  background: -webkit-linear-gradient(to right, #38ef7d, #11998e) !important;
  background: linear-gradient(to right, #38ef7d, #11998e) !important;
}

.bg--gradi-7,
.overlay--gradi-7[class*='overlay']::before {
  background: #396afc !important;
  background: -webkit-linear-gradient(to bottom, #2948ff, #396afc) !important;
  background: linear-gradient(to bottom, #2948ff, #396afc) !important;
}

.bg--gradi-8,
.overlay--gradi-8[class*='overlay']::before {
  background: #0575e6 !important;
  background: -webkit-linear-gradient(to bottom, #021b79, #0575e6) !important;
  background: linear-gradient(to bottom, #021b79, #0575e6) !important;
}

.bg--gradi-9,
.overlay--gradi-9[class*='overlay']::before {
  background: #36d1dc !important;
  background: -webkit-linear-gradient(to bottom, #5b86e5, #36d1dc) !important;
  background: linear-gradient(to bottom, #5b86e5, #36d1dc) !important;
}

.bg--gradi-10,
.overlay--gradi-10[class*='overlay']::before {
  background: #4568dc !important;
  background: -webkit-linear-gradient(to bottom, #b06ab3, #4568dc) !important;
  background: linear-gradient(to bottom, #b06ab3, #4568dc) !important;
}

.bg--gradi-11,
.overlay--gradi-11[class*='overlay']::before {
  background: #ee0979 !important;
  background: -webkit-linear-gradient(to bottom, #ff6a00, #ee0979) !important;
  background: linear-gradient(to bottom, #ff6a00, #ee0979) !important;
}

.bg--gradi-12,
.overlay--gradi-12[class*='overlay']::before {
  background: #41295a !important;
  background: -webkit-linear-gradient(to bottom, #2f0743, #41295a) !important;
  background: linear-gradient(to bottom, #2f0743, #41295a) !important;
}

.bg--gradi-13,
.overlay--gradi-13[class*='overlay']::before {
  background: #4ecdc4 !important;
  background: -webkit-linear-gradient(to bottom, #556270, #4ecdc4) !important;
  background: linear-gradient(to bottom, #556270, #4ecdc4) !important;
}

.bg--gradi-14,
.overlay--gradi-14[class*='overlay']::before {
  background: #f85032 !important;
  background: -webkit-linear-gradient(to bottom, #e73827, #f85032) !important;
  background: linear-gradient(to bottom, #e73827, #f85032) !important;
}

.bg--gradi-15,
.overlay--gradi-15[class*='overlay']::before {
  background: #cb2d3e !important;
  background: -webkit-linear-gradient(to bottom, #ef473a, #cb2d3e) !important;
  background: linear-gradient(to bottom, #ef473a, #cb2d3e) !important;
}

.bg--gradi-16,
.overlay--gradi-16[class*='overlay']::before {
  background: #56ab2f !important;
  background: -webkit-linear-gradient(to bottom, #a8e063, #56ab2f) !important;
  background: linear-gradient(to bottom, #a8e063, #56ab2f) !important;
}

.bg--gradi-17,
.overlay--gradi-17[class*='overlay']::before {
  background: #000428 !important;
  background: -webkit-linear-gradient(to bottom, #004e92, #000428) !important;
  background: linear-gradient(to bottom, #004e92, #000428) !important;
}

.bg--gradi-18,
.overlay--gradi-18[class*='overlay']::before {
  background: #42275a !important;
  background: -webkit-linear-gradient(to bottom, #734b6d, #42275a) !important;
  background: linear-gradient(to bottom, #734b6d, #42275a) !important;
}

.bg--gradi-19,
.overlay--gradi-19[class*='overlay']::before {
  background: #141e30 !important;
  background: -webkit-linear-gradient(to bottom, #243b55, #141e30) !important;
  background: linear-gradient(to bottom, #243b55, #141e30) !important;
}

.bg--gradi-20,
.overlay--gradi-20[class*='overlay']::before {
  background: #2c3e50 !important;
  background: -webkit-linear-gradient(to bottom, #4ca1af, #2c3e50) !important;
  background: linear-gradient(to bottom, #4ca1af, #2c3e50) !important;
}

.bg--gradi-21,
.overlay--gradi-21[class*='overlay']::before {
  background: #3a7bd5 !important;
  background: -webkit-linear-gradient(to bottom, #3a6073, #3a7bd5) !important;
  background: linear-gradient(to bottom, #3a6073, #3a7bd5) !important;
}

.bg--gradi-21,
.overlay--gradi-21[class*='overlay']::before {
  background: #ff4b1f !important;
  background: -webkit-linear-gradient(to bottom, #ff9068, #ff4b1f) !important;
  background: linear-gradient(to bottom, #ff9068, #ff4b1f) !important;
}

.bg--gradi-22,
.overlay--gradi-22[class*='overlay']::before {
  background: #4b79a1 !important;
  background: -webkit-linear-gradient(to bottom, #283e51, #4b79a1) !important;
  background: linear-gradient(to bottom, #283e51, #4b79a1) !important;
}

.bg--gradi-23,
.overlay--gradi-23[class*='overlay']::before {
  background: #2980b9 !important;
  background: -webkit-linear-gradient(to bottom, #2c3e50, #2980b9) !important;
  background: linear-gradient(to bottom, #2c3e50, #2980b9) !important;
}

.bg--gradi-24,
.overlay--gradi-24[class*='overlay']::before {
  background: #1e3c72 !important;
  background: -webkit-linear-gradient(to bottom, #2a5298, #1e3c72) !important;
  background: linear-gradient(to bottom, #2a5298, #1e3c72) !important;
}

.bg--gradi-25,
.overlay--gradi-25[class*='overlay']::before {
  background: #fd746c !important;
  background: -webkit-linear-gradient(to bottom, #ff9068, #fd746c) !important;
  background: linear-gradient(to bottom, #ff9068, #fd746c) !important;
}

.bg--gradi-26,
.overlay--gradi-26[class*='overlay']::before {
  background: #6a3093 !important;
  background: -webkit-linear-gradient(to bottom, #a044ff, #6a3093) !important;
  background: linear-gradient(to bottom, #a044ff, #6a3093) !important;
}

.bg--gradi-27,
.overlay--gradi-27[class*='overlay']::before {
  background: #457fca !important;
  background: -webkit-linear-gradient(to bottom, #5691c8, #457fca) !important;
  background: linear-gradient(to bottom, #5691c8, #457fca) !important;
}

.bg--gradi-28,
.overlay--gradi-28[class*='overlay']::before {
  background: #b24592 !important;
  background: -webkit-linear-gradient(to bottom, #f15f79, #b24592) !important;
  background: linear-gradient(to bottom, #f15f79, #b24592) !important;
}

.bg--gradi-29,
.overlay--gradi-29[class*='overlay']::before {
  background: #ffb75e !important;
  background: -webkit-linear-gradient(to bottom, #ed8f03, #ffb75e) !important;
  background: linear-gradient(to bottom, #ed8f03, #ffb75e) !important;
}

.bg--gradi-30,
.overlay--gradi-30[class*='overlay']::before {
  background: #8e0e00 !important;
  background: -webkit-linear-gradient(to bottom, #1f1c18, #8e0e00) !important;
  background: linear-gradient(to bottom, #1f1c18, #8e0e00) !important;
}

.bg--gradi-31,
.overlay--gradi-31[class*='overlay']::before {
  background: #76b852 !important;
  background: -webkit-linear-gradient(to bottom, #8dc26f, #76b852) !important;
  background: linear-gradient(to bottom, #8dc26f, #76b852) !important;
}

.bg--gradi-32,
.overlay--gradi-32[class*='overlay']::before {
  background: #673ab7 !important;
  background: -webkit-linear-gradient(to bottom, #512da8, #673ab7) !important;
  background: linear-gradient(to bottom, #512da8, #673ab7) !important;
}

.bg--gradi-33,
.overlay--gradi-33[class*='overlay']::before {
  background: #f46b45 !important;
  background: -webkit-linear-gradient(to bottom, #eea849, #f46b45) !important;
  background: linear-gradient(to bottom, #eea849, #f46b45) !important;
}

.bg--gradi-34,
.overlay--gradi-34[class*='overlay']::before {
  background: #005c97 !important;
  background: -webkit-linear-gradient(to bottom, #363795, #005c97) !important;
  background: linear-gradient(to bottom, #363795, #005c97) !important;
}

.bg--gradi-35,
.overlay--gradi-35[class*='overlay']::before {
  background: #e53935 !important;
  background: -webkit-linear-gradient(to bottom, #e35d5b, #e53935) !important;
  background: linear-gradient(to bottom, #e35d5b, #e53935) !important;
}

.bg--gradi-36,
.overlay--gradi-36[class*='overlay']::before {
  background: #2c3e50 !important;
  background: -webkit-linear-gradient(to bottom, #3498db, #2c3e50) !important;
  background: linear-gradient(to bottom, #3498db, #2c3e50) !important;
}

.bg--gradi-37,
.overlay--gradi-37[class*='overlay']::before {
  background: #6a9113 !important;
  background: -webkit-linear-gradient(to bottom, #141517, #6a9113) !important;
  background: linear-gradient(to bottom, #141517, #6a9113) !important;
}

.bg--gradi-38,
.overlay--gradi-38[class*='overlay']::before {
  background: #136a8a !important;
  background: -webkit-linear-gradient(to bottom, #267871, #136a8a) !important;
  background: linear-gradient(to bottom, #267871, #136a8a) !important;
}

.bg--gradi-39,
.overlay--gradi-39[class*='overlay']::before {
  background: #6441a5 !important;
  background: -webkit-linear-gradient(to bottom, #2a0845, #6441a5) !important;
  background: linear-gradient(to bottom, #2a0845, #6441a5) !important;
}

.bg--gradi-40,
.overlay--gradi-40[class*='overlay']::before {
  background: #43cea2 !important;
  background: -webkit-linear-gradient(to bottom, #185a9d, #43cea2) !important;
  background: linear-gradient(to bottom, #185a9d, #43cea2) !important;
}

.bg--gradi-41,
.overlay--gradi-41[class*='overlay']::before {
  background: #00c6ff !important;
  background: -webkit-linear-gradient(to bottom, #0072ff, #00c6ff) !important;
  background: linear-gradient(to bottom, #0072ff, #00c6ff) !important;
}

.bg--gradi-42,
.overlay--gradi-42[class*='overlay']::before {
  background: #9d50bb !important;
  background: -webkit-linear-gradient(to bottom, #6e48aa, #9d50bb) !important;
  background: linear-gradient(to bottom, #6e48aa, #9d50bb) !important;
}

.bg--gradi-43,
.overlay--gradi-43[class*='overlay']::before {
  background: #add100 !important;
  background: -webkit-linear-gradient(to bottom, #7b920a, #add100) !important;
  background: linear-gradient(to bottom, #7b920a, #add100) !important;
}

.bg--gradi-44,
.overlay--gradi-44[class*='overlay']::before {
  background: #00d2ff !important;
  background: -webkit-linear-gradient(to bottom, #3a7bd5, #00d2ff) !important;
  background: linear-gradient(to bottom, #3a7bd5, #00d2ff) !important;
}

.bg--gradi-45,
.overlay--gradi-45[class*='overlay']::before {
  background: #a73737 !important;
  background: -webkit-linear-gradient(to bottom, #7a2828, #a73737) !important;
  background: linear-gradient(to bottom, #7a2828, #a73737) !important;
}

.bg--gradi-46,
.overlay--gradi-46[class*='overlay']::before {
  background: #4b6cb7 !important;
  background: -webkit-linear-gradient(to bottom, #182848, #4b6cb7) !important;
  background: linear-gradient(to bottom, #182848, #4b6cb7) !important;
}

.bg--gradi-47,
.overlay--gradi-47[class*='overlay']::before {
  background: #e43a15 !important;
  background: -webkit-linear-gradient(to bottom, #e65245, #e43a15) !important;
  background: linear-gradient(to bottom, #e65245, #e43a15) !important;
}

.bg--gradi-48,
.overlay--gradi-48[class*='overlay']::before {
  background: #c04848 !important;
  background: -webkit-linear-gradient(to bottom, #480048, #c04848) !important;
  background: linear-gradient(to bottom, #480048, #c04848) !important;
}

.bg--gradi-49,
.overlay--gradi-49[class*='overlay']::before {
  background: #232526 !important;
  background: -webkit-linear-gradient(to bottom, #414345, #232526) !important;
  background: linear-gradient(to bottom, #414345, #232526) !important;
}

.bg--gradi-50,
.overlay--gradi-50[class*='overlay']::before {
  background: #4776e6 !important;
  background: -webkit-linear-gradient(to bottom, #8e54e9, #4776e6) !important;
  background: linear-gradient(to bottom, #8e54e9, #4776e6) !important;
}

/* background-color css end */
/* overlay css start */
[class*='overlay'] {
  position: relative;
  z-index: 1;
}

[class*='overlay']:not(.overlay-icon)::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.85;
  z-index: -10;
}

[class*='overlay'].overlay--primary::before {
  background-color: #4634ff !important;
}

[class*='overlay'].overlay--secondary::before {
  background-color: #868e96 !important;
}

[class*='overlay'].overlay--success::before {
  background-color: #28c76f !important;
}

[class*='overlay'].overlay--danger::before {
  background-color: #eb2222 !important;
}

[class*='overlay'].overlay--warning::before {
  background-color: #ff9f43 !important;
}

[class*='overlay'].overlay--info::before {
  background-color: #1e9ff2 !important;
}

[class*='overlay'].overlay--dark::before {
  background-color: #10163a !important;
}

[class*='overlay'].overlay--white::before {
  background-color: #ffffff !important;
}

[class*='overlay'].overlay--black::before {
  background-color: #000000 !important;
}

[class*='overlay'].overlay--gray::before {
  background-color: #9e9e9e !important;
}

[class*='overlay'].overlay--blue-gray::before {
  background-color: #607d8b !important;
}

[class*='overlay'].overlay--red::before {
  background-color: #f44336 !important;
}

[class*='overlay'].overlay--pink::before {
  background-color: #e91e63 !important;
}

[class*='overlay'].overlay--purple::before {
  background-color: #9c27b0 !important;
}

[class*='overlay'].overlay--deep-purple::before {
  background-color: #673ab7 !important;
}

[class*='overlay'].overlay--indigo::before {
  background-color: #3f51b5 !important;
}

[class*='overlay'].overlay--blue::before {
  background-color: #2196f3 !important;
}

[class*='overlay'].overlay--light-blue::before {
  background-color: #45c5ff !important;
}

[class*='overlay'].overlay--cyan::before {
  background-color: #00bcd4 !important;
}

[class*='overlay'].overlay--teal::before {
  background-color: #009688 !important;
}

[class*='overlay'].overlay--green::before {
  background-color: #4caf50 !important;
}

[class*='overlay'].overlay--light-green::before {
  background-color: #8bc34a !important;
}

[class*='overlay'].overlay--lime::before {
  background-color: #cddc39 !important;
}

[class*='overlay'].overlay--yellow::before {
  background-color: #ffeb3b !important;
}

[class*='overlay'].overlay--amber::before {
  background-color: #ffc107 !important;
}

[class*='overlay'].overlay--orange::before {
  background-color: #ff9800 !important;
}

[class*='overlay'].overlay--brown::before {
  background-color: #795548 !important;
}

.overlay--opacity-1::before {
  opacity: 0.1 !important;
}

.overlay--opacity-2::before {
  opacity: 0.2 !important;
}

.overlay--opacity-3::before {
  opacity: 0.3 !important;
}

.overlay--opacity-4::before {
  opacity: 0.4 !important;
}

.overlay--opacity-5::before {
  opacity: 0.5 !important;
}

.overlay--opacity-6::before {
  opacity: 0.6 !important;
}

.overlay--overlay--opacity-7::before {
  opacity: 0.7 !important;
}

.overlay--opacity-8::before {
  opacity: 0.8 !important;
}

.overlay--opacity-9::before {
  opacity: 0.9 !important;
}

.overlay--opacity-10::before {
  opacity: 1 !important;
}

/* overlay css end */
/* outline color css start */
.b--1 {
  border: 1px solid !important;
}

.b--2 {
  border: 2px solid !important;
}

.b--3 {
  border: 3px solid !important;
}

.b--4 {
  border: 4px solid !important;
}

.b--5 {
  border: 5px solid !important;
}

.bt--1 {
  border: none;
  border-top: 1px solid !important;
}

.bt--2 {
  border-top: 2px solid !important;
}

.bt--3 {
  border-top: 3px solid !important;
}

.bt--4 {
  border-top: 4px solid !important;
}

.bt--5 {
  border-top: 5px solid !important;
}

.bb--1 {
  border-bottom: 1px solid !important;
}

.bb--2 {
  border-bottom: 2px solid !important;
}

.bb--3 {
  border-bottom: 3px solid !important;
}

.bb--4 {
  border-bottom: 4px solid !important;
}

.bb--5 {
  border-bottom: 5px solid !important;
}

.bl--1 {
  border-left: 1px solid !important;
}

.bl--2 {
  border-left: 2px solid !important;
}

.bl--3 {
  border-left: 3px solid !important;
}

.bl--4 {
  border-left: 4px solid !important;
}

.bl--5 {
  border-left: 5px solid !important;
}

.br--1 {
  border-right: 1px solid !important;
}

.br--2 {
  border-right: 2px solid !important;
}

.br--3 {
  border-right: 3px solid !important;
}

.br--4 {
  border-right: 4px solid !important;
}

.br--5 {
  border-right: 5px solid !important;
}

.bl--5-primary {
  border-left: 5px solid #4634ff !important;
}

.border--primary {
  border-color: #4634ff !important;
}

.border--secondary {
  border-color: #868e96 !important;
}

.border--success {
  border-color: #28c76f !important;
}

.border--danger {
  border-color: #eb2222 !important;
}

.border--warning {
  border-color: #ff9f43 !important;
}

.border--info {
  border-color: #1e9ff2 !important;
}

.border--dark {
  border-color: #10163a !important;
}

.border--white,
.border--light {
  border-color: #ffffff !important;
}

.border--black {
  border-color: #000000 !important;
}

.border--gray {
  border-color: #9e9e9e !important;
}

.border--blue-gray {
  border-color: #607d8b !important;
}

.border--red {
  border-color: #f44336 !important;
}

.border--pink {
  border-color: #e91e63 !important;
}

.border--purple {
  border-color: #9c27b0 !important;
}

.border--deep-purple {
  border-color: #673ab7 !important;
}

.border--indigo {
  border-color: #3f51b5 !important;
}

.border--blue {
  border-color: #2196f3 !important;
}

.border--light-blue {
  border-color: #45c5ff !important;
}

.border--cyan {
  border-color: #00bcd4 !important;
}

.border--teal {
  border-color: #009688 !important;
}

.border--green {
  border-color: #4caf50 !important;
}

.border--light-green {
  border-color: #8bc34a !important;
}

.border--lime {
  border-color: #cddc39 !important;
}

.border--yellow {
  border-color: #ffeb3b !important;
}

.border--amber {
  border-color: #ffc107 !important;
}

.border--orange {
  border-color: #ff9800 !important;
}

.border--brown {
  border-color: #795548 !important;
}

.b-color--1 {
  border-color: #127681 !important;
}

.b-color--2 {
  border-color: #ea907a !important;
}

.b-color--3 {
  border-color: #10375c !important;
}

.b-color--4 {
  border-color: #4f8a8b !important;
}

.b-color--5 {
  border-color: #d92027 !important;
}

.b-color--6 {
  border-color: #ff9234 !important;
}

.b-color--7 {
  border-color: #4cd3c2 !important;
}

.b-color--8 {
  border-color: #35d0ba !important;
}

.b-color--9 {
  border-color: #e84a5f !important;
}

.b-color--10 {
  border-color: #00005c !important;
}

.b-color--11 {
  border-color: #45046a !important;
}

.b-color--12 {
  border-color: #5c2a9d !important;
}

.b-color--13 {
  border-color: #6a097d !important;
}

.b-color--14 {
  border-color: #ff5200 !important;
}

.b-color--15 {
  border-color: #162447 !important;
}

.b-color--16 {
  border-color: #e43f5a !important;
}

.b-color--17 {
  border-color: #035aa6 !important;
}

.b-color--18 {
  border-color: #0779e4 !important;
}

.b-color--19 {
  border-color: #342ead !important;
}

.b-color--20 {
  border-color: #d7385e !important;
}

/* outline color css end */
/* button css start */
.button--group {
    margin: -5px -15px;
  }
  
  .button--group .btn {
    margin: 2px 3px;
  }
  
  .btn {
    --btn-color: #fff;
    border-radius: 3.2px;
  }
  .btn:hover:hover,
  .btn:hover:active,
  .btn:hover:focus,
  .btn:hover:focus-visible {
    color: var(--btn-color) !important;
  }
  
  .btn i {
    margin-right: 5px;
  }
  
  .btn.focus,
  .btn:focus {
    outline: 0;
    box-shadow: none;
  }
  
  *[class*='btn-'] {
    transition: all 0.3s;
    font-size: 0.875rem;
  }
  
  .btn--capsule {
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
  }
  
  .btn--primary {
    --color: #4634ff;
    background-color: var(--color) !important;
    border: 1px solid var(--color) !important;
    color: var(--btn-color) !important;
  }
  
  .btn--primary:hover,
  .btn--primary:active,
  .btn--primary:focus,
  .btn--primary:focus-visible {
    --color: #1801ff;
  }
  
  .btn-outline--primary {
    --color: #4634ff;
    color: var(--color) !important;
    border-color: var(--color) !important;
  }
  
  .btn-outline--primary:hover,
  .btn-outline--primary:active,
  .btn-outline--primary:focus-visible {
    background-color: var(--color) !important;
    color: var(--btn-color) !important;
  }
  
  .btn--secondary {
    --color: #868e96;
    background-color: var(--color) !important;
    border: 1px solid var(--color) !important;
    color: var(--btn-color) !important;
  }
  
  .btn--secondary:hover,
  .btn--secondary:active,
  .btn--secondary:focus,
  .btn--secondary:focus-visible {
    --color: #6c757d;
  }
  
  .btn-outline--secondary {
    --color: #868e96;
    color: var(--color) !important;
    border-color: var(--color) !important;
  }
  
  .btn-outline--secondary:hover,
  .btn-outline--secondary:active,
  .btn-outline--secondary:focus-visible {
    background-color: var(--color) !important;
    color: var(--btn-color) !important;
  }
  
  .btn--success {
    --color: #28c76f;
    background-color: var(--color) !important;
    border: 1px solid var(--color) !important;
    color: var(--btn-color) !important;
  }
  
  .btn--success:hover,
  .btn--success:active,
  .btn--success:focus,
  .btn--success:focus-visible {
    --color: #1f9d57;
  }
  
  .btn-outline--success {
    --color: #28c76f;
    color: var(--color) !important;
    border-color: var(--color) !important;
  }
  
  .btn-outline--success:hover,
  .btn-outline--success:active,
  .btn-outline--success:focus-visible {
    background-color: var(--color) !important;
    color: var(--btn-color) !important;
  }
  
  .btn--danger {
    --color: #eb2222;
    background-color: var(--color) !important;
    border: 1px solid var(--color) !important;
    color: var(--btn-color) !important;
  }
  
  .btn--danger:hover,
  .btn--danger:active,
  .btn--danger:focus,
  .btn--danger:focus-visible {
    --color: #c81212;
  }
  
  .btn-outline--danger {
    --color: #eb2222;
    color: var(--color) !important;
    border-color: var(--color) !important;
  }
  
  .btn-outline--danger:hover,
  .btn-outline--danger:active,
  .btn-outline--danger:focus-visible {
    background-color: var(--color) !important;
    color: var(--btn-color) !important;
  }
  
  .btn--warning {
    --color: #ff9f43;
    background-color: var(--color) !important;
    border: 1px solid var(--color) !important;
    color: var(--btn-color) !important;
  }
  
  .btn--warning:hover,
  .btn--warning:active,
  .btn--warning:focus,
  .btn--warning:focus-visible {
    --color: #ff8510;
  }
  
  .btn-outline--warning {
    --color: #ff9f43;
    color: var(--color) !important;
    border-color: var(--color) !important;
  }
  
  .btn-outline--warning:hover,
  .btn-outline--warning:active,
  .btn-outline--warning:focus-visible {
    background-color: var(--color) !important;
    color: var(--btn-color) !important;
  }
  
  .btn--info {
    --color: #1e9ff2;
    background-color: var(--color) !important;
    border: 1px solid var(--color) !important;
    color: var(--btn-color) !important;
  }
  
  .btn--info:hover,
  .btn--info:active,
  .btn--info:focus,
  .btn--info:focus-visible {
    --color: #0c84d1;
  }
  
  .btn-outline--info {
    --color: #1e9ff2;
    color: var(--color) !important;
    border-color: var(--color) !important;
  }
  
  .btn-outline--info:hover,
  .btn-outline--info:active,
  .btn-outline--info:focus-visible {
    background-color: var(--color) !important;
    color: var(--btn-color) !important;
  }
  
  .btn--dark {
    --color: #10163a;
    background-color: var(--color) !important;
    border: 1px solid var(--color) !important;
    color: var(--btn-color) !important;
  }
  
  .btn--dark:hover,
  .btn--dark:active,
  .btn--dark:focus,
  .btn--dark:focus-visible {
    --color: #050712;
  }
  
  .btn-outline--dark {
    --color: #10163a;
    color: var(--color) !important;
    border-color: var(--color) !important;
  }
  
  .btn-outline--dark:hover,
  .btn-outline--dark:active,
  .btn-outline--dark:focus-visible {
    background-color: var(--color) !important;
    color: var(--btn-color) !important;
  }
  
  .btn--gray {
    --color: #9e9e9e;
    background-color: var(--color) !important;
    border: 1px solid var(--color) !important;
    color: var(--btn-color) !important;
  }
  
  .btn--gray:hover,
  .btn--gray:active,
  .btn--gray:focus,
  .btn--gray:focus-visible {
    --color: #858585;
  }
  
  .btn-outline--gray {
    --color: #9e9e9e;
    color: var(--color) !important;
    border-color: var(--color) !important;
  }
  
  .btn-outline--gray:hover,
  .btn-outline--gray:focus,
  .btn-outline--gray:active,
  .btn-outline--gray:focus-visible {
    background-color: var(--color) !important;
    color: var(--btn-color) !important;
  }
  
  .btn--blue-gray {
    --color: #607d8b;
    background-color: var(--color) !important;
    border: 1px solid var(--color) !important;
    color: var(--btn-color) !important;
  }
  
  .btn--blue-gray:hover,
  .btn--blue-gray:active,
  .btn--blue-gray:focus,
  .btn--blue-gray:focus-visible {
    --color: #4b626d;
  }
  
  .btn-outline--blue-gray {
    --color: #607d8b;
    color: var(--color) !important;
    border-color: var(--color) !important;
  }
  
  .btn-outline--blue-gray:hover,
  .btn-outline--blue-gray:focus,
  .btn-outline--blue-gray:active,
  .btn-outline--blue-gray:focus-visible {
    background-color: var(--color) !important;
    color: var(--btn-color) !important;
  }
  
  .btn--red {
    --color: #f44336;
    background-color: var(--color) !important;
    border: 1px solid var(--color) !important;
    color: var(--btn-color) !important;
  }
  
  .btn--red:hover,
  .btn--red:active,
  .btn--red:focus,
  .btn--red:focus-visible {
    --color: #ea1c0d;
  }
  
  .btn-outline--red {
    --color: #f44336;
    color: var(--color) !important;
    border-color: var(--color) !important;
  }
  
  .btn-outline--red:hover,
  .btn-outline--red:focus,
  .btn-outline--red:active,
  .btn-outline--red:focus-visible {
    background-color: var(--color) !important;
    color: var(--btn-color) !important;
  }
  
  .btn--pink {
    --color: #e91e63;
    background-color: var(--color) !important;
    border: 1px solid var(--color) !important;
    color: var(--btn-color) !important;
  }
  
  .btn--pink:hover,
  .btn--pink:active,
  .btn--pink:focus,
  .btn--pink:focus-visible {
    --color: #c1134e;
  }
  
  .btn-outline--pink {
    --color: #e91e63;
    color: var(--color) !important;
    border-color: var(--color) !important;
  }
  
  .btn-outline--pink:hover,
  .btn-outline--pink:focus,
  .btn-outline--pink:active,
  .btn-outline--pink:focus-visible {
    background-color: var(--color) !important;
    color: var(--btn-color) !important;
  }
  
  .btn--purple {
    --color: #9c27b0;
    background-color: var(--color) !important;
    border: 1px solid var(--color) !important;
    color: var(--btn-color) !important;
  }
  
  .btn--purple:hover,
  .btn--purple:active,
  .btn--purple:focus,
  .btn--purple:focus-visible {
    --color: #771e86;
  }
  
  .btn-outline--purple {
    --color: #9c27b0;
    color: var(--color) !important;
    border-color: var(--color) !important;
  }
  
  .btn-outline--purple:hover,
  .btn-outline--purple:focus,
  .btn-outline--purple:active,
  .btn-outline--purple:focus-visible {
    background-color: var(--color) !important;
    color: var(--btn-color) !important;
  }
  
  .btn--deep-purple {
    --color: #673ab7;
    background-color: var(--color) !important;
    border: 1px solid var(--color) !important;
    color: var(--btn-color) !important;
  }
  
  .btn--deep-purple:hover,
  .btn--deep-purple:active,
  .btn--deep-purple:focus,
  .btn--deep-purple:focus-visible {
    --color: #512e90;
  }
  
  .btn-outline--deep-purple {
    --color: #673ab7;
    color: var(--color) !important;
    border-color: var(--color) !important;
  }
  
  .btn-outline--deep-purple:hover,
  .btn-outline--deep-purple:focus,
  .btn-outline--deep-purple:active,
  .btn-outline--deep-purple:focus-visible {
    background-color: var(--color) !important;
    color: var(--btn-color) !important;
  }
  
  .btn--indigo {
    --color: #3f51b5;
    background-color: var(--color) !important;
    border: 1px solid var(--color) !important;
    color: var(--btn-color) !important;
  }
  
  .btn--indigo:hover,
  .btn--indigo:active,
  .btn--indigo:focus,
  .btn--indigo:focus-visible {
    --color: #32408f;
  }
  
  .btn-outline--indigo {
    --color: #3f51b5;
    color: var(--color) !important;
    border-color: var(--color) !important;
  }
  
  .btn-outline--indigo:hover,
  .btn-outline--indigo:focus,
  .btn-outline--indigo:active,
  .btn-outline--indigo:focus-visible {
    background-color: var(--color) !important;
    color: var(--btn-color) !important;
  }
  
  .btn--blue {
    --color: #2196f3;
    background-color: var(--color) !important;
    border: 1px solid var(--color) !important;
    color: var(--btn-color) !important;
  }
  
  .btn--blue:hover,
  .btn--blue:active,
  .btn--blue:focus,
  .btn--blue:focus-visible {
    --color: #0c7cd5;
  }
  
  .btn-outline--blue {
    --color: #2196f3;
    color: var(--color) !important;
    border-color: var(--color) !important;
  }
  
  .btn-outline--blue:hover,
  .btn-outline--blue:focus,
  .btn-outline--blue:active,
  .btn-outline--blue:focus-visible {
    background-color: var(--color) !important;
    color: var(--btn-color) !important;
  }
  
  .btn--light-blue {
    --color: #45c5ff;
    background-color: var(--color) !important;
    border: 1px solid var(--color) !important;
    color: var(--btn-color) !important;
  }
  
  .btn--light-blue:hover,
  .btn--light-blue:active,
  .btn--light-blue:focus,
  .btn--light-blue:focus-visible {
    --color: #12b5ff;
  }
  
  .btn-outline--light-blue {
    --color: #45c5ff;
    color: var(--color) !important;
    border-color: var(--color) !important;
  }
  
  .btn-outline--light-blue:hover,
  .btn-outline--light-blue:focus,
  .btn-outline--light-blue:active,
  .btn-outline--light-blue:focus-visible {
    background-color: var(--color) !important;
    color: var(--btn-color) !important;
  }
  
  .btn--cyan {
    --color: #00bcd4;
    background-color: var(--color) !important;
    border: 1px solid var(--color) !important;
    color: var(--btn-color) !important;
  }
  
  .btn--cyan:hover,
  .btn--cyan:active,
  .btn--cyan:focus,
  .btn--cyan:focus-visible {
    --color: #008fa1;
  }
  
  .btn-outline--cyan {
    --color: #00bcd4;
    color: var(--color) !important;
    border-color: var(--color) !important;
  }
  
  .btn-outline--cyan:hover,
  .btn-outline--cyan:focus,
  .btn-outline--cyan:active,
  .btn-outline--cyan:focus-visible {
    background-color: var(--color) !important;
    color: var(--btn-color) !important;
  }
  
  .btn--teal {
    --color: #009688;
    background-color: var(--color) !important;
    border: 1px solid var(--color) !important;
    color: var(--btn-color) !important;
  }
  
  .btn--teal:hover,
  .btn--teal:active,
  .btn--teal:focus,
  .btn--teal:focus-visible {
    --color: #00635a;
  }
  
  .btn-outline--teal {
    --color: #009688;
    color: var(--color) !important;
    border-color: var(--color) !important;
  }
  
  .btn-outline--teal:hover,
  .btn-outline--teal:focus,
  .btn-outline--teal:active,
  .btn-outline--teal:focus-visible {
    background-color: var(--color) !important;
    color: var(--btn-color) !important;
  }
  
  .btn--green {
    --color: #4caf50;
    background-color: var(--color) !important;
    border: 1px solid var(--color) !important;
    color: var(--btn-color) !important;
  }
  
  .btn--green:hover,
  .btn--green:active,
  .btn--green:focus,
  .btn--green:focus-visible {
    --color: #3d8b40;
  }
  
  .btn-outline--green {
    --color: #4caf50;
    color: var(--color) !important;
    border-color: var(--color) !important;
  }
  
  .btn-outline--green:hover,
  .btn-outline--green:focus,
  .btn-outline--green:active,
  .btn-outline--green:focus-visible {
    background-color: var(--color) !important;
    color: var(--btn-color) !important;
  }
  
  .btn--light-green {
    --color: #8bc34a;
    background-color: var(--color) !important;
    border: 1px solid var(--color) !important;
    color: var(--btn-color) !important;
  }
  
  .btn--light-green:hover,
  .btn--light-green:active,
  .btn--light-green:focus,
  .btn--light-green:focus-visible {
    --color: #71a436;
  }
  
  .btn-outline--light-green {
    --color: #8bc34a;
    color: var(--color) !important;
    border-color: var(--color) !important;
  }
  
  .btn-outline--light-green:hover,
  .btn-outline--light-green:focus,
  .btn-outline--light-green:active,
  .btn-outline--light-green:focus-visible {
    background-color: var(--color) !important;
    color: var(--btn-color) !important;
  }
  
  .btn--lime {
    --color: #cddc39;
    background-color: var(--color) !important;
    border: 1px solid var(--color) !important;
    color: var(--btn-color) !important;
  }
  
  .btn--lime:hover,
  .btn--lime:active,
  .btn--lime:focus,
  .btn--lime:focus-visible {
    --color: #b2c022;
  }
  
  .btn-outline--lime {
    --color: #cddc39;
    color: var(--color) !important;
    border-color: var(--color) !important;
  }
  
  .btn-outline--lime:hover,
  .btn-outline--lime:focus,
  .btn-outline--lime:active,
  .btn-outline--lime:focus-visible {
    background-color: var(--color) !important;
    color: var(--btn-color) !important;
  }
  
  .btn--yellow {
    --color: #ffeb3b;
    background-color: var(--color) !important;
    border: 1px solid var(--color) !important;
    color: var(--btn-color) !important;
  }
  
  .btn--yellow:hover,
  .btn--yellow:active,
  .btn--yellow:focus,
  .btn--yellow:focus-visible {
    --color: #ffe608;
  }
  
  .btn-outline--yellow {
    --color: #ffeb3b;
    color: var(--color) !important;
    border-color: var(--color) !important;
  }
  
  .btn-outline--yellow:hover,
  .btn-outline--yellow:focus,
  .btn-outline--yellow:active,
  .btn-outline--yellow:focus-visible {
    background-color: var(--color) !important;
    color: var(--btn-color) !important;
  }
  
  .btn--amber {
    --color: #f2b809;
    background-color: var(--color) !important;
    border: 1px solid var(--color) !important;
    color: var(--btn-color) !important;
  }
  
  .btn--amber:hover,
  .btn--amber:active,
  .btn--amber:focus,
  .btn--amber:focus-visible {
    --color: #c19307;
  }
  
  .btn-outline--amber {
    --color: #f2b809;
    color: var(--color) !important;
    border-color: var(--color) !important;
  }
  
  .btn-outline--amber:hover,
  .btn-outline--amber:focus,
  .btn-outline--amber:active,
  .btn-outline--amber:focus-visible {
    background-color: var(--color) !important;
    color: var(--btn-color) !important;
  }
  
  .btn--orange {
    --color: #ff9800;
    background-color: var(--color) !important;
    border: 1px solid var(--color) !important;
    color: var(--btn-color) !important;
  }
  
  .btn--orange:hover,
  .btn--orange:active,
  .btn--orange:focus,
  .btn--orange:focus-visible {
    --color: #cc7a00;
  }
  
  .btn-outline--orange {
    --color: #ff9800;
    color: var(--color) !important;
    border-color: var(--color) !important;
  }
  
  .btn-outline--orange:hover,
  .btn-outline--orange:focus,
  .btn-outline--orange:active,
  .btn-outline--orange:focus-visible {
    background-color: var(--color) !important;
    color: var(--btn-color) !important;
  }
  
  .btn--brown {
    --color: #795548;
    background-color: var(--color) !important;
    border: 1px solid var(--color) !important;
    color: var(--btn-color) !important;
  }
  
  .btn--brown:hover,
  .btn--brown:active,
  .btn--brown:focus,
  .btn--brown:focus-visible {
    --color: #593f35;
  }
  
  .btn-outline--brown {
    --color: #795548;
    color: var(--color) !important;
    border-color: var(--color) !important;
  }
  
  .btn-outline--brown:hover,
  .btn-outline--brown:focus,
  .btn-outline--brown:active,
  .btn-outline--brown:focus-visible {
    background-color: var(--color) !important;
    color: var(--btn-color) !important;
  }
  
  .btn--1 {
    --color: #127681;
    background-color: var(--color) !important;
    border: 1px solid var(--color) !important;
    color: var(--btn-color) !important;
  }
  
  .btn--1:hover,
  .btn--1:active,
  .btn--1:focus,
  .btn--1:focus-visible {
    --color: #0c4d54;
  }
  
  .btn-outline--1 {
    --color: #127681;
    color: var(--color) !important;
    border-color: var(--color) !important;
  }
  
  .btn-outline--1:hover,
  .btn-outline--1:focus,
  .btn-outline--1:active,
  .btn-outline--1:focus-visible {
    background-color: var(--color) !important;
    color: var(--btn-color) !important;
  }
  
  .btn--2 {
    --color: #ea907a;
    background-color: var(--color) !important;
    border: 1px solid var(--color) !important;
    color: var(--btn-color) !important;
  }
  
  .btn--2:hover,
  .btn--2:active,
  .btn--2:focus,
  .btn--2:focus-visible {
    --color: #e36b4e;
  }
  
  .btn-outline--2 {
    --color: #ea907a;
    color: var(--color) !important;
    border-color: var(--color) !important;
  }
  
  .btn-outline--2:hover,
  .btn-outline--2:focus,
  .btn-outline--2:active,
  .btn-outline--2:focus-visible {
    background-color: var(--color) !important;
    color: var(--btn-color) !important;
  }
  
  .btn--3 {
    --color: #10375c;
    background-color: var(--color) !important;
    border: 1px solid var(--color) !important;
    color: var(--btn-color) !important;
  }
  
  .btn--3:hover,
  .btn--3:active,
  .btn--3:focus,
  .btn--3:focus-visible {
    --color: #081d31;
  }
  
  .btn-outline--3 {
    --color: #10375c;
    color: var(--color) !important;
    border-color: var(--color) !important;
  }
  
  .btn-outline--3:hover,
  .btn-outline--3:focus,
  .btn-outline--3:active,
  .btn-outline--3:focus-visible {
    background-color: var(--color) !important;
    color: var(--btn-color) !important;
  }
  
  .btn--4 {
    --color: #4f8a8b;
    background-color: var(--color) !important;
    border: 1px solid var(--color) !important;
    color: var(--btn-color) !important;
  }
  
  .btn--4:hover,
  .btn--4:active,
  .btn--4:focus,
  .btn--4:focus-visible {
    --color: #3d6a6a;
  }
  
  .btn-outline--4 {
    --color: #4f8a8b;
    color: var(--color) !important;
    border-color: var(--color) !important;
  }
  
  .btn-outline--4:hover,
  .btn-outline--4:focus,
  .btn-outline--4:active,
  .btn-outline--4:focus-visible {
    background-color: var(--color) !important;
    color: var(--btn-color) !important;
  }
  
  .btn--5 {
    --color: #d92027;
    background-color: var(--color) !important;
    border: 1px solid var(--color) !important;
    color: var(--btn-color) !important;
  }
  
  .btn--5:hover,
  .btn--5:active,
  .btn--5:focus,
  .btn--5:focus-visible {
    --color: #ad191f;
  }
  
  .btn-outline--5 {
    --color: #d92027;
    color: var(--color) !important;
    border-color: var(--color) !important;
  }
  
  .btn-outline--5:hover,
  .btn-outline--5:focus,
  .btn-outline--5:active,
  .btn-outline--5:focus-visible {
    background-color: var(--color) !important;
    color: var(--btn-color) !important;
  }
  
  .btn--6 {
    --color: #ff9234;
    background-color: var(--color) !important;
    border: 1px solid var(--color) !important;
    color: var(--btn-color) !important;
  }
  
  .btn--6:hover,
  .btn--6:active,
  .btn--6:focus,
  .btn--6:focus-visible {
    --color: #ff7701;
  }
  
  .btn-outline--6 {
    --color: #ff9234;
    color: var(--color) !important;
    border-color: var(--color) !important;
  }
  
  .btn-outline--6:hover,
  .btn-outline--6:focus,
  .btn-outline--6:active,
  .btn-outline--6:focus-visible {
    background-color: var(--color) !important;
    color: var(--btn-color) !important;
  }
  
  .btn--7 {
    --color: #4cd3c2;
    background-color: var(--color) !important;
    border: 1px solid var(--color) !important;
    color: var(--btn-color) !important;
  }
  
  .btn--7:hover,
  .btn--7:active,
  .btn--7:focus,
  .btn--7:focus-visible {
    --color: #2fbdab;
  }
  
  .btn-outline--7 {
    --color: #4cd3c2;
    color: var(--color) !important;
    border-color: var(--color) !important;
  }
  
  .btn-outline--7:hover,
  .btn-outline--7:focus,
  .btn-outline--7:active,
  .btn-outline--7:focus-visible {
    background-color: var(--color) !important;
    color: var(--btn-color) !important;
  }
  
  .btn--8 {
    --color: #35d0ba;
    background-color: var(--color) !important;
    border: 1px solid var(--color) !important;
    color: var(--btn-color) !important;
  }
  
  .btn--8:hover,
  .btn--8:active,
  .btn--8:focus,
  .btn--8:focus-visible {
    --color: #28aa98;
  }
  
  .btn-outline--8 {
    --color: #35d0ba;
    color: var(--color) !important;
    border-color: var(--color) !important;
  }
  
  .btn-outline--8:hover,
  .btn-outline--8:focus,
  .btn-outline--8:active,
  .btn-outline--8:focus-visible {
    background-color: var(--color) !important;
    color: var(--btn-color) !important;
  }
  
  .btn--9 {
    --color: #e84a5f;
    background-color: var(--color) !important;
    border: 1px solid var(--color) !important;
    color: var(--btn-color) !important;
  }
  
  .btn--9:hover,
  .btn--9:active,
  .btn--9:focus,
  .btn--9:focus-visible {
    --color: #e21d37;
  }
  
  .btn-outline--9 {
    --color: #e84a5f;
    color: var(--color) !important;
    border-color: var(--color) !important;
  }
  
  .btn-outline--9:hover,
  .btn-outline--9:focus,
  .btn-outline--9:active,
  .btn-outline--9:focus-visible {
    background-color: var(--color) !important;
    color: var(--btn-color) !important;
  }
  
  .btn--10 {
    --color: #00005c;
    background-color: var(--color) !important;
    border: 1px solid var(--color) !important;
    color: var(--btn-color) !important;
  }
  
  .btn--10:hover,
  .btn--10:active,
  .btn--10:focus,
  .btn--10:focus-visible {
    --color: #000029;
  }
  
  .btn-outline--10 {
    --color: #00005c;
    color: var(--color) !important;
    border-color: var(--color) !important;
  }
  
  .btn-outline--10:hover,
  .btn-outline--10:focus,
  .btn-outline--10:active,
  .btn-outline--10:focus-visible {
    background-color: var(--color) !important;
    color: var(--btn-color) !important;
  }
  
  .btn--11 {
    --color: #45046a;
    background-color: var(--color) !important;
    border: 1px solid var(--color) !important;
    color: var(--btn-color) !important;
  }
  
  .btn--11:hover,
  .btn--11:active,
  .btn--11:focus,
  .btn--11:focus-visible {
    --color: #250239;
  }
  
  .btn-outline--11 {
    --color: #45046a;
    color: var(--color) !important;
    border-color: var(--color) !important;
  }
  
  .btn-outline--11:hover,
  .btn-outline--11:focus,
  .btn-outline--11:active,
  .btn-outline--11:focus-visible {
    background-color: var(--color) !important;
    color: var(--btn-color) !important;
  }
  
  .btn--12 {
    --color: #5c2a9d;
    background-color: var(--color) !important;
    border: 1px solid var(--color) !important;
    color: var(--btn-color) !important;
  }
  
  .btn--12:hover,
  .btn--12:active,
  .btn--12:focus,
  .btn--12:focus-visible {
    --color: #441f75;
  }
  
  .btn-outline--12 {
    --color: #5c2a9d;
    color: var(--color) !important;
    border-color: var(--color) !important;
  }
  
  .btn-outline--12:hover,
  .btn-outline--12:focus,
  .btn-outline--12:active,
  .btn-outline--12:focus-visible {
    background-color: var(--color) !important;
    color: var(--btn-color) !important;
  }
  
  .btn--13 {
    --color: #6a097d;
    background-color: var(--color) !important;
    border: 1px solid var(--color) !important;
    color: var(--btn-color) !important;
  }
  
  .btn--13:hover,
  .btn--13:active,
  .btn--13:focus,
  .btn--13:focus-visible {
    --color: #42064d;
  }
  
  .btn-outline--13 {
    --color: #6a097d;
    color: var(--color) !important;
    border-color: var(--color) !important;
  }
  
  .btn-outline--13:hover,
  .btn-outline--13:focus,
  .btn-outline--13:active,
  .btn-outline--13:focus-visible {
    background-color: var(--color) !important;
    color: var(--btn-color) !important;
  }
  
  .btn--14 {
    --color: #ff5200;
    background-color: var(--color) !important;
    border: 1px solid var(--color) !important;
    color: var(--btn-color) !important;
  }
  
  .btn--14:hover,
  .btn--14:active,
  .btn--14:focus,
  .btn--14:focus-visible {
    --color: #cc4200;
  }
  
  .btn-outline--14 {
    --color: #ff5200;
    color: var(--color) !important;
    border-color: var(--color) !important;
  }
  
  .btn-outline--14:hover,
  .btn-outline--14:focus,
  .btn-outline--14:active,
  .btn-outline--14:focus-visible {
    background-color: var(--color) !important;
    color: var(--btn-color) !important;
  }
  
  .btn--15 {
    --color: #162447;
    background-color: var(--color) !important;
    border: 1px solid var(--color) !important;
    color: var(--btn-color) !important;
  }
  
  .btn--15:hover,
  .btn--15:active,
  .btn--15:focus,
  .btn--15:focus-visible {
    --color: #0a1020;
  }
  
  .btn-outline--15 {
    --color: #162447;
    color: var(--color) !important;
    border-color: var(--color) !important;
  }
  
  .btn-outline--15:hover,
  .btn-outline--15:focus,
  .btn-outline--15:active,
  .btn-outline--15:focus-visible {
    background-color: var(--color) !important;
    color: var(--btn-color) !important;
  }
  
  .btn--16 {
    --color: #e43f5a;
    background-color: var(--color) !important;
    border: 1px solid var(--color) !important;
    color: var(--btn-color) !important;
  }
  
  .btn--16:hover,
  .btn--16:active,
  .btn--16:focus,
  .btn--16:focus-visible {
    --color: #d21e3b;
  }
  
  .btn-outline--16 {
    --color: #e43f5a;
    color: var(--color) !important;
    border-color: var(--color) !important;
  }
  
  .btn-outline--16:hover,
  .btn-outline--16:focus,
  .btn-outline--16:active,
  .btn-outline--16:focus-visible {
    background-color: var(--color) !important;
    color: var(--btn-color) !important;
  }
  
  .btn--17 {
    --color: #035aa6;
    background-color: var(--color) !important;
    border: 1px solid var(--color) !important;
    color: var(--btn-color) !important;
  }
  
  .btn--17:hover,
  .btn--17:active,
  .btn--17:focus,
  .btn--17:focus-visible {
    --color: #023f74;
  }
  
  .btn-outline--17 {
    --color: #035aa6;
    color: var(--color) !important;
    border-color: var(--color) !important;
  }
  
  .btn-outline--17:hover,
  .btn-outline--17:focus,
  .btn-outline--17:active,
  .btn-outline--17:focus-visible {
    background-color: var(--color) !important;
    color: var(--btn-color) !important;
  }
  
  .btn--18 {
    --color: #0779e4;
    background-color: var(--color) !important;
    border: 1px solid var(--color) !important;
    color: var(--btn-color) !important;
  }
  
  .btn--18:hover,
  .btn--18:active,
  .btn--18:focus,
  .btn--18:focus-visible {
    --color: #055fb3;
  }
  
  .btn-outline--18 {
    --color: #0779e4;
    color: var(--color) !important;
    border-color: var(--color) !important;
  }
  
  .btn-outline--18:hover,
  .btn-outline--18:focus,
  .btn-outline--18:active,
  .btn-outline--18:focus-visible {
    background-color: var(--color) !important;
    color: var(--btn-color) !important;
  }
  
  .btn--19 {
    --color: #342ead;
    background-color: var(--color) !important;
    border: 1px solid var(--color) !important;
    color: var(--btn-color) !important;
  }
  
  .btn--19:hover,
  .btn--19:active,
  .btn--19:focus,
  .btn--19:focus-visible {
    --color: #282385;
  }
  
  .btn-outline--19 {
    --color: #342ead;
    color: var(--color) !important;
    border-color: var(--color) !important;
  }
  
  .btn-outline--19:hover,
  .btn-outline--19:focus,
  .btn-outline--19:active,
  .btn-outline--19:focus-visible {
    background-color: var(--color) !important;
    color: var(--btn-color) !important;
  }
  
  .btn--20 {
    --color: #d7385e;
    background-color: var(--color) !important;
    border: 1px solid var(--color) !important;
    color: var(--btn-color) !important;
  }
  
  .btn--20:hover,
  .btn--20:active,
  .btn--20:focus,
  .btn--20:focus-visible {
    --color: #b72548;
  }
  
  .btn-outline--20 {
    --color: #d7385e;
    color: var(--color) !important;
    border-color: var(--color) !important;
  }
  
  .btn-outline--20:hover,
  .btn-outline--20:focus,
  .btn-outline--20:active,
  .btn-outline--20:focus-visible {
    background-color: var(--color) !important;
    color: var(--btn-color) !important;
  }
  
  /* btn shadow css start */
  .btn--shadow-default {
    box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.2) !important;
  }
  
  .btn--primary.btn--shadow {
    box-shadow: 0 5px 10px 0 rgba(115, 103, 240, 0.35);
  }
  
  .btn--primary.btn--shadow:hover {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    box-shadow: 0 8px 15px 0 rgba(115, 103, 240, 0.45);
  }
  
  .btn--secondary.btn--shadow {
    box-shadow: 0 5px 10px 0 rgba(134, 142, 150, 0.35);
  }
  
  .btn--secondary.btn--shadow:hover {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    box-shadow: 0 8px 15px 0 rgba(134, 142, 150, 0.45);
  }
  
  .btn--success.btn--shadow {
    box-shadow: 0 5px 10px 0 rgba(40, 199, 111, 0.35);
  }
  
  .btn--success.btn--shadow:hover {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    box-shadow: 0 8px 15px 0 rgba(40, 199, 111, 0.45);
  }
  
  .btn--danger.btn--shadow {
    box-shadow: 0 5px 10px 0 rgba(234, 84, 85, 0.35);
  }
  
  .btn--danger.btn--shadow:hover {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    box-shadow: 0 8px 15px 0 rgba(234, 84, 85, 0.45);
  }
  
  .btn--warning.btn--shadow {
    box-shadow: 0 5px 10px 0 rgba(255, 159, 67, 0.35);
  }
  
  .btn--warning.btn--shadow:hover {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    box-shadow: 0 8px 15px 0 rgba(255, 159, 67, 0.45);
  }
  
  .btn--info.btn--shadow {
    box-shadow: 0 5px 10px 0 rgba(30, 159, 242, 0.35);
  }
  
  .btn--info.btn--shadow:hover {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    box-shadow: 0 8px 15px 0 rgba(30, 159, 242, 0.45);
  }
  
  .btn--dark.btn--shadow {
    box-shadow: 0 5px 10px 0 rgba(16, 22, 58, 0.35);
  }
  
  .btn--dark.btn--shadow:hover {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    box-shadow: 0 8px 15px 0 rgba(16, 22, 58, 0.45);
  }
  
  .btn-outline--primary.btn--shadow {
    box-shadow: 0 5px 10px 0 rgba(115, 103, 240, 0.35);
  }
  
  .btn-outline--primary.btn--shadow:hover {
    box-shadow: 0 8px 15px 0 rgba(115, 103, 240, 0.45);
  }
  
  .btn-outline--secondary.btn--shadow {
    box-shadow: 0 5px 10px 0 rgba(134, 142, 150, 0.35);
  }
  
  .btn-outline--secondary.btn--shadow:hover {
    box-shadow: 0 8px 15px 0 rgba(134, 142, 150, 0.45);
  }
  
  .btn-outline--success.btn--shadow {
    box-shadow: 0 5px 10px 0 rgba(40, 199, 111, 0.35);
  }
  
  .btn-outline--success.btn--shadow:hover {
    box-shadow: 0 8px 15px 0 rgba(40, 199, 111, 0.45);
  }
  
  .btn-outline--danger.btn--shadow {
    box-shadow: 0 5px 10px 0 rgba(234, 84, 85, 0.35);
  }
  
  .btn-outline--danger.btn--shadow:hover {
    box-shadow: 0 8px 15px 0 rgba(234, 84, 85, 0.45);
  }
  
  .btn-outline--warning.btn--shadow {
    box-shadow: 0 5px 10px 0 rgba(255, 159, 67, 0.35);
  }
  
  .btn-outline--warning.btn--shadow:hover {
    box-shadow: 0 8px 15px 0 rgba(255, 159, 67, 0.45);
  }
  
  .btn-outline--info.btn--shadow {
    box-shadow: 0 5px 10px 0 rgba(30, 159, 242, 0.35);
  }
  
  .btn-outline--info.btn--shadow:hover {
    box-shadow: 0 8px 15px 0 rgba(30, 159, 242, 0.45);
  }
  
  .btn-outline--dark.btn--shadow {
    box-shadow: 0 5px 10px 0 rgba(16, 22, 58, 0.35);
  }
  
  .btn-outline--dark.btn--shadow:hover {
    box-shadow: 0 8px 15px 0 rgba(16, 22, 58, 0.45);
  }
  
  /* btn shadow css end */
  
  /* btn gradient css start */
  .btn--gradi {
    border: none;
    text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
  }
  
  .btn--primary.btn--gradi,
  .btn-primary.btn--gradi {
    background: #640064;
    background-image: linear-gradient(30deg, #4634ff, rgba(115, 103, 240, 0.5)) !important;
    text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
  }
  
  .btn--secondary.btn--gradi,
  .btn-secondary.btn--gradi {
    background: linear-gradient(to right, #636f8e 0%, #acb8da 100%);
  }
  
  .btn--success.btn--gradi,
  .btn-success.btn--gradi {
    background: #0064fa;
    background-image: linear-gradient(30deg, #28c76f, rgba(40, 199, 111, 0.6)) !important;
  }
  
  .btn--danger.btn--gradi,
  .btn-danger.btn--gradi {
    background: #640064;
    background-image: linear-gradient(30deg, #eb2222, rgba(234, 84, 85, 0.15)) !important;
  }
  
  .btn--warning.btn--gradi,
  .btn-warning.btn--gradi {
    background: #fafafa;
    background-image: linear-gradient(30deg, #ff9f43, rgba(255, 159, 67, 0.5)) !important;
  }
  
  .btn--info.btn--gradi,
  .btn-info.btn--gradi {
    background: linear-gradient(30deg, #4eb4f5 0%, #0b75b9 100%) !important;
  }
  
  .btn--dark.btn--gradi,
  .btn-dark.btn--gradi {
    background: linear-gradient(30deg, #7180d8 0%, black 100%) !important;
  }

  div.dt-container .dt-paging .dt-paging-button {
    border: 1px solid #4634ff;
   width: 36px;
   height: 36px;
   margin: 0 3px;
   padding: 0;
   border-radius: 3px !important;
   align-items: center;
   justify-content: center;
   color: #5b6e88;

}

div.dt-container .dt-paging .dt-paging-button.current, div.dt-container .dt-paging .dt-paging-button.current:hover {
    background-color: #4634ff;
  border-color: #4634ff !important;
  color: #ffffff !important;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
}
div.dt-container .dt-paging .dt-paging-button:hover {
  color: white !important;
  border: 1px solid #4634ff;
  background-color: #4634ff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4634ff), color-stop(100%, #4634ff)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #4634ff 0%, #4634ff 100%); /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #4634ff 0%, #4634ff 100%); /* FF3.6+ */
  background: -ms-linear-gradient(top, #4634ff 0%, #4634ff 100%); /* IE10+ */
  background: -o-linear-gradient(top, #4634ff 0%, #4634ff 100%); /* Opera 11.10+ */
  background: linear-gradient(to bottom, #4634ff 0%, #4634ff 100%); /* W3C */
}
/* card css end */
/* form css start */
label {
  font-size: 0.85rem;
  font-weight: 500;
  margin-bottom: 5px;
}

.form-group {
  margin-bottom: 15px;
}

input:not([type='radio']),
textarea {
  padding: 10px 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background-color: transparent;
  font-size: 0.875rem !important;
}

input:not([type='radio'])::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #c9c9c9 !important;
}

input:not([type='radio'])::-moz-placeholder,
textarea::-moz-placeholder {
  color: #c9c9c9 !important;
}

input:not([type='radio']):-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #c9c9c9 !important;
}

input:not([type='radio']):-moz-placeholder,
textarea:-moz-placeholder {
  color: #c9c9c9 !important;
}

select {
  padding: 8px 10px;
  cursor: pointer;
  color: #5b6e88;
  background-color: transparent;
  border-color: #ced4da;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

textarea {
  min-height: 100px;
  width: 100%;
  border-color: #ced4da;
}

textarea.resize--none {
  resize: none;
}

input[type='radio'],
input[type='range'],
input[type='checkbox'] {
  padding: 0;
}

input.form-control,
select.form-control {
  height: 45px;
}

.form-control[readonly],
.form-control[disabled] {
  background-color: #8f8f8f54;
  pointer-events: none;
}

.input-group .btn {
  border-radius: 5px;
}

.form-inline .input-group .form-control {
  flex: 0 0 auto;
  width: auto;
}

.h-45 {
  height: 45px;
}

a.btn.h-45 {
  line-height: 27.5px;
}

select.form-control {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}

input.form-control-xl {
  height: calc(2rem + 1rem + 2px);
  font-size: 1.125rem !important;
}

input.form-control-lg {
  height: calc(1.8rem + 1rem + 2px);
  font-size: 1rem !important;
}

input.form-control-sm {
  height: calc(1rem + 1rem + 2px);
  font-size: 0.8125rem !important;
}

.label--text {
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}

.form-control:focus,
.form-control:active,
.form-control:visited,
.form-control:focus-within,
input:focus,
input:active,
input:visited,
input:focus-within,
textarea:focus,
textarea:active,
textarea:visited,
textarea:focus-within,
select:focus,
select:active,
select:visited,
select:focus-within {
  border-color: #4634ff;
  box-shadow: 0 3px 9px rgba(50, 50, 9, 0.05), 3px 4px 8px rgba(115, 103, 240, 0.1);
}

.toggle.btn {
  height: 45px !important;
  border-radius: 5px;
}

.toggle.btn:active {
  border-color: transparent;
}

.toggle-on.btn,
.toggle-off.btn {
  line-height: 32px;
}

.toggle-group .btn {
  border-radius: 5px;
}

.toggle-group .btn:active {
  color: #fff;
}

.custom-control-label::before,
.custom-control-label::after {
  top: 0;
}

.form-check-primary .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #4634ff;
  background-color: #4634ff;
}

.form-check-secondary .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #868e96;
  background-color: #868e96;
}

.form-check-success .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #28c76f;
  background-color: #28c76f;
}

.form-check-info .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #1e9ff2;
  background-color: #1e9ff2;
}

.form-check-warning .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #ff9f43;
  background-color: #ff9f43;
}

.form-check-danger .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #eb2222;
  background-color: #eb2222;
}

.toggle-group .toggle-handle {
  background-color: #10163a;
}

.toggle-group .toggle-off {
  background-color: #293654;
  color: #ffffff;
}

.toggle input[data-size='small'] ~ .toggle-group label {
  font-size: 0.75rem;
}

.timepicki.time_pick input {
  width: 100%;
  border: 1px solid #ced4da;
}

.timepicki .timepicker_wrap {
  margin-bottom: 30px;
  background-color: #ffffff;
  box-shadow: 0px 5px 20px 0 rgba(123, 123, 123, 0.25);
}

.timepicki .timepicker_wrap .prev,
.timepicki .timepicker_wrap .next {
  width: 58px;
  padding: 17px;
}

.timepicki .timepicker_wrap .timepicki-input {
  padding: 15px 10px;
  font-size: 16px !important;
  font-weight: 700;
}

.pincode-input-container input:focus,
.pincode-input-container input:active {
  box-shadow: none;
  border-color: #4634ff;
}

.pincode-input-container input ~ input:focus,
.pincode-input-container input ~ input:active {
  border-left-width: 1px;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + -2px);
}

.timepicker_wrap .action-next,
.timepicker_wrap .action-prev {
  position: relative;
}

.timepicker_wrap .action-next::before,
.timepicker_wrap .action-prev::before {
  position: absolute;
  content: '\f107';
  font-family: 'Font Awesome 5 Free';
  color: #000000;
  left: 23px;
}

.timepicker_wrap .action-next::before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 0;
}

.timepicker_wrap .action-prev::before {
  bottom: 0;
}

.modal .close {
  border: none;
  background: transparent;
}

.modal-title {
  font-weight: 800;
  color: #34495e;
  margin: 0;
  line-height: 1.4;
}