/*
Template Name: Velzon - Admin & Dashboard Template
Author: Themesbrand
Website: https://themesbrand.com/
Contact: support@themesbrand.com
File: Custom Css File
*/

/* ======================== Font Size & Style ==================== */
.fs-72 {
   font-size: 72px;
}

.fs-82 {
   font-size: 82px;
}

.fs-86 {
   font-size: 86px;
}
.fs-88 {
   font-size: 88px;
}
.fs-92 {
   font-size: 92px;
}

.text-italic {
   font-style: italic;
}

.lh-0 {
   line-height: 0px;
}

.lh-1 {
   line-height: 1px;
}

.lh-2 {
   line-height: 2px;
}

.lh-3 {
   line-height: 3px;
}

/* ============================================================== */


/* ========================= BORDER STYLE ======================= */
.border-1 {
   border: 1px solid black;
}

.border-2 {
   border: 2px solid black;
}

.border-3 {
   border: 3px solid black;
}

.border-4 {
   border: 4px solid black;
}

.border-none {
   border-style: none;
}

.border-bottom-1 {
   border-bottom: 1px solid black;
}

.border-bottom-2 {
   border-bottom: 2px solid black;
}

.border-bottom-3 {
   border-bottom: 3px solid black;
}

.br-0 {
   border-radius: 0px !important;
}

.br-2 {
   border-radius: 2px;
}

.br-3 {
   border-radius: 3px;
}

.br-4 {
   border-radius: 4px;
}

.br-5 {
   border-radius: 5px;
}

.br-10 {
   border-radius: 10px;
}

.br-15 {
   border-radius: 15px;
}

/* ====================================================================== */


/* ========================= MARGIN & PADDING ===========================  */
.mt-6 {
   margin-top: 4rem;
}

.mt-7 {
   margin-top: 5rem;
}

.mt-8 {
   margin-top: 6rem;
}

.mx-6 {
   margin-left: 4rem;
   margin-right: 4rem;
}

.mx-7 {
   margin-left: 5rem;
   margin-right: 5rem;
}

.px-6 {
   padding-right: 4rem !important;
   padding-left: 4rem !important;
}

.px-6-2 {
   padding-right: 4.2rem !important;
   padding-left: 4.2rem !important;
}

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

.px-8 {
   padding-right: 6rem !important;
   padding-left: 6rem !important;
}

/* ======================================================================== */