@charset "UTF-8";

/* ==========================================================================
   HTML STYLE
   ========================================================================== */

html {
    margin: 0;
    font-family: "Roboto", sans-serif;
	font-size: 14px;
    font-weight: 400;
    font-style: normal;
	font-size: 1rem !important;
    min-height: 400px;
    height: 100vh;
    scroll-behavior: smooth;
}


:root {
      --background-color: #ffffff;
      --text-color: #000000;
    }

    [data-theme="dark"] {
      --background-color: #212529;
      --text-color: #f8f9fa;
    }

    body {
      background-color: var(--background-color);
      color: var(--text-color);
    }

    .sticky-top {
      z-index: 1030;
      background-color: var(--background-color);
      border-bottom: 1px solid var(--text-color);
    }

    .dark-mode-icon {
      cursor: pointer;
    }

/* ==========================================================================
   BODY STYLE
   ========================================================================== */

body {
    margin: 0;
    font-family: "Roboto", sans-serif;
	font-size: 14px;
    font-weight: 400;
    font-style: normal;
    min-height: 400px;
    height: 100vh;
    scroll-behavior: smooth;
	position: relative;
}

/* Font Roboto Stuff  */
.roboto-thin {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.roboto-light {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.roboto-regular {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.roboto-medium {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.roboto-bold {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.roboto-black {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.roboto-thin-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.roboto-light-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.roboto-regular-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.roboto-medium-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.roboto-bold-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.roboto-black-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: italic;
}

/* END:Font Roboto Stuff */

/* Font size  */
.font-normal {
    font-weight: 400;
}

.font-100 {
    font-weight: 100;
}

.font-300 {
    font-weight: 300;
}

.font-400 {
    font-weight: 400;
}

.font-500 {
    font-weight: 500;
}

.font-700 {
    font-weight: 700;
}

.font-900 {
    font-weight: 900;
}

.font-normal {
    font-style: normal;
}

.font-italic {
    font-style: italic;
}

/* END:Font size  */

*:focus {
    outline: none;
}

a:hover {
    outline: none;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 600;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

p {
    font-size: 14px;
}

b,
strong {
    font-weight: 400;
}

.img-radius {
    border-radius: 50%;
}

p.text-muted {
    font-size: 13px;
}

/*      CARD        */
.card {
    border-radius: 2px;
    box-shadow: 0 0 0 1px #e2e5e8;
    border: none;
    margin-bottom: 30px;
    transition: all 0.5s ease-in-out;
}

.card .card-header {
    background-color: transparent;
    border-bottom: 1px solid #e2e5e8;
    padding: 20px 25px;
    position: relative;
}

.card .card-header h5 {
    margin-bottom: 0;
    color: #111;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    margin-right: 10px;
    line-height: 1.1;
    position: relative;
}

.card .card-header.borderless {
    border-bottom: none;
}

.card .card-header.borderless h5:after {
    display: none;
}

.card .card-header .card-header-right {
    right: 10px;
    top: 10px;
    display: inline-block;
    float: right;
    padding: 0;
    position: absolute;
}

@media only screen and (max-width: 575px) {
    .card .card-header .card-header-right {
        display: none;
    }
}

.card .card-header .card-header-right .dropdown-menu {
    margin-top: 0;
}

.card .card-header .card-header-right .dropdown-menu li a {
    font-size: 14px;
    text-transform: capitalize;
}

.card .card-header .card-header-right .btn.dropdown-toggle {
    border: none;
    background: transparent;
    box-shadow: none;
    color: #888;
}

.card .card-header .card-header-right .btn.dropdown-toggle i {
    margin-right: 0;
}

.card .card-header .card-header-right .btn.dropdown-toggle:after {
    display: none;
}

.card .card-header .card-header-right .btn.dropdown-toggle:focus {
    box-shadow: none;
    outline: none;
}

.card .card-header .card-header-right .btn.dropdown-toggle {
    border: none;
    background: transparent;
    box-shadow: none;
    padding: 0;
    width: 20px;
    height: 20px;
    right: 8px;
    top: 8px;
}

.card .card-header .card-header-right .btn.dropdown-toggle.mobile-menu span {
    background-color: #888;
    height: 2px;
    border-radius: 5px;
}

.card .card-header .card-header-right .btn.dropdown-toggle.mobile-menu span:after, .card .card-header .card-header-right .btn.dropdown-toggle.mobile-menu span:before {
    border-radius: 5px;
    height: 2px;
    background-color: #888;
}

.card .card-header .card-header-right .nav-pills {
    padding: 0;
    box-shadow: none;
    background: transparent;
}

.card .card-footer {
    border-top: 1px solid #e2e5e8;
    background: transparent;
    padding: 20px 25px;
}

.card .card-block,
  .card .card-body {
    padding: 20px 25px;
}

.card .card-block-big {
    padding: 30px 25px;
}

.card.card-load {
    position: relative;
    overflow: hidden;
}

.card.card-load .card-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 999;
}

.card.card-load .card-loader i {
    margin: 0 auto;
    color: #3949AB;
    font-size: 24px;
    align-items: center;
    display: flex;
}

.card.full-card {
    z-index: 99999;
    border-radius: 0;
}

/* ================================    Dropdown Start  ===================== */
.dropdown-menu {
    padding: 10px 0;
    font-size: 14px;
}

.dropdown-menu > li {
    padding-left: 15px;
    padding-right: 15px;
}

.dropdown-menu > li > a {
    padding: 5px;
    color: #686c71;
}

.dropdown-menu > li > a i {
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.dropdown-menu > li.active, .dropdown-menu > li:active, .dropdown-menu > li:focus, .dropdown-menu > li:hover {
    background: #3949AB;
    color: #fff;
}

.dropdown-menu > li.active > a, .dropdown-menu > li:active > a, .dropdown-menu > li:focus > a, .dropdown-menu > li:hover > a {
    background: transparent;
    color: #fff;
}

.dropdown-menu > a.active, .dropdown-menu > a:active, .dropdown-menu > a:focus, .dropdown-menu > a:hover {
    background: #3949AB;
    color: #fff;
}

/* ================================    Dropdown End  ===================== */

/* ================================   material icon for material datetime picker  ===================== /* fallback */
@font-face {
    font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url("https://fonts.gstatic.com/s/materialicons/v41/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2") format("woff2");
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

/* material icon for material datetime picker */


/**  =====================
      Calendar css start
==========================  **/
.external-events .fc-event {
    color: #fff;
    cursor: move;
    padding: 5px 18px;
    margin-top: 5px;
    background: #3949AB;
    border-color: #3949AB;
}

.calendar a:not([href]):not([tabindex]), .calendar a:not([href]):not([tabindex]):focus, .calendar a:not([href]):not([tabindex]):hover {
    color: #fff;
}

.calendar .fc-event,
.calendar .fc-event:hover {
    color: #fff;
    cursor: move;
    padding: 5px 18px;
    margin-top: 2px;
    background: #3949AB;
    border-color: #3949AB;
}

/**====== Calendar css end ======**/


/* ==========================================================================
   FORM INPUT TYPE SIZE
   ========================================================================== */
	/* Custom CSS to reduce font size of all input components */
	input.form-control, select.form-control, textarea.form-control {
		font-size: 13px; /* Adjust this value as needed */
	}

	input[type="text"].form-control,
	input[type="password"].form-control,
	input[type="email"].form-control,
	select.form-control,
	textarea.form-control {
		font-size: 13px; /* Bootstrap's default font size is 1rem; 0.875rem reduces it slightly */
	}

	/* Adjusting for other input types if needed */
	input[type="number"].form-control,
	input[type="date"].form-control,
	input[type="time"].form-control,
	input[type="search"].form-control {
		font-size: 13px; /* Set the desired font size */
	}

/* ==========================================================================
   END OF FORM INPUT TYPE SIZE
   ========================================================================== */


/* ==========================================================================
   NAV SIDEBAR
   ========================================================================== */
nav {
    width: 250px;
}

/* ==========================================================================
   ASIDE SIDEBAR
   ========================================================================== */
aside {
    width: 250px;
}


/* ==========================================================================
   SQUARE ELEMENTS STYLE
   ========================================================================== */
.square {
    border-radius: 0;
}

/* ==========================================================================
   ELLIPSIS STYLE
   ========================================================================== */

/* Need a maximum width for the ellipsis to work example :  max-width: 150px; */
.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}


/* ==========================================================================
   AVATAR
   ========================================================================== */
.avatar {
    position: relative;
    display: inline-block;
    /* other styles for your avatar */
}

.avatar .rounded-circle {
    border-radius: 50%;
    /* other styles for the image */
}

/*noinspection ALL*/
.avatar .offline-indicator {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 10px; /* Size of the green dot */
    height: 10px; /* Size of the green dot */
    border-radius: 50%;
    background-color: red; /* Green color */
    border: 2px solid white; /* To make it stand out from the avatar image */
}


/* ==========================================================================
   LEGEND STYLE TO WORK IN BS5
   ========================================================================== */
.reset {
    all: revert;
}


/* ==========================================================================
   DUALLIST CSS 
   ========================================================================== */

.move, .remove, .moveall, .removeall {
    padding: 5px;
    color: #ffffff;
    background-color: lightgrey;
    min-height: 25px;
}

.move, .remove, .moveall, .removeall:hover {
    padding: 5px;
    background: #443e8f;
    color: #ffffff;
    min-height: 25px;
}


/* ==========================================================================
   END DUALLIST CSS 
   ========================================================================== */


/* ==========================================================================
   GOOGLE ORG CHART 
   ========================================================================== */


/*noinspection ALL*/
.orgChartItem {

}

/*noinspection ALL*/
.orgChartItemSelected {
    background-color: #5986da !important;
    color: white;
}

/* ==========================================================================
   END GOOGLE ORG CHART 
   ========================================================================== */


/* ==========================================================================
   DATATABLES STYLES
   ========================================================================== */

#TheDataTable {
    border-radius: 0;
    width: 100%;
    background-color: white;
    color: black;
    font-size: smaller;
    margin-top: 10px;
}

/*noinspection ALL*/
#TheDataTable_wrapper {
    margin-top: 5px;
    margin-right: 3px;

}

/*noinspection ALL*/
#TheDataTable_filter {
    margin-top: 5px;
    margin-right: 0px;
}

.dataTables_filter {
    margin-top: 10px;
    margin-right: -3px;
}

.dt-buttons {
    margin-bottom: 5px;
    margin-left: 5px;
}

/* ==========================================================================
   END DATATABLES STYLES
   ========================================================================== */


/* ==========================================================================
   TEXT STYLES
   ========================================================================== */

/*noinspection ALL*/
.form-ShadowNS {
    text-shadow: 1px 1px 2px black;
    font-size: larger;
}

.strokeme {
    color: white;
    font-size: 13px;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

/* ==========================================================================
   END TEXT STYLES
   ========================================================================== */


/* ==========================================================================
   CLIPBOARD
   ========================================================================== */


.container-clipboard {
    position: relative;
    display: none;
    float: right
}

@media (min-width: 768px) {
    .container-clipboard {
        display: block;
    }
}

.btn-clipboard-copy {
    position: absolute;
    top: .5rem;
    right: .5rem;
    z-index: 10;
    display: block;
    padding: .25rem .5rem;
    font-size: 75%;
    color: #818a91;
    cursor: pointer;
    background-color: transparent;
    border: 0;
}

.btn-clipboard-copy:hover {
    color: #fff;
    background-color: #027de7;
}

/* ==========================================================================
   END OF CLIPBOARD
   ========================================================================== */

/* ==========================================================================
   NOTE STYLE THEMING 
   ========================================================================== */

.note {
    padding: 10px;
    border-left: 6px solid;
    border-radius: 0 !important;
    margin-left: 1px;
    margin-right: 1px;
    color: black;
}

.note strong {
    font-weight: 600;
}

.note p {
    font-weight: 500;
}

.note-primary {
    background-color: #dfeefd;
    border-color: #176ac4;
}

.note-secondary {
    background-color: #e2e3e5;
    border-color: #58595a;
}

.note-success {
    background-color: #e2f0e5;
    border-color: #49a75f;
}

.note-danger {
    background-color: #fae7e8;
    border-color: #e45460;
}

.note-warning {
    background-color: #faf4e0;
    border-color: #c2a442;
}

.note-info {
    background-color: #e4f2f5;
    border-color: #2492a5;
}

.note-light {
    background-color: #fefefe;
    border-color: #0f0f0f;
}


/* ==========================================================================
   NAV TABS FOR MENU IN TAB AS TOP MENU
   ========================================================================== */


.nav-tabs {
    border-bottom: 0 solid #dee2e6;
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    border: 0 solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #ffffff;
    background-color: #1b3363;
    border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}


/* ==========================================================================
   BOOTSTRAP COLORS START
   ========================================================================== */

.bg-blue-100 {
    color: #212529;
    background: #e3e1fc;
}

.bg-blue-200 {
    color: #ffffff;
    background: #c7c2f9;
}

.bg-blue-300 {
    color: #ffffff;
    background: #aaa4f5;
}

.bg-blue-400 {
    color: #ffffff;
    background: #8e85f2;
}

.bg-blue-500 {
    color: #ffffff;
    background: #7267EF;
}

.bg-blue-600 {
    color: #ffffff;
    background: #5b52bf;
}

.bg-blue-700 {
    color: #ffffff;
    background: #443e8f;
}

.bg-blue-800 {
    color: #ffffff;
    background: #2e2960;
}

.bg-blue-900 {
    color: #ffffff;
    background: #171530;
}

.bg-indigo-100 {
    color: #212529;
    background: #e0cffc;
}

.bg-indigo-200 {
    color: #ffffff;
    background: #c29ffa;
}

.bg-indigo-300 {
    color: #ffffff;
    background: #a370f7;
}

.bg-indigo-400 {
    color: #ffffff;
    background: #8540f5;
}

.bg-indigo-500 {
    color: #ffffff;
    background: #6610f2;
}

.bg-indigo-600 {
    color: #ffffff;
    background: #520dc2;
}

.bg-indigo-700 {
    color: #ffffff;
    background: #3d0a91;
}

.bg-indigo-800 {
    color: #ffffff;
    background: #290661;
}

.bg-indigo-900 {
    color: #ffffff;
    background: #140330;
}

.bg-purple-100 {
    color: #212529;
    background: #e2d9f3;
}

.bg-purple-200 {
    color: #ffffff;
    background: #c5b3e6;
}

.bg-purple-300 {
    color: #ffffff;
    background: #a98eda;
}

.bg-purple-400 {
    color: #ffffff;
    background: #8c68cd;
}

.bg-purple-500 {
    color: #ffffff;
    background: #6f42c1;
}

.bg-purple-600 {
    color: #ffffff;
    background: #59359a;
}

.bg-purple-700 {
    color: #ffffff;
    background: #432874;
}

.bg-purple-800 {
    color: #ffffff;
    background: #2c1a4d;
}

.bg-purple-900 {
    color: #ffffff;
    background: #160d27;
}

.bg-pink-100 {
    color: #212529;
    background: #fad8e8;
}

.bg-pink-200 {
    color: #ffffff;
    background: #f6b2d1;
}

.bg-pink-300 {
    color: #ffffff;
    background: #f18bba;
}

.bg-pink-400 {
    color: #ffffff;
    background: #ed65a3;
}

.bg-pink-500 {
    color: #ffffff;
    background: #e83e8c;
}

.bg-pink-600 {
    color: #ffffff;
    background: #ba3270;
}

.bg-pink-700 {
    color: #ffffff;
    background: #8b2554;
}

.bg-pink-800 {
    color: #ffffff;
    background: #5d1938;
}

.bg-pink-900 {
    color: #ffffff;
    background: #2e0c1c;
}

.bg-red-100 {
    color: #212529;
    background: #fbdbdb;
}

.bg-red-200 {
    color: #ffffff;
    background: #f7b8b8;
}

.bg-red-300 {
    color: #ffffff;
    background: #f29494;
}

.bg-red-400 {
    color: #ffffff;
    background: #ee7171;
}

.bg-red-500 {
    color: #ffffff;
    background: #EA4D4D;
}

.bg-red-600 {
    color: #ffffff;
    background: #bb3e3e;
}

.bg-red-700 {
    color: #ffffff;
    background: #8c2e2e;
}

.bg-red-800 {
    color: #ffffff;
    background: #5e1f1f;
}

.bg-red-900 {
    color: #ffffff;
    background: #2f0f0f;
}

.bg-orange-100 {
    color: #212529;
    background: #ffe5d0;
}

.bg-orange-200 {
    color: #212529;
    background: #fecba1;
}

.bg-orange-300 {
    color: #ffffff;
    background: #feb272;
}

.bg-orange-400 {
    color: #ffffff;
    background: #fd9843;
}

.bg-orange-500 {
    color: #ffffff;
    background: #fd7e14;
}

.bg-orange-600 {
    color: #ffffff;
    background: #ca6510;
}

.bg-orange-700 {
    color: #ffffff;
    background: #984c0c;
}

.bg-orange-800 {
    color: #ffffff;
    background: #653208;
}

.bg-orange-900 {
    color: #ffffff;
    background: #331904;
}

.bg-yellow-100 {
    color: #212529;
    background: #ffecd2;
}

.bg-yellow-200 {
    color: #212529;
    background: #ffdaa5;
}

.bg-yellow-300 {
    color: #212529;
    background: #ffc777;
}

.bg-yellow-400 {
    color: #ffffff;
    background: #ffb54a;
}

.bg-yellow-500 {
    color: #ffffff;
    background: #ffa21d;
}

.bg-yellow-600 {
    color: #ffffff;
    background: #cc8217;
}

.bg-yellow-700 {
    color: #ffffff;
    background: #996111;
}

.bg-yellow-800 {
    color: #ffffff;
    background: #66410c;
}

.bg-yellow-900 {
    color: #ffffff;
    background: #332006;
}

.bg-green-100 {
    color: #212529;
    background: #d1f4e0;
}

.bg-green-200 {
    color: #212529;
    background: #a2e8c2;
}

.bg-green-300 {
    color: #ffffff;
    background: #74dda3;
}

.bg-green-400 {
    color: #ffffff;
    background: #45d185;
}

.bg-green-500 {
    color: #ffffff;
    background: #17C666;
}

.bg-green-600 {
    color: #ffffff;
    background: #129e52;
}

.bg-green-700 {
    color: #ffffff;
    background: #0e773d;
}

.bg-green-800 {
    color: #ffffff;
    background: #094f29;
}

.bg-green-900 {
    color: #ffffff;
    background: #052814;
}

.bg-teal-100 {
    color: #212529;
    background: #d2f4ea;
}

.bg-teal-200 {
    color: #212529;
    background: #a6e9d5;
}

.bg-teal-300 {
    color: #ffffff;
    background: #79dfc1;
}

.bg-teal-400 {
    color: #ffffff;
    background: #4dd4ac;
}

.bg-teal-500 {
    color: #ffffff;
    background: #20c997;
}

.bg-teal-600 {
    color: #ffffff;
    background: #1aa179;
}

.bg-teal-700 {
    color: #ffffff;
    background: #13795b;
}

.bg-teal-800 {
    color: #ffffff;
    background: #0d503c;
}

.bg-teal-900 {
    color: #ffffff;
    background: #06281e;
}

.bg-cyan-100 {
    color: #212529;
    background: #d8f4f7;
}

.bg-cyan-200 {
    color: #212529;
    background: #b2e9ef;
}

.bg-cyan-300 {
    color: #212529;
    background: #8bdfe6;
}

.bg-cyan-400 {
    color: #ffffff;
    background: #65d4de;
}

.bg-cyan-500 {
    color: #ffffff;
    background: #3ec9d6;
}

.bg-cyan-600 {
    color: #ffffff;
    background: #32a1ab;
}

.bg-cyan-700 {
    color: #ffffff;
    background: #257980;
}

.bg-cyan-800 {
    color: #ffffff;
    background: #195056;
}

.bg-cyan-900 {
    color: #ffffff;
    background: #0c282b;
}

.bg-gray-100 {
    color: #212529;
    background: #f8f9fa;
}

.bg-gray-200 {
    color: #212529;
    background: #e9ecef;
}

.bg-gray-300 {
    color: #212529;
    background: #dee2e6;
}

.bg-gray-400 {
    color: #212529;
    background: #ced4da;
}

.bg-gray-500 {
    color: #ffffff;
    background: #adb5bd;
}

.bg-gray-600 {
    color: #ffffff;
    background: #6c757d;
}

.bg-gray-700 {
    color: #ffffff;
    background: #495057;
}

.bg-gray-800 {
    color: #ffffff;
    background: #343a40;
}

.bg-gray-900 {
    color: #ffffff;
    background: #212529;
}


/* ==========================================================================
   MDB STARTING STYLES
   ========================================================================== */


.mdb-color.lighten-5 {
    background-color: #d0d6e2 !important;
}

.mdb-color.lighten-4 {
    background-color: #b1bace !important;
}

.mdb-color.lighten-3 {
    background-color: #929fba !important;
}

.mdb-color.lighten-2 {
    background-color: #7283a7 !important;
}

.mdb-color.lighten-1 {
    background-color: #59698d !important;
}

.mdb-color {
    background-color: #45526e !important;
}

.mdb-color-text {
    color: #45526e !important;
}

/*noinspection ALL*/
.rgba-mdb-color-slight,
.rgba-mdb-color-slight:after {
    background-color: rgba(69, 82, 110, 0.1);
}

/*noinspection ALL*/
.rgba-mdb-color-light,
.rgba-mdb-color-light:after {
    background-color: rgba(69, 82, 110, 0.3);
}

/*noinspection ALL*/
.rgba-mdb-color-strong,
.rgba-mdb-color-strong:after {
    background-color: rgba(69, 82, 110, 0.7);
}

.mdb-color.darken-1 {
    background-color: #3b465e !important;
}

.mdb-color.darken-2 {
    background-color: #2e3951 !important;
}

.mdb-color.darken-3 {
    background-color: #1c2a48 !important;
}

.mdb-color.darken-4 {
    background-color: #1c2331 !important;
}

.red.lighten-5 {
    background-color: #ffebee !important;
}

.red.lighten-4 {
    background-color: #ffcdd2 !important;
}

.red.lighten-3 {
    background-color: #ef9a9a !important;
}

.red.lighten-2 {
    background-color: #e57373 !important;
}

.red.lighten-1 {
    background-color: #ef5350 !important;
}

.red {
    background-color: #f44336 !important;
}

.red-text {
    color: #f44336 !important;
}

/*noinspection ALL*/
.rgba-red-slight,
.rgba-red-slight:after {
    background-color: rgba(244, 67, 54, 0.1);
}

.rgba-red-light,
.rgba-red-light:after {
    background-color: rgba(244, 67, 54, 0.3);
}

.rgba-red-strong,
.rgba-red-strong:after {
    background-color: rgba(244, 67, 54, 0.7);
}

.red.darken-1 {
    background-color: #e53935 !important;
}

.red.darken-2 {
    background-color: #d32f2f !important;
}

.red.darken-3 {
    background-color: #c62828 !important;
}

.red.darken-4 {
    background-color: #b71c1c !important;
}

.red.accent-1 {
    background-color: #ff8a80 !important;
}

.red.accent-2 {
    background-color: #ff5252 !important;
}

.red.accent-3 {
    background-color: #ff1744 !important;
}

.red.accent-4 {
    background-color: #d50000 !important;
}

.pink.lighten-5 {
    background-color: #fce4ec !important;
}

.pink.lighten-4 {
    background-color: #f8bbd0 !important;
}

.pink.lighten-3 {
    background-color: #f48fb1 !important;
}

.pink.lighten-2 {
    background-color: #f06292 !important;
}

.pink.lighten-1 {
    background-color: #ec407a !important;
}

.pink {
    background-color: #e91e63 !important;
}

.pink-text {
    color: #e91e63 !important;
}

/*noinspection ALL*/
.rgba-pink-slight,
.rgba-pink-slight:after {
    background-color: rgba(233, 30, 99, 0.1);
}

.rgba-pink-light,
.rgba-pink-light:after {
    background-color: rgba(233, 30, 99, 0.3);
}

.rgba-pink-strong,
.rgba-pink-strong:after {
    background-color: rgba(233, 30, 99, 0.7);
}

.pink.darken-1 {
    background-color: #d81b60 !important;
}

.pink.darken-2 {
    background-color: #c2185b !important;
}

.pink.darken-3 {
    background-color: #ad1457 !important;
}

.pink.darken-4 {
    background-color: #880e4f !important;
}

.pink.accent-1 {
    background-color: #ff80ab !important;
}

.pink.accent-2 {
    background-color: #ff4081 !important;
}

.pink.accent-3 {
    background-color: #f50057 !important;
}

.pink.accent-4 {
    background-color: #c51162 !important;
}

.purple.lighten-5 {
    background-color: #f3e5f5 !important;
}

.purple.lighten-4 {
    background-color: #e1bee7 !important;
}

.purple.lighten-3 {
    background-color: #ce93d8 !important;
}

.purple.lighten-2 {
    background-color: #ba68c8 !important;
}

.purple.lighten-1 {
    background-color: #ab47bc !important;
}

.purple {
    background-color: #9c27b0 !important;
}

.purple-text {
    color: #9c27b0 !important;
}

/*noinspection ALL*/
.rgba-purple-slight,
.rgba-purple-slight:after {
    background-color: rgba(156, 39, 176, 0.1);
}

.rgba-purple-light,
.rgba-purple-light:after {
    background-color: rgba(156, 39, 176, 0.3);
}

.rgba-purple-strong,
.rgba-purple-strong:after {
    background-color: rgba(156, 39, 176, 0.7);
}

.purple.darken-1 {
    background-color: #8e24aa !important;
}

.purple.darken-2 {
    background-color: #7b1fa2 !important;
}

.purple.darken-3 {
    background-color: #6a1b9a !important;
}

.purple.darken-4 {
    background-color: #4a148c !important;
}

.purple.accent-1 {
    background-color: #ea80fc !important;
}

.purple.accent-2 {
    background-color: #e040fb !important;
}

.purple.accent-3 {
    background-color: #d500f9 !important;
}

.purple.accent-4 {
    background-color: #a0f !important;
}

.deep-purple.lighten-5 {
    background-color: #ede7f6 !important;
}

.deep-purple.lighten-4 {
    background-color: #d1c4e9 !important;
}

.deep-purple.lighten-3 {
    background-color: #b39ddb !important;
}

.deep-purple.lighten-2 {
    background-color: #9575cd !important;
}

.deep-purple.lighten-1 {
    background-color: #7e57c2 !important;
}

.deep-purple {
    background-color: #673ab7 !important;
}

.deep-purple-text {
    color: #673ab7 !important;
}

/*noinspection ALL*/
.rgba-deep-purple-slight,
.rgba-deep-purple-slight:after {
    background-color: rgba(103, 58, 183, 0.1);
}

/*noinspection ALL*/
.rgba-deep-purple-light,
.rgba-deep-purple-light:after {
    background-color: rgba(103, 58, 183, 0.3);
}

.rgba-deep-purple-strong,
.rgba-deep-purple-strong:after {
    background-color: rgba(103, 58, 183, 0.7);
}

.deep-purple.darken-1 {
    background-color: #5e35b1 !important;
}

.deep-purple.darken-2 {
    background-color: #512da8 !important;
}

.deep-purple.darken-3 {
    background-color: #4527a0 !important;
}

.deep-purple.darken-4 {
    background-color: #311b92 !important;
}

.deep-purple.accent-1 {
    background-color: #b388ff !important;
}

.deep-purple.accent-2 {
    background-color: #7c4dff !important;
}

.deep-purple.accent-3 {
    background-color: #651fff !important;
}

.deep-purple.accent-4 {
    background-color: #6200ea !important;
}

.indigo.lighten-5 {
    background-color: #e8eaf6 !important;
}

.indigo.lighten-4 {
    background-color: #c5cae9 !important;
}

.indigo.lighten-3 {
    background-color: #9fa8da !important;
}

.indigo.lighten-2 {
    background-color: #7986cb !important;
}

.indigo.lighten-1 {
    background-color: #5c6bc0 !important;
}

.indigo {
    background-color: #3f51b5 !important;
}

.indigo-text {
    color: #3f51b5 !important;
}

/*noinspection ALL*/
.rgba-indigo-slight,
.rgba-indigo-slight:after {
    background-color: rgba(63, 81, 181, 0.1);
}

.rgba-indigo-light,
.rgba-indigo-light:after {
    background-color: rgba(63, 81, 181, 0.3);
}

.rgba-indigo-strong,
.rgba-indigo-strong:after {
    background-color: rgba(63, 81, 181, 0.7);
}

.indigo.darken-1 {
    background-color: #3949ab !important;
}

.indigo.darken-2 {
    background-color: #303f9f !important;
}

.indigo.darken-3 {
    background-color: #283593 !important;
}

.indigo.darken-4 {
    background-color: #1a237e !important;
}

.indigo.accent-1 {
    background-color: #8c9eff !important;
}

.indigo.accent-2 {
    background-color: #536dfe !important;
}

.indigo.accent-3 {
    background-color: #3d5afe !important;
}

.indigo.accent-4 {
    background-color: #304ffe !important;
}

.blue.lighten-5 {
    background-color: #e3f2fd !important;
}

.blue.lighten-4 {
    background-color: #bbdefb !important;
}

.blue.lighten-3 {
    background-color: #90caf9 !important;
}

.blue.lighten-2 {
    background-color: #64b5f6 !important;
}

.blue.lighten-1 {
    background-color: #42a5f5 !important;
}

.blue {
    background-color: #2196f3 !important;
}

.blue-text {
    color: #2196f3 !important;
}

/*noinspection ALL*/
.rgba-blue-slight,
.rgba-blue-slight:after {
    background-color: rgba(33, 150, 243, 0.1);
}

.rgba-blue-light,
.rgba-blue-light:after {
    background-color: rgba(33, 150, 243, 0.3);
}

.rgba-blue-strong,
.rgba-blue-strong:after {
    background-color: rgba(33, 150, 243, 0.7);
}

.blue.darken-1 {
    background-color: #1e88e5 !important;
}

.blue.darken-2 {
    background-color: #1976d2 !important;
}

.blue.darken-3 {
    background-color: #1565c0 !important;
}

.blue.darken-4 {
    background-color: #0d47a1 !important;
}

.blue.accent-1 {
    background-color: #82b1ff !important;
}

.blue.accent-2 {
    background-color: #448aff !important;
}

.blue.accent-3 {
    background-color: #2979ff !important;
}

.blue.accent-4 {
    background-color: #2962ff !important;
}

.light-blue.lighten-5 {
    background-color: #e1f5fe !important;
}

.light-blue.lighten-4 {
    background-color: #b3e5fc !important;
}

.light-blue.lighten-3 {
    background-color: #81d4fa !important;
}

.light-blue.lighten-2 {
    background-color: #4fc3f7 !important;
}

.light-blue.lighten-1 {
    background-color: #29b6f6 !important;
}

.light-blue {
    background-color: #03a9f4 !important;
}

.light-blue-text {
    color: #03a9f4 !important;
}

/*noinspection ALL*/
.rgba-light-blue-slight,
.rgba-light-blue-slight:after {
    background-color: rgba(3, 169, 244, 0.1);
}

.rgba-light-blue-light,
.rgba-light-blue-light:after {
    background-color: rgba(3, 169, 244, 0.3);
}

.rgba-light-blue-strong,
.rgba-light-blue-strong:after {
    background-color: rgba(3, 169, 244, 0.7);
}

.light-blue.darken-1 {
    background-color: #039be5 !important;
}

.light-blue.darken-2 {
    background-color: #0288d1 !important;
}

.light-blue.darken-3 {
    background-color: #0277bd !important;
}

.light-blue.darken-4 {
    background-color: #01579b !important;
}

.light-blue.accent-1 {
    background-color: #80d8ff !important;
}

.light-blue.accent-2 {
    background-color: #40c4ff !important;
}

.light-blue.accent-3 {
    background-color: #00b0ff !important;
}

.light-blue.accent-4 {
    background-color: #0091ea !important;
}

.cyan.lighten-5 {
    background-color: #e0f7fa !important;
}

.cyan.lighten-4 {
    background-color: #b2ebf2 !important;
}

.cyan.lighten-3 {
    background-color: #80deea !important;
}

.cyan.lighten-2 {
    background-color: #4dd0e1 !important;
}

.cyan.lighten-1 {
    background-color: #26c6da !important;
}

.cyan {
    background-color: #00bcd4 !important;
}

.cyan-text {
    color: #00bcd4 !important;
}

/*noinspection ALL*/
.rgba-cyan-slight,
.rgba-cyan-slight:after {
    background-color: rgba(0, 188, 212, 0.1);
}

.rgba-cyan-light,
.rgba-cyan-light:after {
    background-color: rgba(0, 188, 212, 0.3);
}

.rgba-cyan-strong,
.rgba-cyan-strong:after {
    background-color: rgba(0, 188, 212, 0.7);
}

.cyan.darken-1 {
    background-color: #00acc1 !important;
}

.cyan.darken-2 {
    background-color: #0097a7 !important;
}

.cyan.darken-3 {
    background-color: #00838f !important;
}

.cyan.darken-4 {
    background-color: #006064 !important;
}

.cyan.accent-1 {
    background-color: #84ffff !important;
}

.cyan.accent-2 {
    background-color: #18ffff !important;
}

.cyan.accent-3 {
    background-color: #00e5ff !important;
}

.cyan.accent-4 {
    background-color: #00b8d4 !important;
}

.teal.lighten-5 {
    background-color: #e0f2f1 !important;
}

.teal.lighten-4 {
    background-color: #b2dfdb !important;
}

.teal.lighten-3 {
    background-color: #80cbc4 !important;
}

.teal.lighten-2 {
    background-color: #4db6ac !important;
}

.teal.lighten-1 {
    background-color: #26a69a !important;
}

.teal {
    background-color: #009688 !important;
}

.teal-text {
    color: #009688 !important;
}

/*noinspection ALL*/
.rgba-teal-slight,
.rgba-teal-slight:after {
    background-color: rgba(0, 150, 136, 0.1);
}

.rgba-teal-light,
.rgba-teal-light:after {
    background-color: rgba(0, 150, 136, 0.3);
}

.rgba-teal-strong,
.rgba-teal-strong:after {
    background-color: rgba(0, 150, 136, 0.7);
}

.teal.darken-1 {
    background-color: #00897b !important;
}

.teal.darken-2 {
    background-color: #00796b !important;
}

.teal.darken-3 {
    background-color: #00695c !important;
}

.teal.darken-4 {
    background-color: #004d40 !important;
}

.teal.accent-1 {
    background-color: #a7ffeb !important;
}

.teal.accent-2 {
    background-color: #64ffda !important;
}

.teal.accent-3 {
    background-color: #1de9b6 !important;
}

.teal.accent-4 {
    background-color: #00bfa5 !important;
}

.green.lighten-5 {
    background-color: #e8f5e9 !important;
}

.green.lighten-4 {
    background-color: #c8e6c9 !important;
}

.green.lighten-3 {
    background-color: #a5d6a7 !important;
}

.green.lighten-2 {
    background-color: #81c784 !important;
}

.green.lighten-1 {
    background-color: #66bb6a !important;
}

.green {
    background-color: #4caf50 !important;
}

.green-text {
    color: #4caf50 !important;
}

/*noinspection ALL*/
.rgba-green-slight,
.rgba-green-slight:after {
    background-color: rgba(76, 175, 80, 0.1);
}

.rgba-green-light,
.rgba-green-light:after {
    background-color: rgba(76, 175, 80, 0.3);
}

.rgba-green-strong,
.rgba-green-strong:after {
    background-color: rgba(76, 175, 80, 0.7);
}

.green.darken-1 {
    background-color: #43a047 !important;
}

.green.darken-2 {
    background-color: #388e3c !important;
}

.green.darken-3 {
    background-color: #2e7d32 !important;
}

.green.darken-4 {
    background-color: #1b5e20 !important;
}

.green.accent-1 {
    background-color: #b9f6ca !important;
}

.green.accent-2 {
    background-color: #69f0ae !important;
}

.green.accent-3 {
    background-color: #00e676 !important;
}

.green.accent-4 {
    background-color: #00c853 !important;
}

.light-green.lighten-5 {
    background-color: #f1f8e9 !important;
}

.light-green.lighten-4 {
    background-color: #dcedc8 !important;
}

.light-green.lighten-3 {
    background-color: #c5e1a5 !important;
}

.light-green.lighten-2 {
    background-color: #aed581 !important;
}

.light-green.lighten-1 {
    background-color: #9ccc65 !important;
}

.light-green {
    background-color: #8bc34a !important;
}

.light-green-text {
    color: #8bc34a !important;
}

/*noinspection ALL*/
.rgba-light-green-slight,
.rgba-light-green-slight:after {
    background-color: rgba(139, 195, 74, 0.1);
}

.rgba-light-green-light,
.rgba-light-green-light:after {
    background-color: rgba(139, 195, 74, 0.3);
}

.rgba-light-green-strong,
.rgba-light-green-strong:after {
    background-color: rgba(139, 195, 74, 0.7);
}

.light-green.darken-1 {
    background-color: #7cb342 !important;
}

.light-green.darken-2 {
    background-color: #689f38 !important;
}

.light-green.darken-3 {
    background-color: #558b2f !important;
}

.light-green.darken-4 {
    background-color: #33691e !important;
}

.light-green.accent-1 {
    background-color: #ccff90 !important;
}

.light-green.accent-2 {
    background-color: #b2ff59 !important;
}

.light-green.accent-3 {
    background-color: #76ff03 !important;
}

.light-green.accent-4 {
    background-color: #64dd17 !important;
}

.lime.lighten-5 {
    background-color: #f9fbe7 !important;
}

.lime.lighten-4 {
    background-color: #f0f4c3 !important;
}

.lime.lighten-3 {
    background-color: #e6ee9c !important;
}

.lime.lighten-2 {
    background-color: #dce775 !important;
}

.lime.lighten-1 {
    background-color: #d4e157 !important;
}

.lime {
    background-color: #cddc39 !important;
}

.lime-text {
    color: #cddc39 !important;
}

/*noinspection ALL*/
.rgba-lime-slight,
.rgba-lime-slight:after {
    background-color: rgba(205, 220, 57, 0.1);
}

.rgba-lime-light,
.rgba-lime-light:after {
    background-color: rgba(205, 220, 57, 0.3);
}

.rgba-lime-strong,
.rgba-lime-strong:after {
    background-color: rgba(205, 220, 57, 0.7);
}

.lime.darken-1 {
    background-color: #c0ca33 !important;
}

.lime.darken-2 {
    background-color: #afb42b !important;
}

.lime.darken-3 {
    background-color: #9e9d24 !important;
}

.lime.darken-4 {
    background-color: #827717 !important;
}

.lime.accent-1 {
    background-color: #f4ff81 !important;
}

.lime.accent-2 {
    background-color: #eeff41 !important;
}

.lime.accent-3 {
    background-color: #c6ff00 !important;
}

.lime.accent-4 {
    background-color: #aeea00 !important;
}

.yellow.lighten-5 {
    background-color: #fffde7 !important;
}

.yellow.lighten-4 {
    background-color: #fff9c4 !important;
}

.yellow.lighten-3 {
    background-color: #fff59d !important;
}

.yellow.lighten-2 {
    background-color: #fff176 !important;
}

.yellow.lighten-1 {
    background-color: #ffee58 !important;
}

.yellow {
    background-color: #ffeb3b !important;
}

.yellow-text {
    color: #ffeb3b !important;
}

/*noinspection ALL*/
.rgba-yellow-slight,
.rgba-yellow-slight:after {
    background-color: rgba(255, 235, 59, 0.1);
}

.rgba-yellow-light,
.rgba-yellow-light:after {
    background-color: rgba(255, 235, 59, 0.3);
}

.rgba-yellow-strong,
.rgba-yellow-strong:after {
    background-color: rgba(255, 235, 59, 0.7);
}

.yellow.darken-1 {
    background-color: #fdd835 !important;
}

.yellow.darken-2 {
    background-color: #fbc02d !important;
}

.yellow.darken-3 {
    background-color: #f9a825 !important;
}

.yellow.darken-4 {
    background-color: #f57f17 !important;
}

.yellow.accent-1 {
    background-color: #ffff8d !important;
}

.yellow.accent-2 {
    background-color: #ff0 !important;
}

.yellow.accent-3 {
    background-color: #ffea00 !important;
}

.yellow.accent-4 {
    background-color: #ffd600 !important;
}

.amber.lighten-5 {
    background-color: #fff8e1 !important;
}

.amber.lighten-4 {
    background-color: #ffecb3 !important;
}

.amber.lighten-3 {
    background-color: #ffe082 !important;
}

.amber.lighten-2 {
    background-color: #ffd54f !important;
}

.amber.lighten-1 {
    background-color: #ffca28 !important;
}

.amber {
    background-color: #ffc107 !important;
}

/*noinspection ALL*/
.amber-text {
    color: #ffc107 !important;
}

/*noinspection ALL*/
.rgba-amber-slight,
.rgba-amber-slight:after {
    background-color: rgba(255, 193, 7, 0.1);
}

/*noinspection ALL*/
.rgba-amber-light,
.rgba-amber-light:after {
    background-color: rgba(255, 193, 7, 0.3);
}

/*noinspection ALL*/
.rgba-amber-strong,
.rgba-amber-strong:after {
    background-color: rgba(255, 193, 7, 0.7);
}

.amber.darken-1 {
    background-color: #ffb300 !important;
}

.amber.darken-2 {
    background-color: #ffa000 !important;
}

.amber.darken-3 {
    background-color: #ff8f00 !important;
}

.amber.darken-4 {
    background-color: #ff6f00 !important;
}

.amber.accent-1 {
    background-color: #ffe57f !important;
}

.amber.accent-2 {
    background-color: #ffd740 !important;
}

.amber.accent-3 {
    background-color: #ffc400 !important;
}

.amber.accent-4 {
    background-color: #ffab00 !important;
}

.orange.lighten-5 {
    background-color: #fff3e0 !important;
}

.orange.lighten-4 {
    background-color: #ffe0b2 !important;
}

.orange.lighten-3 {
    background-color: #ffcc80 !important;
}

.orange.lighten-2 {
    background-color: #ffb74d !important;
}

.orange.lighten-1 {
    background-color: #ffa726 !important;
}

.orange {
    background-color: #ff9800 !important;
}

.orange-text {
    color: #ff9800 !important;
}

/*noinspection ALL*/
.rgba-orange-slight,
.rgba-orange-slight:after {
    background-color: rgba(255, 152, 0, 0.1);
}

.rgba-orange-light,
.rgba-orange-light:after {
    background-color: rgba(255, 152, 0, 0.3);
}

.rgba-orange-strong,
.rgba-orange-strong:after {
    background-color: rgba(255, 152, 0, 0.7);
}

.orange.darken-1 {
    background-color: #fb8c00 !important;
}

.orange.darken-2 {
    background-color: #f57c00 !important;
}

.orange.darken-3 {
    background-color: #ef6c00 !important;
}

.orange.darken-4 {
    background-color: #e65100 !important;
}

.orange.accent-1 {
    background-color: #ffd180 !important;
}

.orange.accent-2 {
    background-color: #ffab40 !important;
}

.orange.accent-3 {
    background-color: #ff9100 !important;
}

.orange.accent-4 {
    background-color: #ff6d00 !important;
}

.deep-orange.lighten-5 {
    background-color: #fbe9e7 !important;
}

.deep-orange.lighten-4 {
    background-color: #ffccbc !important;
}

.deep-orange.lighten-3 {
    background-color: #ffab91 !important;
}

.deep-orange.lighten-2 {
    background-color: #ff8a65 !important;
}

.deep-orange.lighten-1 {
    background-color: #ff7043 !important;
}

.deep-orange {
    background-color: #ff5722 !important;
}

.deep-orange-text {
    color: #ff5722 !important;
}

/*noinspection ALL*/
.rgba-deep-orange-slight,
.rgba-deep-orange-slight:after {
    background-color: rgba(255, 87, 34, 0.1);
}

/*noinspection ALL*/
.rgba-deep-orange-light,
.rgba-deep-orange-light:after {
    background-color: rgba(255, 87, 34, 0.3);
}

.rgba-deep-orange-strong,
.rgba-deep-orange-strong:after {
    background-color: rgba(255, 87, 34, 0.7);
}

.deep-orange.darken-1 {
    background-color: #f4511e !important;
}

.deep-orange.darken-2 {
    background-color: #e64a19 !important;
}

.deep-orange.darken-3 {
    background-color: #d84315 !important;
}

.deep-orange.darken-4 {
    background-color: #bf360c !important;
}

.deep-orange.accent-1 {
    background-color: #ff9e80 !important;
}

.deep-orange.accent-2 {
    background-color: #ff6e40 !important;
}

.deep-orange.accent-3 {
    background-color: #ff3d00 !important;
}

.deep-orange.accent-4 {
    background-color: #dd2c00 !important;
}

.brown.lighten-5 {
    background-color: #efebe9 !important;
}

.brown.lighten-4 {
    background-color: #d7ccc8 !important;
}

.brown.lighten-3 {
    background-color: #bcaaa4 !important;
}

.brown.lighten-2 {
    background-color: #a1887f !important;
}

.brown.lighten-1 {
    background-color: #8d6e63 !important;
}

.brown {
    background-color: #795548 !important;
}

.brown-text {
    color: #795548 !important;
}

/*noinspection ALL*/
.rgba-brown-slight,
.rgba-brown-slight:after {
    background-color: rgba(121, 85, 72, 0.1);
}

/*noinspection ALL*/
.rgba-brown-light,
.rgba-brown-light:after {
    background-color: rgba(121, 85, 72, 0.3);
}

.rgba-brown-strong,
.rgba-brown-strong:after {
    background-color: rgba(121, 85, 72, 0.7);
}

.brown.darken-1 {
    background-color: #6d4c41 !important;
}

.brown.darken-2 {
    background-color: #5d4037 !important;
}

.brown.darken-3 {
    background-color: #4e342e !important;
}

.brown.darken-4 {
    background-color: #3e2723 !important;
}

.blue-grey.lighten-5 {
    background-color: #eceff1 !important;
}

.blue-grey.lighten-4 {
    background-color: #cfd8dc !important;
}

.blue-grey.lighten-3 {
    background-color: #b0bec5 !important;
}

.blue-grey.lighten-2 {
    background-color: #90a4ae !important;
}

.blue-grey.lighten-1 {
    background-color: #78909c !important;
}

.blue-grey {
    background-color: #607d8b !important;
}

.blue-grey-text {
    color: #607d8b !important;
}

/*noinspection ALL*/
.rgba-blue-grey-slight,
.rgba-blue-grey-slight:after {
    background-color: rgba(96, 125, 139, 0.1);
}

.rgba-blue-grey-light,
.rgba-blue-grey-light:after {
    background-color: rgba(96, 125, 139, 0.3);
}

.rgba-blue-grey-strong,
.rgba-blue-grey-strong:after {
    background-color: rgba(96, 125, 139, 0.7);
}

.blue-grey.darken-1 {
    background-color: #546e7a !important;
}

.blue-grey.darken-2 {
    background-color: #455a64 !important;
}

.blue-grey.darken-3 {
    background-color: #37474f !important;
}

.blue-grey.darken-4 {
    background-color: #263238 !important;
}

.grey.lighten-5 {
    background-color: #fafafa !important;
}

.grey.lighten-4 {
    background-color: #f5f5f5 !important;
}

.grey.lighten-3 {
    background-color: #eee !important;
}

.grey.lighten-2 {
    background-color: #e0e0e0 !important;
}

.grey.lighten-1 {
    background-color: #bdbdbd !important;
}

.grey {
    background-color: #9e9e9e !important;
}

.grey-text {
    color: #9e9e9e !important;
}

/*noinspection ALL*/
.rgba-grey-slight,
.rgba-grey-slight:after {
    background-color: rgba(158, 158, 158, 0.1);
}

.rgba-grey-light, .md-pills .nav-link:hover,
.rgba-grey-light:after,
.md-pills .nav-link:hover:after {
    background-color: rgba(158, 158, 158, 0.3);
}

.rgba-grey-strong,
.rgba-grey-strong:after {
    background-color: rgba(158, 158, 158, 0.7);
}

.grey.darken-1 {
    background-color: #757575 !important;
}

.grey.darken-2 {
    background-color: #616161 !important;
}

.grey.darken-3 {
    background-color: #424242 !important;
}

.grey.darken-4 {
    background-color: #212121 !important;
}

/*noinspection ALL*/
.black, .picker__list-item:hover {
    background-color: #000 !important;
}

.black-text, .md-toast-close-button:hover,
.md-toast-close-button:focus {
    color: #000 !important;
}

/*noinspection ALL*/
.rgba-black-slight,
.rgba-black-slight:after {
    background-color: rgba(0, 0, 0, 0.1);
}

.rgba-black-light,
.rgba-black-light:after {
    background-color: rgba(0, 0, 0, 0.3);
}

.rgba-black-strong,
.rgba-black-strong:after {
    background-color: rgba(0, 0, 0, 0.7);
}



/* ==========================================================================
   BUTTON STYLES
   ========================================================================== */

/*noinspection ALL*/
.buttonClassSubmit {
    font-weight: bolder;
    font-size: smaller;
    color: #fff;
    border-color: #486bae;
    background: linear-gradient(#486BAE, #1b3363);
}

/*noinspection ALL*/
.buttonClassSubmit:hover {
    background: linear-gradient(#1b3363, #486bae);
    color: yellow;
}

/*noinspection ALL*/
.buttonClassSubmit.active {
    background: linear-gradient(#486BAE, #1b3363); /* Lime color for active tab */
    color: yellow; /* Optional: Change text color if needed for better visibility */
    /* Other styling as needed */
}

.btn-60 {
    text-indent: 5px;
    white-space: nowrap;
    text-align: center;
    background-color: transparent;
    border-style: none;
    text-decoration: none;
}


.btn-indigo {
    color: #fff;
    background-color: #3f51b5 !important;
    padding: 5px;
    margin: 5px;
    text-decoration: none;
}

.btn-indigo:hover {
    color: #fff;
    background-color: #4d5ec1;
}

.btn-indigo:focus, .btn-indigo.focus {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-indigo:focus, .btn-indigo:active, .btn-indigo.active {
    background-color: #252f69;
}

.btn-indigo.dropdown-toggle {
    background-color: #3f51b5 !important;
}

.btn-indigo.dropdown-toggle:hover, .btn-indigo.dropdown-toggle:focus {
    background-color: #4d5ec1 !important;
}

.btn-indigo:not([disabled]):not(.disabled):active, .btn-indigo:not([disabled]):not(.disabled).active,
.show > .btn-indigo.dropdown-toggle {
    background-color: #252f69 !important;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-indigo:not([disabled]):not(.disabled):active:focus, .btn-indigo:not([disabled]):not(.disabled).active:focus,
.show > .btn-indigo.dropdown-toggle:focus {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}


/*  Top Menu Button Style */
/*noinspection ALL*/
.ButtonMenuSubmit {
    background-color: #5986da;
    color: #FFFFFF;
    margin-left: 5px;
    margin-top: 15px;
    height: 45px !important;
    font-size: smaller;
    font-weight: bold;
    border: none;
}

/*noinspection ALL*/
.ButtonMenuSubmit:hover {
    background: linear-gradient(#1b3363, #486BAE);
}


/* ==========================================================================
   END BUTTON STYLES
   ========================================================================== */

/* ==========================================================================
   GOOGLE MAP STYLES
   ========================================================================== */
.googleMap {
    min-height: 800px; /* The height is 400 pixels */
    height: 100%; /* The height is 400 pixels */
    width: 100%;
    border: 1px solid #C0C0C0;
    border-radius: 0;
    box-shadow: 0 0 8px #999;
}

/*noinspection ALL*/
.googleMapSiteCoverage {
    min-height: 385px; /* The height is 400 pixels */
    height: 385px; /* The height is 400 pixels */
    width: 600px;
    border: 1px solid #C0C0C0;
    border-radius: 0px;
    box-shadow: 0px 0px 8px #999;
}

/* ==========================================================================
   END GOOGLE MAP STYLES
   ========================================================================== */


/**  =====================
      Generic-class css start
========================== **/
/*====== Padding , Margin css starts ======*/
.p-0 {
    padding: 0px;
}

.p-t-0 {
    padding-top: 0px;
}

.p-b-0 {
    padding-bottom: 0px;
}

.p-l-0 {
    padding-left: 0px;
}

.p-r-0 {
    padding-right: 0px;
}

.m-0 {
    margin: 0px;
}

.m-t-0 {
    margin-top: 0px;
}

.m-b-0 {
    margin-bottom: 0px;
}

.m-l-0 {
    margin-left: 0px;
}

.m-r-0 {
    margin-right: 0px;
}

.p-5 {
    padding: 5px;
}

.p-t-5 {
    padding-top: 5px;
}

.p-b-5 {
    padding-bottom: 5px;
}

.p-l-5 {
    padding-left: 5px;
}

.p-r-5 {
    padding-right: 5px;
}

.m-5 {
    margin: 5px;
}

.m-t-5 {
    margin-top: 5px;
}

.m-b-5 {
    margin-bottom: 5px;
}

.m-l-5 {
    margin-left: 5px;
}

.m-r-5 {
    margin-right: 5px;
}

.p-10 {
    padding: 10px;
}

.p-t-10 {
    padding-top: 10px;
}

.p-b-10 {
    padding-bottom: 10px;
}

.p-l-10 {
    padding-left: 10px;
}

.p-r-10 {
    padding-right: 10px;
}

.m-10 {
    margin: 10px;
}

.m-t-10 {
    margin-top: 10px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-l-10 {
    margin-left: 10px;
}

.m-r-10 {
    margin-right: 10px;
}

.p-15 {
    padding: 15px;
}

.p-t-15 {
    padding-top: 15px;
}

.p-b-15 {
    padding-bottom: 15px;
}

.p-l-15 {
    padding-left: 15px;
}

.p-r-15 {
    padding-right: 15px;
}

.m-15 {
    margin: 15px;
}

.m-t-15 {
    margin-top: 15px;
}

.m-b-15 {
    margin-bottom: 15px;
}

.m-l-15 {
    margin-left: 15px;
}

.m-r-15 {
    margin-right: 15px;
}

.p-20 {
    padding: 20px;
}

.p-t-20 {
    padding-top: 20px;
}

.p-b-20 {
    padding-bottom: 20px;
}

.p-l-20 {
    padding-left: 20px;
}

.p-r-20 {
    padding-right: 20px;
}

.m-20 {
    margin: 20px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-l-20 {
    margin-left: 20px;
}

.m-r-20 {
    margin-right: 20px;
}

.p-25 {
    padding: 25px;
}

.p-t-25 {
    padding-top: 25px;
}

.p-b-25 {
    padding-bottom: 25px;
}

.p-l-25 {
    padding-left: 25px;
}

.p-r-25 {
    padding-right: 25px;
}

.m-25 {
    margin: 25px;
}

.m-t-25 {
    margin-top: 25px;
}

.m-b-25 {
    margin-bottom: 25px;
}

.m-l-25 {
    margin-left: 25px;
}

.m-r-25 {
    margin-right: 25px;
}

.p-30 {
    padding: 30px;
}

.p-t-30 {
    padding-top: 30px;
}

.p-b-30 {
    padding-bottom: 30px;
}

.p-l-30 {
    padding-left: 30px;
}

.p-r-30 {
    padding-right: 30px;
}

.m-30 {
    margin: 30px;
}

.m-t-30 {
    margin-top: 30px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.m-l-30 {
    margin-left: 30px;
}

.m-r-30 {
    margin-right: 30px;
}

.p-35 {
    padding: 35px;
}

.p-t-35 {
    padding-top: 35px;
}

.p-b-35 {
    padding-bottom: 35px;
}

.p-l-35 {
    padding-left: 35px;
}

.p-r-35 {
    padding-right: 35px;
}

.m-35 {
    margin: 35px;
}

.m-t-35 {
    margin-top: 35px;
}

.m-b-35 {
    margin-bottom: 35px;
}

.m-l-35 {
    margin-left: 35px;
}

.m-r-35 {
    margin-right: 35px;
}

.p-40 {
    padding: 40px;
}

.p-t-40 {
    padding-top: 40px;
}

.p-b-40 {
    padding-bottom: 40px;
}

.p-l-40 {
    padding-left: 40px;
}

.p-r-40 {
    padding-right: 40px;
}

.m-40 {
    margin: 40px;
}

.m-t-40 {
    margin-top: 40px;
}

.m-b-40 {
    margin-bottom: 40px;
}

.m-l-40 {
    margin-left: 40px;
}

.m-r-40 {
    margin-right: 40px;
}

.p-45 {
    padding: 45px;
}

.p-t-45 {
    padding-top: 45px;
}

.p-b-45 {
    padding-bottom: 45px;
}

.p-l-45 {
    padding-left: 45px;
}

.p-r-45 {
    padding-right: 45px;
}

.m-45 {
    margin: 45px;
}

.m-t-45 {
    margin-top: 45px;
}

.m-b-45 {
    margin-bottom: 45px;
}

.m-l-45 {
    margin-left: 45px;
}

.m-r-45 {
    margin-right: 45px;
}

.p-50 {
    padding: 50px;
}

.p-t-50 {
    padding-top: 50px;
}

.p-b-50 {
    padding-bottom: 50px;
}

.p-l-50 {
    padding-left: 50px;
}

.p-r-50 {
    padding-right: 50px;
}

.m-50 {
    margin: 50px;
}

.m-t-50 {
    margin-top: 50px;
}

.m-b-50 {
    margin-bottom: 50px;
}

.m-l-50 {
    margin-left: 50px;
}

.m-r-50 {
    margin-right: 50px;
}

/*====== Padding , Margin css ends ======*/
/*====== text-color, background & border css starts ======*/
.bg-c-blue {
    background: linear-gradient(45deg, #3949AB, #2962FF) !important;
}

.text-c-blue {
    color: #3949AB;
}

.b-c-blue {
    border: 1px solid #3949AB;
}

.bg-c-red {
    background: linear-gradient(45deg, #e52d27, #b31217) !important;
}

.text-c-red {
    color: #e52d27;
}

.b-c-red {
    border: 1px solid #e52d27;
}

.bg-c-green {
    background: linear-gradient(45deg, #2ca961, #2ed88a) !important;
}

.text-c-green {
    color: #2ca961;
}

.b-c-green {
    border: 1px solid #2ca961;
}

.bg-c-yellow {
    background: linear-gradient(45deg, #F57C00, #FFB64D) !important;
}

.text-c-yellow {
    color: #F57C00;
}

.b-c-yellow {
    border: 1px solid #F57C00;
}

.bg-c-purple {
    background: linear-gradient(45deg, #463699, #7661e6) !important;
}

.text-c-purple {
    color: #463699;
}

.b-c-purple {
    border: 1px solid #463699;
}

.bg-c-info {
    background: linear-gradient(45deg, #0288d1, #26b9cc) !important;
}

.text-c-info {
    color: #0288d1;
}

.b-c-info {
    border: 1px solid #0288d1;
}

/*====== text-color, background & border css ends ======*/
/*====== [ overrides bootstrap color ]text-color, background & border css starts ======*/
.bg-primary {
    background: linear-gradient(45deg, #3949AB, #2962FF) !important;
}

.text-primary {
    color: #3949AB !important;
}

.b-primary {
    border: 1px solid #3949AB !important;
}

.bg-danger {
    background: linear-gradient(45deg, #e52d27, #b31217) !important;
}

.text-danger {
    color: #e52d27 !important;
}

.b-danger {
    border: 1px solid #e52d27 !important;
}

.bg-success {
    background: linear-gradient(45deg, #2ca961, #2ed88a) !important;
}

.text-success {
    color: #2ca961 !important;
}

.b-success {
    border: 1px solid #2ca961 !important;
}

.bg-warning {
    background: linear-gradient(45deg, #F57C00, #FFB64D) !important;
}

.text-warning {
    color: #F57C00 !important;
}

.b-warning {
    border: 1px solid #F57C00 !important;
}

.bg-purple {
    background: linear-gradient(45deg, #463699, #7661e6) !important;
}

.text-purple {
    color: #463699 !important;
}

.b-purple {
    border: 1px solid #463699 !important;
}

.bg-info {
    background: linear-gradient(45deg, #0288d1, #26b9cc) !important;
}

.text-info {
    color: #0288d1 !important;
}

.b-info {
    border: 1px solid #0288d1 !important;
}

/*====== [ overrides bootstrap color ]text-color, background & border css ends ======*/
/*====== border color css starts ======*/
.b-primary {
    border: 1px solid #3949AB;
}

.border-bottom-primary td {
    border-bottom: 1px solid #3949AB;
}

.border-bottom-primary th {
    border-bottom: 1px solid #3949AB !important;
}

.b-danger {
    border: 1px solid #e52d27;
}

.border-bottom-danger td {
    border-bottom: 1px solid #e52d27;
}

.border-bottom-danger th {
    border-bottom: 1px solid #e52d27 !important;
}

.b-success {
    border: 1px solid #2ca961;
}

.border-bottom-success td {
    border-bottom: 1px solid #2ca961;
}

.border-bottom-success th {
    border-bottom: 1px solid #2ca961 !important;
}

.b-warning {
    border: 1px solid #F57C00;
}

.border-bottom-warning td {
    border-bottom: 1px solid #F57C00;
}

.border-bottom-warning th {
    border-bottom: 1px solid #F57C00 !important;
}

.b-purple {
    border: 1px solid #463699;
}

.border-bottom-purple td {
    border-bottom: 1px solid #463699;
}

.border-bottom-purple th {
    border-bottom: 1px solid #463699 !important;
}

.b-info {
    border: 1px solid #0288d1;
}

.border-bottom-info td {
    border-bottom: 1px solid #0288d1;
}

.border-bottom-info th {
    border-bottom: 1px solid #0288d1 !important;
}

/*====== border color css ends ======*/
/*====== Card top border css starts ======*/
.card-border-c-blue {
    border-top: 4px solid #3949AB;
}

.card-border-c-red {
    border-top: 4px solid #e52d27;
}

.card-border-c-green {
    border-top: 4px solid #2ca961;
}

.card-border-c-yellow {
    border-top: 4px solid #F57C00;
}

.card-border-c-purple {
    border-top: 4px solid #463699;
}

.card-border-c-info {
    border-top: 4px solid #0288d1;
}

/*====== Card top border ends ======*/
/*====== Font-size css starts ======*/
.f-10 {
    font-size: 10px;
}

.f-12 {
    font-size: 12px;
}

.f-14 {
    font-size: 14px;
}

.f-16 {
    font-size: 16px;
}

.f-18 {
    font-size: 18px;
}

.f-20 {
    font-size: 20px;
}

.f-22 {
    font-size: 22px;
}

.f-24 {
    font-size: 24px;
}

.f-26 {
    font-size: 26px;
}

.f-28 {
    font-size: 28px;
}

.f-30 {
    font-size: 30px;
}

.f-32 {
    font-size: 32px;
}

.f-34 {
    font-size: 34px;
}

.f-36 {
    font-size: 36px;
}

.f-38 {
    font-size: 38px;
}

.f-40 {
    font-size: 40px;
}

.f-42 {
    font-size: 42px;
}

.f-44 {
    font-size: 44px;
}

.f-46 {
    font-size: 46px;
}

.f-48 {
    font-size: 48px;
}

.f-50 {
    font-size: 50px;
}

.f-52 {
    font-size: 52px;
}

.f-54 {
    font-size: 54px;
}

.f-56 {
    font-size: 56px;
}

.f-58 {
    font-size: 58px;
}

.f-60 {
    font-size: 60px;
}

.f-62 {
    font-size: 62px;
}

.f-64 {
    font-size: 64px;
}

.f-66 {
    font-size: 66px;
}

.f-68 {
    font-size: 68px;
}

.f-70 {
    font-size: 70px;
}

.f-72 {
    font-size: 72px;
}

.f-74 {
    font-size: 74px;
}

.f-76 {
    font-size: 76px;
}

.f-78 {
    font-size: 78px;
}

.f-80 {
    font-size: 80px;
}

/*====== Font-size css ends ======*/
/*====== Font-weight css starts ======*/
.f-w-100 {
    font-weight: 100;
}

.f-w-200 {
    font-weight: 200;
}

.f-w-300 {
    font-weight: 300;
}

.f-w-400 {
    font-weight: 400;
}

.f-w-500 {
    font-weight: 500;
}

.f-w-600 {
    font-weight: 600;
}

.f-w-700 {
    font-weight: 700;
}

.f-w-800 {
    font-weight: 800;
}

.f-w-900 {
    font-weight: 900;
}

/*====== Font-weight css ends ======*/
/*====== text-color, background color css starts ======*/
.bg-facebook {
    background: #3C5A99;
}

.text-facebook {
    color: #3C5A99;
}

.bg-twitter {
    background: #42C0FB;
}

.text-twitter {
    color: #42C0FB;
}

.bg-dribbble {
    background: #EC4A89;
}

.text-dribbble {
    color: #EC4A89;
}

.bg-pinterest {
    background: #BF2131;
}

.text-pinterest {
    color: #BF2131;
}

.bg-youtube {
    background: #E0291D;
}

.text-youtube {
    color: #E0291D;
}

.bg-googleplus {
    background: #C73E2E;
}

.text-googleplus {
    color: #C73E2E;
}

.bg-instagram {
    background: #AA7C62;
}

.text-instagram {
    color: #AA7C62;
}

.bg-viber {
    background: #7B519D;
}

.text-viber {
    color: #7B519D;
}

.bg-behance {
    background: #0057ff;
}

.text-behance {
    color: #0057ff;
}

.bg-dropbox {
    background: #3380FF;
}

.text-dropbox {
    color: #3380FF;
}

.bg-linkedin {
    background: #0077B5;
}

.text-linkedin {
    color: #0077B5;
}

/*====== text-color css ends ======*/
/*====== width, Height css starts ======*/
.wid-20 {
    width: 20px;
}

.hei-20 {
    height: 20px;
}

.wid-25 {
    width: 25px;
}

.hei-25 {
    height: 25px;
}

.wid-30 {
    width: 30px;
}

.hei-30 {
    height: 30px;
}

.wid-35 {
    width: 35px;
}

.hei-35 {
    height: 35px;
}

.wid-40 {
    width: 40px;
}

.hei-40 {
    height: 40px;
}

.wid-45 {
    width: 45px;
}

.hei-45 {
    height: 45px;
}

.wid-50 {
    width: 50px;
}

.hei-50 {
    height: 50px;
}

.wid-55 {
    width: 55px;
}

.hei-55 {
    height: 55px;
}

.wid-60 {
    width: 60px;
}

.hei-60 {
    height: 60px;
}

.wid-65 {
    width: 65px;
}

.hei-65 {
    height: 65px;
}

.wid-70 {
    width: 70px;
}

.hei-70 {
    height: 70px;
}

.wid-75 {
    width: 75px;
}

.hei-75 {
    height: 75px;
}

.wid-80 {
    width: 80px;
}

.hei-80 {
    height: 80px;
}

.wid-85 {
    width: 85px;
}

.hei-85 {
    height: 85px;
}

.wid-90 {
    width: 90px;
}

.hei-90 {
    height: 90px;
}

.wid-95 {
    width: 95px;
}

.hei-95 {
    height: 95px;
}

.wid-100 {
    width: 100px;
}

.hei-100 {
    height: 100px;
}

.wid-105 {
    width: 105px;
}

.hei-105 {
    height: 105px;
}

.wid-110 {
    width: 110px;
}

.hei-110 {
    height: 110px;
}

.wid-115 {
    width: 115px;
}

.hei-115 {
    height: 115px;
}

.wid-120 {
    width: 120px;
}

.hei-120 {
    height: 120px;
}

.wid-125 {
    width: 125px;
}

.hei-125 {
    height: 125px;
}

.wid-130 {
    width: 130px;
}

.hei-130 {
    height: 130px;
}

.wid-135 {
    width: 135px;
}

.hei-135 {
    height: 135px;
}

.wid-140 {
    width: 140px;
}

.hei-140 {
    height: 140px;
}

.wid-145 {
    width: 145px;
}

.hei-145 {
    height: 145px;
}

.wid-150 {
    width: 150px;
}

.hei-150 {
    height: 150px;
}

/*====== width, Height css ends ======*/
/*====== border-width css starts ======*/
.b-wid-1 {
    border-width: 1px;
}

.b-wid-2 {
    border-width: 2px;
}

.b-wid-3 {
    border-width: 3px;
}

.b-wid-4 {
    border-width: 4px;
}

.b-wid-5 {
    border-width: 5px;
}

.b-wid-6 {
    border-width: 6px;
}

.b-wid-7 {
    border-width: 7px;
}

.b-wid-8 {
    border-width: 8px;
}



/**  =====================
      File Upload css start
==========================  **/
.dropzone {
    min-height: 150px;
    border: 1px solid rgba(42, 42, 42, 0.05);
    background: rgba(204, 204, 204, 0.15);
    padding: 20px;
    border-radius: 5px;
    box-shadow: inset 0 0 5px 0 rgba(43, 43, 43, 0.1);
}

.dropzone.dz-clickable {
    cursor: pointer;
}

.dropzone.dz-clickable * {
    cursor: default;
}

.dropzone.dz-clickable .dz-message {
    cursor: pointer;
}

.dropzone.dz-clickable .dz-message * {
    cursor: pointer;
}

.dropzone.dz-started .dz-message {
    display: none;
}

.dropzone.dz-drag-hover {
    border-style: solid;
}

.dropzone.dz-drag-hover .dz-message {
    opacity: 0.5;
}

.dropzone .dz-message {
    text-align: center;
    margin: 4em 0;
    color: #888;
    font-size: 18px;
}

.dropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0.5rem;
    min-height: 100px;
    box-shadow: 0 13px 6px -8px rgba(0, 0, 0, 0.3), 0 0 4px 0 rgba(0, 0, 0, 0.3);
    border-radius: 5px;
}

.dropzone .dz-preview:hover {
    z-index: 1000;
}

.dropzone .dz-preview:hover .dz-details {
    opacity: 1;
}

.dropzone .dz-preview.dz-file-preview .dz-image {
    border-radius: 5px;
    background: #999;
    background: linear-gradient(to bottom, #eee, #ddd);
}

.dropzone .dz-preview.dz-file-preview .dz-details {
    opacity: 1;
}

.dropzone .dz-preview.dz-image-preview {
    background: white;
}

.dropzone .dz-preview.dz-image-preview .dz-details {
    transition: opacity 0.2s linear;
}

.dropzone .dz-preview .dz-remove {
    font-size: 14px;
    text-align: center;
    display: block;
    cursor: pointer;
    border: none;
}

.dropzone .dz-preview .dz-remove:hover {
    text-decoration: underline;
}

.dropzone .dz-preview:hover .dz-details {
    opacity: 1;
}

.dropzone .dz-preview .dz-details {
    z-index: 20;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    font-size: 13px;
    min-width: 100%;
    max-width: 100%;
    padding: 2em 1em;
    text-align: center;
    color: rgba(0, 0, 0, 0.9);
    line-height: 150%;
}

.dropzone .dz-preview .dz-details .dz-size {
    margin-bottom: 1em;
    font-size: 16px;
}

.dropzone .dz-preview .dz-details .dz-filename {
    white-space: nowrap;
}

.dropzone .dz-preview .dz-details .dz-filename:hover span {
    border: 1px solid rgba(200, 200, 200, 0.8);
    background-color: rgba(255, 255, 255, 0.8);
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
    overflow: hidden;
    text-overflow: ellipsis;
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
    border: 1px solid transparent;
}

.dropzone .dz-preview .dz-details .dz-filename span {
    background-color: rgba(255, 255, 255, 0.4);
    padding: 0 0.4em;
    border-radius: 3px;
}

.dropzone .dz-preview .dz-details .dz-size span {
    background-color: rgba(255, 255, 255, 0.4);
    padding: 0 0.4em;
    border-radius: 3px;
}

.dropzone .dz-preview:hover .dz-image img {
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-filter: blur(8px);
    filter: blur(8px);
}

.dropzone .dz-preview .dz-image {
    border-radius: 5px;
    overflow: hidden;
    width: 120px;
    height: 120px;
    position: relative;
    display: block;
    z-index: 10;
}

.dropzone .dz-preview .dz-image img {
    display: block;
    display: block;
    padding: 4px;
    width: 100%;
}

.dropzone .dz-preview.dz-success .dz-success-mark {
    -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview.dz-error .dz-error-mark {
    opacity: 1;
    -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview .dz-error-mark,
    .dropzone .dz-preview .dz-success-mark {
    pointer-events: none;
    opacity: 0;
    z-index: 500;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin-left: -27px;
    margin-top: -27px;
}

.dropzone .dz-preview .dz-error-mark svg,
    .dropzone .dz-preview .dz-success-mark svg {
    display: block;
    width: 54px;
    height: 54px;
}

.dropzone .dz-preview.dz-processing .dz-progress {
    opacity: 1;
    transition: all 0.2s linear;
}

.dropzone .dz-preview.dz-complete .dz-progress {
    opacity: 0;
    transition: opacity 0.4s ease-in;
}

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
    -webkit-animation: pulse 6s ease infinite;
    animation: pulse 6s ease infinite;
}

.dropzone .dz-preview .dz-progress {
    opacity: 1;
    z-index: 1000;
    pointer-events: none;
    position: absolute;
    height: 16px;
    left: 50%;
    top: 50%;
    margin-top: -8px;
    width: 80px;
    margin-left: -40px;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transform: scale(1);
    border-radius: 5px;
    overflow: hidden;
}

.dropzone .dz-preview .dz-progress .dz-upload {
    background: #333;
    background: linear-gradient(to bottom, #666, #444);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    transition: width 300ms ease-in-out;
}

.dropzone .dz-preview.dz-error .dz-error-message {
    display: block;
}

.dropzone .dz-preview.dz-error:hover .dz-error-message {
    opacity: 1;
    pointer-events: auto;
}

.dropzone .dz-preview .dz-error-message {
    pointer-events: none;
    z-index: 1000;
    position: absolute;
    display: block;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 5px;
    font-size: 13px;
    top: 130px;
    left: -10px;
    width: 140px;
    background: #e52d27;
    background: linear-gradient(to bottom, #e52d27, #e52d27);
    padding: 0.5em 1.2em;
    color: white;
}

.dropzone .dz-preview .dz-error-message:after {
    content: '';
    position: absolute;
    top: -6px;
    left: 64px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #e52d27;
}

@-webkit-keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }

    30%,
  70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}

@keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }

    30%,
  70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}

@-webkit-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }

    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }

    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    10% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    20% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    10% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    20% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/**====== File Upload css end ======**/