/* ===============================================
   COLOR THEME - Ganti di sini untuk ubah semua warna
   =============================================== */
:root {
    --primary-color: #0052c4;      /* Warna utama */
    --primary-hover: #3187ff;      /* Hover */
    --primary-light: rgba(68, 164, 68, 0.1);  /* Light version */
    --primary-rgb: 68, 164, 68;    /* RGB untuk opacity */
    
    /* Chart Color Palette - Dashboard */
    --chart-color-1: #1976d2;      /* Primary */
    --chart-color-2: #2196f3;      /* Secondary */
    --chart-color-3: #00b4d8;      /* Tertiary */
    --chart-color-dark: #0d47a1;   /* Dark variant */
    --chart-empty: #e4e7eb;        /* Empty state placeholder */
}

/* Override Bootstrap/Dashforge primary */
.bg-primary {
    background-color: var(--primary-color) !important;
}

.btn-primary {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: var(--primary-hover) !important;
    border-color: var(--primary-hover) !important;
}

.btn-outline-primary {
    color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    color: #fff !important;
}

.text-primary, .tx-primary {
    color: var(--primary-color) !important;
}

.border-primary, .bd-primary {
    border-color: var(--primary-color) !important;
}

/* Link di area content (bukan menu) */
.content a:not(.nav-link):not(.dropdown-item):not(.btn) {
    color: var(--primary-color);
}

.content a:not(.nav-link):not(.dropdown-item):not(.btn):hover {
    color: var(--primary-hover);
}

/* Nav active states */
.nav-aside .nav-item.active .nav-link,
.nav-aside .nav-item.active .nav-link::before {
    color: var(--primary-color);
    border-left-color: var(--primary-color);
}

.nav-aside .nav-item.active svg {
    color: var(--primary-color);
    fill: var(--primary-light);
}

.nav-aside .nav-item ul .active a {
    color: var(--primary-color);
}

/* Override Dashforge's orange dropdown hover */
.dropdown-profile .dropdown-item:hover,
.dropdown-profile .dropdown-item:focus {
    color: var(--primary-hover) !important;
}

.dropdown-profile .dropdown-item:hover i,
.dropdown-profile .dropdown-item:focus i,
.dropdown-profile .dropdown-item:hover svg,
.dropdown-profile .dropdown-item:focus svg {
    color: var(--primary-hover) !important;
}

/* Override Footer Link Hover */
.footer a:hover,
.footer a:focus {
    color: var(--primary-hover) !important;
}

/* ===============================================
   END COLOR THEME
   =============================================== */


.rounded-5(
	border-radius:5px !important;
)

.rounded-10(
	border-radius:10px !important;
)

.rounded-15(
	border-radius:15px !important;
)

.rounded-20(
	border-radius:20px !important;
)

.rounded-25(
	border-radius:25px !important;
)

.rounded-30(
	border-radius:30px !important;
)

.rounded-35(
	border-radius:35px !important;
)

.rounded-40(
	border-radius:40px !important;
)

.rounded-45(
	border-radius:45px !important;
)

.rounded-50(
	border-radius:50px !important;
)




/*SQTA CUSTOMES*/

/*******************
Padding property 
*******************/
.p-0 {
  padding: 0px !important; }

.p-5 {
  padding: 5px !important; }

.p-10 {
  padding: 10px !important; }

.p-15 {
  padding: 15px !important; }

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

.p-25 {
  padding: 25px !important; }

.p-30 {
  padding: 30px !important; }

.p-35 {
  padding: 35px !important; }

.p-40 {
  padding: 40px !important; }

.p-45 {
  padding: 45px !important; }

.p-50 {
  padding: 50px !important; }

.p-55 {
  padding: 55px !important; }

.p-60 {
  padding: 60px !important; }

.p-65 {
  padding: 65px !important; }

.p-70 {
  padding: 70px !important; }

.p-75 {
  padding: 75px !important; }

.p-80 {
  padding: 80px !important; }

.p-85 {
  padding: 85px !important; }

.p-90 {
  padding: 90px !important; }

.p-95 {
  padding: 95px !important; }

.p-100 {
  padding: 100px !important; }

.pt-0 {
  padding-top: 0px !important; }

.pt-5 {
  padding-top: 5px !important; }

.pt-10 {
  padding-top: 10px !important; }

.pt-15 {
  padding-top: 15px !important; }

.pt-20 {
  padding-top: 20px !important; }

.pt-25 {
  padding-top: 25px !important; }

.pt-30 {
  padding-top: 30px !important; }

.pt-35 {
  padding-top: 35px !important; }

.pt-40 {
  padding-top: 40px !important; }

.pt-45 {
  padding-top: 45px !important; }

.pt-50 {
  padding-top: 50px !important; }

.pt-55 {
  padding-top: 55px !important; }

.pt-60 {
  padding-top: 60px !important; }

.pt-65 {
  padding-top: 65px !important; }

.pt-70 {
  padding-top: 70px !important; }

.pt-75 {
  padding-top: 75px !important; }

.pt-80 {
  padding-top: 80px !important; }

.pt-85 {
  padding-top: 85px !important; }

.pt-90 {
  padding-top: 90px !important; }

.pt-95 {
  padding-top: 95px !important; }

.pt-100 {
  padding-top: 100px !important; }

.pb-0 {
  padding-bottom: 0px !important; }

.pb-5 {
  padding-bottom: 5px !important; }

.pb-10 {
  padding-bottom: 10px !important; }

.pb-15 {
  padding-bottom: 15px !important; }

.pb-20 {
  padding-bottom: 20px !important; }

.pb-25 {
  padding-bottom: 25px !important; }

.pb-30 {
  padding-bottom: 30px !important; }

.pb-35 {
  padding-bottom: 35px !important; }

.pb-40 {
  padding-bottom: 40px !important; }

.pb-45 {
  padding-bottom: 45px !important; }

.pb-50 {
  padding-bottom: 50px !important; }

.pb-55 {
  padding-bottom: 55px !important; }

.pb-60 {
  padding-bottom: 60px !important; }

.pb-65 {
  padding-bottom: 65px !important; }

.pb-70 {
  padding-bottom: 70px !important; }

.pb-75 {
  padding-bottom: 75px !important; }

.pb-80 {
  padding-bottom: 80px !important; }

.pb-85 {
  padding-bottom: 85px !important; }

.pb-90 {
  padding-bottom: 90px !important; }

.pb-95 {
  padding-bottom: 95px !important; }

.pb-100 {
  padding-bottom: 100px !important; }

.pl-0 {
  padding-left: 0px !important; }

.pl-5 {
  padding-left: 5px !important; }

.pl-10 {
  padding-left: 10px !important; }

.pl-15 {
  padding-left: 15px !important; }

.pl-20 {
  padding-left: 20px !important; }

.pl-25 {
  padding-left: 25px !important; }

.pl-30 {
  padding-left: 30px !important; }

.pl-35 {
  padding-left: 35px !important; }

.pl-40 {
  padding-left: 40px !important; }

.pl-45 {
  padding-left: 45px !important; }

.pl-50 {
  padding-left: 50px !important; }

.pl-55 {
  padding-left: 55px !important; }

.pl-60 {
  padding-left: 60px !important; }

.pl-65 {
  padding-left: 65px !important; }

.pl-70 {
  padding-left: 70px !important; }

.pl-75 {
  padding-left: 75px !important; }

.pl-80 {
  padding-left: 80px !important; }

.pl-85 {
  padding-left: 85px !important; }

.pl-90 {
  padding-left: 90px !important; }

.pl-95 {
  padding-left: 95px !important; }

.pl-100 {
  padding-left: 100px !important; }

.pr-0 {
  padding-right: 0px !important; }

.pr-5 {
  padding-right: 5px !important; }

.pr-10 {
  padding-right: 10px !important; }

.pr-15 {
  padding-right: 15px !important; }

.pr-20 {
  padding-right: 20px !important; }

.pr-25 {
  padding-right: 25px !important; }

.pr-30 {
  padding-right: 30px !important; }

.pr-35 {
  padding-right: 35px !important; }

.pr-40 {
  padding-right: 40px !important; }

.pr-45 {
  padding-right: 45px !important; }

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

.pr-55 {
  padding-right: 55px !important; }

.pr-60 {
  padding-right: 60px !important; }

.pr-65 {
  padding-right: 65px !important; }

.pr-70 {
  padding-right: 70px !important; }

.pr-75 {
  padding-right: 75px !important; }

.pr-80 {
  padding-right: 80px !important; }

.pr-85 {
  padding-right: 85px !important; }

.pr-90 {
  padding-right: 90px !important; }

.pr-95 {
  padding-right: 95px !important; }

.pr-100 {
  padding-right: 100px !important; }

.px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important; }

.px-5 {
  padding-left: 5px !important;
  padding-right: 5px !important; }

.px-10 {
  padding-left: 10px !important;
  padding-right: 10px !important; }

.px-15 {
  padding-left: 15px !important;
  padding-right: 15px !important; }

.px-20 {
  padding-left: 20px !important;
  padding-right: 20px !important; }

.px-25 {
  padding-left: 25px !important;
  padding-right: 25px !important; }

.px-30 {
  padding-left: 30px !important;
  padding-right: 30px !important; }

.px-35 {
  padding-left: 35px !important;
  padding-right: 35px !important; }

.px-40 {
  padding-left: 40px !important;
  padding-right: 40px !important; }

.px-45 {
  padding-left: 45px !important;
  padding-right: 45px !important; }

.px-50 {
  padding-left: 50px !important;
  padding-right: 50px !important; }

.px-55 {
  padding-left: 55px !important;
  padding-right: 55px !important; }

.px-60 {
  padding-left: 60px !important;
  padding-right: 60px !important; }

.px-65 {
  padding-left: 65px !important;
  padding-right: 65px !important; }

.px-70 {
  padding-left: 70px !important;
  padding-right: 70px !important; }

.px-75 {
  padding-left: 75px !important;
  padding-right: 75px !important; }

.px-80 {
  padding-left: 80px !important;
  padding-right: 80px !important; }

.px-85 {
  padding-left: 85px !important;
  padding-right: 85px !important; }

.px-90 {
  padding-left: 90px !important;
  padding-right: 90px !important; }

.px-95 {
  padding-left: 95px !important;
  padding-right: 95px !important; }

.px-100 {
  padding-left: 100px !important;
  padding-right: 100px !important; }

.py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important; }

.py-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important; }

.py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important; }

.py-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important; }

.py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important; }

.py-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important; }

.py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important; }

.py-35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important; }

.py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important; }

.py-45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important; }

.py-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important; }

.py-55 {
  padding-top: 55px !important;
  padding-bottom: 55px !important; }

.py-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important; }

.py-65 {
  padding-top: 65px !important;
  padding-bottom: 65px !important; }

.py-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important; }

.py-75 {
  padding-top: 75px !important;
  padding-bottom: 75px !important; }

.py-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important; }

.py-85 {
  padding-top: 85px !important;
  padding-bottom: 85px !important; }

.py-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important; }

.py-95 {
  padding-top: 95px !important;
  padding-bottom: 95px !important; }

.py-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important; }

@media (max-width: 575px) {
  .p-xs-0 {
    padding: 0px !important; }

  .p-xs-5 {
    padding: 5px !important; }

  .p-xs-10 {
    padding: 10px !important; }

  .p-xs-15 {
    padding: 15px !important; }

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

  .p-xs-25 {
    padding: 25px !important; }

  .p-xs-30 {
    padding: 30px !important; }

  .p-xs-35 {
    padding: 35px !important; }

  .p-xs-40 {
    padding: 40px !important; }

  .p-xs-45 {
    padding: 45px !important; }

  .p-xs-50 {
    padding: 50px !important; }

  .p-xs-55 {
    padding: 55px !important; }

  .p-xs-60 {
    padding: 60px !important; }

  .p-xs-65 {
    padding: 65px !important; }

  .p-xs-70 {
    padding: 70px !important; }

  .p-xs-75 {
    padding: 75px !important; }

  .p-xs-80 {
    padding: 80px !important; }

  .p-xs-85 {
    padding: 85px !important; }

  .p-xs-90 {
    padding: 90px !important; }

  .p-xs-95 {
    padding: 95px !important; }

  .p-xs-100 {
    padding: 100px !important; }

  .pt-xs-0 {
    padding-top: 0px !important; }

  .pt-xs-5 {
    padding-top: 5px !important; }

  .pt-xs-10 {
    padding-top: 10px !important; }

  .pt-xs-15 {
    padding-top: 15px !important; }

  .pt-xs-20 {
    padding-top: 20px !important; }

  .pt-xs-25 {
    padding-top: 25px !important; }

  .pt-xs-30 {
    padding-top: 30px !important; }

  .pt-xs-35 {
    padding-top: 35px !important; }

  .pt-xs-40 {
    padding-top: 40px !important; }

  .pt-xs-45 {
    padding-top: 45px !important; }

  .pt-xs-50 {
    padding-top: 50px !important; }

  .pt-xs-55 {
    padding-top: 55px !important; }

  .pt-xs-60 {
    padding-top: 60px !important; }

  .pt-xs-65 {
    padding-top: 65px !important; }

  .pt-xs-70 {
    padding-top: 70px !important; }

  .pt-xs-75 {
    padding-top: 75px !important; }

  .pt-xs-80 {
    padding-top: 80px !important; }

  .pt-xs-85 {
    padding-top: 85px !important; }

  .pt-xs-90 {
    padding-top: 90px !important; }

  .pt-xs-95 {
    padding-top: 95px !important; }

  .pt-xs-100 {
    padding-top: 100px !important; }

  .pb-xs-0 {
    padding-bottom: 0px !important; }

  .pb-xs-5 {
    padding-bottom: 5px !important; }

  .pb-xs-10 {
    padding-bottom: 10px !important; }

  .pb-xs-15 {
    padding-bottom: 15px !important; }

  .pb-xs-20 {
    padding-bottom: 20px !important; }

  .pb-xs-25 {
    padding-bottom: 25px !important; }

  .pb-xs-30 {
    padding-bottom: 30px !important; }

  .pb-xs-35 {
    padding-bottom: 35px !important; }

  .pb-xs-40 {
    padding-bottom: 40px !important; }

  .pb-xs-45 {
    padding-bottom: 45px !important; }

  .pb-xs-50 {
    padding-bottom: 50px !important; }

  .pb-xs-55 {
    padding-bottom: 55px !important; }

  .pb-xs-60 {
    padding-bottom: 60px !important; }

  .pb-xs-65 {
    padding-bottom: 65px !important; }

  .pb-xs-70 {
    padding-bottom: 70px !important; }

  .pb-xs-75 {
    padding-bottom: 75px !important; }

  .pb-xs-80 {
    padding-bottom: 80px !important; }

  .pb-xs-85 {
    padding-bottom: 85px !important; }

  .pb-xs-90 {
    padding-bottom: 90px !important; }

  .pb-xs-95 {
    padding-bottom: 95px !important; }

  .pb-xs-100 {
    padding-bottom: 100px !important; }

  .pl-xs-0 {
    padding-left: 0px !important; }

  .pl-xs-5 {
    padding-left: 5px !important; }

  .pl-xs-10 {
    padding-left: 10px !important; }

  .pl-xs-15 {
    padding-left: 15px !important; }

  .pl-xs-20 {
    padding-left: 20px !important; }

  .pl-xs-25 {
    padding-left: 25px !important; }

  .pl-xs-30 {
    padding-left: 30px !important; }

  .pl-xs-35 {
    padding-left: 35px !important; }

  .pl-xs-40 {
    padding-left: 40px !important; }

  .pl-xs-45 {
    padding-left: 45px !important; }

  .pl-xs-50 {
    padding-left: 50px !important; }

  .pl-xs-55 {
    padding-left: 55px !important; }

  .pl-xs-60 {
    padding-left: 60px !important; }

  .pl-xs-65 {
    padding-left: 65px !important; }

  .pl-xs-70 {
    padding-left: 70px !important; }

  .pl-xs-75 {
    padding-left: 75px !important; }

  .pl-xs-80 {
    padding-left: 80px !important; }

  .pl-xs-85 {
    padding-left: 85px !important; }

  .pl-xs-90 {
    padding-left: 90px !important; }

  .pl-xs-95 {
    padding-left: 95px !important; }

  .pl-xs-100 {
    padding-left: 100px !important; }

  .pr-xs-0 {
    padding-right: 0px !important; }

  .pr-xs-5 {
    padding-right: 5px !important; }

  .pr-xs-10 {
    padding-right: 10px !important; }

  .pr-xs-15 {
    padding-right: 15px !important; }

  .pr-xs-20 {
    padding-right: 20px !important; }

  .pr-xs-25 {
    padding-right: 25px !important; }

  .pr-xs-30 {
    padding-right: 30px !important; }

  .pr-xs-35 {
    padding-right: 35px !important; }

  .pr-xs-40 {
    padding-right: 40px !important; }

  .pr-xs-45 {
    padding-right: 45px !important; }

  .pr-xs-50 {
    padding-right: 50px !important; }

  .pr-xs-55 {
    padding-right: 55px !important; }

  .pr-xs-60 {
    padding-right: 60px !important; }

  .pr-xs-65 {
    padding-right: 65px !important; }

  .pr-xs-70 {
    padding-right: 70px !important; }

  .pr-xs-75 {
    padding-right: 75px !important; }

  .pr-xs-80 {
    padding-right: 80px !important; }

  .pr-xs-85 {
    padding-right: 85px !important; }

  .pr-xs-90 {
    padding-right: 90px !important; }

  .pr-xs-95 {
    padding-right: 95px !important; }

  .pr-xs-100 {
    padding-right: 100px !important; }

  .px-xs-0 {
    padding-left: 0px !important;
    padding-right: 0px !important; }

  .px-xs-5 {
    padding-left: 5px !important;
    padding-right: 5px !important; }

  .px-xs-10 {
    padding-left: 10px !important;
    padding-right: 10px !important; }

  .px-xs-15 {
    padding-left: 15px !important;
    padding-right: 15px !important; }

  .px-xs-20 {
    padding-left: 20px !important;
    padding-right: 20px !important; }

  .px-xs-25 {
    padding-left: 25px !important;
    padding-right: 25px !important; }

  .px-xs-30 {
    padding-left: 30px !important;
    padding-right: 30px !important; }

  .px-xs-35 {
    padding-left: 35px !important;
    padding-right: 35px !important; }

  .px-xs-40 {
    padding-left: 40px !important;
    padding-right: 40px !important; }

  .px-xs-45 {
    padding-left: 45px !important;
    padding-right: 45px !important; }

  .px-xs-50 {
    padding-left: 50px !important;
    padding-right: 50px !important; }

  .px-xs-55 {
    padding-left: 55px !important;
    padding-right: 55px !important; }

  .px-xs-60 {
    padding-left: 60px !important;
    padding-right: 60px !important; }

  .px-xs-65 {
    padding-left: 65px !important;
    padding-right: 65px !important; }

  .px-xs-70 {
    padding-left: 70px !important;
    padding-right: 70px !important; }

  .px-xs-75 {
    padding-left: 75px !important;
    padding-right: 75px !important; }

  .px-xs-80 {
    padding-left: 80px !important;
    padding-right: 80px !important; }

  .px-xs-85 {
    padding-left: 85px !important;
    padding-right: 85px !important; }

  .px-xs-90 {
    padding-left: 90px !important;
    padding-right: 90px !important; }

  .px-xs-95 {
    padding-left: 95px !important;
    padding-right: 95px !important; }

  .px-xs-100 {
    padding-left: 100px !important;
    padding-right: 100px !important; }

  .py-xs-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }

  .py-xs-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important; }

  .py-xs-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important; }

  .py-xs-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important; }

  .py-xs-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important; }

  .py-xs-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important; }

  .py-xs-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }

  .py-xs-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important; }

  .py-xs-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important; }

  .py-xs-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important; }

  .py-xs-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important; }

  .py-xs-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important; }

  .py-xs-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important; }

  .py-xs-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important; }

  .py-xs-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important; }

  .py-xs-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important; }

  .py-xs-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important; }

  .py-xs-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important; }

  .py-xs-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important; }

  .py-xs-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important; }

  .py-xs-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important; } }
@media (min-width: 576px) {
  .p-sm-0 {
    padding: 0px !important; }

  .p-sm-5 {
    padding: 5px !important; }

  .p-sm-10 {
    padding: 10px !important; }

  .p-sm-15 {
    padding: 15px !important; }

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

  .p-sm-25 {
    padding: 25px !important; }

  .p-sm-30 {
    padding: 30px !important; }

  .p-sm-35 {
    padding: 35px !important; }

  .p-sm-40 {
    padding: 40px !important; }

  .p-sm-45 {
    padding: 45px !important; }

  .p-sm-50 {
    padding: 50px !important; }

  .p-sm-55 {
    padding: 55px !important; }

  .p-sm-60 {
    padding: 60px !important; }

  .p-sm-65 {
    padding: 65px !important; }

  .p-sm-70 {
    padding: 70px !important; }

  .p-sm-75 {
    padding: 75px !important; }

  .p-sm-80 {
    padding: 80px !important; }

  .p-sm-85 {
    padding: 85px !important; }

  .p-sm-90 {
    padding: 90px !important; }

  .p-sm-95 {
    padding: 95px !important; }

  .p-sm-100 {
    padding: 100px !important; }

  .pt-sm-0 {
    padding-top: 0px !important; }

  .pt-sm-5 {
    padding-top: 5px !important; }

  .pt-sm-10 {
    padding-top: 10px !important; }

  .pt-sm-15 {
    padding-top: 15px !important; }

  .pt-sm-20 {
    padding-top: 20px !important; }

  .pt-sm-25 {
    padding-top: 25px !important; }

  .pt-sm-30 {
    padding-top: 30px !important; }

  .pt-sm-35 {
    padding-top: 35px !important; }

  .pt-sm-40 {
    padding-top: 40px !important; }

  .pt-sm-45 {
    padding-top: 45px !important; }

  .pt-sm-50 {
    padding-top: 50px !important; }

  .pt-sm-55 {
    padding-top: 55px !important; }

  .pt-sm-60 {
    padding-top: 60px !important; }

  .pt-sm-65 {
    padding-top: 65px !important; }

  .pt-sm-70 {
    padding-top: 70px !important; }

  .pt-sm-75 {
    padding-top: 75px !important; }

  .pt-sm-80 {
    padding-top: 80px !important; }

  .pt-sm-85 {
    padding-top: 85px !important; }

  .pt-sm-90 {
    padding-top: 90px !important; }

  .pt-sm-95 {
    padding-top: 95px !important; }

  .pt-sm-100 {
    padding-top: 100px !important; }

  .pb-sm-0 {
    padding-bottom: 0px !important; }

  .pb-sm-5 {
    padding-bottom: 5px !important; }

  .pb-sm-10 {
    padding-bottom: 10px !important; }

  .pb-sm-15 {
    padding-bottom: 15px !important; }

  .pb-sm-20 {
    padding-bottom: 20px !important; }

  .pb-sm-25 {
    padding-bottom: 25px !important; }

  .pb-sm-30 {
    padding-bottom: 30px !important; }

  .pb-sm-35 {
    padding-bottom: 35px !important; }

  .pb-sm-40 {
    padding-bottom: 40px !important; }

  .pb-sm-45 {
    padding-bottom: 45px !important; }

  .pb-sm-50 {
    padding-bottom: 50px !important; }

  .pb-sm-55 {
    padding-bottom: 55px !important; }

  .pb-sm-60 {
    padding-bottom: 60px !important; }

  .pb-sm-65 {
    padding-bottom: 65px !important; }

  .pb-sm-70 {
    padding-bottom: 70px !important; }

  .pb-sm-75 {
    padding-bottom: 75px !important; }

  .pb-sm-80 {
    padding-bottom: 80px !important; }

  .pb-sm-85 {
    padding-bottom: 85px !important; }

  .pb-sm-90 {
    padding-bottom: 90px !important; }

  .pb-sm-95 {
    padding-bottom: 95px !important; }

  .pb-sm-100 {
    padding-bottom: 100px !important; }

  .pl-sm-0 {
    padding-left: 0px !important; }

  .pl-sm-5 {
    padding-left: 5px !important; }

  .pl-sm-10 {
    padding-left: 10px !important; }

  .pl-sm-15 {
    padding-left: 15px !important; }

  .pl-sm-20 {
    padding-left: 20px !important; }

  .pl-sm-25 {
    padding-left: 25px !important; }

  .pl-sm-30 {
    padding-left: 30px !important; }

  .pl-sm-35 {
    padding-left: 35px !important; }

  .pl-sm-40 {
    padding-left: 40px !important; }

  .pl-sm-45 {
    padding-left: 45px !important; }

  .pl-sm-50 {
    padding-left: 50px !important; }

  .pl-sm-55 {
    padding-left: 55px !important; }

  .pl-sm-60 {
    padding-left: 60px !important; }

  .pl-sm-65 {
    padding-left: 65px !important; }

  .pl-sm-70 {
    padding-left: 70px !important; }

  .pl-sm-75 {
    padding-left: 75px !important; }

  .pl-sm-80 {
    padding-left: 80px !important; }

  .pl-sm-85 {
    padding-left: 85px !important; }

  .pl-sm-90 {
    padding-left: 90px !important; }

  .pl-sm-95 {
    padding-left: 95px !important; }

  .pl-sm-100 {
    padding-left: 100px !important; }

  .pr-sm-0 {
    padding-right: 0px !important; }

  .pr-sm-5 {
    padding-right: 5px !important; }

  .pr-sm-10 {
    padding-right: 10px !important; }

  .pr-sm-15 {
    padding-right: 15px !important; }

  .pr-sm-20 {
    padding-right: 20px !important; }

  .pr-sm-25 {
    padding-right: 25px !important; }

  .pr-sm-30 {
    padding-right: 30px !important; }

  .pr-sm-35 {
    padding-right: 35px !important; }

  .pr-sm-40 {
    padding-right: 40px !important; }

  .pr-sm-45 {
    padding-right: 45px !important; }

  .pr-sm-50 {
    padding-right: 50px !important; }

  .pr-sm-55 {
    padding-right: 55px !important; }

  .pr-sm-60 {
    padding-right: 60px !important; }

  .pr-sm-65 {
    padding-right: 65px !important; }

  .pr-sm-70 {
    padding-right: 70px !important; }

  .pr-sm-75 {
    padding-right: 75px !important; }

  .pr-sm-80 {
    padding-right: 80px !important; }

  .pr-sm-85 {
    padding-right: 85px !important; }

  .pr-sm-90 {
    padding-right: 90px !important; }

  .pr-sm-95 {
    padding-right: 95px !important; }

  .pr-sm-100 {
    padding-right: 100px !important; }

  .px-sm-0 {
    padding-left: 0px !important;
    padding-right: 0px !important; }

  .px-sm-5 {
    padding-left: 5px !important;
    padding-right: 5px !important; }

  .px-sm-10 {
    padding-left: 10px !important;
    padding-right: 10px !important; }

  .px-sm-15 {
    padding-left: 15px !important;
    padding-right: 15px !important; }

  .px-sm-20 {
    padding-left: 20px !important;
    padding-right: 20px !important; }

  .px-sm-25 {
    padding-left: 25px !important;
    padding-right: 25px !important; }

  .px-sm-30 {
    padding-left: 30px !important;
    padding-right: 30px !important; }

  .px-sm-35 {
    padding-left: 35px !important;
    padding-right: 35px !important; }

  .px-sm-40 {
    padding-left: 40px !important;
    padding-right: 40px !important; }

  .px-sm-45 {
    padding-left: 45px !important;
    padding-right: 45px !important; }

  .px-sm-50 {
    padding-left: 50px !important;
    padding-right: 50px !important; }

  .px-sm-55 {
    padding-left: 55px !important;
    padding-right: 55px !important; }

  .px-sm-60 {
    padding-left: 60px !important;
    padding-right: 60px !important; }

  .px-sm-65 {
    padding-left: 65px !important;
    padding-right: 65px !important; }

  .px-sm-70 {
    padding-left: 70px !important;
    padding-right: 70px !important; }

  .px-sm-75 {
    padding-left: 75px !important;
    padding-right: 75px !important; }

  .px-sm-80 {
    padding-left: 80px !important;
    padding-right: 80px !important; }

  .px-sm-85 {
    padding-left: 85px !important;
    padding-right: 85px !important; }

  .px-sm-90 {
    padding-left: 90px !important;
    padding-right: 90px !important; }

  .px-sm-95 {
    padding-left: 95px !important;
    padding-right: 95px !important; }

  .px-sm-100 {
    padding-left: 100px !important;
    padding-right: 100px !important; }

  .py-sm-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }

  .py-sm-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important; }

  .py-sm-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important; }

  .py-sm-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important; }

  .py-sm-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important; }

  .py-sm-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important; }

  .py-sm-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }

  .py-sm-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important; }

  .py-sm-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important; }

  .py-sm-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important; }

  .py-sm-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important; }

  .py-sm-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important; }

  .py-sm-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important; }

  .py-sm-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important; }

  .py-sm-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important; }

  .py-sm-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important; }

  .py-sm-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important; }

  .py-sm-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important; }

  .py-sm-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important; }

  .py-sm-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important; }

  .py-sm-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important; } }
@media (min-width: 768px) {
  .p-md-0 {
    padding: 0px !important; }

  .p-md-5 {
    padding: 5px !important; }

  .p-md-10 {
    padding: 10px !important; }

  .p-md-15 {
    padding: 15px !important; }

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

  .p-md-25 {
    padding: 25px !important; }

  .p-md-30 {
    padding: 30px !important; }

  .p-md-35 {
    padding: 35px !important; }

  .p-md-40 {
    padding: 40px !important; }

  .p-md-45 {
    padding: 45px !important; }

  .p-md-50 {
    padding: 50px !important; }

  .p-md-55 {
    padding: 55px !important; }

  .p-md-60 {
    padding: 60px !important; }

  .p-md-65 {
    padding: 65px !important; }

  .p-md-70 {
    padding: 70px !important; }

  .p-md-75 {
    padding: 75px !important; }

  .p-md-80 {
    padding: 80px !important; }

  .p-md-85 {
    padding: 85px !important; }

  .p-md-90 {
    padding: 90px !important; }

  .p-md-95 {
    padding: 95px !important; }

  .p-md-100 {
    padding: 100px !important; }

  .pt-md-0 {
    padding-top: 0px !important; }

  .pt-md-5 {
    padding-top: 5px !important; }

  .pt-md-10 {
    padding-top: 10px !important; }

  .pt-md-15 {
    padding-top: 15px !important; }

  .pt-md-20 {
    padding-top: 20px !important; }

  .pt-md-25 {
    padding-top: 25px !important; }

  .pt-md-30 {
    padding-top: 30px !important; }

  .pt-md-35 {
    padding-top: 35px !important; }

  .pt-md-40 {
    padding-top: 40px !important; }

  .pt-md-45 {
    padding-top: 45px !important; }

  .pt-md-50 {
    padding-top: 50px !important; }

  .pt-md-55 {
    padding-top: 55px !important; }

  .pt-md-60 {
    padding-top: 60px !important; }

  .pt-md-65 {
    padding-top: 65px !important; }

  .pt-md-70 {
    padding-top: 70px !important; }

  .pt-md-75 {
    padding-top: 75px !important; }

  .pt-md-80 {
    padding-top: 80px !important; }

  .pt-md-85 {
    padding-top: 85px !important; }

  .pt-md-90 {
    padding-top: 90px !important; }

  .pt-md-95 {
    padding-top: 95px !important; }

  .pt-md-100 {
    padding-top: 100px !important; }

  .pb-md-0 {
    padding-bottom: 0px !important; }

  .pb-md-5 {
    padding-bottom: 5px !important; }

  .pb-md-10 {
    padding-bottom: 10px !important; }

  .pb-md-15 {
    padding-bottom: 15px !important; }

  .pb-md-20 {
    padding-bottom: 20px !important; }

  .pb-md-25 {
    padding-bottom: 25px !important; }

  .pb-md-30 {
    padding-bottom: 30px !important; }

  .pb-md-35 {
    padding-bottom: 35px !important; }

  .pb-md-40 {
    padding-bottom: 40px !important; }

  .pb-md-45 {
    padding-bottom: 45px !important; }

  .pb-md-50 {
    padding-bottom: 50px !important; }

  .pb-md-55 {
    padding-bottom: 55px !important; }

  .pb-md-60 {
    padding-bottom: 60px !important; }

  .pb-md-65 {
    padding-bottom: 65px !important; }

  .pb-md-70 {
    padding-bottom: 70px !important; }

  .pb-md-75 {
    padding-bottom: 75px !important; }

  .pb-md-80 {
    padding-bottom: 80px !important; }

  .pb-md-85 {
    padding-bottom: 85px !important; }

  .pb-md-90 {
    padding-bottom: 90px !important; }

  .pb-md-95 {
    padding-bottom: 95px !important; }

  .pb-md-100 {
    padding-bottom: 100px !important; }

  .pl-md-0 {
    padding-left: 0px !important; }

  .pl-md-5 {
    padding-left: 5px !important; }

  .pl-md-10 {
    padding-left: 10px !important; }

  .pl-md-15 {
    padding-left: 15px !important; }

  .pl-md-20 {
    padding-left: 20px !important; }

  .pl-md-25 {
    padding-left: 25px !important; }

  .pl-md-30 {
    padding-left: 30px !important; }

  .pl-md-35 {
    padding-left: 35px !important; }

  .pl-md-40 {
    padding-left: 40px !important; }

  .pl-md-45 {
    padding-left: 45px !important; }

  .pl-md-50 {
    padding-left: 50px !important; }

  .pl-md-55 {
    padding-left: 55px !important; }

  .pl-md-60 {
    padding-left: 60px !important; }

  .pl-md-65 {
    padding-left: 65px !important; }

  .pl-md-70 {
    padding-left: 70px !important; }

  .pl-md-75 {
    padding-left: 75px !important; }

  .pl-md-80 {
    padding-left: 80px !important; }

  .pl-md-85 {
    padding-left: 85px !important; }

  .pl-md-90 {
    padding-left: 90px !important; }

  .pl-md-95 {
    padding-left: 95px !important; }

  .pl-md-100 {
    padding-left: 100px !important; }

  .pr-md-0 {
    padding-right: 0px !important; }

  .pr-md-5 {
    padding-right: 5px !important; }

  .pr-md-10 {
    padding-right: 10px !important; }

  .pr-md-15 {
    padding-right: 15px !important; }

  .pr-md-20 {
    padding-right: 20px !important; }

  .pr-md-25 {
    padding-right: 25px !important; }

  .pr-md-30 {
    padding-right: 30px !important; }

  .pr-md-35 {
    padding-right: 35px !important; }

  .pr-md-40 {
    padding-right: 40px !important; }

  .pr-md-45 {
    padding-right: 45px !important; }

  .pr-md-50 {
    padding-right: 50px !important; }

  .pr-md-55 {
    padding-right: 55px !important; }

  .pr-md-60 {
    padding-right: 60px !important; }

  .pr-md-65 {
    padding-right: 65px !important; }

  .pr-md-70 {
    padding-right: 70px !important; }

  .pr-md-75 {
    padding-right: 75px !important; }

  .pr-md-80 {
    padding-right: 80px !important; }

  .pr-md-85 {
    padding-right: 85px !important; }

  .pr-md-90 {
    padding-right: 90px !important; }

  .pr-md-95 {
    padding-right: 95px !important; }

  .pr-md-100 {
    padding-right: 100px !important; }

  .px-md-0 {
    padding-left: 0px !important;
    padding-right: 0px !important; }

  .px-md-5 {
    padding-left: 5px !important;
    padding-right: 5px !important; }

  .px-md-10 {
    padding-left: 10px !important;
    padding-right: 10px !important; }

  .px-md-15 {
    padding-left: 15px !important;
    padding-right: 15px !important; }

  .px-md-20 {
    padding-left: 20px !important;
    padding-right: 20px !important; }

  .px-md-25 {
    padding-left: 25px !important;
    padding-right: 25px !important; }

  .px-md-30 {
    padding-left: 30px !important;
    padding-right: 30px !important; }

  .px-md-35 {
    padding-left: 35px !important;
    padding-right: 35px !important; }

  .px-md-40 {
    padding-left: 40px !important;
    padding-right: 40px !important; }

  .px-md-45 {
    padding-left: 45px !important;
    padding-right: 45px !important; }

  .px-md-50 {
    padding-left: 50px !important;
    padding-right: 50px !important; }

  .px-md-55 {
    padding-left: 55px !important;
    padding-right: 55px !important; }

  .px-md-60 {
    padding-left: 60px !important;
    padding-right: 60px !important; }

  .px-md-65 {
    padding-left: 65px !important;
    padding-right: 65px !important; }

  .px-md-70 {
    padding-left: 70px !important;
    padding-right: 70px !important; }

  .px-md-75 {
    padding-left: 75px !important;
    padding-right: 75px !important; }

  .px-md-80 {
    padding-left: 80px !important;
    padding-right: 80px !important; }

  .px-md-85 {
    padding-left: 85px !important;
    padding-right: 85px !important; }

  .px-md-90 {
    padding-left: 90px !important;
    padding-right: 90px !important; }

  .px-md-95 {
    padding-left: 95px !important;
    padding-right: 95px !important; }

  .px-md-100 {
    padding-left: 100px !important;
    padding-right: 100px !important; }

  .py-md-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }

  .py-md-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important; }

  .py-md-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important; }

  .py-md-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important; }

  .py-md-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important; }

  .py-md-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important; }

  .py-md-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }

  .py-md-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important; }

  .py-md-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important; }

  .py-md-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important; }

  .py-md-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important; }

  .py-md-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important; }

  .py-md-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important; }

  .py-md-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important; }

  .py-md-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important; }

  .py-md-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important; }

  .py-md-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important; }

  .py-md-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important; }

  .py-md-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important; }

  .py-md-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important; }

  .py-md-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important; } }
@media (min-width: 992px) {
  .p-lg-0 {
    padding: 0px !important; }

  .p-lg-5 {
    padding: 5px !important; }

  .p-lg-10 {
    padding: 10px !important; }

  .p-lg-15 {
    padding: 15px !important; }

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

  .p-lg-25 {
    padding: 25px !important; }

  .p-lg-30 {
    padding: 30px !important; }

  .p-lg-35 {
    padding: 35px !important; }

  .p-lg-40 {
    padding: 40px !important; }

  .p-lg-45 {
    padding: 45px !important; }

  .p-lg-50 {
    padding: 50px !important; }

  .p-lg-55 {
    padding: 55px !important; }

  .p-lg-60 {
    padding: 60px !important; }

  .p-lg-65 {
    padding: 65px !important; }

  .p-lg-70 {
    padding: 70px !important; }

  .p-lg-75 {
    padding: 75px !important; }

  .p-lg-80 {
    padding: 80px !important; }

  .p-lg-85 {
    padding: 85px !important; }

  .p-lg-90 {
    padding: 90px !important; }

  .p-lg-95 {
    padding: 95px !important; }

  .p-lg-100 {
    padding: 100px !important; }

  .pt-lg-0 {
    padding-top: 0px !important; }

  .pt-lg-5 {
    padding-top: 5px !important; }

  .pt-lg-10 {
    padding-top: 10px !important; }

  .pt-lg-15 {
    padding-top: 15px !important; }

  .pt-lg-20 {
    padding-top: 20px !important; }

  .pt-lg-25 {
    padding-top: 25px !important; }

  .pt-lg-30 {
    padding-top: 30px !important; }

  .pt-lg-35 {
    padding-top: 35px !important; }

  .pt-lg-40 {
    padding-top: 40px !important; }

  .pt-lg-45 {
    padding-top: 45px !important; }

  .pt-lg-50 {
    padding-top: 50px !important; }

  .pt-lg-55 {
    padding-top: 55px !important; }

  .pt-lg-60 {
    padding-top: 60px !important; }

  .pt-lg-65 {
    padding-top: 65px !important; }

  .pt-lg-70 {
    padding-top: 70px !important; }

  .pt-lg-75 {
    padding-top: 75px !important; }

  .pt-lg-80 {
    padding-top: 80px !important; }

  .pt-lg-85 {
    padding-top: 85px !important; }

  .pt-lg-90 {
    padding-top: 90px !important; }

  .pt-lg-95 {
    padding-top: 95px !important; }

  .pt-lg-100 {
    padding-top: 100px !important; }

  .pb-lg-0 {
    padding-bottom: 0px !important; }

  .pb-lg-5 {
    padding-bottom: 5px !important; }

  .pb-lg-10 {
    padding-bottom: 10px !important; }

  .pb-lg-15 {
    padding-bottom: 15px !important; }

  .pb-lg-20 {
    padding-bottom: 20px !important; }

  .pb-lg-25 {
    padding-bottom: 25px !important; }

  .pb-lg-30 {
    padding-bottom: 30px !important; }

  .pb-lg-35 {
    padding-bottom: 35px !important; }

  .pb-lg-40 {
    padding-bottom: 40px !important; }

  .pb-lg-45 {
    padding-bottom: 45px !important; }

  .pb-lg-50 {
    padding-bottom: 50px !important; }

  .pb-lg-55 {
    padding-bottom: 55px !important; }

  .pb-lg-60 {
    padding-bottom: 60px !important; }

  .pb-lg-65 {
    padding-bottom: 65px !important; }

  .pb-lg-70 {
    padding-bottom: 70px !important; }

  .pb-lg-75 {
    padding-bottom: 75px !important; }

  .pb-lg-80 {
    padding-bottom: 80px !important; }

  .pb-lg-85 {
    padding-bottom: 85px !important; }

  .pb-lg-90 {
    padding-bottom: 90px !important; }

  .pb-lg-95 {
    padding-bottom: 95px !important; }

  .pb-lg-100 {
    padding-bottom: 100px !important; }

  .pl-lg-0 {
    padding-left: 0px !important; }

  .pl-lg-5 {
    padding-left: 5px !important; }

  .pl-lg-10 {
    padding-left: 10px !important; }

  .pl-lg-15 {
    padding-left: 15px !important; }

  .pl-lg-20 {
    padding-left: 20px !important; }

  .pl-lg-25 {
    padding-left: 25px !important; }

  .pl-lg-30 {
    padding-left: 30px !important; }

  .pl-lg-35 {
    padding-left: 35px !important; }

  .pl-lg-40 {
    padding-left: 40px !important; }

  .pl-lg-45 {
    padding-left: 45px !important; }

  .pl-lg-50 {
    padding-left: 50px !important; }

  .pl-lg-55 {
    padding-left: 55px !important; }

  .pl-lg-60 {
    padding-left: 60px !important; }

  .pl-lg-65 {
    padding-left: 65px !important; }

  .pl-lg-70 {
    padding-left: 70px !important; }

  .pl-lg-75 {
    padding-left: 75px !important; }

  .pl-lg-80 {
    padding-left: 80px !important; }

  .pl-lg-85 {
    padding-left: 85px !important; }

  .pl-lg-90 {
    padding-left: 90px !important; }

  .pl-lg-95 {
    padding-left: 95px !important; }

  .pl-lg-100 {
    padding-left: 100px !important; }

  .pr-lg-0 {
    padding-right: 0px !important; }

  .pr-lg-5 {
    padding-right: 5px !important; }

  .pr-lg-10 {
    padding-right: 10px !important; }

  .pr-lg-15 {
    padding-right: 15px !important; }

  .pr-lg-20 {
    padding-right: 20px !important; }

  .pr-lg-25 {
    padding-right: 25px !important; }

  .pr-lg-30 {
    padding-right: 30px !important; }

  .pr-lg-35 {
    padding-right: 35px !important; }

  .pr-lg-40 {
    padding-right: 40px !important; }

  .pr-lg-45 {
    padding-right: 45px !important; }

  .pr-lg-50 {
    padding-right: 50px !important; }

  .pr-lg-55 {
    padding-right: 55px !important; }

  .pr-lg-60 {
    padding-right: 60px !important; }

  .pr-lg-65 {
    padding-right: 65px !important; }

  .pr-lg-70 {
    padding-right: 70px !important; }

  .pr-lg-75 {
    padding-right: 75px !important; }

  .pr-lg-80 {
    padding-right: 80px !important; }

  .pr-lg-85 {
    padding-right: 85px !important; }

  .pr-lg-90 {
    padding-right: 90px !important; }

  .pr-lg-95 {
    padding-right: 95px !important; }

  .pr-lg-100 {
    padding-right: 100px !important; }

  .px-lg-0 {
    padding-left: 0px !important;
    padding-right: 0px !important; }

  .px-lg-5 {
    padding-left: 5px !important;
    padding-right: 5px !important; }

  .px-lg-10 {
    padding-left: 10px !important;
    padding-right: 10px !important; }

  .px-lg-15 {
    padding-left: 15px !important;
    padding-right: 15px !important; }

  .px-lg-20 {
    padding-left: 20px !important;
    padding-right: 20px !important; }

  .px-lg-25 {
    padding-left: 25px !important;
    padding-right: 25px !important; }

  .px-lg-30 {
    padding-left: 30px !important;
    padding-right: 30px !important; }

  .px-lg-35 {
    padding-left: 35px !important;
    padding-right: 35px !important; }

  .px-lg-40 {
    padding-left: 40px !important;
    padding-right: 40px !important; }

  .px-lg-45 {
    padding-left: 45px !important;
    padding-right: 45px !important; }

  .px-lg-50 {
    padding-left: 50px !important;
    padding-right: 50px !important; }

  .px-lg-55 {
    padding-left: 55px !important;
    padding-right: 55px !important; }

  .px-lg-60 {
    padding-left: 60px !important;
    padding-right: 60px !important; }

  .px-lg-65 {
    padding-left: 65px !important;
    padding-right: 65px !important; }

  .px-lg-70 {
    padding-left: 70px !important;
    padding-right: 70px !important; }

  .px-lg-75 {
    padding-left: 75px !important;
    padding-right: 75px !important; }

  .px-lg-80 {
    padding-left: 80px !important;
    padding-right: 80px !important; }

  .px-lg-85 {
    padding-left: 85px !important;
    padding-right: 85px !important; }

  .px-lg-90 {
    padding-left: 90px !important;
    padding-right: 90px !important; }

  .px-lg-95 {
    padding-left: 95px !important;
    padding-right: 95px !important; }

  .px-lg-100 {
    padding-left: 100px !important;
    padding-right: 100px !important; }

  .py-lg-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }

  .py-lg-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important; }

  .py-lg-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important; }

  .py-lg-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important; }

  .py-lg-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important; }

  .py-lg-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important; }

  .py-lg-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }

  .py-lg-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important; }

  .py-lg-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important; }

  .py-lg-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important; }

  .py-lg-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important; }

  .py-lg-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important; }

  .py-lg-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important; }

  .py-lg-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important; }

  .py-lg-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important; }

  .py-lg-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important; }

  .py-lg-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important; }

  .py-lg-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important; }

  .py-lg-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important; }

  .py-lg-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important; }

  .py-lg-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important; } }
@media (min-width: 1200px) {
  .p-xl-0 {
    padding: 0px !important; }

  .p-xl-5 {
    padding: 5px !important; }

  .p-xl-10 {
    padding: 10px !important; }

  .p-xl-15 {
    padding: 15px !important; }

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

  .p-xl-25 {
    padding: 25px !important; }

  .p-xl-30 {
    padding: 30px !important; }

  .p-xl-35 {
    padding: 35px !important; }

  .p-xl-40 {
    padding: 40px !important; }

  .p-xl-45 {
    padding: 45px !important; }

  .p-xl-50 {
    padding: 50px !important; }

  .p-xl-55 {
    padding: 55px !important; }

  .p-xl-60 {
    padding: 60px !important; }

  .p-xl-65 {
    padding: 65px !important; }

  .p-xl-70 {
    padding: 70px !important; }

  .p-xl-75 {
    padding: 75px !important; }

  .p-xl-80 {
    padding: 80px !important; }

  .p-xl-85 {
    padding: 85px !important; }

  .p-xl-90 {
    padding: 90px !important; }

  .p-xl-95 {
    padding: 95px !important; }

  .p-xl-100 {
    padding: 100px !important; }

  .pt-xl-0 {
    padding-top: 0px !important; }

  .pt-xl-5 {
    padding-top: 5px !important; }

  .pt-xl-10 {
    padding-top: 10px !important; }

  .pt-xl-15 {
    padding-top: 15px !important; }

  .pt-xl-20 {
    padding-top: 20px !important; }

  .pt-xl-25 {
    padding-top: 25px !important; }

  .pt-xl-30 {
    padding-top: 30px !important; }

  .pt-xl-35 {
    padding-top: 35px !important; }

  .pt-xl-40 {
    padding-top: 40px !important; }

  .pt-xl-45 {
    padding-top: 45px !important; }

  .pt-xl-50 {
    padding-top: 50px !important; }

  .pt-xl-55 {
    padding-top: 55px !important; }

  .pt-xl-60 {
    padding-top: 60px !important; }

  .pt-xl-65 {
    padding-top: 65px !important; }

  .pt-xl-70 {
    padding-top: 70px !important; }

  .pt-xl-75 {
    padding-top: 75px !important; }

  .pt-xl-80 {
    padding-top: 80px !important; }

  .pt-xl-85 {
    padding-top: 85px !important; }

  .pt-xl-90 {
    padding-top: 90px !important; }

  .pt-xl-95 {
    padding-top: 95px !important; }

  .pt-xl-100 {
    padding-top: 100px !important; }

  .pb-xl-0 {
    padding-bottom: 0px !important; }

  .pb-xl-5 {
    padding-bottom: 5px !important; }

  .pb-xl-10 {
    padding-bottom: 10px !important; }

  .pb-xl-15 {
    padding-bottom: 15px !important; }

  .pb-xl-20 {
    padding-bottom: 20px !important; }

  .pb-xl-25 {
    padding-bottom: 25px !important; }

  .pb-xl-30 {
    padding-bottom: 30px !important; }

  .pb-xl-35 {
    padding-bottom: 35px !important; }

  .pb-xl-40 {
    padding-bottom: 40px !important; }

  .pb-xl-45 {
    padding-bottom: 45px !important; }

  .pb-xl-50 {
    padding-bottom: 50px !important; }

  .pb-xl-55 {
    padding-bottom: 55px !important; }

  .pb-xl-60 {
    padding-bottom: 60px !important; }

  .pb-xl-65 {
    padding-bottom: 65px !important; }

  .pb-xl-70 {
    padding-bottom: 70px !important; }

  .pb-xl-75 {
    padding-bottom: 75px !important; }

  .pb-xl-80 {
    padding-bottom: 80px !important; }

  .pb-xl-85 {
    padding-bottom: 85px !important; }

  .pb-xl-90 {
    padding-bottom: 90px !important; }

  .pb-xl-95 {
    padding-bottom: 95px !important; }

  .pb-xl-100 {
    padding-bottom: 100px !important; }

  .pl-xl-0 {
    padding-left: 0px !important; }

  .pl-xl-5 {
    padding-left: 5px !important; }

  .pl-xl-10 {
    padding-left: 10px !important; }

  .pl-xl-15 {
    padding-left: 15px !important; }

  .pl-xl-20 {
    padding-left: 20px !important; }

  .pl-xl-25 {
    padding-left: 25px !important; }

  .pl-xl-30 {
    padding-left: 30px !important; }

  .pl-xl-35 {
    padding-left: 35px !important; }

  .pl-xl-40 {
    padding-left: 40px !important; }

  .pl-xl-45 {
    padding-left: 45px !important; }

  .pl-xl-50 {
    padding-left: 50px !important; }

  .pl-xl-55 {
    padding-left: 55px !important; }

  .pl-xl-60 {
    padding-left: 60px !important; }

  .pl-xl-65 {
    padding-left: 65px !important; }

  .pl-xl-70 {
    padding-left: 70px !important; }

  .pl-xl-75 {
    padding-left: 75px !important; }

  .pl-xl-80 {
    padding-left: 80px !important; }

  .pl-xl-85 {
    padding-left: 85px !important; }

  .pl-xl-90 {
    padding-left: 90px !important; }

  .pl-xl-95 {
    padding-left: 95px !important; }

  .pl-xl-100 {
    padding-left: 100px !important; }

  .pr-xl-0 {
    padding-right: 0px !important; }

  .pr-xl-5 {
    padding-right: 5px !important; }

  .pr-xl-10 {
    padding-right: 10px !important; }

  .pr-xl-15 {
    padding-right: 15px !important; }

  .pr-xl-20 {
    padding-right: 20px !important; }

  .pr-xl-25 {
    padding-right: 25px !important; }

  .pr-xl-30 {
    padding-right: 30px !important; }

  .pr-xl-35 {
    padding-right: 35px !important; }

  .pr-xl-40 {
    padding-right: 40px !important; }

  .pr-xl-45 {
    padding-right: 45px !important; }

  .pr-xl-50 {
    padding-right: 50px !important; }

  .pr-xl-55 {
    padding-right: 55px !important; }

  .pr-xl-60 {
    padding-right: 60px !important; }

  .pr-xl-65 {
    padding-right: 65px !important; }

  .pr-xl-70 {
    padding-right: 70px !important; }

  .pr-xl-75 {
    padding-right: 75px !important; }

  .pr-xl-80 {
    padding-right: 80px !important; }

  .pr-xl-85 {
    padding-right: 85px !important; }

  .pr-xl-90 {
    padding-right: 90px !important; }

  .pr-xl-95 {
    padding-right: 95px !important; }

  .pr-xl-100 {
    padding-right: 100px !important; }

  .px-xl-0 {
    padding-left: 0px !important;
    padding-right: 0px !important; }

  .px-xl-5 {
    padding-left: 5px !important;
    padding-right: 5px !important; }

  .px-xl-10 {
    padding-left: 10px !important;
    padding-right: 10px !important; }

  .px-xl-15 {
    padding-left: 15px !important;
    padding-right: 15px !important; }

  .px-xl-20 {
    padding-left: 20px !important;
    padding-right: 20px !important; }

  .px-xl-25 {
    padding-left: 25px !important;
    padding-right: 25px !important; }

  .px-xl-30 {
    padding-left: 30px !important;
    padding-right: 30px !important; }

  .px-xl-35 {
    padding-left: 35px !important;
    padding-right: 35px !important; }

  .px-xl-40 {
    padding-left: 40px !important;
    padding-right: 40px !important; }

  .px-xl-45 {
    padding-left: 45px !important;
    padding-right: 45px !important; }

  .px-xl-50 {
    padding-left: 50px !important;
    padding-right: 50px !important; }

  .px-xl-55 {
    padding-left: 55px !important;
    padding-right: 55px !important; }

  .px-xl-60 {
    padding-left: 60px !important;
    padding-right: 60px !important; }

  .px-xl-65 {
    padding-left: 65px !important;
    padding-right: 65px !important; }

  .px-xl-70 {
    padding-left: 70px !important;
    padding-right: 70px !important; }

  .px-xl-75 {
    padding-left: 75px !important;
    padding-right: 75px !important; }

  .px-xl-80 {
    padding-left: 80px !important;
    padding-right: 80px !important; }

  .px-xl-85 {
    padding-left: 85px !important;
    padding-right: 85px !important; }

  .px-xl-90 {
    padding-left: 90px !important;
    padding-right: 90px !important; }

  .px-xl-95 {
    padding-left: 95px !important;
    padding-right: 95px !important; }

  .px-xl-100 {
    padding-left: 100px !important;
    padding-right: 100px !important; }

  .py-xl-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }

  .py-xl-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important; }

  .py-xl-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important; }

  .py-xl-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important; }

  .py-xl-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important; }

  .py-xl-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important; }

  .py-xl-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }

  .py-xl-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important; }

  .py-xl-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important; }

  .py-xl-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important; }

  .py-xl-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important; }

  .py-xl-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important; }

  .py-xl-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important; }

  .py-xl-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important; }

  .py-xl-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important; }

  .py-xl-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important; }

  .py-xl-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important; }

  .py-xl-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important; }

  .py-xl-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important; }

  .py-xl-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important; }

  .py-xl-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important; } }
/*******************
Margin property 
*******************/
.m-0 {
  margin: 0px !important; }

.m-5 {
  margin: 5px !important; }

.m-10 {
  margin: 10px !important; }

.m-15 {
  margin: 15px !important; }

.m-20 {
  margin: 20px !important; }

.m-25 {
  margin: 25px !important; }

.m-30 {
  margin: 30px !important; }

.m-35 {
  margin: 35px !important; }

.m-40 {
  margin: 40px !important; }

.m-45 {
  margin: 45px !important; }

.m-50 {
  margin: 50px !important; }

.m-55 {
  margin: 55px !important; }

.m-60 {
  margin: 60px !important; }

.m-65 {
  margin: 65px !important; }

.m-70 {
  margin: 70px !important; }

.m-75 {
  margin: 75px !important; }

.m-80 {
  margin: 80px !important; }

.m-85 {
  margin: 85px !important; }

.m-90 {
  margin: 90px !important; }

.m-95 {
  margin: 95px !important; }

.m-100 {
  margin: 100px !important; }

.mt-0 {
  margin-top: 0px !important; }

.mt-5 {
  margin-top: 5px !important; }

.mt-10 {
  margin-top: 10px !important; }

.mt-15 {
  margin-top: 15px !important; }

.mt-20 {
  margin-top: 20px !important; }

.mt-25 {
  margin-top: 25px !important; }

.mt-30 {
  margin-top: 30px !important; }

.mt-35 {
  margin-top: 35px !important; }

.mt-40 {
  margin-top: 40px !important; }

.mt-45 {
  margin-top: 45px !important; }

.mt-50 {
  margin-top: 50px !important; }

.mt-55 {
  margin-top: 55px !important; }

.mt-60 {
  margin-top: 60px !important; }

.mt-65 {
  margin-top: 65px !important; }

.mt-70 {
  margin-top: 70px !important; }

.mt-75 {
  margin-top: 75px !important; }

.mt-80 {
  margin-top: 80px !important; }

.mt-85 {
  margin-top: 85px !important; }

.mt-90 {
  margin-top: 90px !important; }

.mt-95 {
  margin-top: 95px !important; }

.mt-100 {
  margin-top: 100px !important; }

.mb-0 {
  margin-bottom: 0px !important; }

.mb-5 {
  margin-bottom: 5px !important; }

.mb-10 {
  margin-bottom: 10px !important; }

.mb-15 {
  margin-bottom: 15px !important; }

.mb-20 {
  margin-bottom: 20px !important; }

.mb-25 {
  margin-bottom: 25px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.mb-35 {
  margin-bottom: 35px !important; }

.mb-40 {
  margin-bottom: 40px !important; }

.mb-45 {
  margin-bottom: 45px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.mb-55 {
  margin-bottom: 55px !important; }

.mb-60 {
  margin-bottom: 60px !important; }

.mb-65 {
  margin-bottom: 65px !important; }

.mb-70 {
  margin-bottom: 70px !important; }

.mb-75 {
  margin-bottom: 75px !important; }

.mb-80 {
  margin-bottom: 80px !important; }

.mb-85 {
  margin-bottom: 85px !important; }

.mb-90 {
  margin-bottom: 90px !important; }

.mb-95 {
  margin-bottom: 95px !important; }

.mb-100 {
  margin-bottom: 100px !important; }

.ml-0 {
  margin-left: 0px !important; }

.ml-5 {
  margin-left: 5px !important; }

.ml-10 {
  margin-left: 10px !important; }

.ml-15 {
  margin-left: 15px !important; }

.ml-20 {
  margin-left: 20px !important; }

.ml-25 {
  margin-left: 25px !important; }

.ml-30 {
  margin-left: 30px !important; }

.ml-35 {
  margin-left: 35px !important; }

.ml-40 {
  margin-left: 40px !important; }

.ml-45 {
  margin-left: 45px !important; }

.ml-50 {
  margin-left: 50px !important; }

.ml-55 {
  margin-left: 55px !important; }

.ml-60 {
  margin-left: 60px !important; }

.ml-65 {
  margin-left: 65px !important; }

.ml-70 {
  margin-left: 70px !important; }

.ml-75 {
  margin-left: 75px !important; }

.ml-80 {
  margin-left: 80px !important; }

.ml-85 {
  margin-left: 85px !important; }

.ml-90 {
  margin-left: 90px !important; }

.ml-95 {
  margin-left: 95px !important; }

.ml-100 {
  margin-left: 100px !important; }

.mr-0 {
  margin-right: 0px !important; }

.mr-5 {
  margin-right: 5px !important; }

.mr-10 {
  margin-right: 10px !important; }

.mr-15 {
  margin-right: 15px !important; }

.mr-20 {
  margin-right: 20px !important; }

.mr-25 {
  margin-right: 25px !important; }

.mr-30 {
  margin-right: 30px !important; }

.mr-35 {
  margin-right: 35px !important; }

.mr-40 {
  margin-right: 40px !important; }

.mr-45 {
  margin-right: 45px !important; }

.mr-50 {
  margin-right: 50px !important; }

.mr-55 {
  margin-right: 55px !important; }

.mr-60 {
  margin-right: 60px !important; }

.mr-65 {
  margin-right: 65px !important; }

.mr-70 {
  margin-right: 70px !important; }

.mr-75 {
  margin-right: 75px !important; }

.mr-80 {
  margin-right: 80px !important; }

.mr-85 {
  margin-right: 85px !important; }

.mr-90 {
  margin-right: 90px !important; }

.mr-95 {
  margin-right: 95px !important; }

.mr-100 {
  margin-right: 100px !important; }

.mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important; }

.mx-5 {
  margin-left: 5px !important;
  margin-right: 5px !important; }

.mx-10 {
  margin-left: 10px !important;
  margin-right: 10px !important; }

.mx-15 {
  margin-left: 15px !important;
  margin-right: 15px !important; }

.mx-20 {
  margin-left: 20px !important;
  margin-right: 20px !important; }

.mx-25 {
  margin-left: 25px !important;
  margin-right: 25px !important; }

.mx-30 {
  margin-left: 30px !important;
  margin-right: 30px !important; }

.mx-35 {
  margin-left: 35px !important;
  margin-right: 35px !important; }

.mx-40 {
  margin-left: 40px !important;
  margin-right: 40px !important; }

.mx-45 {
  margin-left: 45px !important;
  margin-right: 45px !important; }

.mx-50 {
  margin-left: 50px !important;
  margin-right: 50px !important; }

.mx-55 {
  margin-left: 55px !important;
  margin-right: 55px !important; }

.mx-60 {
  margin-left: 60px !important;
  margin-right: 60px !important; }

.mx-65 {
  margin-left: 65px !important;
  margin-right: 65px !important; }

.mx-70 {
  margin-left: 70px !important;
  margin-right: 70px !important; }

.mx-75 {
  margin-left: 75px !important;
  margin-right: 75px !important; }

.mx-80 {
  margin-left: 80px !important;
  margin-right: 80px !important; }

.mx-85 {
  margin-left: 85px !important;
  margin-right: 85px !important; }

.mx-90 {
  margin-left: 90px !important;
  margin-right: 90px !important; }

.mx-95 {
  margin-left: 95px !important;
  margin-right: 95px !important; }

.mx-100 {
  margin-left: 100px !important;
  margin-right: 100px !important; }

.my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important; }

.my-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important; }

.my-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important; }

.my-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important; }

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

.my-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important; }

.my-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important; }

.my-35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important; }

.my-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important; }

.my-45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important; }

.my-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important; }

.my-55 {
  margin-top: 55px !important;
  margin-bottom: 55px !important; }

.my-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important; }

.my-65 {
  margin-top: 65px !important;
  margin-bottom: 65px !important; }

.my-70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important; }

.my-75 {
  margin-top: 75px !important;
  margin-bottom: 75px !important; }

.my-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important; }

.my-85 {
  margin-top: 85px !important;
  margin-bottom: 85px !important; }

.my-90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important; }

.my-95 {
  margin-top: 95px !important;
  margin-bottom: 95px !important; }

.my-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important; }

@media (max-width: 575px) {
  .m-xs-0 {
    margin: 0px !important; }

  .m-xs-5 {
    margin: 5px !important; }

  .m-xs-10 {
    margin: 10px !important; }

  .m-xs-15 {
    margin: 15px !important; }

  .m-xs-20 {
    margin: 20px !important; }

  .m-xs-25 {
    margin: 25px !important; }

  .m-xs-30 {
    margin: 30px !important; }

  .m-xs-35 {
    margin: 35px !important; }

  .m-xs-40 {
    margin: 40px !important; }

  .m-xs-45 {
    margin: 45px !important; }

  .m-xs-50 {
    margin: 50px !important; }

  .m-xs-55 {
    margin: 55px !important; }

  .m-xs-60 {
    margin: 60px !important; }

  .m-xs-65 {
    margin: 65px !important; }

  .m-xs-70 {
    margin: 70px !important; }

  .m-xs-75 {
    margin: 75px !important; }

  .m-xs-80 {
    margin: 80px !important; }

  .m-xs-85 {
    margin: 85px !important; }

  .m-xs-90 {
    margin: 90px !important; }

  .m-xs-95 {
    margin: 95px !important; }

  .m-xs-100 {
    margin: 100px !important; }

  .mt-xs-0 {
    margin-top: 0px !important; }

  .mt-xs-5 {
    margin-top: 5px !important; }

  .mt-xs-10 {
    margin-top: 10px !important; }

  .mt-xs-15 {
    margin-top: 15px !important; }

  .mt-xs-20 {
    margin-top: 20px !important; }

  .mt-xs-25 {
    margin-top: 25px !important; }

  .mt-xs-30 {
    margin-top: 30px !important; }

  .mt-xs-35 {
    margin-top: 35px !important; }

  .mt-xs-40 {
    margin-top: 40px !important; }

  .mt-xs-45 {
    margin-top: 45px !important; }

  .mt-xs-50 {
    margin-top: 50px !important; }

  .mt-xs-55 {
    margin-top: 55px !important; }

  .mt-xs-60 {
    margin-top: 60px !important; }

  .mt-xs-65 {
    margin-top: 65px !important; }

  .mt-xs-70 {
    margin-top: 70px !important; }

  .mt-xs-75 {
    margin-top: 75px !important; }

  .mt-xs-80 {
    margin-top: 80px !important; }

  .mt-xs-85 {
    margin-top: 85px !important; }

  .mt-xs-90 {
    margin-top: 90px !important; }

  .mt-xs-95 {
    margin-top: 95px !important; }

  .mt-xs-100 {
    margin-top: 100px !important; }

  .mb-xs-0 {
    margin-bottom: 0px !important; }

  .mb-xs-5 {
    margin-bottom: 5px !important; }

  .mb-xs-10 {
    margin-bottom: 10px !important; }

  .mb-xs-15 {
    margin-bottom: 15px !important; }

  .mb-xs-20 {
    margin-bottom: 20px !important; }

  .mb-xs-25 {
    margin-bottom: 25px !important; }

  .mb-xs-30 {
    margin-bottom: 30px !important; }

  .mb-xs-35 {
    margin-bottom: 35px !important; }

  .mb-xs-40 {
    margin-bottom: 40px !important; }

  .mb-xs-45 {
    margin-bottom: 45px !important; }

  .mb-xs-50 {
    margin-bottom: 50px !important; }

  .mb-xs-55 {
    margin-bottom: 55px !important; }

  .mb-xs-60 {
    margin-bottom: 60px !important; }

  .mb-xs-65 {
    margin-bottom: 65px !important; }

  .mb-xs-70 {
    margin-bottom: 70px !important; }

  .mb-xs-75 {
    margin-bottom: 75px !important; }

  .mb-xs-80 {
    margin-bottom: 80px !important; }

  .mb-xs-85 {
    margin-bottom: 85px !important; }

  .mb-xs-90 {
    margin-bottom: 90px !important; }

  .mb-xs-95 {
    margin-bottom: 95px !important; }

  .mb-xs-100 {
    margin-bottom: 100px !important; }

  .ml-xs-0 {
    margin-left: 0px !important; }

  .ml-xs-5 {
    margin-left: 5px !important; }

  .ml-xs-10 {
    margin-left: 10px !important; }

  .ml-xs-15 {
    margin-left: 15px !important; }

  .ml-xs-20 {
    margin-left: 20px !important; }

  .ml-xs-25 {
    margin-left: 25px !important; }

  .ml-xs-30 {
    margin-left: 30px !important; }

  .ml-xs-35 {
    margin-left: 35px !important; }

  .ml-xs-40 {
    margin-left: 40px !important; }

  .ml-xs-45 {
    margin-left: 45px !important; }

  .ml-xs-50 {
    margin-left: 50px !important; }

  .ml-xs-55 {
    margin-left: 55px !important; }

  .ml-xs-60 {
    margin-left: 60px !important; }

  .ml-xs-65 {
    margin-left: 65px !important; }

  .ml-xs-70 {
    margin-left: 70px !important; }

  .ml-xs-75 {
    margin-left: 75px !important; }

  .ml-xs-80 {
    margin-left: 80px !important; }

  .ml-xs-85 {
    margin-left: 85px !important; }

  .ml-xs-90 {
    margin-left: 90px !important; }

  .ml-xs-95 {
    margin-left: 95px !important; }

  .ml-xs-100 {
    margin-left: 100px !important; }

  .mr-xs-0 {
    margin-right: 0px !important; }

  .mr-xs-5 {
    margin-right: 5px !important; }

  .mr-xs-10 {
    margin-right: 10px !important; }

  .mr-xs-15 {
    margin-right: 15px !important; }

  .mr-xs-20 {
    margin-right: 20px !important; }

  .mr-xs-25 {
    margin-right: 25px !important; }

  .mr-xs-30 {
    margin-right: 30px !important; }

  .mr-xs-35 {
    margin-right: 35px !important; }

  .mr-xs-40 {
    margin-right: 40px !important; }

  .mr-xs-45 {
    margin-right: 45px !important; }

  .mr-xs-50 {
    margin-right: 50px !important; }

  .mr-xs-55 {
    margin-right: 55px !important; }

  .mr-xs-60 {
    margin-right: 60px !important; }

  .mr-xs-65 {
    margin-right: 65px !important; }

  .mr-xs-70 {
    margin-right: 70px !important; }

  .mr-xs-75 {
    margin-right: 75px !important; }

  .mr-xs-80 {
    margin-right: 80px !important; }

  .mr-xs-85 {
    margin-right: 85px !important; }

  .mr-xs-90 {
    margin-right: 90px !important; }

  .mr-xs-95 {
    margin-right: 95px !important; }

  .mr-xs-100 {
    margin-right: 100px !important; }

  .mx-xs-0 {
    margin-left: 0px !important;
    margin-right: 0px !important; }

  .mx-xs-5 {
    margin-left: 5px !important;
    margin-right: 5px !important; }

  .mx-xs-10 {
    margin-left: 10px !important;
    margin-right: 10px !important; }

  .mx-xs-15 {
    margin-left: 15px !important;
    margin-right: 15px !important; }

  .mx-xs-20 {
    margin-left: 20px !important;
    margin-right: 20px !important; }

  .mx-xs-25 {
    margin-left: 25px !important;
    margin-right: 25px !important; }

  .mx-xs-30 {
    margin-left: 30px !important;
    margin-right: 30px !important; }

  .mx-xs-35 {
    margin-left: 35px !important;
    margin-right: 35px !important; }

  .mx-xs-40 {
    margin-left: 40px !important;
    margin-right: 40px !important; }

  .mx-xs-45 {
    margin-left: 45px !important;
    margin-right: 45px !important; }

  .mx-xs-50 {
    margin-left: 50px !important;
    margin-right: 50px !important; }

  .mx-xs-55 {
    margin-left: 55px !important;
    margin-right: 55px !important; }

  .mx-xs-60 {
    margin-left: 60px !important;
    margin-right: 60px !important; }

  .mx-xs-65 {
    margin-left: 65px !important;
    margin-right: 65px !important; }

  .mx-xs-70 {
    margin-left: 70px !important;
    margin-right: 70px !important; }

  .mx-xs-75 {
    margin-left: 75px !important;
    margin-right: 75px !important; }

  .mx-xs-80 {
    margin-left: 80px !important;
    margin-right: 80px !important; }

  .mx-xs-85 {
    margin-left: 85px !important;
    margin-right: 85px !important; }

  .mx-xs-90 {
    margin-left: 90px !important;
    margin-right: 90px !important; }

  .mx-xs-95 {
    margin-left: 95px !important;
    margin-right: 95px !important; }

  .mx-xs-100 {
    margin-left: 100px !important;
    margin-right: 100px !important; }

  .my-xs-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important; }

  .my-xs-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important; }

  .my-xs-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important; }

  .my-xs-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important; }

  .my-xs-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important; }

  .my-xs-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important; }

  .my-xs-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important; }

  .my-xs-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important; }

  .my-xs-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important; }

  .my-xs-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important; }

  .my-xs-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important; }

  .my-xs-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important; }

  .my-xs-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important; }

  .my-xs-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important; }

  .my-xs-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important; }

  .my-xs-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important; }

  .my-xs-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important; }

  .my-xs-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important; }

  .my-xs-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important; }

  .my-xs-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important; }

  .my-xs-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important; } }
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0px !important; }

  .m-sm-5 {
    margin: 5px !important; }

  .m-sm-10 {
    margin: 10px !important; }

  .m-sm-15 {
    margin: 15px !important; }

  .m-sm-20 {
    margin: 20px !important; }

  .m-sm-25 {
    margin: 25px !important; }

  .m-sm-30 {
    margin: 30px !important; }

  .m-sm-35 {
    margin: 35px !important; }

  .m-sm-40 {
    margin: 40px !important; }

  .m-sm-45 {
    margin: 45px !important; }

  .m-sm-50 {
    margin: 50px !important; }

  .m-sm-55 {
    margin: 55px !important; }

  .m-sm-60 {
    margin: 60px !important; }

  .m-sm-65 {
    margin: 65px !important; }

  .m-sm-70 {
    margin: 70px !important; }

  .m-sm-75 {
    margin: 75px !important; }

  .m-sm-80 {
    margin: 80px !important; }

  .m-sm-85 {
    margin: 85px !important; }

  .m-sm-90 {
    margin: 90px !important; }

  .m-sm-95 {
    margin: 95px !important; }

  .m-sm-100 {
    margin: 100px !important; }

  .mt-sm-0 {
    margin-top: 0px !important; }

  .mt-sm-5 {
    margin-top: 5px !important; }

  .mt-sm-10 {
    margin-top: 10px !important; }

  .mt-sm-15 {
    margin-top: 15px !important; }

  .mt-sm-20 {
    margin-top: 20px !important; }

  .mt-sm-25 {
    margin-top: 25px !important; }

  .mt-sm-30 {
    margin-top: 30px !important; }

  .mt-sm-35 {
    margin-top: 35px !important; }

  .mt-sm-40 {
    margin-top: 40px !important; }

  .mt-sm-45 {
    margin-top: 45px !important; }

  .mt-sm-50 {
    margin-top: 50px !important; }

  .mt-sm-55 {
    margin-top: 55px !important; }

  .mt-sm-60 {
    margin-top: 60px !important; }

  .mt-sm-65 {
    margin-top: 65px !important; }

  .mt-sm-70 {
    margin-top: 70px !important; }

  .mt-sm-75 {
    margin-top: 75px !important; }

  .mt-sm-80 {
    margin-top: 80px !important; }

  .mt-sm-85 {
    margin-top: 85px !important; }

  .mt-sm-90 {
    margin-top: 90px !important; }

  .mt-sm-95 {
    margin-top: 95px !important; }

  .mt-sm-100 {
    margin-top: 100px !important; }

  .mb-sm-0 {
    margin-bottom: 0px !important; }

  .mb-sm-5 {
    margin-bottom: 5px !important; }

  .mb-sm-10 {
    margin-bottom: 10px !important; }

  .mb-sm-15 {
    margin-bottom: 15px !important; }

  .mb-sm-20 {
    margin-bottom: 20px !important; }

  .mb-sm-25 {
    margin-bottom: 25px !important; }

  .mb-sm-30 {
    margin-bottom: 30px !important; }

  .mb-sm-35 {
    margin-bottom: 35px !important; }

  .mb-sm-40 {
    margin-bottom: 40px !important; }

  .mb-sm-45 {
    margin-bottom: 45px !important; }

  .mb-sm-50 {
    margin-bottom: 50px !important; }

  .mb-sm-55 {
    margin-bottom: 55px !important; }

  .mb-sm-60 {
    margin-bottom: 60px !important; }

  .mb-sm-65 {
    margin-bottom: 65px !important; }

  .mb-sm-70 {
    margin-bottom: 70px !important; }

  .mb-sm-75 {
    margin-bottom: 75px !important; }

  .mb-sm-80 {
    margin-bottom: 80px !important; }

  .mb-sm-85 {
    margin-bottom: 85px !important; }

  .mb-sm-90 {
    margin-bottom: 90px !important; }

  .mb-sm-95 {
    margin-bottom: 95px !important; }

  .mb-sm-100 {
    margin-bottom: 100px !important; }

  .ml-sm-0 {
    margin-left: 0px !important; }

  .ml-sm-5 {
    margin-left: 5px !important; }

  .ml-sm-10 {
    margin-left: 10px !important; }

  .ml-sm-15 {
    margin-left: 15px !important; }

  .ml-sm-20 {
    margin-left: 20px !important; }

  .ml-sm-25 {
    margin-left: 25px !important; }

  .ml-sm-30 {
    margin-left: 30px !important; }

  .ml-sm-35 {
    margin-left: 35px !important; }

  .ml-sm-40 {
    margin-left: 40px !important; }

  .ml-sm-45 {
    margin-left: 45px !important; }

  .ml-sm-50 {
    margin-left: 50px !important; }

  .ml-sm-55 {
    margin-left: 55px !important; }

  .ml-sm-60 {
    margin-left: 60px !important; }

  .ml-sm-65 {
    margin-left: 65px !important; }

  .ml-sm-70 {
    margin-left: 70px !important; }

  .ml-sm-75 {
    margin-left: 75px !important; }

  .ml-sm-80 {
    margin-left: 80px !important; }

  .ml-sm-85 {
    margin-left: 85px !important; }

  .ml-sm-90 {
    margin-left: 90px !important; }

  .ml-sm-95 {
    margin-left: 95px !important; }

  .ml-sm-100 {
    margin-left: 100px !important; }

  .mr-sm-0 {
    margin-right: 0px !important; }

  .mr-sm-5 {
    margin-right: 5px !important; }

  .mr-sm-10 {
    margin-right: 10px !important; }

  .mr-sm-15 {
    margin-right: 15px !important; }

  .mr-sm-20 {
    margin-right: 20px !important; }

  .mr-sm-25 {
    margin-right: 25px !important; }

  .mr-sm-30 {
    margin-right: 30px !important; }

  .mr-sm-35 {
    margin-right: 35px !important; }

  .mr-sm-40 {
    margin-right: 40px !important; }

  .mr-sm-45 {
    margin-right: 45px !important; }

  .mr-sm-50 {
    margin-right: 50px !important; }

  .mr-sm-55 {
    margin-right: 55px !important; }

  .mr-sm-60 {
    margin-right: 60px !important; }

  .mr-sm-65 {
    margin-right: 65px !important; }

  .mr-sm-70 {
    margin-right: 70px !important; }

  .mr-sm-75 {
    margin-right: 75px !important; }

  .mr-sm-80 {
    margin-right: 80px !important; }

  .mr-sm-85 {
    margin-right: 85px !important; }

  .mr-sm-90 {
    margin-right: 90px !important; }

  .mr-sm-95 {
    margin-right: 95px !important; }

  .mr-sm-100 {
    margin-right: 100px !important; }

  .mx-sm-0 {
    margin-left: 0px !important;
    margin-right: 0px !important; }

  .mx-sm-5 {
    margin-left: 5px !important;
    margin-right: 5px !important; }

  .mx-sm-10 {
    margin-left: 10px !important;
    margin-right: 10px !important; }

  .mx-sm-15 {
    margin-left: 15px !important;
    margin-right: 15px !important; }

  .mx-sm-20 {
    margin-left: 20px !important;
    margin-right: 20px !important; }

  .mx-sm-25 {
    margin-left: 25px !important;
    margin-right: 25px !important; }

  .mx-sm-30 {
    margin-left: 30px !important;
    margin-right: 30px !important; }

  .mx-sm-35 {
    margin-left: 35px !important;
    margin-right: 35px !important; }

  .mx-sm-40 {
    margin-left: 40px !important;
    margin-right: 40px !important; }

  .mx-sm-45 {
    margin-left: 45px !important;
    margin-right: 45px !important; }

  .mx-sm-50 {
    margin-left: 50px !important;
    margin-right: 50px !important; }

  .mx-sm-55 {
    margin-left: 55px !important;
    margin-right: 55px !important; }

  .mx-sm-60 {
    margin-left: 60px !important;
    margin-right: 60px !important; }

  .mx-sm-65 {
    margin-left: 65px !important;
    margin-right: 65px !important; }

  .mx-sm-70 {
    margin-left: 70px !important;
    margin-right: 70px !important; }

  .mx-sm-75 {
    margin-left: 75px !important;
    margin-right: 75px !important; }

  .mx-sm-80 {
    margin-left: 80px !important;
    margin-right: 80px !important; }

  .mx-sm-85 {
    margin-left: 85px !important;
    margin-right: 85px !important; }

  .mx-sm-90 {
    margin-left: 90px !important;
    margin-right: 90px !important; }

  .mx-sm-95 {
    margin-left: 95px !important;
    margin-right: 95px !important; }

  .mx-sm-100 {
    margin-left: 100px !important;
    margin-right: 100px !important; }

  .my-sm-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important; }

  .my-sm-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important; }

  .my-sm-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important; }

  .my-sm-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important; }

  .my-sm-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important; }

  .my-sm-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important; }

  .my-sm-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important; }

  .my-sm-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important; }

  .my-sm-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important; }

  .my-sm-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important; }

  .my-sm-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important; }

  .my-sm-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important; }

  .my-sm-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important; }

  .my-sm-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important; }

  .my-sm-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important; }

  .my-sm-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important; }

  .my-sm-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important; }

  .my-sm-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important; }

  .my-sm-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important; }

  .my-sm-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important; }

  .my-sm-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important; } }
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0px !important; }

  .m-md-5 {
    margin: 5px !important; }

  .m-md-10 {
    margin: 10px !important; }

  .m-md-15 {
    margin: 15px !important; }

  .m-md-20 {
    margin: 20px !important; }

  .m-md-25 {
    margin: 25px !important; }

  .m-md-30 {
    margin: 30px !important; }

  .m-md-35 {
    margin: 35px !important; }

  .m-md-40 {
    margin: 40px !important; }

  .m-md-45 {
    margin: 45px !important; }

  .m-md-50 {
    margin: 50px !important; }

  .m-md-55 {
    margin: 55px !important; }

  .m-md-60 {
    margin: 60px !important; }

  .m-md-65 {
    margin: 65px !important; }

  .m-md-70 {
    margin: 70px !important; }

  .m-md-75 {
    margin: 75px !important; }

  .m-md-80 {
    margin: 80px !important; }

  .m-md-85 {
    margin: 85px !important; }

  .m-md-90 {
    margin: 90px !important; }

  .m-md-95 {
    margin: 95px !important; }

  .m-md-100 {
    margin: 100px !important; }

  .mt-md-0 {
    margin-top: 0px !important; }

  .mt-md-5 {
    margin-top: 5px !important; }

  .mt-md-10 {
    margin-top: 10px !important; }

  .mt-md-15 {
    margin-top: 15px !important; }

  .mt-md-20 {
    margin-top: 20px !important; }

  .mt-md-25 {
    margin-top: 25px !important; }

  .mt-md-30 {
    margin-top: 30px !important; }

  .mt-md-35 {
    margin-top: 35px !important; }

  .mt-md-40 {
    margin-top: 40px !important; }

  .mt-md-45 {
    margin-top: 45px !important; }

  .mt-md-50 {
    margin-top: 50px !important; }

  .mt-md-55 {
    margin-top: 55px !important; }

  .mt-md-60 {
    margin-top: 60px !important; }

  .mt-md-65 {
    margin-top: 65px !important; }

  .mt-md-70 {
    margin-top: 70px !important; }

  .mt-md-75 {
    margin-top: 75px !important; }

  .mt-md-80 {
    margin-top: 80px !important; }

  .mt-md-85 {
    margin-top: 85px !important; }

  .mt-md-90 {
    margin-top: 90px !important; }

  .mt-md-95 {
    margin-top: 95px !important; }

  .mt-md-100 {
    margin-top: 100px !important; }

  .mb-md-0 {
    margin-bottom: 0px !important; }

  .mb-md-5 {
    margin-bottom: 5px !important; }

  .mb-md-10 {
    margin-bottom: 10px !important; }

  .mb-md-15 {
    margin-bottom: 15px !important; }

  .mb-md-20 {
    margin-bottom: 20px !important; }

  .mb-md-25 {
    margin-bottom: 25px !important; }

  .mb-md-30 {
    margin-bottom: 30px !important; }

  .mb-md-35 {
    margin-bottom: 35px !important; }

  .mb-md-40 {
    margin-bottom: 40px !important; }

  .mb-md-45 {
    margin-bottom: 45px !important; }

  .mb-md-50 {
    margin-bottom: 50px !important; }

  .mb-md-55 {
    margin-bottom: 55px !important; }

  .mb-md-60 {
    margin-bottom: 60px !important; }

  .mb-md-65 {
    margin-bottom: 65px !important; }

  .mb-md-70 {
    margin-bottom: 70px !important; }

  .mb-md-75 {
    margin-bottom: 75px !important; }

  .mb-md-80 {
    margin-bottom: 80px !important; }

  .mb-md-85 {
    margin-bottom: 85px !important; }

  .mb-md-90 {
    margin-bottom: 90px !important; }

  .mb-md-95 {
    margin-bottom: 95px !important; }

  .mb-md-100 {
    margin-bottom: 100px !important; }

  .ml-md-0 {
    margin-left: 0px !important; }

  .ml-md-5 {
    margin-left: 5px !important; }

  .ml-md-10 {
    margin-left: 10px !important; }

  .ml-md-15 {
    margin-left: 15px !important; }

  .ml-md-20 {
    margin-left: 20px !important; }

  .ml-md-25 {
    margin-left: 25px !important; }

  .ml-md-30 {
    margin-left: 30px !important; }

  .ml-md-35 {
    margin-left: 35px !important; }

  .ml-md-40 {
    margin-left: 40px !important; }

  .ml-md-45 {
    margin-left: 45px !important; }

  .ml-md-50 {
    margin-left: 50px !important; }

  .ml-md-55 {
    margin-left: 55px !important; }

  .ml-md-60 {
    margin-left: 60px !important; }

  .ml-md-65 {
    margin-left: 65px !important; }

  .ml-md-70 {
    margin-left: 70px !important; }

  .ml-md-75 {
    margin-left: 75px !important; }

  .ml-md-80 {
    margin-left: 80px !important; }

  .ml-md-85 {
    margin-left: 85px !important; }

  .ml-md-90 {
    margin-left: 90px !important; }

  .ml-md-95 {
    margin-left: 95px !important; }

  .ml-md-100 {
    margin-left: 100px !important; }

  .mr-md-0 {
    margin-right: 0px !important; }

  .mr-md-5 {
    margin-right: 5px !important; }

  .mr-md-10 {
    margin-right: 10px !important; }

  .mr-md-15 {
    margin-right: 15px !important; }

  .mr-md-20 {
    margin-right: 20px !important; }

  .mr-md-25 {
    margin-right: 25px !important; }

  .mr-md-30 {
    margin-right: 30px !important; }

  .mr-md-35 {
    margin-right: 35px !important; }

  .mr-md-40 {
    margin-right: 40px !important; }

  .mr-md-45 {
    margin-right: 45px !important; }

  .mr-md-50 {
    margin-right: 50px !important; }

  .mr-md-55 {
    margin-right: 55px !important; }

  .mr-md-60 {
    margin-right: 60px !important; }

  .mr-md-65 {
    margin-right: 65px !important; }

  .mr-md-70 {
    margin-right: 70px !important; }

  .mr-md-75 {
    margin-right: 75px !important; }

  .mr-md-80 {
    margin-right: 80px !important; }

  .mr-md-85 {
    margin-right: 85px !important; }

  .mr-md-90 {
    margin-right: 90px !important; }

  .mr-md-95 {
    margin-right: 95px !important; }

  .mr-md-100 {
    margin-right: 100px !important; }

  .mx-md-0 {
    margin-left: 0px !important;
    margin-right: 0px !important; }

  .mx-md-5 {
    margin-left: 5px !important;
    margin-right: 5px !important; }

  .mx-md-10 {
    margin-left: 10px !important;
    margin-right: 10px !important; }

  .mx-md-15 {
    margin-left: 15px !important;
    margin-right: 15px !important; }

  .mx-md-20 {
    margin-left: 20px !important;
    margin-right: 20px !important; }

  .mx-md-25 {
    margin-left: 25px !important;
    margin-right: 25px !important; }

  .mx-md-30 {
    margin-left: 30px !important;
    margin-right: 30px !important; }

  .mx-md-35 {
    margin-left: 35px !important;
    margin-right: 35px !important; }

  .mx-md-40 {
    margin-left: 40px !important;
    margin-right: 40px !important; }

  .mx-md-45 {
    margin-left: 45px !important;
    margin-right: 45px !important; }

  .mx-md-50 {
    margin-left: 50px !important;
    margin-right: 50px !important; }

  .mx-md-55 {
    margin-left: 55px !important;
    margin-right: 55px !important; }

  .mx-md-60 {
    margin-left: 60px !important;
    margin-right: 60px !important; }

  .mx-md-65 {
    margin-left: 65px !important;
    margin-right: 65px !important; }

  .mx-md-70 {
    margin-left: 70px !important;
    margin-right: 70px !important; }

  .mx-md-75 {
    margin-left: 75px !important;
    margin-right: 75px !important; }

  .mx-md-80 {
    margin-left: 80px !important;
    margin-right: 80px !important; }

  .mx-md-85 {
    margin-left: 85px !important;
    margin-right: 85px !important; }

  .mx-md-90 {
    margin-left: 90px !important;
    margin-right: 90px !important; }

  .mx-md-95 {
    margin-left: 95px !important;
    margin-right: 95px !important; }

  .mx-md-100 {
    margin-left: 100px !important;
    margin-right: 100px !important; }

  .my-md-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important; }

  .my-md-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important; }

  .my-md-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important; }

  .my-md-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important; }

  .my-md-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important; }

  .my-md-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important; }

  .my-md-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important; }

  .my-md-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important; }

  .my-md-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important; }

  .my-md-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important; }

  .my-md-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important; }

  .my-md-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important; }

  .my-md-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important; }

  .my-md-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important; }

  .my-md-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important; }

  .my-md-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important; }

  .my-md-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important; }

  .my-md-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important; }

  .my-md-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important; }

  .my-md-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important; }

  .my-md-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important; } }
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0px !important; }

  .m-lg-5 {
    margin: 5px !important; }

  .m-lg-10 {
    margin: 10px !important; }

  .m-lg-15 {
    margin: 15px !important; }

  .m-lg-20 {
    margin: 20px !important; }

  .m-lg-25 {
    margin: 25px !important; }

  .m-lg-30 {
    margin: 30px !important; }

  .m-lg-35 {
    margin: 35px !important; }

  .m-lg-40 {
    margin: 40px !important; }

  .m-lg-45 {
    margin: 45px !important; }

  .m-lg-50 {
    margin: 50px !important; }

  .m-lg-55 {
    margin: 55px !important; }

  .m-lg-60 {
    margin: 60px !important; }

  .m-lg-65 {
    margin: 65px !important; }

  .m-lg-70 {
    margin: 70px !important; }

  .m-lg-75 {
    margin: 75px !important; }

  .m-lg-80 {
    margin: 80px !important; }

  .m-lg-85 {
    margin: 85px !important; }

  .m-lg-90 {
    margin: 90px !important; }

  .m-lg-95 {
    margin: 95px !important; }

  .m-lg-100 {
    margin: 100px !important; }

  .mt-lg-0 {
    margin-top: 0px !important; }

  .mt-lg-5 {
    margin-top: 5px !important; }

  .mt-lg-10 {
    margin-top: 10px !important; }

  .mt-lg-15 {
    margin-top: 15px !important; }

  .mt-lg-20 {
    margin-top: 20px !important; }

  .mt-lg-25 {
    margin-top: 25px !important; }

  .mt-lg-30 {
    margin-top: 30px !important; }

  .mt-lg-35 {
    margin-top: 35px !important; }

  .mt-lg-40 {
    margin-top: 40px !important; }

  .mt-lg-45 {
    margin-top: 45px !important; }

  .mt-lg-50 {
    margin-top: 50px !important; }

  .mt-lg-55 {
    margin-top: 55px !important; }

  .mt-lg-60 {
    margin-top: 60px !important; }

  .mt-lg-65 {
    margin-top: 65px !important; }

  .mt-lg-70 {
    margin-top: 70px !important; }

  .mt-lg-75 {
    margin-top: 75px !important; }

  .mt-lg-80 {
    margin-top: 80px !important; }

  .mt-lg-85 {
    margin-top: 85px !important; }

  .mt-lg-90 {
    margin-top: 90px !important; }

  .mt-lg-95 {
    margin-top: 95px !important; }

  .mt-lg-100 {
    margin-top: 100px !important; }

  .mb-lg-0 {
    margin-bottom: 0px !important; }

  .mb-lg-5 {
    margin-bottom: 5px !important; }

  .mb-lg-10 {
    margin-bottom: 10px !important; }

  .mb-lg-15 {
    margin-bottom: 15px !important; }

  .mb-lg-20 {
    margin-bottom: 20px !important; }

  .mb-lg-25 {
    margin-bottom: 25px !important; }

  .mb-lg-30 {
    margin-bottom: 30px !important; }

  .mb-lg-35 {
    margin-bottom: 35px !important; }

  .mb-lg-40 {
    margin-bottom: 40px !important; }

  .mb-lg-45 {
    margin-bottom: 45px !important; }

  .mb-lg-50 {
    margin-bottom: 50px !important; }

  .mb-lg-55 {
    margin-bottom: 55px !important; }

  .mb-lg-60 {
    margin-bottom: 60px !important; }

  .mb-lg-65 {
    margin-bottom: 65px !important; }

  .mb-lg-70 {
    margin-bottom: 70px !important; }

  .mb-lg-75 {
    margin-bottom: 75px !important; }

  .mb-lg-80 {
    margin-bottom: 80px !important; }

  .mb-lg-85 {
    margin-bottom: 85px !important; }

  .mb-lg-90 {
    margin-bottom: 90px !important; }

  .mb-lg-95 {
    margin-bottom: 95px !important; }

  .mb-lg-100 {
    margin-bottom: 100px !important; }

  .ml-sm-0 {
    margin-left: 0px !important; }

  .ml-sm-5 {
    margin-left: 5px !important; }

  .ml-sm-10 {
    margin-left: 10px !important; }

  .ml-sm-15 {
    margin-left: 15px !important; }

  .ml-sm-20 {
    margin-left: 20px !important; }

  .ml-sm-25 {
    margin-left: 25px !important; }

  .ml-sm-30 {
    margin-left: 30px !important; }

  .ml-sm-35 {
    margin-left: 35px !important; }

  .ml-sm-40 {
    margin-left: 40px !important; }

  .ml-sm-45 {
    margin-left: 45px !important; }

  .ml-sm-50 {
    margin-left: 50px !important; }

  .ml-sm-55 {
    margin-left: 55px !important; }

  .ml-sm-60 {
    margin-left: 60px !important; }

  .ml-sm-65 {
    margin-left: 65px !important; }

  .ml-sm-70 {
    margin-left: 70px !important; }

  .ml-sm-75 {
    margin-left: 75px !important; }

  .ml-sm-80 {
    margin-left: 80px !important; }

  .ml-sm-85 {
    margin-left: 85px !important; }

  .ml-sm-90 {
    margin-left: 90px !important; }

  .ml-sm-95 {
    margin-left: 95px !important; }

  .ml-sm-100 {
    margin-left: 100px !important; }

  .mr-lg-0 {
    margin-right: 0px !important; }

  .mr-lg-5 {
    margin-right: 5px !important; }

  .mr-lg-10 {
    margin-right: 10px !important; }

  .mr-lg-15 {
    margin-right: 15px !important; }

  .mr-lg-20 {
    margin-right: 20px !important; }

  .mr-lg-25 {
    margin-right: 25px !important; }

  .mr-lg-30 {
    margin-right: 30px !important; }

  .mr-lg-35 {
    margin-right: 35px !important; }

  .mr-lg-40 {
    margin-right: 40px !important; }

  .mr-lg-45 {
    margin-right: 45px !important; }

  .mr-lg-50 {
    margin-right: 50px !important; }

  .mr-lg-55 {
    margin-right: 55px !important; }

  .mr-lg-60 {
    margin-right: 60px !important; }

  .mr-lg-65 {
    margin-right: 65px !important; }

  .mr-lg-70 {
    margin-right: 70px !important; }

  .mr-lg-75 {
    margin-right: 75px !important; }

  .mr-lg-80 {
    margin-right: 80px !important; }

  .mr-lg-85 {
    margin-right: 85px !important; }

  .mr-lg-90 {
    margin-right: 90px !important; }

  .mr-lg-95 {
    margin-right: 95px !important; }

  .mr-lg-100 {
    margin-right: 100px !important; }

  .mx-lg-0 {
    margin-left: 0px !important;
    margin-right: 0px !important; }

  .mx-lg-5 {
    margin-left: 5px !important;
    margin-right: 5px !important; }

  .mx-lg-10 {
    margin-left: 10px !important;
    margin-right: 10px !important; }

  .mx-lg-15 {
    margin-left: 15px !important;
    margin-right: 15px !important; }

  .mx-lg-20 {
    margin-left: 20px !important;
    margin-right: 20px !important; }

  .mx-lg-25 {
    margin-left: 25px !important;
    margin-right: 25px !important; }

  .mx-lg-30 {
    margin-left: 30px !important;
    margin-right: 30px !important; }

  .mx-lg-35 {
    margin-left: 35px !important;
    margin-right: 35px !important; }

  .mx-lg-40 {
    margin-left: 40px !important;
    margin-right: 40px !important; }

  .mx-lg-45 {
    margin-left: 45px !important;
    margin-right: 45px !important; }

  .mx-lg-50 {
    margin-left: 50px !important;
    margin-right: 50px !important; }

  .mx-lg-55 {
    margin-left: 55px !important;
    margin-right: 55px !important; }

  .mx-lg-60 {
    margin-left: 60px !important;
    margin-right: 60px !important; }

  .mx-lg-65 {
    margin-left: 65px !important;
    margin-right: 65px !important; }

  .mx-lg-70 {
    margin-left: 70px !important;
    margin-right: 70px !important; }

  .mx-lg-75 {
    margin-left: 75px !important;
    margin-right: 75px !important; }

  .mx-lg-80 {
    margin-left: 80px !important;
    margin-right: 80px !important; }

  .mx-lg-85 {
    margin-left: 85px !important;
    margin-right: 85px !important; }

  .mx-lg-90 {
    margin-left: 90px !important;
    margin-right: 90px !important; }

  .mx-lg-95 {
    margin-left: 95px !important;
    margin-right: 95px !important; }

  .mx-lg-100 {
    margin-left: 100px !important;
    margin-right: 100px !important; }

  .my-lg-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important; }

  .my-lg-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important; }

  .my-lg-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important; }

  .my-lg-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important; }

  .my-lg-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important; }

  .my-lg-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important; }

  .my-lg-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important; }

  .my-lg-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important; }

  .my-lg-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important; }

  .my-lg-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important; }

  .my-lg-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important; }

  .my-lg-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important; }

  .my-lg-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important; }

  .my-lg-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important; }

  .my-lg-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important; }

  .my-lg-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important; }

  .my-lg-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important; }

  .my-lg-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important; }

  .my-lg-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important; }

  .my-lg-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important; }

  .my-lg-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important; } }
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0px !important; }

  .m-xl-5 {
    margin: 5px !important; }

  .m-xl-10 {
    margin: 10px !important; }

  .m-xl-15 {
    margin: 15px !important; }

  .m-xl-20 {
    margin: 20px !important; }

  .m-xl-25 {
    margin: 25px !important; }

  .m-xl-30 {
    margin: 30px !important; }

  .m-xl-35 {
    margin: 35px !important; }

  .m-xl-40 {
    margin: 40px !important; }

  .m-xl-45 {
    margin: 45px !important; }

  .m-xl-50 {
    margin: 50px !important; }

  .m-xl-55 {
    margin: 55px !important; }

  .m-xl-60 {
    margin: 60px !important; }

  .m-xl-65 {
    margin: 65px !important; }

  .m-xl-70 {
    margin: 70px !important; }

  .m-xl-75 {
    margin: 75px !important; }

  .m-xl-80 {
    margin: 80px !important; }

  .m-xl-85 {
    margin: 85px !important; }

  .m-xl-90 {
    margin: 90px !important; }

  .m-xl-95 {
    margin: 95px !important; }

  .m-xl-100 {
    margin: 100px !important; }

  .mt-xl-0 {
    margin-top: 0px !important; }

  .mt-xl-5 {
    margin-top: 5px !important; }

  .mt-xl-10 {
    margin-top: 10px !important; }

  .mt-xl-15 {
    margin-top: 15px !important; }

  .mt-xl-20 {
    margin-top: 20px !important; }

  .mt-xl-25 {
    margin-top: 25px !important; }

  .mt-xl-30 {
    margin-top: 30px !important; }

  .mt-xl-35 {
    margin-top: 35px !important; }

  .mt-xl-40 {
    margin-top: 40px !important; }

  .mt-xl-45 {
    margin-top: 45px !important; }

  .mt-xl-50 {
    margin-top: 50px !important; }

  .mt-xl-55 {
    margin-top: 55px !important; }

  .mt-xl-60 {
    margin-top: 60px !important; }

  .mt-xl-65 {
    margin-top: 65px !important; }

  .mt-xl-70 {
    margin-top: 70px !important; }

  .mt-xl-75 {
    margin-top: 75px !important; }

  .mt-xl-80 {
    margin-top: 80px !important; }

  .mt-xl-85 {
    margin-top: 85px !important; }

  .mt-xl-90 {
    margin-top: 90px !important; }

  .mt-xl-95 {
    margin-top: 95px !important; }

  .mt-xl-100 {
    margin-top: 100px !important; }

  .mb-xl-0 {
    margin-bottom: 0px !important; }

  .mb-xl-5 {
    margin-bottom: 5px !important; }

  .mb-xl-10 {
    margin-bottom: 10px !important; }

  .mb-xl-15 {
    margin-bottom: 15px !important; }

  .mb-xl-20 {
    margin-bottom: 20px !important; }

  .mb-xl-25 {
    margin-bottom: 25px !important; }

  .mb-xl-30 {
    margin-bottom: 30px !important; }

  .mb-xl-35 {
    margin-bottom: 35px !important; }

  .mb-xl-40 {
    margin-bottom: 40px !important; }

  .mb-xl-45 {
    margin-bottom: 45px !important; }

  .mb-xl-50 {
    margin-bottom: 50px !important; }

  .mb-xl-55 {
    margin-bottom: 55px !important; }

  .mb-xl-60 {
    margin-bottom: 60px !important; }

  .mb-xl-65 {
    margin-bottom: 65px !important; }

  .mb-xl-70 {
    margin-bottom: 70px !important; }

  .mb-xl-75 {
    margin-bottom: 75px !important; }

  .mb-xl-80 {
    margin-bottom: 80px !important; }

  .mb-xl-85 {
    margin-bottom: 85px !important; }

  .mb-xl-90 {
    margin-bottom: 90px !important; }

  .mb-xl-95 {
    margin-bottom: 95px !important; }

  .mb-xl-100 {
    margin-bottom: 100px !important; }

  .ml-xl-0 {
    margin-left: 0px !important; }

  .ml-xl-5 {
    margin-left: 5px !important; }

  .ml-xl-10 {
    margin-left: 10px !important; }

  .ml-xl-15 {
    margin-left: 15px !important; }

  .ml-xl-20 {
    margin-left: 20px !important; }

  .ml-xl-25 {
    margin-left: 25px !important; }

  .ml-xl-30 {
    margin-left: 30px !important; }

  .ml-xl-35 {
    margin-left: 35px !important; }

  .ml-xl-40 {
    margin-left: 40px !important; }

  .ml-xl-45 {
    margin-left: 45px !important; }

  .ml-xl-50 {
    margin-left: 50px !important; }

  .ml-xl-55 {
    margin-left: 55px !important; }

  .ml-xl-60 {
    margin-left: 60px !important; }

  .ml-xl-65 {
    margin-left: 65px !important; }

  .ml-xl-70 {
    margin-left: 70px !important; }

  .ml-xl-75 {
    margin-left: 75px !important; }

  .ml-xl-80 {
    margin-left: 80px !important; }

  .ml-xl-85 {
    margin-left: 85px !important; }

  .ml-xl-90 {
    margin-left: 90px !important; }

  .ml-xl-95 {
    margin-left: 95px !important; }

  .ml-xl-100 {
    margin-left: 100px !important; }

  .mr-xl-0 {
    margin-right: 0px !important; }

  .mr-xl-5 {
    margin-right: 5px !important; }

  .mr-xl-10 {
    margin-right: 10px !important; }

  .mr-xl-15 {
    margin-right: 15px !important; }

  .mr-xl-20 {
    margin-right: 20px !important; }

  .mr-xl-25 {
    margin-right: 25px !important; }

  .mr-xl-30 {
    margin-right: 30px !important; }

  .mr-xl-35 {
    margin-right: 35px !important; }

  .mr-xl-40 {
    margin-right: 40px !important; }

  .mr-xl-45 {
    margin-right: 45px !important; }

  .mr-xl-50 {
    margin-right: 50px !important; }

  .mr-xl-55 {
    margin-right: 55px !important; }

  .mr-xl-60 {
    margin-right: 60px !important; }

  .mr-xl-65 {
    margin-right: 65px !important; }

  .mr-xl-70 {
    margin-right: 70px !important; }

  .mr-xl-75 {
    margin-right: 75px !important; }

  .mr-xl-80 {
    margin-right: 80px !important; }

  .mr-xl-85 {
    margin-right: 85px !important; }

  .mr-xl-90 {
    margin-right: 90px !important; }

  .mr-xl-95 {
    margin-right: 95px !important; }

  .mr-xl-100 {
    margin-right: 100px !important; }

  .mx-xl-0 {
    margin-left: 0px !important;
    margin-right: 0px !important; }

  .mx-xl-5 {
    margin-left: 5px !important;
    margin-right: 5px !important; }

  .mx-xl-10 {
    margin-left: 10px !important;
    margin-right: 10px !important; }

  .mx-xl-15 {
    margin-left: 15px !important;
    margin-right: 15px !important; }

  .mx-xl-20 {
    margin-left: 20px !important;
    margin-right: 20px !important; }

  .mx-xl-25 {
    margin-left: 25px !important;
    margin-right: 25px !important; }

  .mx-xl-30 {
    margin-left: 30px !important;
    margin-right: 30px !important; }

  .mx-xl-35 {
    margin-left: 35px !important;
    margin-right: 35px !important; }

  .mx-xl-40 {
    margin-left: 40px !important;
    margin-right: 40px !important; }

  .mx-xl-45 {
    margin-left: 45px !important;
    margin-right: 45px !important; }

  .mx-xl-50 {
    margin-left: 50px !important;
    margin-right: 50px !important; }

  .mx-xl-55 {
    margin-left: 55px !important;
    margin-right: 55px !important; }

  .mx-xl-60 {
    margin-left: 60px !important;
    margin-right: 60px !important; }

  .mx-xl-65 {
    margin-left: 65px !important;
    margin-right: 65px !important; }

  .mx-xl-70 {
    margin-left: 70px !important;
    margin-right: 70px !important; }

  .mx-xl-75 {
    margin-left: 75px !important;
    margin-right: 75px !important; }

  .mx-xl-80 {
    margin-left: 80px !important;
    margin-right: 80px !important; }

  .mx-xl-85 {
    margin-left: 85px !important;
    margin-right: 85px !important; }

  .mx-xl-90 {
    margin-left: 90px !important;
    margin-right: 90px !important; }

  .mx-xl-95 {
    margin-left: 95px !important;
    margin-right: 95px !important; }

  .mx-xl-100 {
    margin-left: 100px !important;
    margin-right: 100px !important; }

  .my-xl-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important; }

  .my-xl-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important; }

  .my-xl-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important; }

  .my-xl-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important; }

  .my-xl-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important; }

  .my-xl-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important; }

  .my-xl-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important; }

  .my-xl-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important; }

  .my-xl-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important; }

  .my-xl-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important; }

  .my-xl-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important; }

  .my-xl-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important; }

  .my-xl-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important; }

  .my-xl-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important; }

  .my-xl-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important; }

  .my-xl-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important; }

  .my-xl-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important; }

  .my-xl-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important; }

  .my-xl-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important; }

  .my-xl-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important; }

  .my-xl-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important; } }
/*******************
Width property 
*******************/
.w-0 {
  width: 0px; }

.min-w-0 {
  min-width: 0px; }

.max-w-0 {
  max-width: 0px; }

.w-10 {
  width: 10px; }

.min-w-10 {
  min-width: 10px; }

.max-w-10 {
  max-width: 10px; }

.w-15 {
  width: 15px; }

.min-w-15 {
  min-width: 15px; }

.max-w-15 {
  max-width: 15px; }

.w-20 {
  width: 20px; }

.min-w-20 {
  min-width: 20px; }

.max-w-20 {
  max-width: 20px; }

.w-30 {
  width: 30px; }

.min-w-30 {
  min-width: 30px; }

.max-w-30 {
  max-width: 30px; }

.w-40 {
  width: 40px; }

.min-w-40 {
  min-width: 40px; }

.max-w-40 {
  max-width: 40px; }

.w-50 {
  width: 50px; }

.min-w-50 {
  min-width: 50px; }

.max-w-50 {
  max-width: 50px; }

.w-60 {
  width: 60px; }

.min-w-60 {
  min-width: 60px; }

.max-w-60 {
  max-width: 60px; }

.w-70 {
  width: 70px; }

.min-w-70 {
  min-width: 70px; }

.max-w-70 {
  max-width: 70px; }

.w-80 {
  width: 80px; }

.min-w-80 {
  min-width: 80px; }

.max-w-80 {
  max-width: 80px; }

.w-90 {
  width: 90px; }

.min-w-90 {
  min-width: 90px; }

.max-w-90 {
  max-width: 90px; }

.w-100 {
  width: 100px; }

.min-w-100 {
  min-width: 100px; }

.max-w-100 {
  max-width: 100px; }

.w-120 {
  width: 120px; }

.min-w-120 {
  min-width: 120px; }

.max-w-120 {
  max-width: 120px; }

.w-150 {
  width: 150px; }

.min-w-150 {
  min-width: 150px; }

.max-w-150 {
  max-width: 150px; }

.w-160 {
  width: 160px; }

.min-w-160 {
  min-width: 160px; }

.max-w-160 {
  max-width: 160px; }

.w-170 {
  width: 170px; }

.min-w-170 {
  min-width: 170px; }

.max-w-170 {
  max-width: 170px; }

.w-180 {
  width: 180px; }

.min-w-180 {
  min-width: 180px; }

.max-w-180 {
  max-width: 180px; }

.w-190 {
  width: 190px; }

.min-w-190 {
  min-width: 190px; }

.max-w-190 {
  max-width: 190px; }

.w-200 {
  width: 200px; }

.min-w-200 {
  min-width: 200px; }

.max-w-200 {
  max-width: 200px; }

.w-250 {
  width: 250px; }

.min-w-250 {
  min-width: 250px; }

.max-w-250 {
  max-width: 250px; }

.w-300 {
  width: 300px; }

.min-w-300 {
  min-width: 300px; }

.max-w-300 {
  max-width: 300px; }

.w-350 {
  width: 350px; }

.min-w-350 {
  min-width: 350px; }

.max-w-350 {
  max-width: 350px; }

.w-400 {
  width: 400px; }

.min-w-400 {
  min-width: 400px; }

.max-w-400 {
  max-width: 400px; }

.w-450 {
  width: 450px; }

.min-w-450 {
  min-width: 450px; }

.max-w-450 {
  max-width: 450px; }

.w-500 {
  width: 500px; }

.min-w-500 {
  min-width: 500px; }

.max-w-500 {
  max-width: 500px; }
  
.w-600 {
  width: 600px; }
  
.max-w-600 {
  max-width: 600px; }
  
.max-w-1140 {
  max-width: 1140px; }  

.w-p5 {
  width: 5%; }

.min-w-p5 {
  min-width: 5%; }

.max-w-p5 {
  max-width: 5%; }

.w-p10 {
  width: 10%; }

.min-w-p10 {
  min-width: 10%; }

.max-w-p10 {
  max-width: 10%; }

.w-p15 {
  width: 15%; }

.min-w-p15 {
  min-width: 15%; }

.max-w-p15 {
  max-width: 15%; }

.w-p20 {
  width: 20%; }

.min-w-p20 {
  min-width: 20%; }

.max-w-p20 {
  max-width: 20%; }

.w-p25 {
  width: 25%; }

.min-w-p25 {
  min-width: 25%; }

.max-w-p25 {
  max-width: 25%; }

.w-p30 {
  width: 30%; }

.min-w-p30 {
  min-width: 30%; }

.max-w-p30 {
  max-width: 30%; }

.w-p35 {
  width: 35%; }

.min-w-p35 {
  min-width: 35%; }

.max-w-p35 {
  max-width: 35%; }

.w-p40 {
  width: 40%; }

.min-w-p40 {
  min-width: 40%; }

.max-w-p40 {
  max-width: 40%; }

.w-p45 {
  width: 45%; }

.min-w-p45 {
  min-width: 45%; }

.max-w-p45 {
  max-width: 45%; }

.w-p50 {
  width: 50%; }

.min-w-p50 {
  min-width: 50%; }

.max-w-p50 {
  max-width: 50%; }

.w-p60 {
  width: 60%; }

.min-w-p60 {
  min-width: 60%; }

.max-w-p60 {
  max-width: 60%; }

.w-p65 {
  width: 65%; }

.min-w-p65 {
  min-width: 65%; }

.max-w-p65 {
  max-width: 65%; }

.w-p70 {
  width: 70%; }

.min-w-p70 {
  min-width: 70%; }

.max-w-p70 {
  max-width: 70%; }

.w-p75 {
  width: 75% !important; }

.min-w-p75 {
  min-width: 75%; }

.max-w-p75 {
  max-width: 75%; }

.w-p80 {
  width: 80%; }

.min-w-p80 {
  min-width: 80%; }

.max-w-p80 {
  max-width: 80%; }

.w-p85 {
  width: 85%; }

.min-w-p85 {
  min-width: 85%; }

.max-w-p85 {
  max-width: 85%; }

.w-p90 {
  width: 90%; }

.min-w-p90 {
  min-width: 90%; }

.max-w-p90 {
  max-width: 90%; }

.w-p95 {
  width: 95%; }

.min-w-p95 {
  min-width: 95%; }

.max-w-p95 {
  max-width: 95%; }

.w-p100 {
  width: 100% !important; }

.min-w-p100 {
  min-width: 100% !important; }

.max-w-p100 {
  max-width: 100% !important; }

.w-auto {
  width: auto; }

.min-w-auto {
  min-width: auto; }

.max-w-auto {
  max-width: auto; }

@media (max-width: 575px) {
  .w-xs-0 {
    width: 0px; }

  .min-w-xs-0 {
    min-width: 0px; }

  .max-w-xs-0 {
    max-width: 0px; }

  .w-xs-10 {
    width: 10px; }

  .min-w-xs-10 {
    min-width: 10px; }

  .max-w-xs-10 {
    max-width: 10px; }

  .w-xs-15 {
    width: 15px; }

  .min-w-xs-15 {
    min-width: 15px; }

  .max-w-xs-15 {
    max-width: 15px; }

  .w-xs-20 {
    width: 20px; }

  .min-w-xs-20 {
    min-width: 20px; }

  .max-w-xs-20 {
    max-width: 20px; }

  .w-xs-30 {
    width: 30px; }

  .min-w-xs-30 {
    min-width: 30px; }

  .max-w-xs-30 {
    max-width: 30px; }

  .w-xs-40 {
    width: 40px; }

  .min-w-xs-40 {
    min-width: 40px; }

  .max-w-xs-40 {
    max-width: 40px; }

  .w-xs-50 {
    width: 50px; }

  .min-w-xs-50 {
    min-width: 50px; }

  .max-w-xs-50 {
    max-width: 50px; }

  .w-xs-60 {
    width: 60px; }

  .min-w-xs-60 {
    min-width: 60px; }

  .max-w-xs-60 {
    max-width: 60px; }

  .w-xs-70 {
    width: 70px; }

  .min-w-xs-70 {
    min-width: 70px; }

  .max-w-xs-70 {
    max-width: 70px; }

  .w-xs-80 {
    width: 80px; }

  .min-w-xs-80 {
    min-width: 80px; }

  .max-w-xs-80 {
    max-width: 80px; }

  .w-xs-90 {
    width: 90px; }

  .min-w-xs-90 {
    min-width: 90px; }

  .max-w-xs-90 {
    max-width: 90px; }

  .w-xs-100 {
    width: 100px; }

  .min-w-xs-100 {
    min-width: 100px; }

  .max-w-xs-100 {
    max-width: 100px; }

  .w-xs-120 {
    width: 120px; }

  .min-w-xs-120 {
    min-width: 120px; }

  .max-w-xs-120 {
    max-width: 120px; }

  .w-xs-150 {
    width: 150px; }

  .min-w-xs-150 {
    min-width: 150px; }

  .max-w-xs-150 {
    max-width: 150px; }

  .w-xs-160 {
    width: 160px; }

  .min-w-xs-160 {
    min-width: 160px; }

  .max-w-xs-160 {
    max-width: 160px; }

  .w-xs-170 {
    width: 170px; }

  .min-w-xs-170 {
    min-width: 170px; }

  .max-w-xs-170 {
    max-width: 170px; }

  .w-xs-180 {
    width: 180px; }

  .min-w-xs-180 {
    min-width: 180px; }

  .max-w-xs-180 {
    max-width: 180px; }

  .w-xs-190 {
    width: 190px; }

  .min-w-xs-190 {
    min-width: 190px; }

  .max-w-xs-190 {
    max-width: 190px; }

  .w-xs-200 {
    width: 200px; }

  .min-w-xs-200 {
    min-width: 200px; }

  .max-w-xs-200 {
    max-width: 200px; }

  .w-xs-250 {
    width: 250px; }

  .min-w-xs-250 {
    min-width: 250px; }

  .max-w-xs-250 {
    max-width: 250px; }

  .w-xs-300 {
    width: 300px; }

  .min-w-xs-300 {
    min-width: 300px; }

  .max-w-xs-300 {
    max-width: 300px; }

  .w-xs-350 {
    width: 350px; }

  .min-w-xs-350 {
    min-width: 350px; }

  .max-w-xs-350 {
    max-width: 350px; }

  .w-xs-400 {
    width: 400px; }

  .min-w-xs-400 {
    min-width: 400px; }

  .max-w-xs-400 {
    max-width: 400px; }

  .w-xs-450 {
    width: 450px; }

  .min-w-xs-450 {
    min-width: 450px; }

  .max-w-xs-450 {
    max-width: 450px; }

  .w-xs-500 {
    width: 500px; }

  .min-w-xs-500 {
    min-width: 500px; }

  .max-w-xs-500 {
    max-width: 500px; }

  .w-xs-p5 {
    width: 5%; }

  .min-w-xs-p5 {
    min-width: 5%; }

  .max-w-xs-p5 {
    max-width: 5%; }

  .w-xs-p10 {
    width: 10%; }

  .min-w-xs-p10 {
    min-width: 10%; }

  .max-w-xs-p10 {
    max-width: 10%; }

  .w-xs-p15 {
    width: 15%; }

  .min-w-xs-p15 {
    min-width: 15%; }

  .max-w-xs-p15 {
    max-width: 15%; }

  .w-xs-p20 {
    width: 20%; }

  .min-w-xs-p20 {
    min-width: 20%; }

  .max-w-xs-p20 {
    max-width: 20%; }

  .w-xs-p25 {
    width: 25%; }

  .min-w-xs-p25 {
    min-width: 25%; }

  .max-w-xs-p25 {
    max-width: 25%; }

  .w-xs-p30 {
    width: 30%; }

  .min-w-xs-p30 {
    min-width: 30%; }

  .max-w-xs-p30 {
    max-width: 30%; }

  .w-xs-p35 {
    width: 35%; }

  .min-w-xs-p35 {
    min-width: 35%; }

  .max-w-xs-p35 {
    max-width: 35%; }

  .w-xs-p40 {
    width: 40%; }

  .min-w-xs-p40 {
    min-width: 40%; }

  .max-w-xs-p40 {
    max-width: 40%; }

  .w-xs-p45 {
    width: 45%; }

  .min-w-xs-p45 {
    min-width: 45%; }

  .max-w-xs-p45 {
    max-width: 45%; }

  .w-xs-p50 {
    width: 50%; }

  .min-w-xs-p50 {
    min-width: 50%; }

  .max-w-xs-p50 {
    max-width: 50%; }

  .w-xs-p60 {
    width: 60%; }

  .min-w-xs-p60 {
    min-width: 60%; }

  .max-w-xs-p60 {
    max-width: 60%; }

  .w-xs-p65 {
    width: 65%; }

  .min-w-xs-p65 {
    min-width: 65%; }

  .max-w-xs-p65 {
    max-width: 65%; }

  .w-xs-p70 {
    width: 70%; }

  .min-w-xs-p70 {
    min-width: 70%; }

  .max-w-xs-p70 {
    max-width: 70%; }

  .w-xs-p75 {
    width: 75%; }

  .min-w-xs-p75 {
    min-width: 75%; }

  .max-w-xs-p75 {
    max-width: 75%; }

  .w-xs-p80 {
    width: 80%; }

  .min-w-xs-p80 {
    min-width: 80%; }

  .max-w-xs-p80 {
    max-width: 80%; }

  .w-xs-p85 {
    width: 85%; }

  .min-w-xs-p85 {
    min-width: 85%; }

  .max-w-xs-p85 {
    max-width: 85%; }

  .w-xs-p90 {
    width: 90%; }

  .min-w-xs-p90 {
    min-width: 90%; }

  .max-w-xs-p90 {
    max-width: 90%; }

  .w-xs-p95 {
    width: 95%; }

  .min-w-xs-p95 {
    min-width: 95%; }

  .max-w-xs-p95 {
    max-width: 95%; }

  .w-xs-p100 {
    width: 100%; }

  .min-w-xs-p100 {
    min-width: 100%; }

  .max-w-xs-p100 {
    max-width: 100%; }

  .w-xs-auto {
    width: auto; }

  .min-w-xs-auto {
    min-width: auto; }

  .max-w-xs-auto {
    max-width: auto; } }
@media (min-width: 576px) {
  .w-sm-0 {
    width: 0px; }

  .min-w-sm-0 {
    min-width: 0px; }

  .max-w-sm-0 {
    max-width: 0px; }

  .w-sm-10 {
    width: 10px; }

  .min-w-sm-10 {
    min-width: 10px; }

  .max-w-sm-10 {
    max-width: 10px; }

  .w-sm-15 {
    width: 15px; }

  .min-w-sm-15 {
    min-width: 15px; }

  .max-w-sm-15 {
    max-width: 15px; }

  .w-sm-20 {
    width: 20px; }

  .min-w-sm-20 {
    min-width: 20px; }

  .max-w-sm-20 {
    max-width: 20px; }

  .w-sm-30 {
    width: 30px; }

  .min-w-sm-30 {
    min-width: 30px; }

  .max-w-sm-30 {
    max-width: 30px; }

  .w-sm-40 {
    width: 40px; }

  .min-w-sm-40 {
    min-width: 40px; }

  .max-w-sm-40 {
    max-width: 40px; }

  .w-sm-50 {
    width: 50px; }

  .min-w-sm-50 {
    min-width: 50px; }

  .max-w-sm-50 {
    max-width: 50px; }

  .w-sm-60 {
    width: 60px; }

  .min-w-sm-60 {
    min-width: 60px; }

  .max-w-sm-60 {
    max-width: 60px; }

  .w-sm-70 {
    width: 70px; }

  .min-w-sm-70 {
    min-width: 70px; }

  .max-w-sm-70 {
    max-width: 70px; }

  .w-sm-80 {
    width: 80px; }

  .min-w-sm-80 {
    min-width: 80px; }

  .max-w-sm-80 {
    max-width: 80px; }

  .w-sm-90 {
    width: 90px; }

  .min-w-sm-90 {
    min-width: 90px; }

  .max-w-sm-90 {
    max-width: 90px; }

  .w-sm-100 {
    width: 100px; }

  .min-w-sm-100 {
    min-width: 100px; }

  .max-w-sm-100 {
    max-width: 100px; }

  .w-sm-120 {
    width: 120px; }

  .min-w-sm-120 {
    min-width: 120px; }

  .max-w-sm-120 {
    max-width: 120px; }

  .w-sm-150 {
    width: 150px; }

  .min-w-sm-150 {
    min-width: 150px; }

  .max-w-sm-150 {
    max-width: 150px; }

  .w-sm-160 {
    width: 160px; }

  .min-w-sm-160 {
    min-width: 160px; }

  .max-w-sm-160 {
    max-width: 160px; }

  .w-sm-170 {
    width: 170px; }

  .min-w-sm-170 {
    min-width: 170px; }

  .max-w-sm-170 {
    max-width: 170px; }

  .w-sm-180 {
    width: 180px; }

  .min-w-sm-180 {
    min-width: 180px; }

  .max-w-sm-180 {
    max-width: 180px; }

  .w-sm-190 {
    width: 190px; }

  .min-w-sm-190 {
    min-width: 190px; }

  .max-w-sm-190 {
    max-width: 190px; }

  .w-sm-200 {
    width: 200px; }

  .min-w-sm-200 {
    min-width: 200px; }

  .max-w-sm-200 {
    max-width: 200px; }

  .w-sm-250 {
    width: 250px; }

  .min-w-sm-250 {
    min-width: 250px; }

  .max-w-sm-250 {
    max-width: 250px; }

  .w-sm-300 {
    width: 300px; }

  .min-w-sm-300 {
    min-width: 300px; }

  .max-w-sm-300 {
    max-width: 300px; }

  .w-sm-350 {
    width: 350px; }

  .min-w-sm-350 {
    min-width: 350px; }

  .max-w-sm-350 {
    max-width: 350px; }

  .w-sm-400 {
    width: 400px; }

  .min-w-sm-400 {
    min-width: 400px; }

  .max-w-sm-400 {
    max-width: 400px; }

  .w-sm-450 {
    width: 450px; }

  .min-w-sm-450 {
    min-width: 450px; }

  .max-w-sm-450 {
    max-width: 450px; }

  .w-sm-500 {
    width: 500px; }

  .min-w-sm-500 {
    min-width: 500px; }

  .max-w-sm-500 {
    max-width: 500px; }

  .w-sm-p5 {
    width: 5%; }

  .min-w-sm-p5 {
    min-width: 5%; }

  .max-w-sm-p5 {
    max-width: 5%; }

  .w-sm-p10 {
    width: 10%; }

  .min-w-sm-p10 {
    min-width: 10%; }

  .max-w-sm-p10 {
    max-width: 10%; }

  .w-sm-p15 {
    width: 15%; }

  .min-w-sm-p15 {
    min-width: 15%; }

  .max-w-sm-p15 {
    max-width: 15%; }

  .w-sm-p20 {
    width: 20%; }

  .min-w-sm-p20 {
    min-width: 20%; }

  .max-w-sm-p20 {
    max-width: 20%; }

  .w-sm-p25 {
    width: 25%; }

  .min-w-sm-p25 {
    min-width: 25%; }

  .max-w-sm-p25 {
    max-width: 25%; }

  .w-sm-p30 {
    width: 30%; }

  .min-w-sm-p30 {
    min-width: 30%; }

  .max-w-sm-p30 {
    max-width: 30%; }

  .w-sm-p35 {
    width: 35%; }

  .min-w-sm-p35 {
    min-width: 35%; }

  .max-w-sm-p35 {
    max-width: 35%; }

  .w-sm-p40 {
    width: 40%; }

  .min-w-sm-p40 {
    min-width: 40%; }

  .max-w-sm-p40 {
    max-width: 40%; }

  .w-sm-p45 {
    width: 45%; }

  .min-w-sm-p45 {
    min-width: 45%; }

  .max-w-sm-p45 {
    max-width: 45%; }

  .w-sm-p50 {
    width: 50%; }

  .min-w-sm-p50 {
    min-width: 50%; }

  .max-w-sm-p50 {
    max-width: 50%; }

  .w-sm-p60 {
    width: 60%; }

  .min-w-sm-p60 {
    min-width: 60%; }

  .max-w-sm-p60 {
    max-width: 60%; }

  .w-sm-p65 {
    width: 65%; }

  .min-w-sm-p65 {
    min-width: 65%; }

  .max-w-sm-p65 {
    max-width: 65%; }

  .w-sm-p70 {
    width: 70%; }

  .min-w-sm-p70 {
    min-width: 70%; }

  .max-w-sm-p70 {
    max-width: 70%; }

  .w-sm-p75 {
    width: 75%; }

  .min-w-sm-p75 {
    min-width: 75%; }

  .max-w-sm-p75 {
    max-width: 75%; }

  .w-sm-p80 {
    width: 80%; }

  .min-w-sm-p80 {
    min-width: 80%; }

  .max-w-sm-p80 {
    max-width: 80%; }

  .w-sm-p85 {
    width: 85%; }

  .min-w-sm-p85 {
    min-width: 85%; }

  .max-w-sm-p85 {
    max-width: 85%; }

  .w-sm-p90 {
    width: 90%; }

  .min-w-sm-p90 {
    min-width: 90%; }

  .max-w-sm-p90 {
    max-width: 90%; }

  .w-sm-p95 {
    width: 95%; }

  .min-w-sm-p95 {
    min-width: 95%; }

  .max-w-sm-p95 {
    max-width: 95%; }

  .w-sm-p100 {
    width: 100%; }

  .min-w-sm-p100 {
    min-width: 100%; }

  .max-w-sm-p100 {
    max-width: 100%; }

  .w-sm-auto {
    width: auto; }

  .min-w-sm-auto {
    min-width: auto; }

  .max-w-sm-auto {
    max-width: auto; } }
@media (min-width: 768px) {
  .w-md-0 {
    width: 0px; }

  .min-w-md-0 {
    min-width: 0px; }

  .max-w-md-0 {
    max-width: 0px; }

  .w-md-10 {
    width: 10px; }

  .min-w-md-10 {
    min-width: 10px; }

  .max-w-md-10 {
    max-width: 10px; }

  .w-md-15 {
    width: 15px; }

  .min-w-md-15 {
    min-width: 15px; }

  .max-w-md-15 {
    max-width: 15px; }

  .w-md-20 {
    width: 20px; }

  .min-w-md-20 {
    min-width: 20px; }

  .max-w-md-20 {
    max-width: 20px; }

  .w-md-30 {
    width: 30px; }

  .min-w-md-30 {
    min-width: 30px; }

  .max-w-md-30 {
    max-width: 30px; }

  .w-md-40 {
    width: 40px; }

  .min-w-md-40 {
    min-width: 40px; }

  .max-w-md-40 {
    max-width: 40px; }

  .w-md-50 {
    width: 50px; }

  .min-w-md-50 {
    min-width: 50px; }

  .max-w-md-50 {
    max-width: 50px; }

  .w-md-60 {
    width: 60px; }

  .min-w-md-60 {
    min-width: 60px; }

  .max-w-md-60 {
    max-width: 60px; }

  .w-md-70 {
    width: 70px; }

  .min-w-md-70 {
    min-width: 70px; }

  .max-w-md-70 {
    max-width: 70px; }

  .w-md-80 {
    width: 80px; }

  .min-w-md-80 {
    min-width: 80px; }

  .max-w-md-80 {
    max-width: 80px; }

  .w-md-90 {
    width: 90px; }

  .min-w-md-90 {
    min-width: 90px; }

  .max-w-md-90 {
    max-width: 90px; }

  .w-md-100 {
    width: 100px; }

  .min-w-md-100 {
    min-width: 100px; }

  .max-w-md-100 {
    max-width: 100px; }

  .w-md-120 {
    width: 120px; }

  .min-w-md-120 {
    min-width: 120px; }

  .max-w-md-120 {
    max-width: 120px; }

  .w-md-150 {
    width: 150px; }

  .min-w-md-150 {
    min-width: 150px; }

  .max-w-md-150 {
    max-width: 150px; }

  .w-md-160 {
    width: 160px; }

  .min-w-md-160 {
    min-width: 160px; }

  .max-w-md-160 {
    max-width: 160px; }

  .w-md-170 {
    width: 170px; }

  .min-w-md-170 {
    min-width: 170px; }

  .max-w-md-170 {
    max-width: 170px; }

  .w-md-180 {
    width: 180px; }

  .min-w-md-180 {
    min-width: 180px; }

  .max-w-md-180 {
    max-width: 180px; }

  .w-md-190 {
    width: 190px; }

  .min-w-md-190 {
    min-width: 190px; }

  .max-w-md-190 {
    max-width: 190px; }

  .w-md-200 {
    width: 200px; }

  .min-w-md-200 {
    min-width: 200px; }

  .max-w-md-200 {
    max-width: 200px; }

  .w-md-250 {
    width: 250px; }

  .min-w-md-250 {
    min-width: 250px; }

  .max-w-md-250 {
    max-width: 250px; }

  .w-md-300 {
    width: 300px; }

  .min-w-md-300 {
    min-width: 300px; }

  .max-w-md-300 {
    max-width: 300px; }

  .w-md-350 {
    width: 350px; }

  .min-w-md-350 {
    min-width: 350px; }

  .max-w-md-350 {
    max-width: 350px; }

  .w-md-400 {
    width: 400px; }

  .min-w-md-400 {
    min-width: 400px; }

  .max-w-md-400 {
    max-width: 400px; }

  .w-md-450 {
    width: 450px; }

  .min-w-md-450 {
    min-width: 450px; }

  .max-w-md-450 {
    max-width: 450px; }

  .w-md-500 {
    width: 500px; }

  .min-w-md-500 {
    min-width: 500px; }

  .max-w-md-500 {
    max-width: 500px; }

  .w-md-p5 {
    width: 5%; }

  .min-w-md-p5 {
    min-width: 5%; }

  .max-w-md-p5 {
    max-width: 5%; }

  .w-md-p10 {
    width: 10%; }

  .min-w-md-p10 {
    min-width: 10%; }

  .max-w-md-p10 {
    max-width: 10%; }

  .w-md-p15 {
    width: 15%; }

  .min-w-md-p15 {
    min-width: 15%; }

  .max-w-md-p15 {
    max-width: 15%; }

  .w-md-p20 {
    width: 20%; }

  .min-w-md-p20 {
    min-width: 20%; }

  .max-w-md-p20 {
    max-width: 20%; }

  .w-md-p25 {
    width: 25%; }

  .min-w-md-p25 {
    min-width: 25%; }

  .max-w-md-p25 {
    max-width: 25%; }

  .w-md-p30 {
    width: 30%; }

  .min-w-md-p30 {
    min-width: 30%; }

  .max-w-md-p30 {
    max-width: 30%; }

  .w-md-p35 {
    width: 35%; }

  .min-w-md-p35 {
    min-width: 35%; }

  .max-w-md-p35 {
    max-width: 35%; }

  .w-md-p40 {
    width: 40%; }

  .min-w-md-p40 {
    min-width: 40%; }

  .max-w-md-p40 {
    max-width: 40%; }

  .w-md-p45 {
    width: 45%; }

  .min-w-md-p45 {
    min-width: 45%; }

  .max-w-md-p45 {
    max-width: 45%; }

  .w-md-p50 {
    width: 50%; }

  .min-w-md-p50 {
    min-width: 50%; }

  .max-w-md-p50 {
    max-width: 50%; }

  .w-md-p60 {
    width: 60%; }

  .min-w-md-p60 {
    min-width: 60%; }

  .max-w-md-p60 {
    max-width: 60%; }

  .w-md-p65 {
    width: 65%; }

  .min-w-md-p65 {
    min-width: 65%; }

  .max-w-md-p65 {
    max-width: 65%; }

  .w-md-p70 {
    width: 70%; }

  .min-w-md-p70 {
    min-width: 70%; }

  .max-w-md-p70 {
    max-width: 70%; }

  .w-md-p75 {
    width: 75%; }

  .min-w-md-p75 {
    min-width: 75%; }

  .max-w-md-p75 {
    max-width: 75%; }

  .w-md-p80 {
    width: 80%; }

  .min-w-md-p80 {
    min-width: 80%; }

  .max-w-md-p80 {
    max-width: 80%; }

  .w-md-p85 {
    width: 85%; }

  .min-w-md-p85 {
    min-width: 85%; }

  .max-w-md-p85 {
    max-width: 85%; }

  .w-md-p90 {
    width: 90%; }

  .min-w-md-p90 {
    min-width: 90%; }

  .max-w-md-p90 {
    max-width: 90%; }

  .w-md-p95 {
    width: 95%; }

  .min-w-md-p95 {
    min-width: 95%; }

  .max-w-md-p95 {
    max-width: 95%; }

  .w-md-p100 {
    width: 100%; }

  .min-w-md-p100 {
    min-width: 100%; }

  .max-w-md-p100 {
    max-width: 100%; }

  .w-md-auto {
    width: auto; }

  .min-w-md-auto {
    min-width: auto; }

  .max-w-md-auto {
    max-width: auto; } }
@media (min-width: 992px) {
  .w-lg-0 {
    width: 0px; }

  .min-w-lg-0 {
    min-width: 0px; }

  .max-w-lg-0 {
    max-width: 0px; }

  .w-lg-10 {
    width: 10px; }

  .min-w-lg-10 {
    min-width: 10px; }

  .max-w-lg-10 {
    max-width: 10px; }

  .w-lg-15 {
    width: 15px; }

  .min-w-lg-15 {
    min-width: 15px; }

  .max-w-lg-15 {
    max-width: 15px; }

  .w-lg-20 {
    width: 20px; }

  .min-w-lg-20 {
    min-width: 20px; }

  .max-w-lg-20 {
    max-width: 20px; }

  .w-lg-30 {
    width: 30px; }

  .min-w-lg-30 {
    min-width: 30px; }

  .max-w-lg-30 {
    max-width: 30px; }

  .w-lg-40 {
    width: 40px; }

  .min-w-lg-40 {
    min-width: 40px; }

  .max-w-lg-40 {
    max-width: 40px; }

  .w-lg-50 {
    width: 50px; }

  .min-w-lg-50 {
    min-width: 50px; }

  .max-w-lg-50 {
    max-width: 50px; }

  .w-lg-60 {
    width: 60px; }

  .min-w-lg-60 {
    min-width: 60px; }

  .max-w-lg-60 {
    max-width: 60px; }

  .w-lg-70 {
    width: 70px; }

  .min-w-lg-70 {
    min-width: 70px; }

  .max-w-lg-70 {
    max-width: 70px; }

  .w-lg-80 {
    width: 80px; }

  .min-w-lg-80 {
    min-width: 80px; }

  .max-w-lg-80 {
    max-width: 80px; }

  .w-lg-90 {
    width: 90px; }

  .min-w-lg-90 {
    min-width: 90px; }

  .max-w-lg-90 {
    max-width: 90px; }

  .w-lg-100 {
    width: 100px; }

  .min-w-lg-100 {
    min-width: 100px; }

  .max-w-lg-100 {
    max-width: 100px; }

  .w-lg-120 {
    width: 120px; }

  .min-w-lg-120 {
    min-width: 120px; }

  .max-w-lg-120 {
    max-width: 120px; }

  .w-lg-150 {
    width: 150px; }

  .min-w-lg-150 {
    min-width: 150px; }

  .max-w-lg-150 {
    max-width: 150px; }

  .w-lg-160 {
    width: 160px; }

  .min-w-lg-160 {
    min-width: 160px; }

  .max-w-lg-160 {
    max-width: 160px; }

  .w-lg-170 {
    width: 170px; }

  .min-w-lg-170 {
    min-width: 170px; }

  .max-w-lg-170 {
    max-width: 170px; }

  .w-lg-180 {
    width: 180px; }

  .min-w-lg-180 {
    min-width: 180px; }

  .max-w-lg-180 {
    max-width: 180px; }

  .w-lg-190 {
    width: 190px; }

  .min-w-lg-190 {
    min-width: 190px; }

  .max-w-lg-190 {
    max-width: 190px; }

  .w-lg-200 {
    width: 200px; }

  .min-w-lg-200 {
    min-width: 200px; }

  .max-w-lg-200 {
    max-width: 200px; }

  .w-lg-250 {
    width: 250px; }

  .min-w-lg-250 {
    min-width: 250px; }

  .max-w-lg-250 {
    max-width: 250px; }

  .w-lg-300 {
    width: 300px; }

  .min-w-lg-300 {
    min-width: 300px; }

  .max-w-lg-300 {
    max-width: 300px; }

  .w-lg-350 {
    width: 350px; }

  .min-w-lg-350 {
    min-width: 350px; }

  .max-w-lg-350 {
    max-width: 350px; }

  .w-lg-400 {
    width: 400px; }

  .min-w-lg-400 {
    min-width: 400px; }

  .max-w-lg-400 {
    max-width: 400px; }

  .w-lg-450 {
    width: 450px; }

  .min-w-lg-450 {
    min-width: 450px; }

  .max-w-lg-450 {
    max-width: 450px; }

  .w-lg-500 {
    width: 500px; }

  .min-w-lg-500 {
    min-width: 500px; }

  .max-w-lg-500 {
    max-width: 500px; }

  .w-lg-p5 {
    width: 5%; }

  .min-w-lg-p5 {
    min-width: 5%; }

  .max-w-lg-p5 {
    max-width: 5%; }

  .w-lg-p10 {
    width: 10%; }

  .min-w-lg-p10 {
    min-width: 10%; }

  .max-w-lg-p10 {
    max-width: 10%; }

  .w-lg-p15 {
    width: 15%; }

  .min-w-lg-p15 {
    min-width: 15%; }

  .max-w-lg-p15 {
    max-width: 15%; }

  .w-lg-p20 {
    width: 20%; }

  .min-w-lg-p20 {
    min-width: 20%; }

  .max-w-lg-p20 {
    max-width: 20%; }

  .w-lg-p25 {
    width: 25%; }

  .min-w-lg-p25 {
    min-width: 25%; }

  .max-w-lg-p25 {
    max-width: 25%; }

  .w-lg-p30 {
    width: 30%; }

  .min-w-lg-p30 {
    min-width: 30%; }

  .max-w-lg-p30 {
    max-width: 30%; }

  .w-lg-p35 {
    width: 35%; }

  .min-w-lg-p35 {
    min-width: 35%; }

  .max-w-lg-p35 {
    max-width: 35%; }

  .w-lg-p40 {
    width: 40%; }

  .min-w-lg-p40 {
    min-width: 40%; }

  .max-w-lg-p40 {
    max-width: 40%; }

  .w-lg-p45 {
    width: 45%; }

  .min-w-lg-p45 {
    min-width: 45%; }

  .max-w-lg-p45 {
    max-width: 45%; }

  .w-lg-p50 {
    width: 50%; }

  .min-w-lg-p50 {
    min-width: 50%; }

  .max-w-lg-p50 {
    max-width: 50%; }

  .w-lg-p60 {
    width: 60%; }

  .min-w-lg-p60 {
    min-width: 60%; }

  .max-w-lg-p60 {
    max-width: 60%; }

  .w-lg-p65 {
    width: 65%; }

  .min-w-lg-p65 {
    min-width: 65%; }

  .max-w-lg-p65 {
    max-width: 65%; }

  .w-lg-p70 {
    width: 70%; }

  .min-w-lg-p70 {
    min-width: 70%; }

  .max-w-lg-p70 {
    max-width: 70%; }

  .w-lg-p75 {
    width: 75%; }

  .min-w-lg-p75 {
    min-width: 75%; }

  .max-w-lg-p75 {
    max-width: 75%; }

  .w-lg-p80 {
    width: 80%; }

  .min-w-lg-p80 {
    min-width: 80%; }

  .max-w-lg-p80 {
    max-width: 80%; }

  .w-lg-p85 {
    width: 85%; }

  .min-w-lg-p85 {
    min-width: 85%; }

  .max-w-lg-p85 {
    max-width: 85%; }

  .w-lg-p90 {
    width: 90%; }

  .min-w-lg-p90 {
    min-width: 90%; }

  .max-w-lg-p90 {
    max-width: 90%; }

  .w-lg-p95 {
    width: 95%; }

  .min-w-lg-p95 {
    min-width: 95%; }

  .max-w-lg-p95 {
    max-width: 95%; }

  .w-lg-p100 {
    width: 100%; }

  .min-w-lg-p100 {
    min-width: 100%; }

  .max-w-lg-p100 {
    max-width: 100%; }

  .w-lg-auto {
    width: auto; }

  .min-w-lg-auto {
    min-width: auto; }

  .max-w-lg-auto {
    max-width: auto; } }


.text-wrap{
	flex-wrap: wrap;
}  

/*font-size*/

.font-size-0 {
  font-size: 0rem; }

.font-size-10 {
  font-size: 0.7142857143rem; }

.font-size-12 {
  font-size: 0.8571428571rem; }

.font-size-14 {
  font-size: 1rem; }

.font-size-16 {
  font-size: 1.1428571429rem; }

.font-size-18 {
  font-size: 1.2857142857rem; }

.font-size-20 {
  font-size: 1.4285714286rem; }

.font-size-22 {
  font-size: 1.5714285714rem; }

.font-size-24 {
  font-size: 1.7142857143rem; }

.font-size-26 {
  font-size: 1.8571428571rem; }

.font-size-30 {
  font-size: 2.1428571429rem; }

.font-size-32 {
  font-size: 2.2857142857rem; }

.font-size-36 {
  font-size: 2.5714285714rem; }

.font-size-38 {
  font-size: 2.7142857143rem; }

.font-size-40 {
  font-size: 2.8571428571rem; }

.font-size-42 {
  font-size: 3rem; }

.font-size-46 {
  font-size: 3.2857142857rem; }

.font-size-48 {
  font-size: 3.4285714286rem; }

.font-size-50 {
  font-size: 3.5714285714rem; }

.font-size-60 {
  font-size: 4.2857142857rem; }

.font-size-70 {
  font-size: 5rem; }

.font-size-72 {
  font-size: 5.1428571429rem; }

.font-size-76 {
  font-size: 5.4285714286rem; }

.font-size-78 {
  font-size: 5.5714285714rem; }

.font-size-80 {
  font-size: 5.7142857143rem; }

.font-size-100 {
  font-size: 7.1428571429rem; }

.font-size-140 {
  font-size: 10rem; }

.font-size-180 {
  font-size: 12.8571428571rem; }

.font-size-200 {
  font-size: 14.2857142857rem; }

.font-weight-100 {
  font-weight: 100; }

.font-weight-200 {
  font-weight: 200; }

.font-weight-300 {
  font-weight: 300; }

.font-weight-400 {
  font-weight: 400; }

.font-weight-500 {
  font-weight: 500; }

.font-weight-600 {
  font-weight: 600; }

.font-weight-700 {
  font-weight: 700; }

.font-weight-800 {
  font-weight: 800; }

.font-weight-900 {
  font-weight: 900; }

.font-weight-light {
  font-weight: 100; }

.font-weight-normal {
  font-weight: 400; }

.font-weight-medium {
  font-weight: 500; }

.font-weight-bold {
  font-weight: 700; }

.hide {
  display: none !important; }

.no-border {
  border: 0 !important; }

.no-radius {
  border-radius: 0 !important; }

.no-padding {
  padding: 0 !important; }

.no-margin {
  margin: 0 !important; }

.no-shadow {
  box-shadow: none !important; }

.container-max {
  width: 100%;
  /* padding-right: 15px; */
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  
div.dataTables_scrollBody {
	overflow	: auto !important;
	width		: 100% !important;		
	position	: relative !important;
	-webkit-overflow-scrolling: touch;
}

  @media (min-width: 359px) {
    .container-max {
      max-width: 100% !important;
	  padding-right: 0px !important;
	  padding-left: 0px !important;	  }
	
	div.dataTables_scrollHead{
		overflow	: hidden !important;
		position: relative !important;
		border: 0px none !important;
		width: 100% !important;
		-webkit-overflow-scrolling: touch;
	}
	
	div.dataTables_scrollBody {
		overflow	: hidden !important;
		width		: 100% !important;		
		position	: relative !important;
		-webkit-overflow-scrolling: touch;
	}
	
	div.dataTables_scrollBody:hover{
		overflow	: auto !important;
		width		: 100% !important;		
		position	: relative !important;
		-webkit-overflow-scrolling: touch;
	}
	div.dataTables_scrollBody:checked  {
		overflow	: auto !important;
		width		: 100% !important;		
		position	: relative !important;
		-webkit-overflow-scrolling: touch;
	}
	div.dataTables_scrollBody:dataTransfer  {
		overflow	: auto !important;
		width		: 100% !important;		
		position	: relative !important;
		-webkit-overflow-scrolling: touch;
	}

  }
  @media (min-width: 374px) {
    .container-max {
      max-width: 100% !important;
	  padding-right: 0px !important;
	  padding-left: 0px !important;	  } 
	
	div.dataTables_scrollHead{
		overflow	: hidden !important;
		position: relative !important;
		border: 0px none !important;
		width: 100% !important;
		-webkit-overflow-scrolling: touch;
	}
	
	div.dataTables_scrollBody {
		overflow	: hidden !important;
		width		: 100% !important;		
		position	: relative !important;
		-webkit-overflow-scrolling: touch;
	}
	
	div.dataTables_scrollBody:hover{
		overflow	: auto !important;
		width		: 100% !important;		
		position	: relative !important;
		-webkit-overflow-scrolling: touch;
	}
	div.dataTables_scrollBody:checked  {
		overflow	: auto !important;
		width		: 100% !important;		
		position	: relative !important;
		-webkit-overflow-scrolling: touch;
	}
	div.dataTables_scrollBody:dataTransfer  {
		overflow	: auto !important;
		width		: 100% !important;		
		position	: relative !important;
		-webkit-overflow-scrolling: touch;
	}

  }
  @media (min-width: 576px) {
    .container-max {
      max-width: 100% !important;
	  padding-right: 0px !important;
	  padding-left: 0px !important;	  } 
	
	div.dataTables_scrollHead{
		overflow	: hidden !important;
		position: relative !important;
		border: 0px none !important;
		width: 100% !important;
		-webkit-overflow-scrolling: touch;
	}
	
	div.dataTables_scrollBody {
		overflow	: hidden !important;
		width		: 100% !important;		
		position	: relative !important;
		-webkit-overflow-scrolling: touch;
	}
	
	div.dataTables_scrollBody:hover{
		overflow	: auto !important;
		width		: 100% !important;		
		position	: relative !important;
		-webkit-overflow-scrolling: touch;
	}
	div.dataTables_scrollBody:checked  {
		overflow	: auto !important;
		width		: 100% !important;		
		position	: relative !important;
		-webkit-overflow-scrolling: touch;
	}
	div.dataTables_scrollBody:dataTransfer  {
		overflow	: auto !important;
		width		: 100% !important;		
		position	: relative !important;
		-webkit-overflow-scrolling: touch;
	}

  }
  @media (min-width: 768px) {
    .container-max {
      max-width: 98% !important;
	  padding-right: 0px !important;
	  padding-left: 0px !important;	  } 
	
	div.dataTables_scrollHead{
		overflow	: hidden !important;
		position: relative !important;
		border: 0px none !important;
		width: 100% !important;
		-webkit-overflow-scrolling: touch;
	}
	
	div.dataTables_scrollBody {
		overflow	: hidden !important;
		width		: 100% !important;		
		position	: relative !important;
		-webkit-overflow-scrolling: touch;
	}
	
	div.dataTables_scrollBody:hover{
		overflow	: auto !important;
		width		: 100% !important;		
		position	: relative !important;
		-webkit-overflow-scrolling: touch;
	}
	div.dataTables_scrollBody:checked  {
		overflow	: auto !important;
		width		: 100% !important;		
		position	: relative !important;
		-webkit-overflow-scrolling: touch;
	}
	div.dataTables_scrollBody:dataTransfer  {
		overflow	: auto !important;
		width		: 100% !important;		
		position	: relative !important;
		-webkit-overflow-scrolling: touch;
	}

  }
  @media (min-width: 812px) {
    .container-max {
      max-width: 98% !important;
	  padding-right: 0px !important;
	  padding-left: 0px !important;	  } 
	
	div.dataTables_scrollHead{
		overflow	: hidden !important;
		position: relative !important;
		border: 0px none !important;
		width: 100% !important;
		-webkit-overflow-scrolling: touch;
	}
	
	div.dataTables_scrollBody {
		overflow	: hidden !important;
		width		: 100% !important;		
		position	: relative !important;
		-webkit-overflow-scrolling: touch;
	}
	
	div.dataTables_scrollBody:hover{
		overflow	: auto !important;
		width		: 100% !important;		
		position	: relative !important;
		-webkit-overflow-scrolling: touch;
	}
	div.dataTables_scrollBody:checked  {
		overflow	: auto !important;
		width		: 100% !important;		
		position	: relative !important;
		-webkit-overflow-scrolling: touch;
	}
	div.dataTables_scrollBody:dataTransfer  {
		overflow	: auto !important;
		width		: 100% !important;		
		position	: relative !important;
		-webkit-overflow-scrolling: touch;
	}

  }
   @media (min-width: 896px) {
    .container-max {
      max-width: 98% !important;
	  padding-right: 0px !important;
	  padding-left: 0px !important;	  } 
	
	div.dataTables_scrollHead{
		overflow	: hidden !important;
		position: relative !important;
		border: 0px none !important;
		width: 100% !important;
		-webkit-overflow-scrolling: touch;
	}
	
	div.dataTables_scrollBody {
		overflow	: hidden !important;
		width		: 100% !important;		
		position	: relative !important;
		-webkit-overflow-scrolling: touch;
	}
	
	div.dataTables_scrollBody:hover{
		overflow	: auto !important;
		width		: 100% !important;		
		position	: relative !important;
		-webkit-overflow-scrolling: touch;
	}
	div.dataTables_scrollBody:checked  {
		overflow	: auto !important;
		width		: 100% !important;		
		position	: relative !important;
		-webkit-overflow-scrolling: touch;
	}
	div.dataTables_scrollBody:dataTransfer  {
		overflow	: auto !important;
		width		: 100% !important;		
		position	: relative !important;
		-webkit-overflow-scrolling: touch;
	}

  }
  @media (min-width: 992px) {
    .container-max {
      max-width: 98% !important; 
	  padding-right: 0px !important;
	  padding-left: 0px !important;} 
	
	div.dataTables_scrollHead{
		overflow	: hidden !important;
		position: relative !important;
		border: 0px none !important;
		width: 100% !important;
		-webkit-overflow-scrolling: touch;
	}
	
	div.dataTables_scrollBody {
		overflow	: hidden !important;
		width		: 100% !important;		
		position	: relative !important;
		-webkit-overflow-scrolling: touch;
	}
	
	div.dataTables_scrollBody:hover{
		overflow	: auto !important;
		width		: 100% !important;		
		position	: relative !important;
		-webkit-overflow-scrolling: touch;
	}
	div.dataTables_scrollBody:checked  {
		overflow	: auto !important;
		width		: 100% !important;		
		position	: relative !important;
		-webkit-overflow-scrolling: touch;
	}
	div.dataTables_scrollBody:dataTransfer  {
		overflow	: auto !important;
		width		: 100% !important;		
		position	: relative !important;
		-webkit-overflow-scrolling: touch;
	}

  }
  @media (min-width: 1200px) {
    .container-max {
      max-width: 98% !important;
	  padding-right: 0px !important;
	  padding-left: 0px !important; } 
	
	div.dataTables_scrollHead{
		overflow	: hidden !important;
		position: relative !important;
		border: 0px none !important;
		width: 100% !important;
		-webkit-overflow-scrolling: touch;
	}
	
	div.dataTables_scrollBody {
		overflow	: hidden !important;
		width		: 100% !important;		
		position	: relative !important;
		-webkit-overflow-scrolling: touch;
	}
	
	div.dataTables_scrollBody:hover{
		overflow	: auto !important;
		width		: 100% !important;		
		position	: relative !important;
		-webkit-overflow-scrolling: touch;
	}
	div.dataTables_scrollBody:checked  {
		overflow	: auto !important;
		width		: 100% !important;		
		position	: relative !important;
		-webkit-overflow-scrolling: touch;
	}
	div.dataTables_scrollBody:dataTransfer  {
		overflow	: auto !important;
		width		: 100% !important;		
		position	: relative !important;
		-webkit-overflow-scrolling: touch;
	}

  }
	  
	  
	  
/* select-2 */

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none;
    height: calc(1.5em + .75rem + 3px);
}    
.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 5px;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    border-radius: 0.5rem;
}

select[readonly].select2-hidden-accessible + .select2-container {
  pointer-events: none;
  touch-action: none;

  .select2-selection {
    background: #eee;
    box-shadow: none;
  }

  .select2-selection__arrow,
  .select2-selection__clear {
    display: none;
  }
}

.was-validated .custom-select:invalid + .select2 .select2-selection{
    border-color: #dc3545!important;
}


.modal-open .select2-container--open { 
	position:inherit !important; 
	top:-999999 !important; 
	z-index: 999999 !important; 
	width:100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
	cursor: pointer !important;
	/* float: right; */
	font-weight: bold !important;
	position: absolute !important;
	right: 30px !important;
}

*:focus{
  outline:0px;
}	  
	  
/* select-2 */
	  
/* Data table custome begin*/

/* div.dataTables_scrollBody { */
	/* overflow	: auto !important; */
	/* width		: 100% !important;		 */
	/* position	: relative !important; */
	/* display		: block !important; */
	/* -webkit-overflow-scrolling: touch; */
/* } */

/* @media screen and (min-width:1200px) { */

	/* div.dataTables_scrollHead{ */
		/* overflow	: hidden !important; */
		/* position: relative !important; */
		/* border: 0px none !important; */
		/* width: 100% !important; */
		/* -webkit-overflow-scrolling: touch; */
	/* } */
	
	/* div.dataTables_scrollBody { */
		/* overflow	: hidden !important; */
		/* width		: 100% !important;		 */
		/* position	: relative !important; */
		/* -webkit-overflow-scrolling: touch; */
	/* } */
	
	/* div.dataTables_scrollBody:hover{ */
		/* overflow	: auto !important; */
		/* width		: 100% !important;		 */
		/* position	: relative !important; */
		/* -webkit-overflow-scrolling: touch; */
	/* } */
	/* div.dataTables_scrollBody:checked  { */
		/* overflow	: auto !important; */
		/* width		: 100% !important;		 */
		/* position	: relative !important; */
		/* -webkit-overflow-scrolling: touch; */
	/* } */
	/* div.dataTables_scrollBody:dataTransfer  { */
		/* overflow	: auto !important; */
		/* width		: 100% !important;		 */
		/* position	: relative !important; */
		/* -webkit-overflow-scrolling: touch; */
	/* } */

/* } */


/* @media screen and (min-width:768px) { */

	/* div.dataTables_scrollHead{ */
		/* overflow	: hidden !important; */
		/* position: relative !important; */
		/* border: 0px none !important; */
		/* width: 100% !important; */
		/* -webkit-overflow-scrolling: touch; */
	/* } */
	
	/* div.dataTables_scrollBody { */
		/* overflow	: hidden !important; */
		/* width		: 100% !important;		 */
		/* position	: relative !important; */
		/* -webkit-overflow-scrolling: touch; */
	/* } */
	
	/* div.dataTables_scrollBody:hover{ */
		/* overflow	: auto !important; */
		/* width		: 100% !important;		 */
		/* position	: relative !important; */
		/* -webkit-overflow-scrolling: touch; */
	/* } */
	/* div.dataTables_scrollBody:active { */
		/* overflow	: auto !important; */
		/* width		: 100% !important;		 */
		/* position	: relative !important; */
		/* -webkit-overflow-scrolling: touch; */
	/* } */
	/* div.dataTables_scrollBody:dataTransfer { */
		/* overflow	: auto !important; */
		/* width		: 100% !important;		 */
		/* position	: relative !important; */
		/* -webkit-overflow-scrolling: touch; */
	/* } */

/* } */

/* @media screen and (min-width:576px) { */

	/* div.dataTables_scrollHead{ */
		/* overflow	: hidden !important; */
		/* position: relative !important; */
		/* border: 0px none !important; */
		/* width: 100% !important; */
		/* -webkit-overflow-scrolling: touch; */
	/* } */
	
	/* div.dataTables_scrollBody { */
		/* overflow	: hidden !important; */
		/* width		: 100% !important;		 */
		/* position	: relative !important; */
		/* -webkit-overflow-scrolling: touch; */
	/* } */
	
	/* div.dataTables_scrollBody:hover{ */
		/* overflow	: auto !important; */
		/* width		: 100% !important;		 */
		/* position	: relative !important; */
		/* -webkit-overflow-scrolling: touch; */
	/* } */
	/* div.dataTables_scrollBody:checked  { */
		/* overflow	: auto !important; */
		/* width		: 100% !important;		 */
		/* position	: relative !important; */
		/* -webkit-overflow-scrolling: touch; */
	/* } */
	/* div.dataTables_scrollBody:dataTransfer  { */
		/* overflow	: auto !important; */
		/* width		: 100% !important;		 */
		/* position	: relative !important; */
		/* -webkit-overflow-scrolling: touch; */
	/* } */

/* } */

/* @media screen and (min-width: 350px) { */

	/* div.dataTables_scrollHead{ */
		/* overflow	: hidden !important; */
		/* position: relative !important; */
		/* border: 0px none !important; */
		/* width: 100% !important; */
	/* } */
	
	/* div.dataTables_scrollBody { */
		/* overflow	: hidden !important; */
		/* width		: 100% !important;		 */
		/* position	: relative !important; */
	/* } */
	
	/* div.dataTables_scrollBody:hover{ */
		/* overflow	: auto !important; */
		/* width		: 100% !important;		 */
		/* position	: relative !important; */
	/* } */
	/* div.dataTables_scrollBody:touch{ */
		/* overflow	: auto !important; */
		/* width		: 100% !important;		 */
		/* position	: relative !important; */
	/* } */
	/* div.dataTables_scrollBody:checked  { */
		/* overflow	: auto !important; */
		/* width		: 100% !important;		 */
		/* position	: relative !important; */
	/* } */
	/* div.dataTables_scrollBody:dataTransfer  { */
		/* overflow	: auto !important; */
		/* width		: 100% !important;		 */
		/* position	: relative !important; */
	/* } */
/* } */
/* Data table custome end*/

tr.dtrg-group, tr.dtrg-group:hover {
    color: #001737 !important;
    background-color: #e5e9ee !important
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    background-color: #e3e7ed;
    padding: 1px 1px;
    margin: 0;
        margin-right: 0px;
        margin-left: 0px;
    border: 0;
    border-radius: 1px;
    transition: all 0.2s ease-in-out;
}

.dataTables_wrapper .dataTables_info {
    margin-top: 8px;
    padding: 5px 0;
    text-align: left;
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: 5px !important;
    white-space: nowrap;
}

.modal-header {
    cursor: move;
}

/* border */
.b1{
	border: 1px solid !important;
	border-color :#E7E9EB !important;
}
.b2{
	border: 2px solid !important;
	border-color :#E7E9EB !important;
}
.b2{
	border: 3px solid !important;
	border-color :#E7E9EB !important;
}
.b2{
	border: 4px solid !important;
	border-color :#E7E9EB !important;
}
.b2{
	border: 5px solid !important;
	border-color :#E7E9EB !important;
}

/* select 2 */
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none;
    height: calc(1.5em + .75rem + 3px);
}    
.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 5px;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    border-radius: 0.5rem;
}
select[readonly].select2-hidden-accessible + .select2-container {
  pointer-events: none;
  touch-action: none;

  .select2-selection {
    background: #eee;
    box-shadow: none;
  }

  .select2-selection__arrow,
  .select2-selection__clear {
    display: none;
  }
}

.was-validated .custom-select:invalid + .select2 .select2-selection{
    border-color: #dc3545!important;
}

.modal-open .select2-container--open { 
	position:inherit !important; 
	top:-999999 !important; 
	z-index: 999999 !important; 
	width:100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
	cursor: pointer !important;
	/* float: right; */
	font-weight: bold !important;
	position: absolute !important;
	right: 30px !important;
}

.navbar {
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
}

.navbar-header .navbar-brand {
	width: 240px;
	padding: 0 0 0 0px;
}

.footer {
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
}

body {
  margin: 0 !important;
  font-family: "IBM Plex Sans", sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  color: #001737 !important;
  text-align: left !important;
  background-color: #fff !important;
}

@media (min-width: 576px) {
	/* body {width: 995px !important;} */
}
@media (min-width: 768px) {
	/* body {width: 995px !important;} */
}
@media (min-width: 992px) {
	/* body {width: 995px !important;} */
}
@media (min-width: 1200px) {
}

.content-auth {
  min-height: calc(100vh - 106px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.logo{
	width:150px !important;
}

.auth-bg{
	 height: auto;
	  background: #fff !important;
	  /* background-image: url("../../images/bg/bg_form.png") !important; */
	  background-repeat: no-repeat !important;
	  background-size: cover !important;
}

.content{
  min-height: calc(100vh - 116px);
  display: flex;
  flex-direction: column;
  justify-content: top;
  padding-top:10px !important;
}

legend {width: auto; }

.active{
	color: var(--primary-color) !important;
}

.search-item{
	padding:5px !important;
}

.wrap-circle-sosmed {
  display: inline-block;
  margin-right: 5px;
}

/* pull-up */
.pull-up {
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease; }
  .pull-up:hover {
    -webkit-transform: translateY(-4px) scale(1.02);
    -moz-transform: translateY(-4px) scale(1.02);
    -ms-transform: translateY(-4px) scale(1.02);
    -o-transform: translateY(-4px) scale(1.02);
    transform: translateY(-4px) scale(1.02);
    -webkit-box-shadow: 0 14px 24px rgba(0, 0, 0, 0.2);
    box-shadow: 0 14px 24px rgba(0, 0, 0, 0.2);
    z-index: 999; }
/* pull-up */


.box-response {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(72, 94, 144, 0.16);
  border-radius: 0.25rem; 
  flex: 1 1 auto;
  padding: 1.00rem !important;
  font-size: 14px !important; 
  border: 2px solid var(--primary-color) !important;
  box-shadow: 1px 2px 3px 2px rgba(0,0,0,0.21);
	-webkit-box-shadow: 1px 2px 3px 2px rgba(0,0,0,0.21);
	-moz-box-shadow: 1px 2px 3px 2px rgba(0,0,0,0.21); }
  .box-response > hr {
    margin-right: 0;
    margin-left: 0; }
  .box-response > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .box-response > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
	
.ext-strict .x-form-text {
  height: 21px;
}