html {
    scroll-behavior: smooth;
}
body,
html {
    background: #fff;
    font-size: 14px;
    -webkit-text-size-adjust: none;
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    position: relative;
    color: #434343;
}
button,
input,
label,
select,
textarea {
    resize: none;
}
*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
li,
ol,
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
p {
    margin-bottom: 0;
}
ul:after {
    clear: both;
}
a:focus {
    outline: 0;
}
.alert .close {
    position: absolute;
    right: 10px;
    top: 18px;
}
.alert {
    padding: 15px 30px 15px 15px;
    position: relative;
}
.navbar-header,
.navbar-nav>li {
    float: none;
}
.px-10 {
    padding-left: 10px;
    padding-right:10px;
}
.py-5 {
    padding-top: 5px;
    padding-bottom: 5px;
}
.radius-xs {
    border-radius: 4px;
}
.bg-lightGrey {
    background: #e1e1e1!important;
}
.font-weight-bold {
    font-weight: 700;
}
.mw-100 {
    max-width: 100%!important;
}
.btn-head .btn {
    margin: 2px;
}
img {
    max-width: 100%;
    margin: 0 auto;
}
a:focus, a:hover {
    text-decoration: none;
}
/* Full calendar CSS */
.fc th a {
    display: inline-block;
    padding: 5px;
    color: #fff;
}
/* End Full calendar CSS */
/* == custom checkobx == */
.custom-checkbox input[type="checkbox"] {
    display: none;
}
.custom-checkbox label {
    line-height: 24px;
    position: relative;
    margin-bottom: 2px;
    display: inline-block;
    cursor: pointer;
    min-height: 20px;
    padding-left: 33px;
    position: relative;
    text-transform: none !important;
}
.custom-checkbox label:before {
    content: "";
    position: absolute;
    height: 14px;
    width: 14px;
    background: #fff;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    left: 2px;
    top: 50%;
    -webkit-box-shadow: 0 0 0 2px #434343;
    box-shadow: 0 0 0 2px #434343;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.custom-checkbox input[type="checkbox"]:checked + label:after {
    content: "";
    position: absolute;
    height: 7px;
    width: 17px;
    background: 0 0;
    border-left: 3px solid #434343;
    border-bottom: 3px solid #434343;
    top: 5px;
    left: 5px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-right: 0;
    border-top: 0;
}
.custom-checkbox input[type="checkbox"]:checked + label:before {
    -webkit-transition: 0.1s ease-in;
    transition: 0.1s ease-in;
}
/* == end custom checkobx == */

/* ==  Custom Radio == */
.custom-radio input[type="radio"] {
    display: none !important;
}
.custom-radio input[type="radio"] + label {
    text-transform: none;
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    min-height: 15px;
    /* white-space: nowrap; */
}
.custom-radio input[type="radio"] + label span {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 12px 0 2px;
    vertical-align: middle;
    cursor: pointer;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 1px;
    border: 2px solid #434343;
}
.custom-radio input[type="radio"]:checked + label span:before {
    content: "";
    height: 10px;
    width: 10px;
    background: #434343;
    position: absolute;
    border-radius: 100%;
    top: 2px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
/* == End Custom Radio == */

.center-modal.modal {
    text-align: center;
    padding: 0 !important;
}
.center-modal.modal:before {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-right: -4px;
}
.center-modal .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    margin: 30px auto !important;
}

/* == Update SB ADMIN CSS == */
.panel-footer {
    background-color: #3b393a;
    border-top: 1px solid #3b393a;
}
.navbar-fixed-top .navbar-collapse {
    max-height: none;
}
/* == End Update SB ADMIN CSS == */
.main-contect-wrapper {
    overflow: hidden;
    -webkit-transition: 0.4s ease-in .0s;
    -moz-transition: 0.4s ease-in .0s;
    -ms-transition: 0.4s ease-in .0s;
    transition: 0.4s ease-in .0s;   
}
.show-sidebar .main-contect-wrapper {
    -webkit-transition: 0.4s ease-in .4s;
    -moz-transition: 0.4s ease-in .4s;
    -ms-transition: 0.4s ease-in .4s;
    transition: 0.4s ease-in .4s;
}
.navbar-collapse {
    border-top: 0!important;
}
.navbar-inverse .navbar-nav li>a {
    color: #9d9d9d;
}
.navbar-nav li>a {
    padding-top: 12px;
    padding-bottom: 12px;
    display: block;
}
.nav li>a:focus, .nav li>a:hover {
    text-decoration: none;
    color: #fff;
}
.navbar-inverse .navbar-nav li>a.highlight {
    color: #FFFF8D;
}
.side-menu-logo {
    text-align: center;
    padding: 20px 10px;
    position: relative;
    margin-bottom: 15px;
}
.navbar-brand {
    float: none;
    width: 82px;
    padding: 0;
    margin: auto;
    display: block;
    height: auto;
}
/* .navbar-brand>img {
    margin-top: -10px;
} */
.navbar-collapse,
.navbar-collapseing {
    position: fixed;
    overflow: auto;
    max-width: 240px;
    -webkit-box-shadow: 3px 0px 8px 0px rgba(0,0,0,.5);
    box-shadow: 3px 0px 8px 0px rgba(0,0,0,.5);
    background-color: #161616;
    top: 0;
    left: -250px;
    /* margin-left: -225px; */
    z-index: 999;
    border: none;
    height: 100%!important;
    border-radius: 0;
    overflow-y: auto;
    bottom: 0;
    overflow-x: hidden;
    padding-bottom: 25px;
    padding-top: 0;
    padding-right: 0px;
    padding-left: 0;
    /* transform: translateX(-250px);
    -webkit-transform: translateX(-250px);
    -moz-transform: translateX(-250px);
    -ms-transform: translateX(-250px); */
    -webkit-transition: 0.4s ease-in 0s;
    -moz-transition: 0.4s ease-in 0s;
    -ms-transition: 0.4s ease-in 0s;
    transition: 0.4s ease-in 0s;
}

.navbar-collapse.in,
.navbar-collapseing.in {
    z-index: 1001;
    display: block;
    left:0;
    transition: 0.4s ease-in 0s;
    -webkit-transition: 0.4s ease-in 0s;
    -moz-transition: 0.4s ease-in 0s;
    -ms-transition: 0.4s ease-in 0s;
    /* transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0); */
}

.toggle-menu {
    position: absolute;
    right: 0;
    z-index: 1001;
    margin: 6px 0;
    border-radius: 24px;
    display: block;
}
.toggle-menu .hamburger-box {
    border-radius: 24px;
    background: #0f0f0f;
    padding-top: 0;
    padding-right: 8px;
    border-radius: 24px;
    background: #0f0f0f;
    padding-top: 0;
    padding-right: 8px;
}
.show-sidebar .navbar-collapse {
    z-index: 1001;
}
.toggle-menu button {
    display: inline-block;
    background: transparent;
    border: none;
    outline: 0;
    position: relative;
    max-width: 30px;
    width: 30px;
    height: 30px;
    text-align: right;
    font-size: 24px;
    color: #fff;
    margin-left: -5px;
    margin-top: -3px;
}
.toggle-menu button {
    width: 32px;
    height: 30px;
    padding: 2px 7px;
}
.toggle-menu button span {
    margin: 1px 0;
}
   
.hamburger-inner {
    top: 14px;
    left: 6px;
}
.hamburger-inner {
    -webkit-transition: all 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -ms-transition: all 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -moz-transition: all 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: all 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.active-menu .hamburger-inner {
    -webkit-transition: all 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
.hamburger-inner:after,
.hamburger-inner:before {
    display: block;
    content: "";
}
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    position: absolute;
    width: 18px;
    height: 2px;
    -webkit-transition: transform 0.15s ease-in-out;
    -ms-transition: transform 0.15s ease-in-out;
    -moz-transition: transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out;
    border-radius: 4px;
    background-color: #fff;
}
.hamburger-inner:before {
    top: -6px;
}
.hamburger-inner:after {
    bottom: -6px;
}
.hamburger-inner:before {
    transition: top 75ms ease 0.12s, opacity 75ms ease;
}
.hamburger-inner:after {
    -webkit-transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -ms-transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -moz-transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.active-menu .hamburger-inner:after {
    bottom: 0;
    -webkit-transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
    -ms-transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
    -moz-transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
    transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.active-menu .hamburger-inner:before {
    top: 0;
    -webkit--transition: top 75ms ease, opacity 75ms ease 0.12s;
    -ms-transition: top 75ms ease, opacity 75ms ease 0.12s;
    -moz-transition: top 75ms ease, opacity 75ms ease 0.12s;
    transition: top 75ms ease, opacity 75ms ease 0.12s;
    opacity: 0;
}

.navbar {
    min-height: auto;
    border: 0!important;
}
.navbar-inverse {
    background-color: #3b393a;
    border-color: #3b393a;
    border-radius: 0;
}
.navbar-toggle {
    display: block!important;
    float: left;
    margin-left: 12px;
    border: 0;
    padding-left: 0;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: transparent;
}
.main-content {
    padding: 0 15px;
}
.yellow-gradient-border:after {
    content: "";
    left: 15px;
    right: 15px;
    bottom: 0;
    height: 2px;
    margin: auto;
    display: block;
    position: absolute;
    background: -webkit-linear-gradient(to right, #2a2a2a, #e4ad31, #2a2a2a);
    background: linear-gradient(to right, #2a2a2a, #e4ad31, #2a2a2a);
}
.sm_img.img-thumbnail {
    width: 80px;
    height: 60px;
}

.filter_form .datepicker {
    max-width: 150px;
}

.check-validation label.error {
    position: absolute;
    bottom: 0;
}

.check-validation {
    position: relative;
    /* padding-bottom: 25px; */
}
.sub-head {
    padding-top: 10px;
}

@media (min-width: 768px){
    .side-nav li a:hover, .side-nav li a:focus {
        background-color: transparent !important ;
    }
}

.hover-class{
    cursor:pointer;
}

.error-message {
    color: #f00;
}
.error {
    color: red;
}

/* Update CSS */
.action-buttons a {
    margin: 4px 2px;
}
.profile-user-img {
    border: 3px solid #adb5bd;
    margin: 0 auto;
    padding: 3px;
    width: 100px;
}
.list-group-unbordered>.list-group-item {
    border-left: 0;
    border-radius: 0;
    border-right: 0;
    padding-left: 0;
    padding-right: 0;
}
.border-top-outline {
    border-top: 3px solid #007bff;
}
.profile-box {
    -webkit-box-shadow:0px 5px 14px 1px rgba(0, 0, 0, .25);
    box-shadow:0px 5px 14px 1px rgba(0, 0, 0, .25);
    padding: 20px;
    /* max-width: 500px; */
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin: 0 auto 20px;
}


.checkbox-list {
    list-style-type: none;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 0;
}
.checkbox-list > li {
    padding: 10px;
}
.checkbox-list > li label {
    font-weight: 400;
}
.checkbox-list .checkmark:before {
    border-width: 1px;
}
.menu-tab-panel .heading {
    border-bottom: 1px solid #424242;
    margin-bottom: 15px;
}
.menu-tab-panel {
    padding: 20px;
}
.menu-tab-panel .heading .custom-checkbox-input label {
    font-size: 22px;
    font-weight: 400;
}
.menu-tab-panel .heading .custom-checkbox-input label:before {
    top: 7px;
}
.menu-tab-panel .heading .custom-checkbox-input > input:checked + label:after {
    top: 9px;
}
/* === Common CSS === */
ul, li {
    list-style-type: none;
    margin: 0;
    padding: 0
}
.d-block {
    display: block;
}
.text-white {
    color: #ffffff!important;
}
.text-black {
    color: #000000!important;
}
.card-block {
    position: relative;
    padding: 16px;
    margin-bottom: 15px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 5px 14px 1px rgba(0, 0, 0, .25);
    box-shadow: 0px 5px 14px 1px rgba(0, 0, 0, .25);
}
.dataTables_wrapper .dataTables_filter input {
    outline: 0;
    border: 1px solid #cecece;
}
.table-responsive .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: linear-gradient(to bottom, #585858 0%, #111 100%)!important;
    color: white !important;
    border: 1px solid #111!important;
    background-color: #585858!important;
}
.back-btn {
    font-size: 17px;
    color: #ffffff;
    display: inline-block;
    position: relative;
    height: 30px;
    width: 30px;
    background-color: #3b393a;
    border-radius: 100%;
    padding: 6px 7px;
}
/* === End Common CSS === */

/* === CSS for table === */
.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td, 
.table-bordered>thead>tr>th,
.dataTables_wrapper .table-bordered {
    border: 0;
}
table.dataTable.no-footer {
    border-bottom: 0px!important;
    margin-bottom: 10px;
}
.table-striped>tbody>tr>td {
    border-bottom: 1px solid #d8d8d8;
}
/* === End CSS for table === */

/* === CSS for Datepicker === */
.bootstrap-datetimepicker-widget.dropdown-menu {
    width: 15.9em!important;
}
.bootstrap-datetimepicker-widget table thead th {
    border-radius: 0!important;
    border: 1px solid #fff!important;
}
.bootstrap-datetimepicker-widget table th.disabled {
    background: #cecece!important;
}
.datepicker table tr td.disabled {
    color: #3b3939!important;
}
/* === End CSS for Datepicker === */

/* === Update CSS === */
input[type="text"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
.datepicker,
.btn:focus {
    outline: 0;
}
.btn {
    white-space: normal;
}
/* .panel,
.panel-footer,
input[type="text"],
input[type="number"],
input[type="date"],
input[type="search"],
select,
.datepicker,
.dataTables_wrapper .dataTables_paginate .paginate_button,
.form-control, */
.rounded-md 
{
    -webkit-border-radius: 24px;
    border-radius: 24px;
}
select {
    min-height: 32px;
}
.form-control {
    border-radius: 0;
}
/* .navbar {
    padding-top: 5px;
    padding-bottom: 5px;
}
.navbar-nav>li>a {
    border-radius: 0px 24px 24px 0px;
}
.navbar-nav>li {
    margin-top: 2px;
}
.navbar-inverse .navbar-nav>li>a {
    color:#ffffff;
    padding-left: 45px;
}
.navbar-inverse .navbar-nav>li>a .fa {
    position: absolute;
    left: 15px;
    top: 15px;
}
.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus, 
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav> li >a:hover {
    background: linear-gradient(to right, #fecd38, #dba70c);
    color: #3b393a;
} */
.menu-style {
    padding-left: 0;
    margin-bottom: 0;
    width: 240px;
    max-width: 250px;
}
.menu-style li {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    margin: 6px 0 6px 30px;
    border-radius: 34px 0px 0px 34px;
}
.menu-style li a {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    line-height: 20px;
    padding: 14px 16px 14px 31px;
    width: 100%;
}
.menu-style li.active  {
    background: -webkit-linear-gradient(to right, #fecd38, #dba70c);
    background: linear-gradient(to right, #fecd38, #dba70c);
}
.menu-style li:hover a {
    color: #fecd38;
}
.menu-style li > ul {
    width: 100%;
}
.menu-style li > a > i {
    font-size: 22px;
    margin-right: 15px;
    display: none;
}
.menu-style li.active a {
    color: #3b393a;
}

.page-header {
    padding-bottom: 0;
    margin: 0;
    border-bottom: 0;
    font-size: 26px;
}
.sub-head h3 {
    font-size: 20px;
    margin-top: 6px;
}
.head-section {
    padding: 20px 0 0;
    /* margin-bottom: 20px;
    border-bottom: 1px solid #222; */
}
.navbar-collapse .mCSB_inside > .mCSB_container {
    margin-right: 0;
}
.panel {
    border:0;
    -webkit-box-shadow: 0px 5px 14px 1px rgba(0, 0, 0, .25);
    box-shadow: 0px 5px 14px 1px rgba(0, 0, 0, .25);
}
.panel-heading {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
}
.dropdown-menu>li>a:hover {
    color: #3b393a;
    background-color: #fbc937;
}
table thead th,
table.dataTable thead th, 
table.dataTable thead td {
    color: #fff;
    background: #3b3939;
}
.auth-logo {
    max-width: 150px;
    margin: 0 auto;
}
/* === End Update CSS === */


.bootstrap-datetimepicker-widget .collapse.in {
    padding-left: 0;
}
.btn {
    font-weight: 500;
    padding: .25rem .85rem;
    font-size: 14px;
}
.btn-yellow {
    background: #fecd38;
    color: #000;
}
.btn-yellow:hover {
    border: 1px solid #000;
    background: #000;
    color: #fecd38;
}
.btn-cross {
    width: 19px;
    height: 19px;
    padding: 2px 0;
    font-size: 12px;
    line-height: 19px;
    background: #434343;
    color: #fff;
    text-align: center;
}
.btn-cross:hover {
    color: #fccb37;
}
.shadow-box {
    padding: 10px 15px;
    margin-bottom: 15px;    
    -webkit-border-radius: 12px;
    -ms-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -webkit-box-shadow: 0px 0px 14px 2px rgba(0,0,0,.15);
    box-shadow: 0px 0px 14px 2px rgba(0,0,0,.15);
}

.panel-footer .pull-right {
    font-size: 18px;
}
input[type=radio] {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}
.profile-box .list-group-item.d-flex b {
    min-width: 80px;
}

.profile-box .list-group-item.d-flex b + span {
    word-break: break-all;
}
.btn-modal-cancel {
    cursor: pointer;
    margin-right: 10px;
}
.modal-header {
    padding: 10px 30px 10px 15px;
    background: #f7f7f7;
    border-radius: 4px 4px 0 0;
}
.modal-footer {
    padding: 10px 15px;
}
.modal-header .close {
    float: none;
    position: absolute;
    right: 15px;
    top: 12px;
    opacity: 1;
}
.modal-title {
    font-size: 16px;
    font-weight: 600;
}
.btn-action {
    background-color: #434343;
    border-radius: 4px;
    font-size: 12px;
    margin: 2px;
    height: 25px;
    width: 25px;
    line-height: 25px;
    color: #fff;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
}
.btn-action:focus, .btn-action:hover,
.back-btn:focus, .back-btn:hover {
    background-color: #fccb37;
    color: #434343;
}
.btn-action .fa {
    line-height: 2;
}
/* 
body:before {
    content: '';
    right: 0;
    top: 0px;
    bottom: 100%;
    left: 0;
    position: fixed;
    transition: all .3s ease-in-out;
    background: rgba(41, 47, 76, .5);
    z-index: 9;
    visibility: visible;
    opacity: 1;
    pointer-events: none;
}
.show-sidebar {
    overflow: hidden;
} */
body.show-sidebar:before {
    bottom: 0;
}
/* Min width Media Queries */
@media only screen and (min-width: 320px) { 

    /* Flex Responsive Class */
    .d-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .justify-content-end {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .justify-content-start {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .justify-content-between {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .justify-content-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .align-items-start {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .align-items-end {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .align-items-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .flex-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .flex-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .flex-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    /* End Flex Responsive Class */

    /* Padding Responsive Class */
    .p-10 {
        padding: 10px!important;
    }
    .p-15 {
        padding: 15px!important;
    }
    .p-20 {
        padding: 20px!important;
    }
    .pt-10 {
        padding-top: 10px;
    }
    .pr-10 {
        padding-right: 10px;
    }
    .pl-10 {
        padding-left: 10px;
    }
    .pb-10 {
        padding-bottom: 10px;
    }
    .pt-15 {
        padding-top: 15px;
    }
    .pr-15 {
        padding-right: 15px;
    }
    .pl-15 {
        padding-left: 15px;
    }
    .pb-15 {
        padding-bottom: 15px;
    }
    .pt-20 {
        padding-top: 20px;
    }
    .pr-20 {
        padding-right: 20px;
    }
    .pl-20 {
        padding-left: 20px;
    }
    .pb-20 {
        padding-bottom: 20px;
    }
    .px-10 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .py-10 {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .py-20 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .px-15 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .px-20 {
        padding-left: 20px;
        padding-right: 20px;
    }
    .p-0 {
        padding: 0!important;
    }
    .pt-0 {
        padding-top: 0!important;
    }
    .pb-0 {
        padding-bottom: 0!important;
    }
    .pl-0 {
        padding-left:0!important; 
    }
    .pr-0 {
        padding-right: 0!important;
    }
    /* End Padding Responsive Class */

    /* Margin Responsive Class */
    .mx-auto {
        margin-left: auto;
        margin-right: auto;
    }
    .m-10 {
        margin: 10px!important;
    }
    .m-15 {
        margin: 15px!important;
    }
    .m-20 {
        margin: 20px!important;
    }
    .mt-10 {
        margin-top: 10px;
    }
    .mr-10 {
        margin-right: 10px!important;
    }
    .ml-10 {
        margin-left: 10px;
    }
    .mb-10 {
        margin-bottom: 10px;
    }
    .mt-15 {
        margin-top: 15px;
    }
    .mr-15 {
        margin-right: 15px;
    }
    .ml-15 {
        margin-left: 15px;
    }
    .mb-15 {
        margin-bottom: 15px;
    }
    .mt-20 {
        margin-top: 20px;
    }
    .mr-20 {
        margin-right: 20px;
    }
    .ml-20 {
        margin-left: 20px;
    }
    .mb-20 {
        margin-bottom: 20px;
    }
    .mx-10 {
        margin-left: 10px;
        margin-right: 10px;
    }
    .my-10 {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .my-20 {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .mx-15 {
        margin-left: 15px;
        margin-right: 15px;
    }
    .mx-20 {
        margin-left: 20px;
        margin-right: 20px;
    }
    .m-0 {
        margin: 0!important;
    }
    .mt-0 {
        margin-top: 0!important;
    }
    .mb-0 {
        margin-bottom: 0!important;
    }
    .ml-0 {
        margin-left:0!important; 
    }
    .mr-0 {
        margin-right: 0!important;
    }
    /* End Margin Responsive Class */

    /* Button Responsive CSS */
    .btn-lg {
        padding: 6px 10px;
        font-size: 15px;
    }
    .btn-md {
        min-width: 90px;
        padding: 10px;
    }
    /* End Button Responsive CSS */

    /* Text Alignment  */
    .text-center {
        text-align: center;
    }
    .text-left {
        text-align: left;
    }
    .text-right {
        text-align: right;
    }
    /* End Text Alignment  */

    /* Text Related CSS */
    .d-inline-block {
        display: inline-block;
    }
    .d-block {
        display: block;
    }
    .text-upparcase {
        text-transform: uppercase;
    }
    .text-capitalize {
        text-transform: capitalize;
    }
    .text-lowercase {
        text-transform: lowercase;
    }
    /* End Text Related CSS */

    /* Positon CSS */
    .position-relative {
        position: relative;
    }
    .position-absolute {
        position: absolute;
    }
    .position-static {
        position: static;
    }
    /* End Positon CSS */

    .font-12 {
        font-size: 12px!important;
    }
    .font-14 {
        font-size: 13px!important;
    }
    .font-15,
    .font-16 {
        font-size: 14px!important;
    }
    .font-18 {
        font-size: 15px!important;
    }
    .font-20 {
        font-size: 16px!important;
    }

    /* Extra Commnon CSS */
    .border-transparent {
        border-color: transparent;   
    }
    .border-0 {
        border: 0;   
    }
    .border-top-0 {
        border-top: 0;
    }
    .border-bottom-0 {
        border-bottom: 0;
    }
    .border-right-0 {
        border-right: 0;
    }
    .border-left-0 {
        border-left: 0;
    }
    .hidden {
        display: none;
    }
    .miw-120 {
        min-width: 120px;
    }
    .miw-80 {
        min-width: 80px;
    }
    .maw-150 {
        max-width: 150px;
    }
    .text-truncate {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .word-break-wrap {
        word-break: break-word;
    }
    .cursor-pointer {
        cursor: pointer;
    }
    /* End Extra Commnon CSS */

}

@media only screen and (min-width: 581px) {
    /* Flex Responsive Class */
    .d-smx-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .justify-content-smx-end {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .justify-content-smx-start {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .justify-content-smx-between {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .justify-content-smx-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .align-items-smx-start {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .align-items-smx-end {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .align-items-smx-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .flex-smx-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .flex-smx-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .flex-smx-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    /* End Flex Responsive Class */

    /* Padding Responsive Class */
    .p-smx-10 {
        padding: 10px!important;
    }
    .p-smx-15 {
        padding: 15px!important;
    }
    .p-smx-20 {
        padding: 20px!important;
    }
    .pt-smx-10 {
        padding-top: 10px;
    }
    .pr-smx-10 {
        padding-right: 10px;
    }
    .pl-smx-10 {
        padding-left: 10px;
    }
    .pb-smx-10 {
        padding-bottom: 10px;
    }
    .pt-smx-15 {
        padding-top: 15px;
    }
    .pr-smx-15 {
        padding-right: 15px;
    }
    .pl-smx-15 {
        padding-left: 15px;
    }
    .pb-smx-15 {
        padding-bottom: 15px;
    }
    .pt-smx-20 {
        padding-top: 20px;
    }
    .pr-smx-20 {
        padding-right: 20px;
    }
    .pl-smx-20 {
        padding-left: 20px;
    }
    .pb-smx-20 {
        padding-bottom: 20px;
    }
    .px-smx-10 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .py-smx-10 {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .px-smx-20 {
        padding-left: 20px;
        padding-right: 20px;
    }
    .py-smx-20 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .p-smx-0 {
        padding: 0!important;
    }
    .pt-smx-0 {
        padding-top: 0!important;
    }
    .pb-smx-0 {
        padding-bottom: 0!important;
    }
    .pl-smx-0 {
        padding-left:0!important; 
    }
    .pr-smx-0 {
        padding-right: 0!important;
    }
    /* End Padding Responsive Class */

    /* Margin Responsive Class */
    .m-smx-10 {
        margin: 10px!important;
    }
    .m-smx-15 {
        margin: 15px!important;
    }
    .m-smx-20 {
        margin: 20px!important;
    }
    .mt-smx-10 {
        margin-top: 10px;
    }
    .mr-smx-10 {
        margin-right: 10px;
    }
    .ml-smx-10 {
        margin-left: 10px;
    }
    .mb-smx-10 {
        margin-bottom: 10px;
    }
    .mt-smx-15 {
        margin-top: 15px;
    }
    .mr-smx-15 {
        margin-right: 15px;
    }
    .ml-smx-15 {
        margin-left: 15px;
    }
    .mb-smx-15 {
        margin-bottom: 15px;
    }
    .mt-smx-20 {
        margin-top: 20px;
    }
    .mr-smx-20 {
        margin-right: 20px;
    }
    .ml-smx-20 {
        margin-left: 20px;
    }
    .mb-smx-20 {
        margin-bottom: 20px;
    }
    .mx-smx-10 {
        margin-left: 10px;
        margin-right: 10px;
    }
    .my-smx-10 {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .my-smx-20 {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .mx-smx-15 {
        margin-left: 15px;
        margin-right: 15px;
    }
    .mx-smx-20 {
        margin-left: 20px;
        margin-right: 20px;
    }
    .m-smx-0 {
        margin: 0!important;
    }
    .mt-smx-0 {
        margin-top: 0!important;
    }
    .mb-smx-0 {
        margin-bottom: 0!important;
    }
    .ml-smx-0 {
        margin-left:0!important; 
    }
    .mr-smx-0 {
        margin-right: 0!important;
    }
    /* End Margin Responsive Class */


    /* Text Alignment  */
    .text-smx-center {
        text-align: center;
    }
    .text-sm-left {
        text-align: left;
    }
    .text-sm-right {
        text-align: right;
    }
    /* End Text Alignment  */

    .font-14 {
        font-size: 14px!important;
    }
    .font-15 {
        font-size: 15px!important;
    }
    .font-16 {
        font-size: 16px!important;
    }
    .font-18 {
        font-size: 18px!important;
    }
    .font-20 {
        font-size: 20px!important;
    }
    .hidden-sm {
        display: none;
    }
}

@media only screen and (min-width: 768px) {
    /* Flex Responsive Class */
    .d-sm-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .justify-content-sm-end {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .justify-content-sm-start {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .justify-content-sm-between {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .justify-content-sm-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .align-items-sm-start {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .align-items-sm-end {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .align-items-sm-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .flex-sm-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .flex-sm-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    /* End Flex Responsive Class */

    /* Padding Responsive Class */
    .p-sm-10 {
        padding: 10px!important;
    }
    .p-sm-15 {
        padding: 15px!important;
    }
    .p-sm-20 {
        padding: 20px!important;
    }
    .pt-sm-10 {
        padding-top: 10px;
    }
    .pr-sm-10 {
        padding-right: 10px;
    }
    .pl-sm-10 {
        padding-left: 10px;
    }
    .pb-sm-10 {
        padding-bottom: 10px;
    }
    .pt-sm-15 {
        padding-top: 15px;
    }
    .pr-sm-15 {
        padding-right: 15px;
    }
    .pl-sm-15 {
        padding-left: 15px;
    }
    .pb-sm-15 {
        padding-bottom: 15px;
    }
    .pt-sm-20 {
        padding-top: 20px;
    }
    .pr-sm-20 {
        padding-right: 20px;
    }
    .pl-sm-20 {
        padding-left: 20px;
    }
    .pb-sm-20 {
        padding-bottom: 20px;
    }
    .px-sm-10 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .py-sm-10 {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .px-sm-20 {
        padding-left: 20px;
        padding-right: 20px;
    }
    .py-sm-20 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .p-sm-0 {
        padding: 0!important;
    }
    .pt-sm-0 {
        padding-top: 0!important;
    }
    .pb-sm-0 {
        padding-bottom: 0!important;
    }
    .pl-sm-0 {
        padding-left:0!important; 
    }
    .pr-sm-0 {
        padding-right: 0!important;
    }
    /* End Padding Responsive Class */

    /* Margin Responsive Class */
    .m-sm-10 {
        margin: 10px!important;
    }
    .m-sm-15 {
        margin: 15px!important;
    }
    .m-sm-20 {
        margin: 20px!important;
    }
    .mt-sm-10 {
        margin-top: 10px;
    }
    .mr-sm-10 {
        margin-right: 10px;
    }
    .ml-sm-10 {
        margin-left: 10px;
    }
    .mb-sm-10 {
        margin-bottom: 10px;
    }
    .mt-sm-15 {
        margin-top: 15px;
    }
    .mr-sm-15 {
        margin-right: 15px;
    }
    .ml-sm-15 {
        margin-left: 15px;
    }
    .mb-sm-15 {
        margin-bottom: 15px;
    }
    .mt-sm-20 {
        margin-top: 20px;
    }
    .mr-sm-20 {
        margin-right: 20px;
    }
    .ml-sm-20 {
        margin-left: 20px;
    }
    .mb-sm-20 {
        margin-bottom: 20px;
    }
    .mx-sm-10 {
        margin-left: 10px;
        margin-right: 10px;
    }
    .my-sm-10 {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .my-sm-20 {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .mx-sm-15 {
        margin-left: 15px;
        margin-right: 15px;
    }
    .mx-sm-20 {
        margin-left: 20px;
        margin-right: 20px;
    }
    .m-sm-0 {
        margin: 0!important;
    }
    .mt-sm-0 {
        margin-top: 0!important;
    }
    .mb-sm-0 {
        margin-bottom: 0!important;
    }
    .ml-sm-0 {
        margin-left:0!important; 
    }
    .mr-sm-0 {
        margin-right: 0!important;
    }
    /* End Margin Responsive Class */
    
    /* Text Alignment  */
    .text-sm-center {
        text-align: center;
    }
    .text-sm-left {
        text-align: left;
    }
    .text-sm-right {
        text-align: right;
    }
    /* End Text Alignment  */
}

@media only screen and (min-width: 1025px) {
    .show-sidebar .main-contect-wrapper {
        margin-left: 240px;
    }
    .toggle-menu {
        display: none;
    }
}
@media only screen and (min-width: 992px) {
    /* Flex Responsive Class */
    .d-md-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .justify-content-md-end {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .justify-content-md-start {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .justify-content-md-between {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .justify-content-md-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .align-items-md-start {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .align-items-md-end {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .align-items-md-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .flex-md-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .flex-md-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    /* End Flex Responsive Class */

    /* Padding Responsive Class */
    
    .p-md-10 {
        padding: 10px!important;
    }
    .p-md-15 {
        padding: 15px!important;
    }
    .p-md-20 {
        padding: 20px!important;
    }
    .pt-md-10 {
        padding-top: 10px;
    }
    .pr-md-10 {
        padding-right: 10px;
    }
    .pl-md-10 {
        padding-left: 10px;
    }
    .pb-md-10 {
        padding-bottom: 10px;
    }
    .pt-md-15 {
        padding-top: 15px;
    }
    .pr-md-15 {
        padding-right: 15px;
    }
    .pl-md-15 {
        padding-left: 15px;
    }
    .pb-md-15 {
        padding-bottom: 15px;
    }
    .pt-md-20 {
        padding-top: 20px;
    }
    .pr-md-20 {
        padding-right: 20px;
    }
    .pl-md-20 {
        padding-left: 20px;
    }
    .pb-md-20 {
        padding-bottom: 20px;
    }
    .px-md-10 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .py-md-10 {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .px-md-20 {
        padding-left: 20px;
        padding-right: 20px;
    }
    .py-md-20 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .p-md-0 {
        padding: 0!important;
    }
    .pt-md-0 {
        padding-top: 0!important;
    }
    .pb-md-0 {
        padding-bottom: 0!important;
    }
    .pl-md-0 {
        padding-left:0!important; 
    }
    .pr-md-0 {
        padding-right: 0!important;
    }
    /* End Padding Responsive Class */

    /* Margin Responsive Class */
    .m-md-10 {
        margin: 10px!important;
    }
    .m-md-15 {
        margin: 15px!important;
    }
    .m-md-20 {
        margin: 20px!important;
    }
    .mt-md-10 {
        margin-top: 10px;
    }
    .mr-md-10 {
        margin-right: 10px;
    }
    .ml-md-10 {
        margin-left: 10px;
    }
    .mb-md-10 {
        margin-bottom: 10px;
    }
    .mt-md-15 {
        margin-top: 15px;
    }
    .mr-md-15 {
        margin-right: 15px;
    }
    .ml-md-15 {
        margin-left: 15px;
    }
    .mb-md-15 {
        margin-bottom: 15px;
    }
    .mt-md-20 {
        margin-top: 20px;
    }
    .mr-md-20 {
        margin-right: 20px;
    }
    .ml-md-20 {
        margin-left: 20px;
    }
    .mb-md-20 {
        margin-bottom: 20px;
    }
    .mx-md-10 {
        margin-left: 10px;
        margin-right: 10px;
    }
    .my-md-10 {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .my-md-20 {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .mx-md-15 {
        margin-left: 15px;
        margin-right: 15px;
    }
    .mx-md-20 {
        margin-left: 20px;
        margin-right: 20px;
    }
    .m-md-0 {
        margin: 0!important;
    }
    .mt-md-0 {
        margin-top: 0!important;
    }
    .mb-md-0 {
        margin-bottom: 0!important;
    }
    .ml-md-0 {
        margin-left:0!important; 
    }
    .mr-md-0 {
        margin-right: 0!important;
    }
    /* End Margin Responsive Class */


    /* Text Alignment  */
    .text-md-center {
        text-align: center;
    }
    .text-md-left {
        text-align: left;
    }
    .text-md-right {
        text-align: right;
    }
    /* End Text Alignment  */
}

@media only screen and (min-width: 1200px) {
    /* Flex Responsive Class */
    .d-lg-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .justify-content-lg-end {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .justify-content-lg-start {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .justify-content-lg-between {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .justify-content-lg-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .align-items-lg-start {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .align-items-lg-end {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .align-items-lg-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .flex-lg-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .flex-lg-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    /* End Flex Responsive Class */
    
    /* Padding Responsive Class */
    .p-lg-10 {
        padding: 10px!important;
    }
    .p-lg-15 {
        padding: 15px!important;
    }
    .p-lg-20 {
        padding: 20px!important;
    }
    .pt-lg-10 {
        padding-top: 10px;
    }
    .pr-lg-10 {
        padding-right: 10px;
    }
    .pl-lg-10 {
        padding-left: 10px;
    }
    .pb-lg-10 {
        padding-bottom: 10px;
    }
    .pt-lg-15 {
        padding-top: 15px;
    }
    .pr-lg-15 {
        padding-right: 15px;
    }
    .pl-lg-15 {
        padding-left: 15px;
    }
    .pb-lg-15 {
        padding-bottom: 15px;
    }
    .pt-lg-20 {
        padding-top: 20px;
    }
    .pr-lg-20 {
        padding-right: 20px;
    }
    .pl-lg-20 {
        padding-left: 20px;
    }
    .pb-lg-20 {
        padding-bottom: 20px;
    }
    .px-lg-10 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .py-lg-10 {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .px-lg-20 {
        padding-left: 20px;
        padding-right: 20px;
    }
    .py-lg-20 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .p-lg-0 {
        padding: 0!important;
    }
    .pt-lg-0 {
        padding-top: 0!important;
    }
    .pb-lg-0 {
        padding-bottom: 0!important;
    }
    .pl-lg-0 {
        padding-left:0!important; 
    }
    .pr-lg-0 {
        padding-right: 0!important;
    }
    /* End Padding Responsive Class */

    /* Margin Responsive Class */
    .m-lg-10 {
        margin: 10px!important;
    }
    .m-lg-15 {
        margin: 15px!important;
    }
    .m-lg-20 {
        margin: 20px!important;
    }
    .mt-lg-10 {
        margin-top: 10px;
    }
    .mr-lg-10 {
        margin-right: 10px;
    }
    .ml-lg-10 {
        margin-left: 10px;
    }
    .mb-lg-10 {
        margin-bottom: 10px;
    }
    .mt-lg-15 {
        margin-top: 15px;
    }
    .mr-lg-15 {
        margin-right: 15px;
    }
    .ml-lg-15 {
        margin-left: 15px;
    }
    .mb-lg-15 {
        margin-bottom: 15px;
    }
    .mt-lg-20 {
        margin-top: 20px;
    }
    .mr-lg-20 {
        margin-right: 20px;
    }
    .ml-lg-20 {
        margin-left: 20px;
    }
    .mb-lg-20 {
        margin-bottom: 20px;
    }
    .mx-lg-10 {
        margin-left: 10px;
        margin-right: 10px;
    }
    .my-lg-10 {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .my-lg-20 {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .mx-lg-15 {
        margin-left: 15px;
        margin-right: 15px;
    }
    .mx-lg-20 {
        margin-left: 20px;
        margin-right: 20px;
    }
    .m-lg-0 {
        margin: 0!important;
    }
    .mt-lg-0 {
        margin-top: 0!important;
    }
    .mb-lg-0 {
        margin-bottom: 0!important;
    }
    .ml-lg-0 {
        margin-left:0!important; 
    }
    .mr-lg-0 {
        margin-right: 0!important;
    }
    /* End Margin Responsive Class */

    /* Text Alignment  */
    .text-lg-center {
        text-align: center;
    }
    .text-lg-left {
        text-align: left;
    }
    .text-lg-right {
        text-align: right;
    }
    /* End Text Alignment  */
}
/* End Min width Media Queries */

@media only screen and (max-width: 1366px) {
    .huge {
        font-size: 28px;
    }
    .h4, h4 {
        font-size: 14px;
    }
    .panel .fa-5x {
        font-size: 2.5em;
    }
    .panel-footer {
        padding: 5px 10px;
    }
}
@media only screen and (max-width: 1024px) {
    .page-header {
        font-size: 22px;
    }
}
@media only screen and (max-width: 991px) {
    .d-md-flex.btn-head > div:first-child {
        padding-bottom: 15px;
    }
}
@media only screen and (max-width: 767px) {
    .text-md-center {
        text-align: center;
    }
    .modal-dialog {
        width: 90%;
    }
    .btn,
    .top-nav>li>a {
        font-size: 12px;
    }
    .btn {
        padding: 4px 9px;
    }
    .page-header {
        font-size: 18px;
    }
    /* .navbar-collapse,
    .navbar-collapse.in {
        padding: 0; 
    } */
    .navbar-nav {
        margin: 0;
    }
    .navbar-nav li>a,
    .collapse.in {
        display: block;
    }
    .navbar-nav>li>a {
        border-radius: 0;
    }
    .back-btn {
        font-size: 14px;
        height: 26px;
        width: 26px;
        padding: 5px 6px;
    }
    .back-btn.mr-10 {
        margin-right: 5px;
    }

    .auth-logo {
        max-width: 100px;
    }
    .navbar.navbar-fixed-top {
        position: relative;
        margin-bottom: 0;
        top: auto;
        right: auto;
        left: auto;
    }
    .nav.navbar-nav.side-nav {
        position: fixed;
        left: -260px;
        max-width: 250px;
        width: 100%;
        top: 0;
        bottom: 0;
        overflow: auto;
        z-index: 1050;
        background: #222222;
        transition: all .3s ease-in-out;
        box-shadow: 2px 0px 5px 0px rgba(0, 0, 0, .7);
    }
    .in .nav.navbar-nav.side-nav {
        left: 0;
    }
    .table-responsive {
        border: 0;
    }
    .sub-head h3 {
        font-size: 15px;
    }

    /* Full Calendar CSS */
    .fc-toolbar h2 {
        font-size: 18px;
        padding-top: 5px;
    }
    /* End Full Calendar CSS */
}
@media only screen and (max-width: 1500px) and (orientation: portrait) {
    .fc-scroller.fc-time-grid-container {
        height: 60vh!important;
    }
}
@media only screen and (max-width: 580px) {
    /* Full Calendar CSS */
    .fc-toolbar h2 {
        font-size: 18px;
        padding-top: 5px;
    }
    .fc-toolbar > div {
        display: block!important;
    }
    .fc-toolbar h2 {
        float: none!important;
        padding-top: 0;
        padding-bottom: 10px;
    }
    .fc-toolbar .fc-left {
        float: none!important;
    }
    .fc-view table {
        min-width: 600px;
    }
    .fc-view {
        overflow: auto;
    }
    /* End Full Calendar CSS */
}