﻿@charset "UTF-8";
:root {
    --main-color:#25262b;
}


/*------------------------------------------------------------------
[Master Stylesheet]
HTML ADMIN TEMPLATE:    DIVINE
    ++imports++
    ++Typography++
    ++Colors++
    ++Buttons++
    ++Loaders++
    ++Search++
    ++Headertop++
    ++Chat++
    ++Navbar++
    ++Flot chart++
    ++nvd3 chart++
    ++Gmaps++
    ++Jvector maps++
    ++Leaflet maps++
    ++Alert++
    ++Accordian++
    ++Breadcrumb++
    ++Modals++
    ++Notification++
    ++Sweet Alert++
    ++Nestable++
    ++Tabs++
    ++Form advanced++
    ++Form wizard++
    ++File upload++
    ++Text editor++
    ++Profile page++
    ++Timeline++
    ++Calendar++
    ++Gallery++
    ++Login++
    ++Register++
    ++Coming soon++
    ++404++
    ++Icons++
    ++Email++
    ++Card design++
    ++Pricing cards++
    ++Widgets++
    ++Dragula++
    ++Social ++
    ++Hint++
    ++Index++
    ++Ecoomerce++
    ++Hospital++
    ++Crypto++
    ++HR ++
    ++Network++

    
-------------------------------------------------------------------*/


/*/* poppins-200 - latin */


/*font-imports*/

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 200;
    src: url('../../fonts/poppins/poppins-v5-latin-200.eot');
    /* IE9 Compat Modes */
    src: local('Poppins ExtraLight'), local('Poppins-ExtraLight'), url('../../fonts/poppins/poppins-v5-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../../fonts/poppins/poppins-v5-latin-200.woff2') format('woff2');
    /* Legacy iOS */
}


/* poppins-300 - latin */

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    src: url('../../fonts/poppins/poppins-v5-latin-300.eot');
    /* IE9 Compat Modes */
    src: local('Poppins Light'), local('Poppins-Light'), url('../../fonts/poppins/poppins-v5-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../../fonts/poppins/poppins-v5-latin-300.woff2') format('woff2');
}


/* poppins-regular - latin */

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url('../../fonts/poppins/poppins-v5-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local('Poppins Regular'), local('Poppins-Regular'), url('../../fonts/poppins/poppins-v5-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../font/poppins-v5-latin-regular.woff2') format('woff2');
    /* Legacy iOS */
}


/* poppins-700 - latin */

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: url('../../fonts/poppins/poppins-v5-latin-700.eot');
    /* IE9 Compat Modes */
    src: local('Poppins Bold'), local('Poppins-Bold'), url('../../fonts/poppins/poppins-v5-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../../fonts/poppins/poppins-v5-latin-700.woff2') format('woff2');
    /* Legacy iOS */
}


/* poppins-800 - latin */

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 800;
    src: url('../../fonts/poppins/poppins-v5-latin-800.eot');
    /* IE9 Compat Modes */
    src: local('Poppins ExtraBold'), local('Poppins-ExtraBold'), url('../../fonts/poppins/poppins-v5-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../../fonts/poppins/poppins-v5-latin-800.woff2') format('woff2');
    /* Legacy iOS */
}


/*end font imports*/

body {
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px;
       background-color: #25262b;
    
   
     color: #6a7185;
    position: relative;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline-width: 0;
}

h1 {
    font-size: 40px;
    color: #d2d2e5;
}

h2 {
    font-size: 32px;
    color: #d2d2e5;
}

h3 {
    font-size: 28px;
    color: #d2d2e5;
}

h4 {
    font-size: 24px;
    color: #d2d2e5;
}

h5 {
    font-size: 20px;
    color: #d2d2e5;
}

h6 {
    font-size: 16px;
    color: #d2d2e5;
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 10px;
}

a,
i,
span {
    display: inline-block;
    text-decoration: none;
    
}
.table, table{
     color: #6a7185;
}
.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #3c404c;
}
.customer-details thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #3c404c;
    border-top: none;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #3c404c;
    border-top: none;
}
a {
    color: #cca8e3;
}
.card {
    margin-bottom: 35px;
    background: #333844;
    box-shadow: 0 10px 20px 0 rgba(26, 44, 57, 0.14);
    border: none;
}



.clear:before,
.clear:after {
    content: "";
    display: table;
}

.clear:after {
    clear: both;
}

.clear {
    *zoom: 1;
}

.size-1 {
    width: 100%;
}

.fs-32 {
    font-size: 32px;
}

.form-control {
   
    background-color: transparent;
    background-image: none;
   border: 1px solid #cad1d7;
    border-radius: 5px;
    font-size: 14px;
    color: #ffffffcc;
}
.form-control:focus {
    border-color: #e14eca;
    background-color: transparent;
    box-shadow: none;
}
.input-group-text{
    background-color: #25262b;
}
.table td,
.table th {
    padding: .75rem;
    vertical-align: middle;
    /*border-top: 1px solid #dee2e6;*/
}

.text-bold {
    font-weight: 700;
}

.tab-content {
    padding: 15px;
}

.width-120 {
    width: 120px;
}

.bg-flat-primary {
    color: #447de8;
    background-color: #e6edff;
}

.bg-flat-secondary {
    color: #de6eba;
    background-color: #fae5f6;
}

.bg-flat-warning {
    color: #eecc8c;
    background-color: #fcf5e3;
}

.bg-flat-danger {
    color: #e05b52;
    background-color: #fbe6e5;
}

.bg-flat-success {
    color: #81d7a6;
    background-color: #e8f9f1;
}

.bg-flat-info {
    color: #74aff1;
    background-color: #e9f4fa;
}

.bg-1 {
    background: #32A8FD;
    color: #fff;
}

.bg-2 {
    background: #FF7374;
    color: #fff;
}

.bg-3 {
    background: #41B760;
    color: #fff;
}

.bg-4 {
    background: #F37AA9;
    color: #fff;
}

.bg-5 {
    background: #3D4856;
    color: #fff;
}

.bg-6 {
    background: #FF774C;
    color: #fff;
}

.bg-7 {
    background: #00BEA2;
    color: #fff;
}

.bg-8 {
    background: #CC9845;
    color: #fff;
}

.bg-9 {
    background: #008A5E;
    color: #fff;
}

.bg-10 {
    background: #32A8FD;
    color: #fff;
}

.bg-11 {
    background: #865400;
    color: #fff;
}

.bg-12 {
    background: #34837C;
    color: #fff;
}

.bg-13 {
    background: #F37AA9;
    color: #fff;
}

.bg-14 {
    background: #3D4856;
    color: #fff;
}

.bg-15 {
    background: #B74475;
    color: #fff;
}

.bg-16 {
    background: #94568C;
    color: #fff;
}

.bg-17 {
    background: #6992E7;
    color: #fff;
}

.bg-18 {
    background: #847CCB;
    color: #fff;
}

.bg-19 {
    background: #8E466D;
    color: #fff;
}

.bg-20 {
    background: #F9F871;
    color: #333;
}

.bg-21 {
    background: #269ffb;
    color: #fff;
}

.bg-22 {
    background: #fab737;
    color: #fff;
}

.bg-23 {
    background: #ff94c5;
    color: #fff;
}

.bg-24 {
    background: #26e7a5;
    color: #fff;
}

.bg-primary {
    background: var(--main-color)!important;
    color: #fff;
}

.bg-secondary {
    background: #EFDC05!important;
    color: #333;
}

.bg-info {
    background: #9055A2!important;
    color: #fff;
}

.bg-success {
    background: #5CAB7D!important;
    color: #fff;
}

.bg-warning {
    background: #E53A40!important;
    color: #fff;
}

.bg-danger {
    background: #F17F42!important;
    color: #fff;
}


/*//gradient*/

.gradient-1 {
    background-image: linear-gradient(45deg, #ff9a9e 0%, #fad0c4 99%, #fad0c4 100%);
    color: #333;
}

.gradient-2 {
    background-image: linear-gradient(to right, #ffecd2 0%, #fcb69f 100%);
    color: #333;
}

.gradient-3 {
    background-image: linear-gradient(to top, #ff9a9e 0%, #fecfef 99%, #fecfef 100%);
    color: #333;
}

.gradient-4 {
    background-image: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);
    color: #333;
}

.gradient-5 {
    background-image: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
}

.gradient-6 {
    background-image: linear-gradient(120deg, #89f7fe 0%, #66a6ff 100%);
    color: #333;
}

.gradient-7 {
    background-image: linear-gradient(to top, #48c6ef 0%, #6f86d6 100%);
    color: #fff;
}

.gradient-8 {
    background-image: linear-gradient(to right, #f78ca0 0%, #f9748f 19%, #fd868c 60%, #fe9a8b 100%);
    color: #fff;
}

.gradient-9 {
    background-image: linear-gradient(to top, #feada6 0%, #f5efef 100%);
    color: #333;
}

.gradient-10 {
    background-image: linear-gradient(to top, #a3bded 0%, #6991c7 100%);
    color: #fff;
}

.gradient-11 {
    background-image: linear-gradient(15deg, #13547a 0%, #80d0c7 100%);
    color: #fff;
}

.gradient-12 {
    background-image: linear-gradient(45deg, #93a5cf 0%, #e4efe9 100%);
    color: #333;
}

.gradient-13 {
    background-image: linear-gradient(to right, #434343 0%, black 100%);
    color: #fff;
}

.gradient-14 {
    background-image: linear-gradient(45deg, #93a5cf 0%, #e4efe9 100%);
    color: #333;
}

.gradient-15 {
    background-image: linear-gradient(to right, #ff758c 0%, #ff7eb3 100%);
    color: #fff;
}

.gradient-16 {
    background-image: linear-gradient(to right, #868f96 0%, #596164 100%);
    color: #fff;
}

.gradient-17 {
    background-image: linear-gradient(to top, #c79081 0%, #dfa579 100%);
    color: #fff;
}

.gradient-18 {
    background-image: linear-gradient(to top, #09203f 0%, #537895 100%);
    color: #fff;
}

.gradient-19 {
    background-image: linear-gradient(60deg, #96deda 0%, #50c9c3 100%);
    color: #333;
}

.gradient-20 {
    background-image: linear-gradient(60deg, #29323c 0%, #485563 100%);
    color: #fff;
}

.gradient-21 {
    background-image: linear-gradient(45deg, #ee9ca7 0%, #ffdde1 100%);
    color: #333;
}

.gradient-22 {
    background-image: linear-gradient(to top, #1e3c72 0%, #1e3c72 1%, #2a5298 100%);
    color: #fff;
}

.gradient-23 {
    background-image: linear-gradient(to right, #ffc3a0 0%, #ffafbd 100%);
    color: #333;
}

.gradient-24 {
    background-image: linear-gradient(-225deg, #B7F8DB 0%, #50A7C2 100%);
    color: #333;
}


/*buttons*/

.btn {
    font-size: 14px;
    /*padding: 8px 25px;*/
    transition: all .2s ease-in;
}

.btn {
    font-size: 14px;
    padding: 8px 25px;
}

.btn.disabled:hover {
    box-shadow: 0 20px 30px -11px rgba(31, 35, 65, 0.37);
    transform: translate(0px, 0px);
}

.btn-theme {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    border: none;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: .25rem;
    transition: all .2s ease-in;
}

.btn-theme:hover {
    box-shadow: 0 20px 30px -11px rgba(31, 35, 65, 0.37);
    -webkit-transform: translate(0px, -5px);
    transform: translate(0px, -5px);
}

.btn-theme-primary {
    background-color: var(--main-color);
    color: #fff;
    border: none;
}

.btn-theme-secondary {
    background: #d6ce45;
    color: #fff;
    border: none;
}

.btn-theme-success {
    background: #6bc2a0;
    color: #fff;
    border: none;
}

.btn-theme-danger {
    background: #F17F42;
    color: #fff;
    border: none;
}

.btn-theme-warning {
    background: #f05455;
    color: #fff;
    border: none;
}

.btn-theme-info {
    background: #b15fff;
    color: #fff;
    border: none;
}

.btn-theme-dark {
    background: #343a40;
    color: #fff;
    border: none;
}

.buttons-list .row .col-lg-12>.btn,
.buttons-list .row .col-lg-12>.btn-theme,
.buttons-list .row .col-lg-12>.flat-btn {
    margin-bottom: 25px;
}

.buttons-list .row .col-lg-12>.btn:not(:last-child),
.btn-list>.dropdown:not(:last-child),
.buttons-list .row .col-lg-12>.btn-theme:not(:last-child),
.buttons-list .row .col-lg-12>.flat-btn:not(:last-child) {
    margin-right: 1rem;
    min-width: 120px;
}

.buttons-card h5 {
    margin-bottom: 30px;
}

.btn-rounded {
    border-radius: 24px;
}

.button-list .flat-btn {
    margin-bottom: 25px;
    margin-right: 1rem;
}

.flat-btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    padding: 7px 25px;
    line-height: 1.5;
    border-radius: .25rem;
    background-color: transparent;
    border: 1px solid transparent;
    font-size: 14px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.flat-btn-primary {
    background: #17a2b8;
    color: #cddcf9;
}

.flat-btn-secondary {
    background: #ca45b0;
    color: #f1bce0;
}

.flat-btn-warning {
    background: #fd5d93;
    color: #eecc8c;
}

.flat-btn-danger {
    background: #d6322a;
    color: #fbc1bd;
}

.flat-btn-success {
        background: #0fa55e;
    color: #cbf3dc;
}

.flat-btn-info {
    background: #344675;
    color: #74aff1;
}

.flat-btn-dark {
    color: #c5c9ce;
    background-color: #2e2f2f;
}

a.btn-social,
.btn-social {
    border-radius: 50%;
    color: #ffffff !important;
    display: inline-block;
    height: 54px;
    line-height: 54px;
    margin: 8px 4px;
    text-align: center;
    text-decoration: none;
    transition: background-color .3s;
    webkit-transition: background-color .3s;
    width: 54px;
}

.btn-social .fa,
.btn-social i {
    backface-visibility: hidden;
    moz-backface-visibility: hidden;
    ms-transform: scale(1);
    o-transform: scale(1);
    transform: scale(1);
    transition: all .25s;
    webkit-backface-visibility: hidden;
    webkit-transform: scale(1);
    webkit-transition: all .25s;
}

.btn-social:hover,
.btn-social:focus {
    color: #fff;
    outline: none;
    text-decoration: none;
}

.btn-social:hover .fa,
.btn-social:focus .fa,
.btn-social:hover i,
.btn-social:focus i {
    ms-transform: scale(1.3);
    o-transform: scale(1.3);
    transform: scale(1.3);
    webkit-transform: scale(1.3);
}

.btn-social.btn-xs {
    font-size: 9px;
    height: 24px;
    line-height: 13px;
    margin: 6px 2px;
    width: 24px;
}

.btn-social.btn-sm {
    font-size: 13px;
    height: 36px;
    line-height: 18px;
    margin: 6px 2px;
    width: 36px;
}

.btn-social.btn-lg {
    font-size: 22px;
    height: 72px;
    line-height: 40px;
    margin: 10px 6px;
    width: 72px;
}

.btn-behance {
    background-color: #1769ff;
}

.btn-behance:hover {
    background-color: #4a8aff;
}

.btn-bitbucket {
    background-color: #205081;
}

.btn-bitbucket:hover {
    background-color: #2a69aa;
}

.btn-codepen {
    background-color: #76daff;
}

.btn-codepen:hover {
    background-color: #a9e8ff;
}

.btn-deviantart {
    background-color: #4e6252;
}

.btn-deviantart:hover {
    background-color: #657e6a;
}

.btn-digg {
    background-color: #000;
}

.btn-digg:hover {
    background-color: #1a1a1a;
}

.btn-dribbble {
    background-color: #ea4c89;
}

.btn-dribbble:hover {
    background-color: #ef7aa7;
}

.btn-dropbox {
    background-color: #007ee5;
}

.btn-dropbox:hover {
    background-color: #1998ff;
}

.btn-facebook {
    background-color: #3b5998;
}

.btn-facebook:hover {
    background-color: #4c70ba;
}

.btn-flickr {
    background-color: #0063dc;
}

.btn-flickr:hover {
    background-color: #107cff;
}

.btn-foursquare {
    background-color: #ef4b78;
}

.btn-foursquare:hover {
    background-color: #f37a9b;
}

.btn-github {
    background-color: #4183c4;
}

.btn-github:hover {
    background-color: #689cd0;
}

.btn-google-plus {
    background-color: #dd4b39;
}

.btn-google-plus:hover {
    background-color: #e47365;
}

.btn-instagram {
    background-color: #3f729b;
}

.btn-instagram:hover {
    background-color: #548cb9;
}

.btn-jsfiddle {
    background-color: #4679bd;
}

.btn-jsfiddle:hover {
    background-color: #6c94ca;
}

.btn-lastfm {
    background-color: #e31b23;
}

.btn-lastfm:hover {
    background-color: #e9484e;
}

.btn-linkedin {
    background-color: #0976b4;
}

.btn-linkedin:hover {
    background-color: #0b96e5;
}

.btn-paypal {
    background-color: #253b80;
}

.btn-paypal:hover {
    background-color: #304da8;
}

.btn-pinterest {
    background-color: #cc2127;
}

.btn-pinterest:hover {
    background-color: #e04046;
}

.btn-reddit {
    background-color: #ff4500;
}

.btn-reddit:hover {
    background-color: #ff6a33;
}

.btn-skype {
    background-color: #00aff0;
}

.btn-skype:hover {
    background-color: #24c4ff;
}

.btn-soundcloud {
    background-color: #f80;
}

.btn-soundcloud:hover {
    background-color: #ffa033;
}

.btn-stack-overflow {
    background-color: #fe7a15;
}

.btn-stack-overflow:hover {
    background-color: #fe9748;
}

.btn-steam {
    background-color: #7da10e;
}

.btn-steam:hover {
    background-color: #a1d012;
}

.btn-stumbleupon {
    background-color: #eb4924;
}

.btn-stumbleupon:hover {
    background-color: #ef7053;
}

.btn-trello {
    background-color: #256a92;
}

.btn-trello:hover {
    background-color: #2f88bb;
}

.btn-tumblr {
    background-color: #35465c;
}

.btn-tumblr:hover {
    background-color: #485f7c;
}

.btn-twitch {
    background-color: #6441a5;
}

.btn-twitch:hover {
    background-color: #7e5bbe;
}

.btn-twitter {
    background-color: #55acee;
}

.btn-twitter:hover {
    background-color: #83c3f3;
}

.btn-vimeo {
    background-color: #1ab7ea;
}

.btn-vimeo:hover {
    background-color: #49c6ee;
}

.btn-vine {
    background-color: #00b488;
}

.btn-vine:hover {
    background-color: #00e7af;
}

.btn-vk {
    background-color: #45668e;
}

.btn-vk:hover {
    background-color: #587fae;
}

.btn-wechat {
    background-color: #98d11c;
}

.btn-wechat:hover {
    background-color: #afe53b;
}

.btn-wordpress {
    background-color: #21759b;
}

.btn-wordpress:hover {
    background-color: #2a95c5;
}

.btn-xing {
    background-color: #026466;
}

.btn-xing:hover {
    background-color: #039598;
}

.btn-yahoo {
    background-color: #400191;
}

.btn-yahoo:hover {
    background-color: #5601c4;
}

.btn-yelp {
    background-color: #af0606;
}

.btn-yelp:hover {
    background-color: #e00808;
}

.btn-youtube {
    background-color: #e52d27;
}

.btn-youtube:hover {
    background-color: #ea5955;
}

.btn-email {
    background-color: #44c456;
}

.btn-email:hover {
    background-color: #6bd079;
}

.btn-wrapper .btn-theme,
.btn-wrapper .btn {
    margin-bottom: 20px;
}

.dt-button {
    border: 0;
    text-align: center;
    display: inline-block;
    padding: 10px;
    margin: 8px;
    color: #FFFFFF;
    background-color: #E7E9ED;
    border-radius: 4px;
    background-color: #36A2EB;
    min-width: 150px;
    cursor: pointer;
    font-weight: 600;
    text-decoration: none;
    transition: box-shadow 200ms ease-out;
}

.badge {
    display: inline-block;
    padding: .4em .5em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.badge-primary {
    color: #447de8;
    background-color: #344675;
}

.badge-secondary {
    color: #de6eba;
    background-color: #fae5f6;
}

.badge-warning {
    color: #eecc8c;
    background-color: #ff5932;
}

.badge-danger {
    color: #e05b52;
    background-color: #fbe6e5;
}

.badge-success {
    color: #21ecc6;
    background-color: #00b290;
}

.badge-info {
    color: #74aff1;
    background-color: #066ccf;
}

.badge-wrapper .badge {
    margin-bottom: 20px;
}

.icon-wrapper .col-lg-4 {
    margin-bottom: 25px;
}

.icon-wrapper1 .col-lg-4 {
    margin-bottom: 25px;
}

.badge {
    font-size: 12px;
    line-height: 1;
    padding: .375rem .5625rem;
    font-weight: normal;
}

.badge-outline-primary {
    border: 1px solid #007bff;
}

.badge-outline-secondary {
    border: 1px solid #6c757d;
}

.badge-outline-info {
    border: 1px solid #17a2b8;
}

.badge-outline-success {
    border: 1px solid #28a745;
}

.badge-outline-warning {
    border: 1px solidvar(--main-color);
}

.badge-outline-danger {
    border: 1px solid #ffc107;
}

.badge-outline-dark {
    border: 1px solid #343a40;
}

.badge-outline-light {
    border: 1px solid #f8f9fa;
}

.jqstooltip {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}


/*/
/*loader*/

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;
    -webkit-animation: spin 2s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */
    z-index: 1001;
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e74c3c;
    -webkit-animation: spin 3s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 3s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f9c922;
    -webkit-animation: spin 1.5s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 1.5s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);
        /* IE 9 */
        transform: rotate(0deg);
        /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);
        /* IE 9 */
        transform: rotate(360deg);
        /* Firefox 16+, IE 10+, Opera */
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);
        /* IE 9 */
        transform: rotate(0deg);
        /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);
        /* IE 9 */
        transform: rotate(360deg);
        /* Firefox 16+, IE 10+, Opera */
    }
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #fefefe;
    z-index: 1000;
}

#loader-wrapper .loader-section.section-left {
    left: 0;
}

#loader-wrapper .loader-section.section-right {
    right: 0;
}


/* Loaded styles */

.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(-100%);
    /* IE 9 */
    transform: translateX(-100%);
    /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}

.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(100%);
    /* IE 9 */
    transform: translateX(100%);
    /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}

.loaded #loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    transition: all 0.3s ease-out;
    /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}

.loaded #loader-wrapper {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateY(-100%);
    /* IE 9 */
    transform: translateY(-100%);
    /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: all 0.3s 1s ease-out;
    /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    transition: all 0.3s 1s ease-out;
    /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}


/*end loader*/


/*search*/

#search-container {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 50vh;
    transition: 0.1s all;
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

#search-icon {
    position: absolute;
    top: 3%;
    right: 3%;
    color: white;
    font-size: 2.5em;
    cursor: pointer;
    transition: 0.4s all ease;
}

#search-icon:hover {
    transform: scale(1.1);
}

#search-container #search-close {
    position: absolute;
     color: #d2d2e5;
    top: 5.7%;
    right: 3%;
    font-size: 2.5em;
    cursor: pointer;
    transition: 0.4s all ease;
}

#search-container #search-close:hover {
    transform: scale(1.1);
}

#search-container #main-search-form {
    transition: 0.8s all ease-in-out;
}

#search-container span {
    width: 60%;
    display: block;
    margin: auto;
    text-align: right;
    text-transform: uppercase;
    padding-top: 0.5em;
    font-size: 0.95em;
     color: #d2d2e5;
}

.opacity-on {
    opacity: 1;
}

.opacity-off {
    opacity: 0;
}

.search-input {
    color: #b092c4;
    font-size: 350%;
    width: 60%;
    padding-bottom: 0.2em;
    background-color: transparent;
    border: 0;
    border-bottom: 4px solid #b092c4;
    outline: 0;
}

.show-search {
    opacity: 0;
    animation: fadeIn 1s;
    animation-fill-mode: forwards;
}

.move {
    height: 100vh;
    transform: perspective(1000px) translate3d(0, 50vh, 0) rotate3d(1, 0, 0, 30deg);
}

@keyframes fadeIn {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.opacity-off {
    opacity: 0;
}

.opacity-on {
    opacity: 1;
}

.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.main-wrap {
    width: 100%;
    transform: perspective(1000px);
    /*background-color: #283593;*/
    transition: all 0.6s;
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.move {
    height: 100vh;
    transform: perspective(1000px) translate3d(0, 50vh, 0) rotate3d(1, 0, 0, 30deg);
}


/*search end*/

#content {
    margin: 0 auto;
    padding-bottom: 50px;
    width: 80%;
    max-width: 978px;
}

main {
    padding: 30px 0;
}

.brand-text {
    letter-spacing: 2.2px;
}

.float-right {
    float: right;
}

.pointer {
    cursor: pointer;
}

.bg-dark {
    background: #383A3F !important;
    color: #fff;
}

.card-title,
.card .card-title,
.card-2 .card-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
        color: #d2d2e5;
}

.container-fluid {
    width: 95%;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}


/*headertop*/

.header-top {
    background: #3af;
    padding: 10px 0;
}


/*header top dropdown*/

nav.navbar .navbar-holder a {
    color: #fff;
}

nav.navbar .dropdown-menu {
    right: 0;
    left: auto;
    margin-top: 15px;
    margin-bottom: 0;
    padding: 15px 0;
    max-width: 400px;
    border-radius: 0;
    border: none;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1), -2px 0 2px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1), -2px 0 2px rgba(0, 0, 0, 0.1);
}

.notifications.dropdown-menu .dropdown-item i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #796AEE;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    margin-right: 10px;
}

.dropdown-menu .dropdown-item:hover {
    background: #f5f5f5 !important;
}

.bg-green {
    background: #54e69d !important;
}

.bg-blue {
    background: #85b4f2 !important;
}

.min-250 {
    min-width: 250px;
}

nav.navbar .dropdown-menu .dropdown-item {
    background:#333844;
    padding: 10px 20px;
    font-size: 0.8rem;
    color: #777;
    width: 100%;
    display: flex;
    align-items: center;
}

nav.navbar .dropdown-menu .msg-icon {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
}

nav.navbar .dropdown-menu h3 {
    font-weight: 500;
    font-size: 13px;
    margin-bottom: 0;
}

nav.navbar .dropdown-menu span {
    position: static;
    font-size: 0.9em;
    color: #999;
}


/*end headertop dropdown*/


/*right chatbox*/

.notification.side-menu {
    z-index: 9999;
    background: #ffffff;
    padding-top: 1.85714286em;
    margin: 0;
    height: 100%;
    box-shadow: 0 23px 40px rgba(0, 0, 0, 0.2);
    width: 250px;
}

.notification.notification--reveal {
    z-index: 99;
    pointer-events: initial;
}

.notification {
    max-width: inherit;
    margin: 1.85714286em;
    box-shadow: none;
}

.notification {
    max-width: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    position: fixed;
    z-index: 99;
    pointer-events: none;
    padding: 0;
    margin: 1em;
    opacity: 1;
    display: none;
}

.pos-right {
    right: 0;
}

.pos-top {
    top: 0;
}

.notification.side-menu .side-menu__module {
    overflow: hidden;
    padding: 2.78571429em;
}

.notification.side-menu .btn:not(:last-child) {
    margin-bottom: 1.85714286em;
}

@media (min-width: 768px) {
    .side-menu .side-menu__module span.type--fine-print {
        position: relative;
        top: 8px;
    }
}

.notification.side-menu .notification-close-cross {
    top: 0.92857143em;
    right: 2.78571429em;
    margin-top: 8px;
}

.notification .notification-close-cross {
    position: absolute;
    top: 1em;
    z-index: 99;
    right: 1em;
    cursor: pointer;
    opacity: .7;
}

.notification .notification-close-cross:before {
    content: '\00D7';
    font-size: 1.5em;
}

.opacity-zero {
    opacity: 0 !important;
}

.chat-wrapper {
    padding: 10px 20px;
}

.users {
    margin: 0;
    padding: 0;
}

.users li {
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
    padding: 8px 0;
    cursor: pointer;
}

.users li:hover {
    background: #f2f1f1
}

.users li.active {
    background: #f2f1f1
}

.users li h4 {
    font-size: 14px;
    margin-bottom: 3px;
}

.users li p {
    font-size: 12px;
    margin-bottom: 5px;
}


/*end chat*/

.top-nav.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

.top-nav {
    position: relative;
}

.nav.nav-inline {
    float: none !important;
}

.nav-sub {
    min-width: 180px;
}

.main-heading .nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.main-heading .nav-inverse {
       /* background: var(--main-color); */
    color: #bdc3c7;
     /* box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, .2); */
  
}

.nav-bordered {
    margin: 0;
}

.main-heading .nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.main-heading .nav.nav-inline>a,
.main-heading .nav.nav-inline>li {
    display: inline-block;
}

.main-heading .nav>li {
    position: relative;
    display: block;
}

.main-heading .nav>a.active,
.main-heading .nav>li>a.active,
.main-heading .nav>li.active>a {
    /*color: #736cc7;*/
    color: #cca8e3;
    /* background: #4d4d4d; */
    background: rgba(0, 0, 0, 0.1);
}

.main-heading .nav>li>a.active,
.main-heading .nav>a.active {
    color: #736cc7;
    color: #fff;
}

.nav-inverse>li>a,
.nav-inverse>a {

    color: #6a7185;
}

.nav-bordered>li>a {
    border-color: transparent;
}

.nav.nav-bordered>li.active:not(.disabled)>a::after,
.nav.nav-bordered>li:not(.disabled)>a.active::after {
    background: transparent;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.nav-bordered.nav-inline>li:not(.disabled)>a:not(.disabled):after,
.nav-bordered.nav-inline>a:not(.disabled):after {
    height: 4px;
    width: 100%;
}

.nav-bordered>li:not(.disabled)>a:not(.disabled):after,
.nav-bordered>a:not(.disabled):after {
    position: absolute;
    height: 100%;
    width: 4px;
    content: '';
    left: 0;
    bottom: 0;
    background: var(--main-color);
    -webkit-transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.main-heading .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.top-nav>.nav>li>.nav-sub {
    border: 1px solid #e7e7e7;
    background:#333844;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.nav-stacked>li {
    float: none;
}

.main-heading .nav>li {
    position: relative;
    display: block;
}

.main-heading .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
    font-weight: 300;
}

.nav-sub li a {
    color: #333;
}

.metismenu .collapse.in {
    display: block;
}

.main-heading .nav>li>a:focus,
.main-heading .nav>li>a:hover {
    text-decoration: none;
    /*background-color: #eee;*/
}

.main-heading .nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    display: block;
    /*box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, .2);*/
}

.nav-sub {
    min-width: 180px;
}

.metismenu .collapse.in {
    display: block;
}

.nav-inverse>li>a:focus,
.nav-inverse>a:focus,
.nav-inverse>li>a:hover,
.nav-inverse>a:hover {
color: #cca8e3;
    /*background: #4d4d4d;*/
    background: rgba(0, 0, 0, 0.1);
    ;
}

.navbar {
    background: var(--main-color);
}

.navbar>.container,
.navbar>.container-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

nav.navbar .navbar-holder {
    width: 100%;
}

.nav-user img {
    height: 36px;
    width: 36px;
}

.bg-white {
    background: #fff !important;
    color: #333;
}

@media (min-width: 768px) {
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .nav.is-center {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .nav.is-center,
    .nav.is-right {
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .nav-bordered.nav-inline>li>.nav-sub,
    .nav-bordered.nav-inline>li>.nav-sub.collapse,
    .nav-bordered.nav-inline>li>.nav-sub.collapsing {
        position: absolute;
        top: 100%;
        left: 0;
    }
    .nav-bordered.nav-inline>li>.nav-sub {
        background-color: #fff;
        z-index: 1000;
    }
    .visible-lg,
    .visible-md,
    .visible-sm,
    .visible-xs {
        display: none;
    }
}

@media (max-width: 767px) {
    .top-nav .nav.nav-inline.collapse:not(.in) {
        display: none;
    }
    .top-nav .nav.nav-inline>li {
        display: block;
    }
    .top-nav .nav.nav-inline.is-center:not(.collapse),
    .top-nav .nav.nav-inline.is-right:not(.collapse) {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .toggle-icon {
        display: flex;
        align-items: center;
    }
}

@media (min-width:768px) {
    #top-nav-list li {
        position: relative;
    }
    #top-nav-list>li ul {
        position: absolute;
        left: 100%;
        top: 0;
        min-width: 200px;
        display: none;
    }
    #top-nav-list li:hover>ul,
    #top-nav-list li:hover>ul.collapse {
        display: block !important;
        height: auto !important;
        z-index: 1000;
    }
}


/*end nav*/

.top-breadcrumb .breadcrumb {
    background: transparent;
    padding: .75rem 0;
}



/*chat-right-sidebar*/

nav.navbar .badge {
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    padding: 0;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 400;
    font-size: 0.7em;
}


/*.bg-orange {
    background: #fff !important;
    color: #333;
}*/

.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.dot-success {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #72ea99;
    margin-right: 5px;
}

.dot-danger {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #dc3545;
    margin-right: 5px;
}


/*stat-card*/

.stat-card {
    box-shadow: 0 10px 25px -10px rgba(72, 29, 99, .3);
    display: flex;
    margin-bottom: 35px;
}

.stat-card .left-area {
    width: 35%;
    background: #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.stat-card .left-area .fas {
    color: #fff;
    font-size: 40px;
}

.stat-card .right-area {
    width: 65%;
    background:#333844;
    padding: 15px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.stat-card.stat-card-orange .left-area {
    background: #f9a11b;
}

.stat-card.stat-card-green .left-area {
    background: #72ea99;
}

.stat-card.stat-card-purple .left-area {
    background: #ff94c5;
}

.stat-card.stat-card-red .left-area {
    background: #e68282;
}

.stats-row .stat-item {
    display: inline-block;
    padding-right: 15px;
}

.left-area:after {
    background-color: rgba(0, 0, 0, 0.1);
    content: ".";
    position: absolute;
    left: 0px;
    top: 0;
    width: 0;
    height: 100%;
    color: transparent;
    -moz-transition: all 0.95s;
    -o-transition: all 0.95s;
    -webkit-transition: all 0.95s;
    transition: all 0.95s;
}

.left-area:hover:after {
    width: 100%;
}

.stats-row .stat-item+.stat-item {
    padding-left: 15px;
    border-left: 1px solid #e9ecef;
}


/*end-stat card*/

.chart-card {
    border: none;
    box-shadow: 0 10px 25px -10px rgba(72, 29, 99, .3);
    background:#333844;
    margin-bottom: 35px;
    height: 100%;
}

.sparkline {
    width: 100%;
}

.card-1 {
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 10px 25px -10px rgba(72, 29, 99, .3);
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    border: 2px solid transparent;
}

.card-1:hover {
    border: 2px solid #cca8e3;
    background-color: #fff;
    -webkit-transform: translate(0px, -3px);
    -ms-transform: translate(0px, -3px);
    transform: translate(0px, -3px);
}

.card-2 {
    background: #333844;
    height: 100%;
    box-shadow: 0 10px 20px 0 rgba(26, 44, 57, 0.14);
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.card-2 .card-header {
    padding: 10px 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border: none;
}

.card-2 .card-header p {
    margin-bottom: 0;
}

.card-2 .card-body {
    padding: 20px;
}

.count-card {
    background:#333844;
    border-radius: 2px;
    box-shadow: 0 10px 25px -10px rgba(72, 29, 99, .3);
    padding: 20px;
    margin-bottom: 25px;
    text-align: center;
    transition: all 250ms ease-in-out;
    border: 2px solid transparent;
}

.count-card:hover {
    border: 2px solid #cca8e3;
    background-color: #fff;
    -webkit-transform: translate(0px, -3px);
    -ms-transform: translate(0px, -3px);
    transform: translate(0px, -3px);
}

.avatar img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.overflow-x {
    overflow-x: hidden;
}

.notification.side-menu {
    z-index: 9999;
    background: #ffffff;
    padding-top: 1.85714286em;
    margin: 0;
    height: 100%;
    box-shadow: 0 23px 40px rgba(0, 0, 0, 0.2);
    width: 250px;
}

.notification.notification--reveal {
    z-index: 99;
    pointer-events: initial;
}

.notification {
    max-width: inherit;
    margin: 1.85714286em;
    box-shadow: none;
}

.notification {
    max-width: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    position: fixed;
    z-index: 99;
    pointer-events: none;
    padding: 0;
    margin: 1em;
    opacity: 1;
    display: none;
}

.pos-right {
    right: 0;
}

.pos-top {
    top: 0;
}

.notification.side-menu .side-menu__module {
    overflow: hidden;
    padding: 2.78571429em;
}

.notification.side-menu .btn:not(:last-child) {
    margin-bottom: 1.85714286em;
}

@media (min-width: 768px) {
    .side-menu .side-menu__module span.type--fine-print {
        position: relative;
        top: 8px;
    }
}

.notification.side-menu .notification-close-cross {
    top: 0.92857143em;
    right: 2.78571429em;
    margin-top: 8px;
}

.notification .notification-close-cross {
    position: absolute;
    top: 1em;
    z-index: 99;
    right: 1em;
    cursor: pointer;
    opacity: .7;
}

.notification .notification-close-cross:before {
    content: '\00D7';
    font-size: 1.5em;
}

.opacity-zero {
    opacity: 0 !important;
}

.chat-wrapper {
    padding: 10px 20px;
}

.chat-wrapper h3 {
    font-size: 16px;
    margin-bottom: 15px;
}

.chat-wrapper .user-image {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.users {
    margin: 0;
    padding: 0;
}

.users li {
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
    padding: 8px 0;
    cursor: pointer;
}

.users li:hover {
    background: #f2f1f1
}

.users li.active {
    background: #f2f1f1
}

.users li h4 {
    font-size: 14px;
    margin-bottom: 3px;
}

.users li p {
    font-size: 12px;
    margin-bottom: 5px;
}


/*end chat*/

.sparkboxes .spark-box {
    padding: 40px 0 0 0;
    position: relative;
}

.spark-box {
    margin-bottom: 35px;
    box-shadow: 0 10px 20px 0 rgba(26, 44, 57, 0.14);
    background-color: #333844;
    border-radius: 6px;
    padding: 25px 35px 25px 30px;
}

.sparkboxes .box {
    background:#333844;
    padding-top: 30px;
    padding-bottom: 30px;
    text-shadow: 0 1px 1px 1px #666;
    box-shadow: 0 10px 20px 0 rgba(26, 44, 57, 0.14);
    position: relative;
    margin-bottom: 35px;
    border-radius: 6px;
}

.sparkboxes .box1 {
    border-bottom: 3px solid #734CEA;
}

.sparkboxes .box2 {
    border-bottom: 3px solid #34bfa3;
}

.sparkboxes .box3 {
    border-bottom: 3px solid #f4516c;
}

.sparkboxes .box4 {
    border-bottom: 3px solid #00c5dc;
}

.sparkboxes .box1 {
    border-bottom: 3px solid #734CEA;
}

.sparkboxes .box2 {
    border-bottom: 3px solid #34bfa3;
    ;
}

.sparkboxes .box {
    background:#333844;
    padding-top: 30px;
    padding-bottom: 30px;
    text-shadow: 0 1px 1px 1px #666;
    box-shadow: 0 10px 20px 0 rgba(26, 44, 57, 0.14);
    position: relative;
    margin-bottom: 35px;
    border-radius: 6px;
}

.icon-card {
    box-shadow: 0 10px 20px 0 rgba(26, 44, 57, 0.14);
    padding: 20px;
    margin-bottom: 20px;
    width: 100%;
    background:#333844;
    display: flex;
    align-items: center;
}


/*flot chart*/

.demo-container {
    box-sizing: border-box;
    height: 450px;
    padding: 20px 15px 15px 15px;
    margin: 15px auto 30px auto;
    background:#333844;
}

.demo-placeholder {
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 1.2em;
}

.flot-container {
    width: 100%;
    height: 350px;
    text-align: center;
    margin: 0 auto;
}


/*end flot chart*/


/*ndv3 chart*/

svg {
    display: block;
}

.nvd3-chart svg {
    height: 350px;
}


/*end nvd3 chart*/


/*gmaps*/

#map,
#markermap,
#goemetrymap,
#kmllayermap,
#maptype,
#overlaymap,
#routemap {
    display: block;
    width: 95%;
    height: 350px;
    margin: 20px auto;
  
}

#map.large,
#markermap.large,
#goemetrymap.large,
#kmllayermap.large,
#maptype.large,
#overlaymap.large,
#routemap.large {
    height: 500px;
}

.overlay {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 60px;
    line-height: 80px;
    opacity: 0.8;
    background: #4477aa;
    border: solid 3px #336699;
    border-radius: 4px;
    box-shadow: 2px 2px 10px #333;
    text-shadow: 1px 1px 1px #666;
    padding: 0 4px;
}

.overlay_arrow {
    left: 50%;
    margin-left: -16px;
    width: 0;
    height: 0;
    position: absolute;
}

.overlay_arrow.above {
    bottom: -15px;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid #336699;
}

.overlay_arrow.below {
    top: -15px;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 16px solid #336699;
}


/*jvector maps*/

#world-map,
#africa,
#usa,
#canada,
#australia,
#china,
#uk,
#india {
    height: 400px;
}


/*end jvector maps*/


/*leaflet maps*/

#mapid {
    height: 400px;
}

#mapi,
#map,
#nongeo {
    height: 400px;
}


/*end leaflet maps*/


/*yandex maps*/

#yandex-map {
    height: 400px;
}


/*end yandex maps*/


/*end gmaps*/


/*alerts*/

.alert-card .card-body {
    padding: 20px 40px;
}


/*end alerts*/


/*accordian*/

.accordion .card .card-header a {
    display: block;
    color: inherit;
    text-decoration: none;
    font-size: inherit;
    position: relative;
    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -ms-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    transition: color 0.5s ease;
    padding-right: .5rem;
    cursor: pointer;
}

.accordion h5 {
    font-size: 15px;
}

.accordion .bg-primary .card-header a,
.accordion .bg-info .card-header a,
.accordion .bg-warning .card-header a,
.accordion .bg-success .card-header a,
.accordion .bg-danger .card-header a,
.accordion .bg-dark .card-header a {
    color: #fff;
}

.accordion .bg-info .card-body,
.accordion .bg-primary .card-body,
.accordion .bg-success .card-body,
.accordion .bg-danger .card-body,
.accordion .bg-warning .card-body,
.accordion .bg-dark .card-body {
    color: #fff;
}

.accordion .card .card-header a[aria-expanded="true"]:before {
    content: "\e15b";
}

.accordion .card .card-header a[aria-expanded="false"]:before {
    content: "\e145";
}

.accordion .arrow .card-header a[aria-expanded="true"]:before {
    content: "\e313";
}

.accordion .arrow .card-header a[aria-expanded="false"]:before {
    content: "\e316";
}

.accordion .card {
    box-shadow: none;
}

.accordion .card .card-header a:before {
    font-family: "Material Icons";
    position: absolute;
    right: 7px;
    top: 0;
    font-size: 18px;
    display: block;
}


/*end accordian*/


/*breadcrumb*/

.breadcrumb-arrow {
    height: 44px;
    padding: 0;
    line-height: 44px;
    ;
    list-style: none;
    background-color: #e6e9ed
}

.breadcrumb-arrow li:first-child a {
    border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px
}

.breadcrumb-arrow li,
.breadcrumb-arrow li a,
.breadcrumb-arrow li span {
    display: inline-block;
    vertical-align: top
}

.breadcrumb-arrow li:not(:first-child) {
    margin-left: -5px
}

.breadcrumb-arrow li+li:before {
    padding: 0;
    content: ""
}

.breadcrumb-arrow li span {
    padding: 0 10px
}

.breadcrumb-arrow li a,
.breadcrumb-arrow li:not(:first-child) span {
    height: 44px;
    ;
    padding: 0 10px 0 25px;
    line-height: 44px;
}

.breadcrumb-arrow li:first-child a {
    padding: 0 10px
}

.breadcrumb-arrow li a {
    position: relative;
    color: #fff;
    text-decoration: none;
    background-color: #3bafda;
    border: 1px solid #3bafda
}

.breadcrumb-arrow li:first-child a {
    padding-left: 10px
}

.breadcrumb-arrow li a:after,
.breadcrumb-arrow li a:before {
    position: absolute;
    top: -1px;
    width: 0;
    height: 0;
    content: '';
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent
}

.breadcrumb-arrow li a:before {
    right: -10px;
    z-index: 3;
    border-left-color: #3bafda;
    border-left-style: solid;
    border-left-width: 11px
}

.breadcrumb-arrow li a:after {
    right: -11px;
    z-index: 2;
    border-left: 11px solid #2494be
}

.breadcrumb-arrow li a:focus,
.breadcrumb-arrow li a:hover {
    background-color: #4fc1e9;
    border: 1px solid #4fc1e9
}

.breadcrumb-arrow li a:focus:before,
.breadcrumb-arrow li a:hover:before {
    border-left-color: #4fc1e9
}

.breadcrumb-arrow li a:active {
    background-color: #2494be;
    border: 1px solid #2494be
}

.breadcrumb-arrow li a:active:after,
.breadcrumb-arrow li a:active:before {
    border-left-color: #2494be
}

.breadcrumb-arrow li span {
    color: #434a54
}

.bg-theme-primary .breadcrumb-item a {
    color: rgba(255, 255, 255, 0.8);
}

.bg-theme-primary .breadcrumb-item.active {
    color: rgba(255, 255, 255, 1);
}

.bg-theme-primary .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}

.bg-theme-secondary .breadcrumb-item a {
    color: rgba(255, 255, 255, 0.8);
}

.bg-theme-secondary .breadcrumb-item.active {
    color: rgba(255, 255, 255, 1);
}

.bg-theme-secondary .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}

.bg-theme-danger .breadcrumb-item a {
    color: rgba(255, 255, 255, 0.8);
}

.bg-theme-danger .breadcrumb-item.active {
    color: rgba(255, 255, 255, 1);
}

.bg-theme-danger .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}

.bg-theme-warning .breadcrumb-item a {
    color: rgba(255, 255, 255, 0.8);
}

.bg-theme-warning .breadcrumb-item.active {
    color: rgba(255, 255, 255, 1);
}

.bg-theme-warning .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}

.bg-theme-success .breadcrumb-item a {
    color: rgba(255, 255, 255, 0.8);
}

.bg-theme-success .breadcrumb-item.active {
    color: rgba(255, 255, 255, 1);
}

.bg-theme-success .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}

.bg-theme-primary {
    background: var(--main-color);
    color: #fff;
}

.bg-theme-secondary {
    background: #d6ce45;
    color: #fff;
}

.bg-theme-danger {
    background: #F17F42;
    color: #fff;
}

.bg-theme-warning {
    background: #f05455;
    color: #fff;
}

.bg-theme-success {
    background: #6bc2a0;
    color: #fff;
}

.bg-theme-info {
    background: #b15fff;
    color: #fff;
}

.breadcrumb-icon .breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    position: relative;
    color: #fff;
    font-family: 'Linearicons-Free';
    content: "\e876";
}

.breadcrumb-icon-1 .breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    position: relative;
    color: #fff;
    font-family: 'Linearicons-Free';
    content: "\e87a";
}


/*end breadcrumb*/


/*modals*/

.bg-red {
    background-color: #E53A40;
    color: #fff;
}

.bg-pink {
    background-color: #D81159;
    color: #fff;
}

.bg-purple {
    background-color: #9055A2;
    color: #fff;
}

.bg-indigo {
    background-color: #3F51B5;
    color: #fff;
}

.bg-blue {
    background-color: #30A9DE;
    color: #fff;
}

.bg-cyan {
    background-color: #58C9B9;
    color: #fff;
}

.bg-teal {
    background-color: #218380;
    color: #fff;
}

.bg-green {
    background-color: #5CAB7D;
    color: #fff;
}

.bg-yellow {
    background-color: #EFDC05;
    color: #333;
}

.bg-orange {
    background-color: #ff5f2e;
    color: #fff;
}

.bg-grey {
    background-color: #7C7877;
    color: #fff;
}

.bg-black {
    background-color: #3C3530;
    color: #fff;
}

.modal .modal-header,
.modal .modal-footer {
    border: none;
}

.modal-color-red {
    background-color: #E53A40;
}

.modal-color-red .modal-footer {
    background-color: rgba(0, 0, 0, 0.12);
}

.modal-color-red .modal-body,
.modal-color-red .modal-title {
    color: #fff !important;
}

.modal-color-pink {
    background-color: #D81159;
}

.modal-color-pink .modal-footer {
    background-color: rgba(0, 0, 0, 0.12);
}

.modal-color-pink .modal-body,
.modal-color-pink .modal-title {
    color: #fff !important;
}

.modal-color-purple {
    background-color: #9055A2;
}

.modal-color-purple .modal-footer {
    background-color: rgba(0, 0, 0, 0.12);
}

.modal-color-purple .modal-body,
.modal-color-purple .modal-title {
    color: #fff !important;
}

.modal-color-indigo {
    background-color: #3F51B5;
}

.modal-color-indigo .modal-footer {
    background-color: rgba(0, 0, 0, 0.12);
}

.modal-color-indigo .modal-body,
.modal-color-indigo .modal-title {
    color: #fff !important;
}

.modal-color-blue {
    background-color: #30A9DE;
}

.modal-color-blue .modal-footer {
    background-color: rgba(0, 0, 0, 0.12);
}

.modal-color-blue .modal-body,
.modal-color-blue .modal-title {
    color: #fff !important;
}

.modal-color-cyan {
    background-color: #58C9B9;
}

.modal-color-cyan .modal-footer {
    background-color: rgba(0, 0, 0, 0.12);
}

.modal-color-cyan .modal-body,
.modal-color-cyan .modal-title {
    color: #fff !important;
}

.modal-color-teal {
    background-color: #218380;
}

.modal-color-teal .modal-footer {
    background-color: rgba(0, 0, 0, 0.12);
}

.modal-color-teal .modal-body,
.modal-color-teal .modal-title {
    color: #fff !important;
}

.modal-color-green {
    background-color: #5CAB7D;
}

.modal-color-green .modal-footer {
    background-color: rgba(0, 0, 0, 0.12);
}

.modal-color-green .modal-body,
.modal-color-green .modal-title {
    color: #fff !important;
}

.modal-color-yellow {
    background-color: #EFDC05;
}

.modal-color-yellow .modal-footer {
    background-color: rgba(0, 0, 0, 0.12);
}

.modal-color-yellow .modal-body,
.modal-color-yellow .modal-title {
    color: #fff !important;
}

.modal-color-orange {
    background-color: #ff5f2e;
}

.modal-color-orange .modal-footer {
    background-color: rgba(0, 0, 0, 0.12);
}

.modal-color-orange .modal-body,
.modal-color-orange .modal-title {
    color: #fff !important;
}

.modal-color-grey {
    background-color: #7C7877;
}

.modal-color-grey .modal-footer {
    background-color: rgba(0, 0, 0, 0.12);
}

.modal-color-grey .modal-body,
.modal-color-grey .modal-title {
    color: #fff !important;
}

.modal-color-black {
    background-color: #3C3530;
}

.modal-color-black .modal-footer {
    background-color: rgba(0, 0, 0, 0.12);
}

.modal-color-black .modal-body,
.modal-color-black .modal-title {
    color: #fff !important;
}

.modal .modal-footer .btn-link {
    color: #fff;
    text-decoration: none;
}

.modal .modal-footer .btn-link:hover {
    background-color: rgba(0, 0, 0, 0.15);
}


/*end modal*/


/*notification*/

.bootstrap-notify-container {
    max-width: 320px;
    text-align: center;
}

.bg-black {
    background: #000;
    color: #fff;
    font-size: 13px;
}

.bg-black .close {
    top: 0!important;
    right: 0!important;
}

.notification-button .col-lg-2 {
    margin-bottom: 20px;
}

.icon-wrapper .btn-theme {
    margin-bottom: 20px;
}


/*end notification*/


/*sweet alert*/

#sweet-alert-card .card-body .col-lg-6 {
    margin-bottom: 20px;
}

.swal2-popup .swal2-styled.swal2-confirm {
    font-size: 14px!important;
    padding: 8px 25px;
    transition: all .2s ease-in;
    background-color: var(--main-color)!important;
    border: none!important;
    box-shadow: none!important;
}

.swal2-popup .swal2-styled:focus {
    outline: 0;
    box-shadow: none;
}

.swal2-popup .swal2-styled.swal2-cancel {
    font-size: 14px!important;
}


/*end sweet alert*/


/*nestable*/

.cf:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html .cf {
    zoom: 1;
}

*:first-child+html .cf {
    zoom: 1;
}

.small {
    color: #666;
    font-size: 0.875em;
}

.large {
    font-size: 1.25em;
}


/**
 * Nestable
 */

.dd {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    max-width: 600px;
    list-style: none;
    font-size: 13px;
    line-height: 20px;
}

.dd-list {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

.dd-list .dd-list {
    padding-left: 30px;
}

.dd-collapsed .dd-list {
    display: none;
}

.dd-item,
.dd-empty,
.dd-placeholder {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 20px;
    font-size: 13px;
    line-height: 20px;
}

.dd-handle {
    display: block;
    height: 40px;
    margin: 5px 0;
    padding: 10px 10px;
    color: #333;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #ccc;
    background: #fafafa;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.dd-handle:hover {
    color: #333;
    background:#333844;
}

.dd-item>button {
    display: block;
    position: relative;
    cursor: pointer;
    float: left;
    width: 25px;
    height: 20px;
    margin: 5px 0;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
    background: transparent;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    font-weight: bold;
}

.dd-item>button:before {
    content: '+';
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    text-indent: 0;
}

.dd-item>button[data-action="collapse"]:before {
    content: '-';
}

.dd-placeholder,
.dd-empty {
    margin: 5px 0;
    padding: 0;
    min-height: 30px;
    background: #f2fbff;
    border: 1px dashed #b6bcbf;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.dd-empty {
    border: 1px dashed #bbb;
    min-height: 100px;
    background-color: #e5e5e5;
    background-image: -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-image: -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-image: linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-size: 60px 60px;
    background-position: 0 0, 30px 30px;
}

.dd-dragel {
    position: absolute;
    pointer-events: none;
    z-index: 9999;
}

.dd-dragel>.dd-item .dd-handle {
    margin-top: 0;
}

.dd-dragel .dd-handle {
    -webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, .1);
    box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, .1);
}


/**
 * Nestable Extras
 */

.nestable-lists {
    display: block;
    clear: both;
    padding: 30px 0;
    width: 100%;
    border: 0;
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
}

#nestable-menu {
    padding: 0;
    margin: 20px 0;
}

#nestable-output,
#nestable2-output {
    width: 100%;
    height: 7em;
    font-size: 0.75em;
    line-height: 1.333333em;
    font-family: Consolas, monospace;
    padding: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#nestable2 .dd-handle {
    /*border: 1px solid #999;*/
    color: #004085;
    background-color: #cce5ff;
    transition: .2s ease-in;
    /*background-image: linear-gradient(to right, #fa709a 0%, #fee140 100%);*/
}

#nestable2 .dd-handle:hover {
    background:#333844;
    color: #333;
}

#nestable2 .dd-item>button:before {
    color: #fff;
}

@media only screen and (min-width: 700px) {
    .dd {
        float: left;
        width: 100%;
    }
    .dd+.dd {
        margin-left: 2%;
    }
}

.dd-hover>.dd-handle {
    background: #2ea8e5 !important;
}


/**
 * Nestable Draggable Handles
 */

.dd3-content {
    display: block;
    height: 40px;
    margin: 5px 0;
    padding: 10px 10px 5px 40px;
    color: #333;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #ccc;
    background: #fafafa;
    background-image: linear-gradient(to right, #fa709a 0%, #fee140 100%);
    /* -webkit-border-radius: 3px;
            border-radius: 3px;*/
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.dd3-content:hover {
    color: #2ea8e5;
    background-image: linear-gradient(120deg, #a6c0fe 0%, #f68084 100%);
}

.dd-dragel>.dd3-item>.dd3-content {
    margin: 0;
}

.dd3-item>button {
    margin-left: 30px;
}

.dd3-handle {
    position: absolute;
    margin: 0;
    left: 0;
    top: 0;
    cursor: pointer;
    width: 30px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    /*border: 1px solid #aaa;*/
    background: #ddd;
    background: #000;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.dd3-handle:before {
    content: '≡';
    display: block;
    position: absolute;
    left: 0;
    top: 3px;
    width: 100%;
    text-align: center;
    text-indent: 0;
    color: #fff;
    font-size: 20px;
    font-weight: normal;
}

.dd3-handle:hover {
    background: #111;
}

.socialite {
    display: block;
    float: left;
    height: 35px;
}


/*end nestable*/


/*tabs*/

.tab-content {
    padding: 20px;
}

.info.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #17a2b8;
}

.success.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #28a745;
}

.warning.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #333;
    background-color: #ffc107;
}

.danger.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #dc3545;
}

.dark.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #343a40;
}


/*end tabs*/


/*form basic*/

.custom-control-input.is-invalid~.custom-control-label,
.was-validated .custom-control-input:invalid~.custom-control-label {
    color: #333;
}

.custom-control-input.is-invalid~.custom-control-label::before,
.was-validated .custom-control-input:invalid~.custom-control-label::before {
    background-color: #dee2e6;
}

.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
    color: #3afe;
}


/*end form basic*/


/*form advanced*/

.ms-container {
    width: 100%;
}

.ms-container .ms-selectable,
.ms-container .ms-selection {
    background:#333844;
    color: #555555;
    float: left;
    width: 45%;
}

.ms-container .ms-selection {
    float: right;
}

.ms-container .ms-selectable li.ms-elem-selectable,
.ms-container .ms-selection li.ms-elem-selection {
    padding: 5px 10px;
}

.label-info {
    background-color: #5bc0de;
    padding: 4px 10px;
}

.input-mask-wrapper .col-lg-3 {
    margin-bottom: 15px;
}

.input-mask-wrapper .col-lg-3 p {
    margin-bottom: 0px;
}


/*end form advanced*/


/*form wizard*/

.wizard .content {
    min-height: 450px;
}


/*end form wizard*/


/*file upload*/

.dropzone {
    border: 1px solid #2E294E;
}

.dropzone {
    margin: auto;
    width: 100%;
    border: 1px dashed #000 !important;
    border-radius: 5px;
    transition: 0.2s;
    box-shadow: 0 10px 20px 0 rgba(26, 44, 57, 0.14);
}

.dropzone.dz-drag-hover {
    border: 2px solid #3498db !important;
}

.dz-message.needsclick img {
    width: 50px;
    display: block;
    margin: auto;
    opacity: 0.6;
    margin-bottom: 15px;
}

span.plus {
    display: none;
}

.dropzone.dz-started .dz-message {
    display: inline-block !important;
    width: 120px;
    float: right;
    border: 1px solid rgba(238, 238, 238, 0.36);
    border-radius: 30px;
    height: 120px;
    margin: 16px;
    transition: 0.2s;
}

.dropzone.dz-started .dz-message span.text {
    display: none;
}

.dropzone.dz-started .dz-message span.plus {
    display: block;
    font-size: 70px;
    color: #aaa;
    line-height: 110px;
}


/*end file upload*/


/*text editor*/

.note-style .btn {
    padding: 0px!important;
}

.note-editor .btn {
    padding: .25rem .5rem;
}


/*end text editor*/


/*table basic*/

.avatar-img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: block;
    margin: auto;
}

.avatar-table tr td:first-child {
    padding: 0 .75rem;
}

.bg-21 tr td,
.bg-24 tr td {
    color: #fff;
    border: none;
}


/*end table basic*/


/*profile page*/

.left-profile-card .user-profile {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 20px;
}

.left-profile-card h3 {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 700;
}

.left-profile-card p {
    margin-bottom: 5px;
}

.left-profile-card .progress-bar {
    background-color: var(--main-color);
}

.personal-info {
    margin-bottom: 30px;
}

.personal-info .personal-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.personal-list li {
    margin-bottom: 5px;
}

.personal-info h3 {
    margin-bottom: 10px;
}

.personal-info p {
    margin-bottom: 5px;
    font-size: 14px;
}

.personal-info i {
    font-size: 15px;
    color: var(--main-color);
    ;
    margin-right: 15px;
    width: 18px;
}

.skill {
    margin-bottom: 30px;
}

.skill h3 {
    margin-bottom: 15px;
}

.skill p {
    margin-bottom: 5px;
}

.languages h3 {
    margin-bottom: 15px;
}

.languages p {
    margin-bottom: 5px;
}

.right-profile-card .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: var(--main-color);
}

.right-profile-card .nav>li {
    float: left;
    margin-right: 10px;
}

.right-profile-card .nav-pills .nav-link {
    border-radius: 26px;
}

.right-profile-card h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}

.right-profile-card h4 {
    font-size: 16px;
    margin-bottom: 15px;
}

.right-profile-card i {
    font-size: 15px;
    margin-right: 10px;
}

.right-profile-card .work-container {
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    padding: 10px;
}


/*timeline*/

.img-circle {
    border-radius: 50%;
}

.timeline-centered {
    position: relative;
    margin-bottom: 30px;
}

.timeline-centered:before,
.timeline-centered:after {
    content: " ";
    display: table;
}

.timeline-centered:after {
    clear: both;
}

.timeline-centered:before,
.timeline-centered:after {
    content: " ";
    display: table;
}

.timeline-centered:after {
    clear: both;
}

.timeline-centered:before {
    content: '';
    position: absolute;
    display: block;
    width: 4px;
    background: #f5f5f6;
    /*left: 50%;*/
    top: 20px;
    bottom: 20px;
    margin-left: 30px;
}

.timeline-centered .timeline-entry {
    position: relative;
    /*width: 50%;
        float: right;*/
    margin-top: 5px;
    margin-left: 30px;
    margin-bottom: 10px;
    clear: both;
}

.timeline-centered .timeline-entry:before,
.timeline-centered .timeline-entry:after {
    content: " ";
    display: table;
}

.timeline-centered .timeline-entry:after {
    clear: both;
}

.timeline-centered .timeline-entry:before,
.timeline-centered .timeline-entry:after {
    content: " ";
    display: table;
}

.timeline-centered .timeline-entry:after {
    clear: both;
}

.timeline-centered .timeline-entry.begin {
    margin-bottom: 0;
}

.timeline-centered .timeline-entry.left-aligned {
    float: left;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner {
    margin-left: 0;
    margin-right: -18px;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-time {
    left: auto;
    right: -100px;
    text-align: left;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-icon {
    float: right;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label {
    margin-left: 0;
    margin-right: 70px;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label:after {
    left: auto;
    right: 0;
    margin-left: 0;
    margin-right: -9px;
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.timeline-centered .timeline-entry .timeline-entry-inner {
    position: relative;
    margin-left: -20px;
}

.timeline-centered .timeline-entry .timeline-entry-inner:before,
.timeline-centered .timeline-entry .timeline-entry-inner:after {
    content: " ";
    display: table;
}

.timeline-centered .timeline-entry .timeline-entry-inner:after {
    clear: both;
}

.timeline-centered .timeline-entry .timeline-entry-inner:before,
.timeline-centered .timeline-entry .timeline-entry-inner:after {
    content: " ";
    display: table;
}

.timeline-centered .timeline-entry .timeline-entry-inner:after {
    clear: both;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time {
    position: absolute;
    left: -100px;
    text-align: right;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time>span {
    display: block;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time>span:first-child {
    font-size: 15px;
    font-weight: bold;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time>span:last-child {
    font-size: 12px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon {
    background:#333844;
    color: #737881;
    display: block;
    width: 40px;
    height: 40px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-align: center;
    -moz-box-shadow: 0 0 0 5px #f5f5f6;
    -webkit-box-shadow: 0 0 0 5px #f5f5f6;
    box-shadow: 0 0 0 5px #f5f5f6;
    line-height: 40px;
    font-size: 15px;
    float: left;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-primary {
    background-color: #303641;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-secondary {
    background-color: #ee4749;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-success {
    background-color: #00a651;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-info {
    background-color: #21a9e1;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-warning {
    background-color: #fad839;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-danger {
    background-color: #cc2424;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
    position: relative;
    background: #f5f5f6;
    padding: 1em;
    margin-left: 60px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 9px 9px 0;
    border-color: transparent #f5f5f6 transparent transparent;
    left: 0;
    top: 10px;
    margin-left: -9px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2,
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p {
    color: #737881;
    font-size: 12px;
    margin: 0;
    line-height: 1.428571429;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p+p {
    margin-top: 15px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 {
    font-size: 16px;
    margin-bottom: 10px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 a {
    color: #303641;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 span {
    -webkit-opacity: .6;
    -moz-opacity: .6;
    opacity: .6;
    -ms-filter: alpha(opacity=60);
    filter: alpha(opacity=60);
}


/*end profile page*/


/*calendar page*/

.fc-event {
    padding: 10px 6px;
    margin-bottom: 5px;
    cursor: move;
    border: none;
}

.fc .fc-event,
.fc .fc-event-dot {
    background-color: #16a085;
}

.fc-state-default {
    background-color: #fff;
    border: 1px solid #ddd;
    background-image: none;
    font-size: 13px !important;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

.fc-state-default:hover {
    background-color: #e6e6e6;
}

.fc-state-default.fc-state-active {
    background-color: #e6e6e6;
}

.fc-center h2 {
    color: #666;
    font-size: 20px;
    font-weight: 600;
}

.fc-day-header {
    color: #666;
    font-size: 13px;
    padding: 11px 0 !important;
}

.fc-day-number {
    font-size: 13px;
    color: #888;
    margin-right: 3px;
}

.fc-time-grid .fc-slats td {
    font-size: 13px;
}

.bg-gradient1 {
    background-image: linear-gradient(to right, #43e97b 0%, #38f9d7 100%);
}

.bg-gradient2 {
    background-image: linear-gradient(to right, #fa709a 0%, #fee140 100%);
}

.bg-gradient3 {
    background-image: linear-gradient(to right, #4facfe 0%, #00f2fe 100%);
}

.bg-gradient4 {
    background-image: linear-gradient(45deg, #874da2 0%, #c43a30 100%);
}

.bg-gradient5 {
    background-image: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.fc-unthemed .fc-content,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
    border-color: #E0E7ED;
}

#external-events {
    width: 150px;
    padding: 0 10px;
    border: 1px solid #E0E7ED;
    background:#333844;
}

#external-events .fc-event {
    margin: 1em 0;
    cursor: move;
}

#calendar-container {
    z-index: 1;
}

#calendar {
    max-width: 900px;
    margin: 20px auto;
}


/*end calendar page*/


/*galley*/

#gallery .col-lg-3 {
    margin-bottom: 30px;
}


/*end gallery*/


/*slider*/

.slider {
    width: 90%;
    margin: auto;
}

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-prev:before,
.slick-next:before {
    color: black;
}

.slick-slide {
    transition: all ease-in-out .3s;
    /*opacity: .2;*/
}

.signle-item .slick-active {
    /*opacity: .5;*/
}

.slick-current {
    opacity: 1;
}

.slider.fade:not(.show) {
    opacity: 1;
}


/*end slider*/


/*login & register*/

.login .container-fluid {
    width: 100%;
}

.h-100 {
    height: 100%!important;
}

.no-padding {
    padding: 0!important;
}

.overlay-1 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.authentication-col-content {
    display: flex;
    /* align-items: center;*/
    justify-content: center;
    flex-direction: column;
    height: 100vh;
    text-align: left;
    color: #fff;
    width: 60%;
    margin: auto;
}

.authentication-form {
    padding: 20px 50px 20px 50px;
}

@media(max-width: 992px) {
    .authentication-form {
        padding: 20px;
    }
}

.sign-btn a {
    text-decoration: none;
    color: #fff;
}

.register a {
    color: var(--main-color);
    ;
}


/*end login*/


/*login2*/

body.login-page {
    background: url(../../assets/img/bg4.jpg) no-repeat;
    background-size:cover;
    /*background-size: 1450px 700px;*/
    background-position: center center;
    height: 100vh;
}

@media(min-width: 992px) {
    .login-card {
        width: 500px;
    }
}

.login-card {
    box-shadow: 0 3px 25px 8px rgba(72, 29, 99, .2);
    margin: 100px auto;
    border-radius: 6px;
}

@media(max-width: 768px) {
    .login-card {
        /* margin: 10px; */
    }
    @media(min-width: 992px) {
        .register-card {
            width: 500px;
        }
    }
    .register-card {
        box-shadow: 0 3px 25px 8px rgba(72, 29, 99, .2);
        margin: 50px auto;
        border-radius: 6px;
    }
    @media(max-width: 768px) {
        .register-card {
            margin: 10px;
        }
    }
    .register-card h1 {
        font-size: 24px;
        margin-bottom: 30px;
    }
}

.login-card h1 {
    font-size: 24px;
    margin-bottom: 30px;
}

.login-screen {
    /* background-color: #212529; */
    background-color: #21252991;
    backdrop-filter: blur(10px);
    padding: 45px 45px;
    border-radius: 5px
}

.btn-login {
    border: 0;
    text-align: center;
    display: inline-block;
    padding: 10px 16px;
    color: #FFFFFF;
    background-color: #FF6384;
    border-radius: 6px;
    min-width: 150px;
    font-weight: 600;
    text-decoration: none;
    transition: all .2s ease-in;
}

.btn-login:hover {
    box-shadow: 0 20px 30px -11px rgba(31, 35, 65, 0.37);
    -webkit-transform: translate(0px, -5px);
    transform: translate(0px, -5px);
    text-decoration: none;
    color: #fff;
}


/*end login2 & register2*/


/*coming soon*/

.login .container-fluid {
    width: 100%;
}

.h-100 {
    height: 100%!important;
}

.no-padding {
    padding: 0!important;
}

.overlay-1 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.authentication-col-content {
    display: flex;
    /*align-items: center;*/
    justify-content: center;
    flex-direction: column;
    height: 100vh;
    text-align: left;
    color: #fff;
    width: 60%;
    margin: auto;
}

.authentication-form {
    padding: 20px 50px;
}

#clock .counter {
    display: inline-block;
    margin-top: 15px;
    padding-right: 3rem;
    overflow: hidden;
    text-align: center;
}

#clock .counter span {
    font-size: 3rem;
}


/*end coming soon*/


/*404*/

body.coming-soon {
    background-color: #000;
    margin: 0;
    padding: 0;
}

.board {
    text-align: center;
    height: 100vh;
    /*border: 1px solid rgba(255,180,0,0.4);*/
    /*  width: 500px;
  margin: 50px auto 0 auto;*/
    padding: 20px;
}

#title {
    font-size: 100px;
    line-height: 1em;
    font-family: 'Monoton', cursive;
    color: #fff;
    text-transform: uppercase;
}

#no {
    font-size: 75px;
    line-height: 1em;
    font-family: 'Monoton', cursive;
    color: #fff;
    text-transform: uppercase;
}

#vacancy {
    font-size: 75px;
    line-height: 1em;
    font-family: 'Monoton', cursive;
    color: #fff;
    text-transform: uppercase;
}


/*end 404*/


/*icons*/

.icon-wrapper .fas {
    text-align: left;
    font-size: 24px;
    margin-right: 20px;
    color: #8e8e8e;
}

.icon-wrapper .far {
    text-align: left;
    font-size: 24px;
    margin-right: 20px;
    color: #8e8e8e;
}

.icon-card {
    box-shadow: 0 10px 20px 0 rgba(26, 44, 57, 0.14);
    padding: 20px;
    margin-bottom: 20px;
    width: 100%;
    background:#333844;
}

.icon-wrapper .lnr {
    text-align: left;
    font-size: 24px;
    margin-right: 20px;
    color: #8e8e8e;
}

.icon-wrapper .col-lg-3 {
    display: flex;
    align-items: center;
}

.icon-wrapper .col-lg-3 i {
    margin-right: 10px;
    color: #666;
}

.icon-wrapper i {
    text-align: left;
    font-size: 15px;
    margin-right: 20px;
    color: #666;
}

.icon-wrapper span {
    text-align: left;
    font-size: 15px;
    margin-right: 20px;
    color: #666;
}


/*email inbox*/

.email-modal.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

@media (max-width: 767px) {
    .columns {
        -webkit-flex: 1 1 0%;
        -ms-flex: 1 1 0%;
        flex: 1 1 0%;
        -webkit-flex-basis: 0%;
        -ms-flex-preferred-size: 0%;
        flex-basis: 0%;
    }
    .column.is-fixed {
        position: fixed;
        left: 0;
        width: 240px;
        height: 100%;
        z-index: 1;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        transition: -webkit-transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
        transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    }
    .column.is-fixed.is-open {
        position: absolute;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .column.is-flexible~.column.is-fixed {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        left: auto;
        right: -240px;
        transition: all 0.3s ease-out;
    }
    .column.is-flexible~.column.is-fixed.is-open {
        right: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .box.navbar-collapse {
        display: block;
    }
}

@media (min-width: 768px) {
    .columns {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex: 1 1 0%;
        -ms-flex: 1 1 0%;
        flex: 1 1 0%;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        overflow-y: auto;
        position: relative;
    }
    .column {
        overflow-y: auto;
        -webkit-flex: 1 1 0%;
        -ms-flex: 1 1 0%;
        flex: 1 1 0%;
    }
    .column.is-fixed {
        -webkit-flex: 0 0 240px;
        -ms-flex: 0 0 240px;
        flex: 0 0 240px;
    }
}

.m-r-15 {
    margin-right: 15px !important;
}

.box {
    padding: 20px;
    margin-bottom: 15px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.box:not([class*="bg-"]) {
    background:#333844;
}

.box .table td,
.box .table th {
    vertical-align: top;
    border-top: 1px solid #3c404c;
}

.box>header,
.box .box-heading {
    background-color: inherit;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 15px;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

.box>header>h1,
.box .box-heading>h1,
.box>header h2,
.box .box-heading h2,
.box>header h3,
.box .box-heading h3,
.box>header h4,
.box .box-heading h4,
.box>header h5,
.box .box-heading h5,
.box>header h6,
.box .box-heading h6,
.box>header .box-title,
.box .box-heading .box-title {
    margin: 0;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    color: inherit;
}

.box>header[class*="bg-"] a,
.box .box-heading[class*="bg-"] a {
    color: #fff;
}

.box>header.bg-white a,
.box .box-heading.bg-white a {
    color: #333;
}

.box>footer {
    padding: 10px 15px;
}

.box-body {
    padding: 10px 15px;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
    -webkit-flex-basis: auto !important;
    -ms-flex-preferred-size: auto !important;
    flex-basis: auto !important;
}

.box-tools {
    margin-left: auto;
}

.box-tools ul {
    margin: 0;
}

.box-tools a {
    font-size: 14px;
    text-decoration: none;
    color: #888;
}

.box-tools a:hover,
.box-tools a:focus {
    color: #666;
}

header.text-white .box-tools a,
.box-heading.text-white .box-tools a {
    color: #fafafa;
}

header.text-white .box-tools a:hover,
.box-heading.text-white .box-tools a:hover,
header.text-white .box-tools a:focus,
.box-heading.text-white .box-tools a:focus {
    color: #fff;
}

.box:-webkit-full-screen {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.box:-moz-full-screen {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.box:-ms-fullscreen {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.box:fullscreen {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.box:-webkit-full-screen .box-body {
    overflow-y: auto;
}

.box:-moz-full-screen .box-body {
    overflow-y: auto;
}

.box:-ms-fullscreen .box-body {
    overflow-y: auto;
}

.box:fullscreen .box-body {
    overflow-y: auto;
}

.icon-after-input>.form-control {
    padding-right: 40px;
}

.icon-after-input>.icon {
    right: 0;
    padding-right: 10px;
}

.icon-before-input>.icon,
.icon-after-input>.icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #999;
}

.icon-before-input>.icon a,
.icon-after-input>.icon a,
.icon-before-input>.icon button:not([class*=btn]),
.icon-after-input>.icon button:not([class*=btn]) {
    background: transparent;
    border: 0;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0;
    cursor: pointer;
    color: #999;
}

.icon-before-input input:focus+.icon,
.icon-after-input input:focus+.icon,
.icon-before-input input:focus+.icon a,
.icon-after-input input:focus+.icon a,
.icon-before-input input:focus+.icon button:not([class*=btn]),
.icon-after-input input:focus+.icon button:not([class*=btn]) {
    color: #66afe9;
}

.icon-before-input,
.icon-after-input {
    width: 100%;
    position: relative;
    vertical-align: middle;
}

.label-info {
    background-color: #5bc0de;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.email-left .box-body {
    padding: 10px 15px;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
    -webkit-flex-basis: auto !important;
    -ms-flex-preferred-size: auto !important;
    flex-basis: auto !important;
}

.email-left .nav>li {
    position: relative;
    display: block;
}

.email-left .nav-header {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 5px;
    font-size: 85%;
    width: 100%;
    font-weight: normal;
    letter-spacing: 1px;
    color: #bdc3c7;
    text-transform: uppercase;
}

.email-left .nav-header {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 5px;
    font-size: 85%;
    font-weight: normal;
    letter-spacing: 1px;
    color: #bdc3c7;
    text-transform: uppercase;
}

.email-left .nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.email-left .nav>li {
    position: relative;
    display: block;
    width: 100%;
}

.email-left .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
    width: 100%;
}

.email-left .nav-bordered>li>a {
    border-color: transparent;
}

.email-left .nav-bordered .nav-header {
    margin: 0;
}

.email-left .nav-bordered>li>a:hover,
.nav-bordered>li>a:focus {
    background: none;
    text-decoration: none;
}

.email-left .nav-bordered>li:not(.disabled)>a:not(.disabled):hover:after,
.nav-bordered>li:not(.disabled)>a:not(.disabled):focus:after {
    /* -webkit-transform: scale3d(1, 1, 1); */
    transform: scale3d(1, 1, 1);
}

.email-left .nav-bordered>li:not(.disabled)>a:not(.disabled):after,
.nav-bordered>a:not(.disabled):after {
    position: absolute;
    height: 100%;
    width: 4px;
    content: '';
    left: 0;
    bottom: 0;
    background: #bdc3c7;
    -webkit-transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}

:after,
 :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.email-left .label-primary {
    background-color: #337ab7;
}

.email-left .label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.email-left .label-success {
    background-color: #5cb85c;
}

.email-left .label-warning {
    background-color: #f0ad4e;
}

.email-left .label-default {
    background-color: #777;
}

.email-left .pull-right {
    float: right!important;
}

.is-flexible h3 {
    font-size: 18px;
}

table .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

table .dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    width: 100%;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.is-flexible a {
    text-decoration: none;
}

.is-flexible a:hover {
    color: #333;
}

.btn-group-xs>.btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.p-a-15 {
    padding: 10px 20px!important;
}

.media-body span {
    font-size: 13px;
}

.media-body h4 {
    font-size: 16px;
    font-weight: 700;
}

.media-body h5 {
    font-size: 14px;
    color: #6c757d;
}


/*end email inbox*/


/*card design1*/

.card-header h2 {
    font-size: 18px;
    margin: 0;
}

.bg-flat-red {
    background-color: #F44336 !important;
    color: #fff;
}

.bg-flat-pink {
    background-color: #F62459 !important;
    color: #fff;
}

.bg-flat-iris {
    background-color: #763568 !important;
    color: #fff;
}

.bg-flat-purple {
    background-color: #5B3256 !important;
    color: #fff;
}

.bg-flat-blue {
    background-color: #22A7F0 !important;
    color: #fff;
}

.bg-flat-green {
    background-color: #26A65B !important;
    color: #fff;
}

.bg-flat-yellow {
    background-color: #D9B611 !important;
    color: #fff;
}

.bg-flat-grey {
    background-color: #757D75 !important;
    color: #fff;
}


/*material design colors*/

.bg-material-red {
    background: #F44336;
    color: #fff;
}

.bg-material-pink {
    background: #E91E63;
    color: #fff;
}

.bg-material-purple {
    background: #9C27B0;
    color: #fff;
}

.bg-material-deep-purple {
    background: #673AB7;
    color: #fff;
}

.bg-material-indigo {
    background: #3F51B5;
    color: #fff;
}

.bg-material-blue {
    background: #2196F3;
    color: #fff;
}

.bg-material-light-blue {
    background: #03A9F4;
    color: #fff;
}

.bg-material-cyan {
    background: #00BCD4;
    color: #fff;
}

.bg-material-teal {
    background: #009688;
    color: #fff;
}

.bg-material-green {
    background: #4CAF50;
    color: #fff;
}

.bg-material-light-green {
    background: #8BC34A;
    color: #fff;
}

.bg-material-lime {
    background: #CDDC39;
    color: #fff;
}

.bg-material-yellow {
    background: #FFEB3B;
    color: #fff;
}

.bg-material-deep-orange {
    background: #FF5722;
    color: #fff;
}

.bg-material-brown {
    background: #795548;
    color: #fff;
}


/*end card-design 1 & 2*/


/*card design 3*/

.card4 {
    background-color: #333844;
    margin-bottom: 35px;
    box-shadow: 0 10px 20px 0 rgba(26, 44, 57, 0.14);
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.card4.card-info.horizontal {
    border-top: 2px solid #5458b3;
}

.card4.card-info.vertical {
    border-left: 2px solid #5458b3;
}


/**
* CARD
**/


/*border card*/

.border-card {
    overflow: hidden;
    width: 260px;
    margin-bottom: 50px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 4px 21px -12px rgba(0, 0, 0, .66);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-size: 15px;
    cursor: pointer;
}

.border-card.color-purple .card-bar {
    background-color: #a15dc0;
}

.border-card .card-bar {
    width: 4px;
    height: 45px;
    margin-top: 16px;
    float: left;
}

.border-card .body {
    padding: 15px 20px;
}

.border-card .body h2 {
    font-size: 18px;
    margin-bottom: 0;
    line-height: 1.29;
}

.border-card:hover {
    box-shadow: 0 34px 32px -33px rgba(0, 0, 0, .18);
    -webkit-transform: translate(0px, -3px);
    -ms-transform: translate(0px, -3px);
    transform: translate(0px, -3px);
}

.border-card .body .desc {
    color: #a15dc0;
}


/*//profile card*/

.profile-card {
    width: 300px;
    min-height: 400px;
    background:#333844;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .1);
    border-radius: 10px;
    transition: 0.5s;
}

.profile-card:hover {
    box-shadow: 0 30px 70px rgba(0, 0, 0, .2);
}

.profile-card .box {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
}

.profile-card .box .img {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
}

.profile-card .box .img img {
    width: 100%;
    height: 100%;
}

.profile-card .box h2 {
    font-size: 20px;
    color: #262626;
    margin: 20px auto;
}

.profile-card .box h2 span {
    font-size: 14px;
    background: #e91e63;
    color: #fff;
    display: inline-block;
    padding: 4px 10px;
    border-radius: 15px;
}

.profile-card .box p {
    color: #262626;
}

.profile-card .box span {
    display: inline-flex;
}

.profile-card .box ul {
    margin: 0;
    padding: 0;
}

.profile-card .box ul li {
    list-style: none;
    float: left;
}

.profile-card .box ul li a {
    display: block;
    color: #aaa;
    margin: 0 10px;
    font-size: 20px;
    transition: 0.5s;
    text-align: center;
}

.profile-card .box ul li:hover a {
    color: #e91e63;
    transform: rotateY(360deg);
}

.unstyled-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.file-list {
    margin-bottom: 10px;
}

.file-list li {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.file-list li i {
    color: #333;
    font-size: 24px;
    margin-right: 10px;
    margin-left: 10px;
}

.file-list li i.fas.fa-arrow-circle-down {
    color: #333;
    font-size: 18px;
}

.product-sales h1 {
    /*text-align: center;*/
    font-size: 40px;
    color: #d2d2e5;
}

.product-sales .sub-title {
    /*text-align: center;*/
    margin-bottom: 45px;
}

.product-sales h4 {
    font-size: 14px;
}

.product-sales .progress {
    margin-bottom: 20px;
}

.support-tickets li {
    border-bottom: 1px solid #eee;
    padding: 15px 0;
}

.support-tickets p {
    margin: 0;
}

.support-tickets .user-image {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.support-tickets h3 {
    font-size: 14px;
    font-weight: 700;
    margin: 0;
}

.support-tickets span {
    font-size: 12px;
}
.product-image-a{
    width: 80px;
    border-radius: 4px;
}
.product-image .product-image {
    height: 59px;
}

.circle-card {
    border-radius: 10px;
}

.circle-card h3 {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}

.first-circle {
    position: relative;
    text-align: center;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}

.first-circle .circle-text {
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 30px;
}

.circle-text h2 {
    font-size: 30px;
    margin-bottom: 0;
    font-weight: 700;
}

.circle-text p {
    font-size: 15px;
    color: #ccc;
}

.circle-card h2 {
    font-size: 20px;
    font-weight: 700;
}

.card-heading {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}

.bordered-card {
    border: 1px solid rgba(0, 0, 0, .125);
    margin-bottom: 35px;
}

.bordered-card .card-body {
    background:#333844;
}


/*end card design 3*/


/*pricing card*/

.pricing-card1 {
    position: relative;
    box-shadow: 0 10px 20px 0 rgba(26, 44, 57, 0.14);
    padding: 60px 25px 20px;
    width: 90%;
    margin: auto;
    border-radius: 20px;
    margin-bottom: 35px;
    background:#333844;
}

.pricing-card1:before {
    position: absolute;
    content: '';
    background: #216feb;
    height: 65px;
    width: 10px;
    top: 65px;
    left: 0;
}

.pricing-card1 h3 {
    font-size: 16px;
}

.pricing-card1 h1 {
    color: #216feb;
    font-weight: 700;
    margin-bottom: 50px;
}

ul {
    margin: 0;
    /*padding: 0;*/
}

.pricing-card1 .list1 {
    padding-left: 30px;
}

.pricing-card1 .list1 li {
    position: relative;
    list-style-type: none;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.pricing-card1 .list1 li:before {
    content: "-";
    color: #7d7d7d;
    position: absolute;
    left: -20px;
}

.pricing-card1 button {
    width: 80%;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    margin: 20px;
    height: 55px;
    text-align: center;
    border: none;
    background-size: 300% 100%;
    background: #216feb;
    border-radius: 50px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.pricing-card2 {
    position: relative;
    box-shadow: 0 10px 20px 0 rgba(26, 44, 57, 0.14);
    padding: 60px 25px 20px;
    width: 90%;
    margin: auto;
    text-align: center;
    border-radius: 6px;
    margin-bottom: 35px;
    background:#333844;
}

.pricing-card2 h3 {
    font-size: 16px;
}

.pricing-card2 h1 {
        color: #d2d2e5;
    font-weight: 700;
    margin-bottom: 40px;
}

.pricing-card2.pink h3 {
    color: #ff94c5;
}

.pricing-card2.purple h3 {
    color: #ad97ef;
}

.pricing-card2.green h3 {
    color: #72ea99;
}

ul {
    margin: 0;
}

.pricing-card2 .list1 li {
    color: #d2d2e5;
    position: relative;
    list-style-type: none;
    padding: 10px 0;
}

.pricing-card2 button {
    width: 80%;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    margin: 20px;
    height: 55px;
    text-align: center;
    border: none;
    background-size: 300% 100%;
    background: #216feb;
    border-radius: 50px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.pricing-card2.pink button {
    background: #ff94c5;
}

.pricing-card2.purple button {
    background: #ad97ef;
}

.pricing-card2.green button {
    background: #72ea99;
}

.pricing-action {
    color: inherit;
    border: none;
    background: none;
}

.pricing-action:focus {
    outline: none;
}

.pricing-feature-list {
    text-align: left;
}

.pricing-item {
    position: relative;
    width: 90%;
    margin: auto;
    text-align: center;
    cursor: default;
       color: #d2d2e5;
    background:#333844;
    box-shadow: 0 10px 20px 0 rgba(26, 44, 57, 0.14);
    border-radius: 20px 20px 10px 10px;
    margin: 1em;
}

.pricing-deco {
    border-radius: 10px 10px 0 0;
    background: rgba(76, 70, 101, 0.99);
    padding: 4em 0 9em;
    position: relative;
}

.pricing-deco-img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 160px;
}

.pricing-title {
    font-size: 0.75em;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #fff;
}

.deco-layer {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}

.pricing-item:hover .deco-layer--1 {
    -webkit-transform: translate3d(15px, 0, 0);
    transform: translate3d(15px, 0, 0);
}

.pricing-item:hover .deco-layer--2 {
    -webkit-transform: translate3d(-15px, 0, 0);
    transform: translate3d(-15px, 0, 0);
}

.icon {
    font-size: 2.5em;
}

.pricing-price {
    font-size: 5em;
    font-weight: bold;
    padding: 0;
    color: #fff;
    margin: 0 0 0.25em 0;
    line-height: 0.75;
}

.pricing-currency {
    font-size: 0.15em;
    vertical-align: top;
}

.pricing-period {
    font-size: 0.15em;
    padding: 0 0 0 0.5em;
    font-style: italic;
}

.pricing-feature-list {
    margin: 0;
    padding: 0.25em 0 2.5em;
    list-style: none;
    text-align: center;
}

.pricing-feature {
    padding: 1em 0;
}

.pricing-action {
    font-weight: bold;
    margin: auto 3em 2em 3em;
    padding: 1em 2em;
    color: #fff;
    border-radius: 30px;
    background: #4d4766;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.pricing-action:hover,
.pricing-action:focus {
    background-color: #100A13;
}

.pricing-item--featured .pricing-deco {
    padding: 5em 0 8.885em 0;
}


/*end pricing card*/


/*widget1*/

.widget1 {
    padding: 30px 30px;
    box-shadow: 0 10px 20px 0 rgba(26, 44, 57, 0.14);
    margin: auto;
    background:#333844;
    margin-bottom: 40px;
}

.widget1 .widget-wrapper {
    display: flex;
    align-items: center;
}

.widget1 .widget-wrapper .right-area h3 {
    margin-bottom: 0;
    font-size: 26px;
}

.widget1 .widget-wrapper i {
    background: red;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 35px;
    text-align: center;
    color: #fff;
}

.green-widget .widget-wrapper i {
    background: #72ea99;
}

.orange-widget .widget-wrapper i {
    background: #f9a11b;
    background: #ffc833;
}

.yellow-widget .widget-wrapper i {
    background: #ffc833;
}

.pink-widget .widget-wrapper i {
    background: #ff94c5;
}

.bg-flat-red1 .widget-wrapper i {
    background: #F44336;
}

.bg-flat-iris1 .widget-wrapper i {
    background: #763568;
}

.bg-flat-pink1 .widget-wrapper i {
    background: #F62459;
}

.bg-flat-blue1 .widget-wrapper i {
    background: #22A7F0;
}

.bg-flat-green1 .widget-wrapper i {
    background: #26A65B;
}

.bg-flat-yellow1 .widget-wrapper i {
    background: #D9B611;
    background: #ffc833;
}

.bg-flat-grey1 .widget-wrapper i {
    background: #757D75;
}

.bg-material-brown1 .widget-wrapper i {
    background: #795548;
}


/*end widget1*/


/*widget2*/

.widget2 {
    padding: 30px;
    box-shadow: 0 10px 20px 0 rgba(26, 44, 57, 0.14);
    border-radius: 6px;
    font-size: 16px;
    margin-bottom: 30px;
}

.widget2 .title {
    font-size: 16px;
    margin-bottom: 15px;
}

.widget2 i {
    font-size: 28px;
    margin-bottom: 10px;
}

.widget2 .count {
    font-size: 28px;
    margin-bottom: 10px;
}

.bg-gradient1.widget2 {
    background-image: radial-gradient( circle farthest-corner at 10% 20%, rgba(183, 18, 52, 1) 0%, rgba(139, 14, 40, 1) 99.5%);
    color: #fff;
}

.bg-gradient2.widget2 {
    background-image: radial-gradient( circle 722px at 2.2% 50.3%, rgba(234, 93, 124, 1) 0%, rgba(236, 113, 100, 1) 90%);
    color: #fff;
}

.bg-gradient3.widget2 {
    background-image: radial-gradient( circle farthest-corner at -4% -12.9%, rgba(74, 98, 110, 1) 0.3%, rgba(30, 33, 48, 1) 90.2%);
    color: #fff;
}

.bg-gradient4.widget2 {
    background: linear-gradient(to right, rgb(242, 112, 156), rgb(255, 148, 114));
    color: #fff;
}

.bg-gradient5.widget2 {
    background-image: linear-gradient( 96.1deg, rgba(229, 73, 73, 1) 10.8%, rgba(246, 113, 113, 1) 107.8%);
    color: #fff;
}

.bg-gradient6.widget2 {
    background-image: radial-gradient( circle farthest-corner at 11.6% 23%, rgba(213, 31, 6, 1) 0%, rgba(241, 132, 60, 1) 90%);
    color: #fff;
}

.bg-gradient7.widget2 {
    background-image: radial-gradient( circle farthest-corner at 10% 20%, rgba(53, 144, 187, 1) 0%, rgba(60, 130, 208, 1) 90%);
    color: #fff;
}

.bg-gradient8.widget2 {
    background-image: linear-gradient( 168.2deg, rgba(44, 207, 156, 1) 19.3%, rgba(18, 235, 167, 1) 67.5%);
    color: #fff;
}

.bg-gradient9.widget2 {
    background-image: radial-gradient( circle farthest-corner at 10% 20%, rgba(61, 172, 172, 1) 0%, rgba(21, 195, 197, 1) 90%);
    color: #fff;
}

.bg-gradient10.widget2 {
    background-image: radial-gradient( circle farthest-corner at 18% 18.8%, rgba(4, 150, 255, 0.63) 0%, rgba(4, 150, 255, 1) 90%);
    color: #fff;
}

.bg-gradient11.widget2 {
    background-image: linear-gradient( 235deg, rgba(217, 59, 130, 1) 29.5%, rgba(248, 98, 63, 1) 122.5%);
    color: #fff;
}

.bg-gradient12.widget2 {
    background-image: radial-gradient( circle farthest-corner at 10% 20%, rgba(253, 186, 0, 1) 0%, rgba(255, 207, 45, 1) 90%);
    color: #fff;
}


/*end widget2*/


/*widget3*/

.card-counter1 {
    overflow: hidden;
    box-shadow: 2px 2px 10px #393a40;
    margin-bottom: 35px;
    padding: 20px 10px;
    border-radius: 5px;
    transition: .3s linear all;
}

.card-counter1:hover {
    box-shadow: 4px 4px 20px #DADADA;
    transition: .3s linear all;
}

.card-counter1:hover i {
    transform: scale(1.5);
}

.card-counter1.primary {
    background-color: #ad97ef;
    color: #FFF;
}

.card-counter1.danger {
    background-color: #ff94c5;
    color: #FFF;
}

.card-counter1.success {
    background-color: #72ea99;
    color: #FFF;
}

.card-counter1.info {
    background-color: #ffc832;
    color: #FFF;
}

.card-counter1 i {
    font-size: 5em;
    opacity: 0.2;
    transition: all .2s ease-in;
}

.card-counter1 .count-numbers {
    position: absolute;
    right: 35px;
    top: 20px;
    font-size: 32px;
    display: block;
}

.card-counter1 .count-name {
    position: absolute;
    right: 35px;
    top: 65px;
    font-style: italic;
    text-transform: capitalize;
    opacity: 0.5;
    display: block;
    font-size: 18px;
}


/*end widget3*/


/*widget 4*/

.widget6 h4 {
    font-size: 20px;
}

.widget6 .progress {
    height: .5rem;
}

.widget7 i {
    font-size: 32px;
}

.widget7 h6 {
    font-size: 16px;
    font-weight: 500;
    color: #2f2c36;
}

.widget7 p {
    color: #6c757d;
}

.widget8 i {
    font-size: 32px;
    color: #fff;
}

.widget8 h6 {
    font-size: 16px;
    font-weight: 500;
}

.widget8 p {}

.social-card {
    text-align: center;
}

.social-card i {
    margin-bottom: 10px;
}

.facebook-color {
    color: #3b5999;
}

.instagram-color {
    color: #e4405f;
}

.twitter-color {
    color: #55acee;
}

.github-color {
    color: #3b5999;
}

.google-plus-color {
    color: #dd4b39;
}

.pinterest-color {
    color: #bd081c;
}

.float-left {
    float: left;
}

.card-header .nav>li {
    float: left;
}

.card-header .nav-pills .nav-link {
    border-radius: 1rem;
}

.card-header .nav>li>a {
    padding: 3px 15px;
}

.card-header {
    border: none;
}

.card-header .card-title {
    font-size: 15px;
}

ul.timeline {
    list-style-type: none;
    position: relative;
}

ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 24px;
    width: 1px;
    height: 100%;
    z-index: 400;
}

ul.timeline>li {
    padding-left: 20px;
}

ul.timeline>li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 1px solid #333;
    left: 20px;
    width: 10px;
    height: 10px;
    z-index: 400;
}


/*end widget 4*/


/*products*/


/********************* Shopping Demo-5 **********************/

.product-image5 .pic-1,
.product-image5 .pic-2 {
    backface-visibility: hidden;
    transition: all .5s ease 0s
}

.product-grid5 {
    font-family: Poppins, sans-serif;
    position: relative
}

.product-grid5 .product-image5 {
    overflow: hidden;
    position: relative
}

.product-grid5 .product-image5 a {
    display: block
}

.product-grid5 .product-image5 img {
    width: 100%;
    height: auto
}

.product-image5 .pic-1 {
    opacity: 1
}

.product-grid5:hover .product-image5 .pic-1 {
    opacity: 0
}

.product-image5 .pic-2 {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0
}

.product-grid5:hover .product-image5 .pic-2 {
    opacity: 1
}

.product-grid5 .social {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 10px;
    right: 10px
}

.product-grid5 .social li {
    display: block;
    margin: 0 0 10px;
    transition: all .5s
}

.product-grid5 .social li:nth-child(2) {
    opacity: 0;
    transform: translateY(-50px)
}

.product-grid5:hover .social li:nth-child(2) {
    opacity: 1;
    transform: translateY(0)
}

.product-grid5 .social li:nth-child(3) {
    opacity: 0;
    transform: translateY(-50px)
}

.product-grid5:hover .social li:nth-child(3) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .2s
}

.product-grid5 .social li a {
    color: #888;
    background:#333844;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: block;
    transition: .5s ease 0s
}

.product-grid5 .social li a:hover {
    color: #fff;
    background: #1e3799
}

.product-grid5 .select-options {
    color: #777;
    background-color: #fff;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    padding: 15px 5px;
    margin: 0 auto;
    opacity: 0;
    display: block;
    position: absolute;
    width: 92%;
    left: 0;
    bottom: -100px;
    right: 0;
    transition: all .5s ease-in
}

.product-grid5 .select-options:hover {
    color: #fff;
    background-color: var(--main-color);
    text-decoration: none
}

.product-grid5:hover .select-options {
    opacity: 1;
    bottom: 10px
}

.product-grid5 .product-content {
    padding: 20px 10px
}

.product-grid5 .title {
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 10px;
    transition: all .3s ease
}

.product-grid5 .title a {
    color: #d2d2e5;
}

.product-grid5 .title a:hover {
    color: #1e3799
}

.product-grid5 .price {
  color: #d2d2e5;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px
}

@media only screen and (max-width:990px) {
    .product-grid5 {
        margin-bottom: 30px
    }
}


/*end products*/


/*product details*/

@media(min-width: 992px) {
    .product-details {
        padding: 20px 70px 20px 20px;
    }
}

.product-details h2 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
}

.product-details h2.price {
    margin-bottom: 30px;
}

.product-details p {
    margin-bottom: 20px;
}

.product-details h4 {
    font-size: 16px;
    font-weight: 600;
}

.swatch {
    float: left;
    margin-right: 40px;
    margin-bottom: 20px
}

.swatch .swatch-element {
    float: left;
    margin: 5px 8px 0 0;
    position: relative;
}

.swatch input {
    display: none;
}

.swatch .plain input:not(:checked)+label {
    color: #16161a !important;
}

.swatch input:not(:checked)+label {
    border-color: #edeff2 !important;
}

.swatch .plain label {
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-family: "montserratbold", sans-serif;
    border: 1px solid #086fcf;
    color: #086fcf;
    cursor: pointer;
    display: block;
    height: 42px;
    padding-top: 8px;
    text-align: center;
    width: 42px;
}

.swatch .swatch-element {
    float: left;
    margin: 5px 8px 0 0;
    position: relative;
}

.swatch .blue input:checked+label {
    border-color: #086fcf !important;
}

.swatch .swatch-element .crossed-out {
    display: none;
}

.crossed-out {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.swatch .blue label span {
    background-color: #086fcf !important;
}

.swatch .color label span {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
    height: 26px;
    position: relative;
    width: 26px;
}

.swatch .color input:checked+label span:after {
    opacity: 1;
}

.swatch .color label span:after {
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: transparent url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiI…48L3BhdGg+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==) no-repeat center center;
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.swatch .tooltip {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    background-color: rgba(22, 22, 26, 0.93);
    color: #fff;
    bottom: 100%;
    padding: 10px;
    display: block;
    position: absolute;
    width: 100px;
    left: -23px;
    margin-bottom: 15px;
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    z-index: 10000;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.swatch .blue input:checked+label {
    border-color: #086fcf !important;
}

.swatch .color label {
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid;
    cursor: pointer;
    display: block;
    height: 42px;
    padding: 7px 0 0 7px;
    width: 42px;
}


/********************* shopping Demo-1 **********************/

.product-grid {
    font-family: Raleway, sans-serif;
    text-align: center;
    padding: 0 0 72px;
    border: 1px solid rgba(0, 0, 0, .1);
    overflow: hidden;
    position: relative;
    z-index: 1
}

.product-grid .product-image {
    position: relative;
    transition: all .3s ease 0s
}

.product-grid .product-image a {
    display: block
}

.product-grid .product-image img {
    width: 100%;
    height: auto
}

.product-grid .pic-1 {
    opacity: 1;
    transition: all .3s ease-out 0s
}

.product-grid:hover .pic-1 {
    opacity: 1
}

.product-grid .pic-2 {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s ease-out 0s
}

.product-grid:hover .pic-2 {
    opacity: 1
}

.product-grid .social {
    width: 150px;
    padding: 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    top: 60%;
    left: 50%;
    z-index: 1;
    transition: all .3s ease 0s
}

.product-grid:hover .social {
    opacity: 1;
    top: 50%
}

.product-grid .social li {
    display: inline-block
}

.product-grid .social li a {
    color: #fff;
    background-color: #333;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    height: 40px;
    width: 40px;
    margin: 0 2px;
    display: block;
    position: relative;
    transition: all .3s ease-in-out
}

.product-grid .social li a:hover {
    color: #fff;
    background-color: #ef5777
}

.product-grid .social li a:after,
.product-grid .social li a:before {
    content: attr(data-tip);
    color: #fff;
    background-color: #000;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 20px;
    padding: 1px 5px;
    white-space: nowrap;
    opacity: 0;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: -30px
}

.product-grid .social li a:after {
    content: '';
    height: 15px;
    width: 15px;
    border-radius: 0;
    transform: translateX(-50%) rotate(45deg);
    top: -20px;
    z-index: -1
}

.product-grid .social li a:hover:after,
.product-grid .social li a:hover:before {
    opacity: 1
}

.product-grid .product-discount-label,
.product-grid .product-new-label {
    color: #fff;
    background-color: #ef5777;
    font-size: 12px;
    text-transform: uppercase;
    padding: 2px 7px;
    display: block;
    position: absolute;
    top: 10px;
    left: 0
}

.product-grid .product-discount-label {
    background-color: #333;
    left: auto;
    right: 0
}

.product-grid .rating {
    background-color: #333844;
    color: #FFD200;
    font-size: 12px;
    padding: 12px 0 0;
    margin: 0;
    list-style: none;
    position: relative;
    z-index: -1
}

.product-grid .rating li.disable {
    color: rgba(0, 0, 0, .2)
}

.product-grid .product-content {
    background-color: #333844;
    text-align: center;
    padding: 12px 0;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -27px;
    z-index: 1;
    transition: all .3s
}

.product-grid:hover .product-content {
    bottom: 0
}

.product-grid .title {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: .5px;
    text-transform: capitalize;
    margin: 0 0 10px;
    transition: all .3s ease 0s
}

.product-grid .title a {
    color: #828282
}

.product-grid .title a:hover,
.product-grid:hover .title a {
    color: #ef5777
}

.product-grid .price {
     color: #d2d2e5;
    font-size: 17px;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    letter-spacing: .6px;
    margin-bottom: 8px;
    text-align: center;
    transition: all .3s
}

.product-grid .price span {
    color: #999;
    font-size: 13px;
    font-weight: 400;
    text-decoration: line-through;
    margin-left: 3px;
    display: inline-block
}

.product-grid .add-to-cart {
     color: #d2d2e5;
    font-size: 13px;
    font-weight: 600
}

@media only screen and (max-width:990px) {
    .product-grid {
        margin-bottom: 30px
    }
}


/*end product details*/


/*product orders*/

.thumb {
    width: 80px;
    height: 80px;
    margin: auto;
    border-radius: 3px;
    background: #f9f9f9;
    border: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
}

.thumb img {
    max-width: 35px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.order-table .table td,
.order-table .table th {
    vertical-align: middle;
    text-align: center;
}


/*end product orders*/


/*product cart*/

.cart-card .table th {
    border-top: none;
    padding: 5px 8px;
}

.cart-card .table td {
    vertical-align: middle;
}

.cart-card .card-header p {
    margin-bottom: 0;
}

.width-120 {
    width: 120px;
}


/*end product cart*/


/*range slider*/

.flat .irs,
.modern .irs,
.simple .irs {
    margin-bottom: 40px;
}

.dark-bg {
    background: #333;
}


/*end range slider*/


/*timeline*/

a {
    text-decoration: none
}


/*h4{text-align:center;margin:30px 0;color:#444}*/

.main-timeline {
    position: relative
}

.main-timeline:before {
    content: "";
    width: 5px;
    height: 100%;
    border-radius: 20px;
    margin: 0 auto;
    background: #242922;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.main-timeline .timeline {
    display: inline-block;
    margin-bottom: 50px;
    position: relative
}

.main-timeline .timeline:before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 4px solid #fff;
    background: #D81159;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%)
}

.main-timeline .timeline-icon {
    display: inline-block;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    border: 3px solid #D81159;
    padding: 13px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translateY(-50%)
}

.main-timeline .timeline-icon i {
    display: block;
    border-radius: 50%;
    background: #D81159;
    font-size: 64px;
    color: #fff;
    line-height: 100px;
    z-index: 1;
    position: relative
}

.main-timeline .timeline-icon:after,
.main-timeline .timeline-icon:before {
    content: "";
    width: 100px;
    height: 4px;
    background: #D81159;
    position: absolute;
    top: 50%;
    right: -100px;
    transform: translateY(-50%)
}

.main-timeline .timeline-icon:after {
    width: 70px;
    height: 50px;
    background: #f0f6ff;
    top: 89px;
    right: -30px
}

.main-timeline .timeline-content {
    width: 50%;
    padding: 0 50px;
    margin: 52px 0 0;
    float: right;
    position: relative
}

.main-timeline .timeline-content:before {
    content: "";
    width: 70%;
    height: 100%;
    border: 3px solid #D81159;
    border-top: none;
    border-right: none;
    position: absolute;
    bottom: -13px;
    left: 35px
}

.main-timeline .timeline-content:after {
    content: "";
    width: 37px;
    height: 3px;
    background: #D81159;
    position: absolute;
    top: 13px;
    left: 0
}

.main-timeline .title {
    font-size: 20px;
    color: #D81159;
    text-transform: uppercase;
    margin: 0 0 5px
}

.main-timeline .description {
    display: inline-block;
     color: #d2d2e5;
    line-height: 20px;
    margin: 0
}

.main-timeline .timeline:nth-child(even) .timeline-icon {
    left: auto;
    right: 30%
}

.main-timeline .timeline:nth-child(even) .timeline-icon:before {
    right: auto;
    left: -100px
}

.main-timeline .timeline:nth-child(even) .timeline-icon:after {
    right: auto;
    left: -30px
}

.main-timeline .timeline:nth-child(even) .timeline-content {
    float: left
}

.main-timeline .timeline:nth-child(even) .timeline-content:before {
    left: auto;
    right: 35px;
    transform: rotateY(180deg)
}

.main-timeline .timeline:nth-child(even) .timeline-content:after {
    left: auto;
    right: 0
}

.main-timeline .timeline:nth-child(2n) .timeline-content:after,
.main-timeline .timeline:nth-child(2n) .timeline-icon i,
.main-timeline .timeline:nth-child(2n) .timeline-icon:before,
.main-timeline .timeline:nth-child(2n):before {
    background: #F68657
}

.main-timeline .timeline:nth-child(2n) .timeline-icon {
    border-color: #F68657
}

.main-timeline .timeline:nth-child(2n) .title {
    color: #F68657
}

.main-timeline .timeline:nth-child(2n) .timeline-content:before {
    border-left-color: #F68657;
    border-bottom-color: #F68657
}

.main-timeline .timeline:nth-child(3n) .timeline-content:after,
.main-timeline .timeline:nth-child(3n) .timeline-icon i,
.main-timeline .timeline:nth-child(3n) .timeline-icon:before,
.main-timeline .timeline:nth-child(3n):before {
    background: #8fb800
}

.main-timeline .timeline:nth-child(3n) .timeline-icon {
    border-color: #8fb800
}

.main-timeline .timeline:nth-child(3n) .title {
    color: #8fb800
}

.main-timeline .timeline:nth-child(3n) .timeline-content:before {
    border-left-color: #8fb800;
    border-bottom-color: #8fb800
}

.main-timeline .timeline:nth-child(4n) .timeline-content:after,
.main-timeline .timeline:nth-child(4n) .timeline-icon i,
.main-timeline .timeline:nth-child(4n) .timeline-icon:before,
.main-timeline .timeline:nth-child(4n):before {
    background: #2fcea5
}

.main-timeline .timeline:nth-child(4n) .timeline-icon {
    border-color: #2fcea5
}

.main-timeline .timeline:nth-child(4n) .title {
    color: #2fcea5
}

.main-timeline .timeline:nth-child(4n) .timeline-content:before {
    border-left-color: #2fcea5;
    border-bottom-color: #2fcea5
}

@media only screen and (max-width:1200px) {
    .main-timeline .timeline-icon:before {
        width: 50px;
        right: -50px
    }
    .main-timeline .timeline:nth-child(even) .timeline-icon:before {
        right: auto;
        left: -50px
    }
    .main-timeline .timeline-content {
        margin-top: 75px
    }
}

@media only screen and (max-width:990px) {
    .main-timeline .timeline {
        margin: 0 0 10px
    }
    .main-timeline .timeline-icon {
        left: 25%
    }
    .main-timeline .timeline:nth-child(even) .timeline-icon {
        right: 25%
    }
    .main-timeline .timeline-content {
        margin-top: 115px
    }
}

@media only screen and (max-width:767px) {
    .main-timeline {
        padding-top: 50px
    }
    .main-timeline:before {
        left: 80px;
        right: 0;
        margin: 0
    }
    .main-timeline .timeline {
        margin-bottom: 70px
    }
    .main-timeline .timeline:before {
        top: 0;
        left: 83px;
        right: 0;
        margin: 0
    }
    .main-timeline .timeline-icon {
        width: 60px;
        height: 60px;
        line-height: 40px;
        padding: 5px;
        top: 0;
        left: 0
    }
    .main-timeline .timeline:nth-child(even) .timeline-icon {
        left: 0;
        right: auto
    }
    .main-timeline .timeline-icon:before,
    .main-timeline .timeline:nth-child(even) .timeline-icon:before {
        width: 25px;
        left: auto;
        right: -25px
    }
    .main-timeline .timeline-icon:after,
    .main-timeline .timeline:nth-child(even) .timeline-icon:after {
        width: 25px;
        height: 30px;
        top: 44px;
        left: auto;
        right: -5px
    }
    .main-timeline .timeline-icon i {
        font-size: 30px;
        line-height: 45px
    }
    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(even) .timeline-content {
        width: 100%;
        margin-top: -15px;
        padding-left: 130px;
        padding-right: 5px
    }
    .main-timeline .timeline:nth-child(even) .timeline-content {
        float: right
    }
    .main-timeline .timeline-content:before,
    .main-timeline .timeline:nth-child(even) .timeline-content:before {
        width: 50%;
        left: 120px
    }
    .main-timeline .timeline:nth-child(even) .timeline-content:before {
        right: auto;
        transform: rotateY(0)
    }
    .main-timeline .timeline-content:after,
    .main-timeline .timeline:nth-child(even) .timeline-content:after {
        left: 85px
    }
}

@media only screen and (max-width:479px) {
    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(2n) .timeline-content {
        padding-left: 110px
    }
    .main-timeline .timeline-content:before,
    .main-timeline .timeline:nth-child(2n) .timeline-content:before {
        left: 99px
    }
    .main-timeline .timeline-content:after,
    .main-timeline .timeline:nth-child(2n) .timeline-content:after {
        left: 65px
    }
}


/*timeline2*/


/******************* Timeline Demo - 4 *****************/

.main-timeline2 {
    overflow: hidden;
    position: relative
}

.main-timeline2:before {
    content: "";
    width: 5px;
    height: 70%;
    background: #333;
    position: absolute;
    top: 70px;
    left: 50%;
    transform: translateX(-50%)
}

.main-timeline2 .timeline-content:before,
.main-timeline2 .timeline:before {
    top: 50%;
    transform: translateY(-50%);
    content: ""
}

.main-timeline2 .timeline {
    width: 50%;
    padding-left: 100px;
    float: right;
    position: relative
}

.main-timeline2 .timeline:before {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background:#333844;
    border: 5px solid #333;
    position: absolute;
    left: -10px
}

.main-timeline2 .timeline-content {
    display: block;
    padding-left: 150px;
    position: relative
}

.main-timeline2 .timeline-content:before {
    width: 90px;
    height: 10px;
    border-top: 7px dotted #333;
    position: absolute;
    left: -92px
}

.main-timeline2 .year {
    display: inline-block;
    width: 120px;
    height: 120px;
    line-height: 100px;
    border-radius: 50%;
    border: 10px solid #f54957;
    font-size: 30px;
    color: #f54957;
    text-align: center;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, .4);
    position: absolute;
    top: 0;
    left: 0
}

.main-timeline2 .year:before {
    content: "";
    border-left: 20px solid #f54957;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    bottom: -13px;
    right: 0;
    transform: rotate(45deg)
}

.main-timeline2 .inner-content {
    padding: 20px 0
}

.main-timeline2 .title {
    font-size: 24px;
    color: #f54957;
    text-transform: uppercase;
    margin: 0 0 5px
}

.main-timeline2 .description {
    font-size: 14px;
    color: #d2d2e5;
    margin: 0 0 5px
}

.main-timeline2 .timeline:nth-child(2n) {
    padding: 0 100px 0 0
}

.main-timeline2 .timeline:nth-child(2n) .timeline-content:before,
.main-timeline2 .timeline:nth-child(2n) .year,
.main-timeline2 .timeline:nth-child(2n):before {
    left: auto;
    right: -10px
}

.main-timeline2 .timeline:nth-child(2n) .timeline-content {
    padding: 0 150px 0 0
}

.main-timeline2 .timeline:nth-child(2n) .timeline-content:before {
    right: -92px
}

.main-timeline2 .timeline:nth-child(2n) .year {
    right: 0
}

.main-timeline2 .timeline:nth-child(2n) .year:before {
    right: auto;
    left: 0;
    border-left: none;
    border-right: 20px solid #f54957;
    transform: rotate(-45deg)
}

.main-timeline2 .timeline:nth-child(2) {
    margin-top: 110px
}

.main-timeline2 .timeline:nth-child(odd) {
    margin: -110px 0 0
}

.main-timeline2 .timeline:nth-child(even) {
    margin-bottom: 80px
}

.main-timeline2 .timeline:first-child,
.main-timeline2 .timeline:last-child:nth-child(even) {
    margin: 0
}

.main-timeline2 .timeline:nth-child(2n) .year {
    border-color: #1ebad0;
    color: #1ebad0
}

.main-timeline2 .timeline:nth-child(2) .year:before {
    border-right-color: #1ebad0
}

.main-timeline2 .timeline:nth-child(2n) .title {
    color: #1ebad0
}

.main-timeline2 .timeline:nth-child(3n) .year {
    border-color: #7cba01;
    color: #7cba01
}

.main-timeline2 .timeline:nth-child(3) .year:before {
    border-left-color: #7cba01
}

.main-timeline2 .timeline:nth-child(3n) .title {
    color: #7cba01
}

.main-timeline2 .timeline:nth-child(4n) .year {
    border-color: #f8781f;
    color: #f8781f
}

.main-timeline2 .timeline:nth-child(4) .year:before {
    border-right-color: #f8781f
}

.main-timeline2 .timeline:nth-child(4n) .title {
    color: #f8781f
}

@media only screen and (max-width:1200px) {
    .main-timeline2 .year {
        top: 50%;
        transform: translateY(-50%)
    }
}

@media only screen and (max-width:990px) {
    .main-timeline2 .timeline {
        padding-left: 75px
    }
    .main-timeline2 .timeline:nth-child(2n) {
        padding: 0 75px 0 0
    }
    .main-timeline2 .timeline-content {
        padding-left: 130px
    }
    .main-timeline2 .timeline:nth-child(2n) .timeline-content {
        padding: 0 130px 0 0
    }
    .main-timeline2 .timeline-content:before {
        width: 68px;
        left: -68px
    }
    .main-timeline2 .timeline:nth-child(2n) .timeline-content:before {
        right: -68px
    }
}

@media only screen and (max-width:767px) {
    .main-timeline2 {
        overflow: visible
    }
    .main-timeline2:before {
        height: 100%;
        top: 0;
        left: 0;
        transform: translateX(0)
    }
    .main-timeline2 .timeline:before,
    .main-timeline2 .timeline:nth-child(2n):before {
        top: 60px;
        left: -9px;
        transform: translateX(0)
    }
    .main-timeline2 .timeline,
    .main-timeline2 .timeline:nth-child(even),
    .main-timeline2 .timeline:nth-child(odd) {
        width: 100%;
        float: none;
        text-align: center;
        padding: 0;
        margin: 0 0 10px
    }
    .main-timeline2 .timeline-content,
    .main-timeline2 .timeline:nth-child(2n) .timeline-content {
        padding: 0
    }
    .main-timeline2 .timeline-content:before,
    .main-timeline2 .timeline:nth-child(2n) .timeline-content:before {
        display: none
    }
    .main-timeline2 .timeline:nth-child(2n) .year,
    .main-timeline2 .year {
        position: relative;
        transform: translateY(0)
    }
    .main-timeline2 .timeline:nth-child(2n) .year:before,
    .main-timeline2 .year:before {
        border: none;
        border-right: 20px solid #f54957;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        top: 50%;
        left: -23px;
        bottom: auto;
        right: auto;
        transform: rotate(0)
    }
    .main-timeline2 .timeline:nth-child(2n) .year:before {
        border-right-color: #1ebad0
    }
    .main-timeline2 .timeline:nth-child(3n) .year:before {
        border-right-color: #7cba01
    }
    .main-timeline2 .timeline:nth-child(4n) .year:before {
        border-right-color: #f8781f
    }
    .main-timeline2 .inner-content {
        padding: 10px
    }
}


/*timeline3*/


/******************* Timeline Demo - 5 *****************/

.main-timeline3 {
    overflow: hidden;
    position: relative
}

.main-timeline3 .timeline {
    position: relative;
    margin-top: -79px
}

.main-timeline3 .timeline:first-child {
    margin-top: 0
}

.main-timeline3 .timeline-icon,
.main-timeline3 .year {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.main-timeline3 .timeline:after,
.main-timeline3 .timeline:before {
    content: "";
    display: block;
    width: 100%;
    clear: both
}

.main-timeline3 .timeline:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2
}

.main-timeline3 .timeline-icon {
    width: 210px;
    height: 210px;
    border-radius: 50%;
    border: 25px solid transparent;
    border-top-color: #f44556;
    border-right-color: #f44556;
    z-index: 1;
    transform: rotate(45deg)
}

.main-timeline3 .year {
    display: block;
    width: 110px;
    height: 110px;
    line-height: 110px;
    border-radius: 50%;
    background:#333844;
    box-shadow: 0 0 20px rgba(0, 0, 0, .4);
    font-size: 30px;
    font-weight: 700;
    color: #f44556;
    text-align: center;
    transform: rotate(-45deg)
}

.main-timeline3 .timeline-content {
    width: 35%;
    float: right;
    background: #f44556;
    padding: 30px 20px;
    margin: 50px 0;
    box-shadow: 0 10px 25px -10px rgba(72, 29, 99, .3);
    z-index: 1;
    position: relative
}

.main-timeline3 .timeline-content:before {
    content: "";
    width: 20%;
    height: 15px;
    background: #f44556;
    position: absolute;
    top: 50%;
    left: -20%;
    z-index: -1;
    transform: translateY(-50%)
}

.main-timeline3 .title {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 10px
}

.main-timeline3 .description {
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    margin: 0
}

.main-timeline3 .timeline:nth-child(2n) .timeline-icon {
    transform: rotate(-135deg);
    border-top-color: #e97e2e;
    border-right-color: #e97e2e
}

.main-timeline3 .timeline:nth-child(2n) .year {
    transform: rotate(135deg);
    color: #e97e2e
}

.main-timeline3 .timeline:nth-child(2n) .timeline-content {
    float: left
}

.main-timeline3 .timeline:nth-child(2n) .timeline-content:before {
    left: auto;
    right: -20%
}

.main-timeline3 .timeline:nth-child(2n) .timeline-content,
.main-timeline3 .timeline:nth-child(2n) .timeline-content:before {
    background: #e97e2e
}

.main-timeline3 .timeline:nth-child(3n) .timeline-icon {
    border-top-color: #13afae;
    border-right-color: #13afae
}

.main-timeline3 .timeline:nth-child(3n) .year {
    color: #13afae
}

.main-timeline3 .timeline:nth-child(3n) .timeline-content,
.main-timeline3 .timeline:nth-child(3n) .timeline-content:before {
    background: #13afae
}

.main-timeline3 .timeline:nth-child(4n) .timeline-icon {
    border-top-color: #105572;
    border-right-color: #105572
}

.main-timeline3 .timeline:nth-child(4n) .year {
    color: #105572
}

.main-timeline3 .timeline:nth-child(4n) .timeline-content,
.main-timeline3 .timeline:nth-child(4n) .timeline-content:before {
    background: #105572
}

@media only screen and (max-width:1199px) {
    .main-timeline3 .timeline {
        margin-top: -103px
    }
    .main-timeline3 .timeline-content:before {
        left: -18%
    }
    .main-timeline3 .timeline:nth-child(2n) .timeline-content:before {
        right: -18%
    }
}

@media only screen and (max-width:990px) {
    .main-timeline3 .timeline {
        margin-top: -127px
    }
    .main-timeline3 .timeline-content:before {
        left: -2%
    }
    .main-timeline3 .timeline:nth-child(2n) .timeline-content:before {
        right: -2%
    }
}

@media only screen and (max-width:767px) {
    .main-timeline3 .timeline {
        margin-top: 0;
        overflow: hidden
    }
    .main-timeline3 .timeline:before,
    .main-timeline3 .timeline:nth-child(2n):before {
        box-shadow: none
    }
    .main-timeline3 .timeline-icon,
    .main-timeline3 .timeline:nth-child(2n) .timeline-icon {
        margin-top: -30px;
        margin-bottom: 20px;
        position: relative;
        transform: rotate(135deg)
    }
    .main-timeline3 .timeline:nth-child(2n) .year,
    .main-timeline3 .year {
        transform: rotate(-135deg)
    }
    .main-timeline3 .timeline-content,
    .main-timeline3 .timeline:nth-child(2n) .timeline-content {
        width: 100%;
        float: none;
        border-radius: 0 0 20px 20px;
        text-align: center;
        padding: 25px 20px;
        margin: 0 auto
    }
    .main-timeline3 .timeline-content:before,
    .main-timeline3 .timeline:nth-child(2n) .timeline-content:before {
        width: 15px;
        height: 25px;
        position: absolute;
        top: -22px;
        left: 50%;
        z-index: -1;
        transform: translate(-50%, 0)
    }
}


/*timeline4*/


/******************* Timeline Demo - 8 *****************/

.main-timeline4 {
    overflow: hidden;
    position: relative
}

.main-timeline4:after,
.main-timeline4:before {
    content: "";
    display: block;
    width: 100%;
    clear: both
}

.main-timeline4:before {
    content: "";
    width: 3px;
    height: 100%;
    background: #d6d5d5;
    position: absolute;
    top: 30px;
    left: 50%
}

.main-timeline4 .timeline {
    width: 50%;
    float: left;
    padding-right: 30px;
    position: relative
}

.main-timeline4 .timeline-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background:#333844;
    border: 3px solid #fe6847;
    position: absolute;
    top: 5.5%;
    right: -17.5px
}

.main-timeline4 .year {
    display: block;
    padding: 10px;
    margin: 0;
    font-size: 30px;
    color: #fff;
    border-radius: 0 50px 50px 0;
    background: #fe6847;
    text-align: center;
    position: relative
}

.main-timeline4 .year:before {
    content: "";
    border-top: 35px solid #f59c8b;
    border-left: 35px solid transparent;
    position: absolute;
    bottom: -35px;
    left: 0
}

.main-timeline4 .timeline-content {
    padding: 30px 20px;
    margin: 0 45px 0 35px;
    background: #f2f2f2
}

.main-timeline4 .title {
    font-size: 19px;
    font-weight: 700;
    color: #504f54;
    margin: 0 0 10px
}

.main-timeline4 .description {
    font-size: 14px;
    color: #7d7b7b;
    margin: 0
}

.main-timeline4 .timeline:nth-child(2n) {
    padding: 0 0 0 30px
}

.main-timeline4 .timeline:nth-child(2n) .timeline-icon {
    right: auto;
    left: -14.5px
}

.main-timeline4 .timeline:nth-child(2n) .year {
    border-radius: 50px 0 0 50px;
    background: #7eda99
}

.main-timeline4 .timeline:nth-child(2n) .year:before {
    border-left: none;
    border-right: 35px solid transparent;
    left: auto;
    right: 0
}

.main-timeline4 .timeline:nth-child(2n) .timeline-content {
    text-align: right;
    margin: 0 35px 0 45px
}

.main-timeline4 .timeline:nth-child(2) {
    margin-top: 170px
}

.main-timeline4 .timeline:nth-child(odd) {
    margin: -175px 0 0
}

.main-timeline4 .timeline:nth-child(even) {
    margin-bottom: 80px
}

.main-timeline4 .timeline:first-child,
.main-timeline4 .timeline:last-child:nth-child(even) {
    margin: 0
}

.main-timeline4 .timeline:nth-child(2n) .timeline-icon {
    border-color: #7eda99
}

.main-timeline4 .timeline:nth-child(2n) .year:before {
    border-top-color: #92efad
}

.main-timeline4 .timeline:nth-child(3n) .timeline-icon {
    border-color: #8a5ec1
}

.main-timeline4 .timeline:nth-child(3n) .year {
    background: #8a5ec1
}

.main-timeline4 .timeline:nth-child(3n) .year:before {
    border-top-color: #a381cf
}

.main-timeline4 .timeline:nth-child(4n) .timeline-icon {
    border-color: #f98d9c
}

.main-timeline4 .timeline:nth-child(4n) .year {
    background: #f98d9c
}

.main-timeline4 .timeline:nth-child(4n) .year:before {
    border-top-color: #f2aab3
}

@media only screen and (max-width:767px) {
    .main-timeline4 {
        overflow: visible
    }
    .main-timeline4:before {
        top: 0;
        left: 0
    }
    .main-timeline4 .timeline:nth-child(2),
    .main-timeline4 .timeline:nth-child(even),
    .main-timeline4 .timeline:nth-child(odd) {
        margin: 0
    }
    .main-timeline4 .timeline {
        width: 100%;
        float: none;
        padding: 0 0 0 30px;
        margin-bottom: 20px!important
    }
    .main-timeline4 .timeline:last-child {
        margin: 0!important
    }
    .main-timeline4 .timeline-icon {
        right: auto;
        left: -14.5px
    }
    .main-timeline4 .year {
        border-radius: 50px 0 0 50px
    }
    .main-timeline4 .year:before {
        border-left: none;
        border-right: 35px solid transparent;
        left: auto;
        right: 0
    }
    .main-timeline4 .timeline-content {
        margin: 0 35px 0 45px
    }
}


/*end timeline*/


/*dragula*/

.dragula-card {
    box-shadow: 0 2px 20px 0 rgba(26, 44, 57, 0.14);
    border-radius: 6px;
    padding: 20px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

.content h3 {
    margin-bottom: 25px;
}

.dragula-card .left {
    width: 18%;
}

.dragula-card .left img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.dragula-card .left i {
    font-size: 40px;
}

.dragula-card .right {
    width: 82%;
}

.dragula-card .right p {
    margin-bottom: 0;
}

.content .dragula-card .right h3 {
    margin-bottom: 0;
}

.process .dragula-card {
    background-color: #14aaf5;
    color: #fff;
}

.process .dragula-card h3 {
    color: #fff;
}

#left-events .ex-moved {
    background:#333844;
    color: #333;
}

#left-events .ex-moved h3 {
    color: #a09ea2;
}

.dragula-card h3 {
    font-size: 16px;
    font-weight: 700;
}

.dragula-wrapper h2 {
    font-size: 20px;
    margin-bottom: 30px;
}


/*end dragula*/


/*social */

.follower-wrapper li {
    list-style-type: none;
    color: #fff;
    display: inline-block;
    float: left;
    margin-right: 20px;
}

.social-profile {
    color: #fff;
}

.social-profile a {
    color: #fff;
}

.social-profile {
    position: relative;
    margin-bottom: 150px;
}

.social-profile .user-profile {
    position: absolute;
    bottom: -75px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    left: 50px;
}

.social-nav {
    position: absolute;
    bottom: 0;
}

.social-prof {
    color: #333;
    text-align: center;
}

.social-prof .wrapper {
    width: 70%;
    margin: auto;
    margin-top: -100px;
}

.social-prof img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-bottom: 20px;
    border: 5px solid #fff;
    /*border: 10px solid #70b5e6ee;*/
}

.social-prof h3 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 0;
}

.social-prof p {
    font-size: 18px;
}

.social-prof .nav-tabs {
    border: none;
}

.card .nav>li {
    position: relative;
    display: block;
}

.card .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
    font-weight: 300;
    border-radius: 4px;
}

/* .card .nav>li>a:focus,
.card .nav>li>a:hover {
    text-decoration: none;
    background-color: #25262b;
} */

/* .card .s-nav>li>a.active {
    text-decoration: none;
    background-color: var(--main-color);
    color: #fff;
} */

.text-blue {
    color: #3afe;
}

ul.friend-list {
    margin: 0;
    padding: 0;
}

ul.friend-list li {
    list-style-type: none;
    display: flex;
    align-items: center;
}

ul.friend-list li:hover {
    background: rgba(0, 0, 0, .1);
    cursor: pointer;
}

ul.friend-list .left img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin-right: 20px;
}

ul.friend-list li {
    padding: 10px;
}

ul.friend-list .right h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
}

ul.friend-list .right p {
    font-size: 11px;
    color: #6c757d;
    margin: 0;
}

.social-timeline-card .dropdown-toggle::after {
    display: none;
}

.info-card h4 {
    font-size: 15px;
}

.info-card h2 {
    font-size: 18px;
    margin-bottom: 20px;
}

.social-about .social-info {
    font-size: 16px;
    margin-bottom: 20px;
}

.social-about p {
    margin-bottom: 20px;
}

.info-card i {
    color: var(--main-color);
}

.card-one {
    position: relative;
    width: 300px;
    background:#333844;
    box-shadow: 0 10px 7px -5px rgba(0, 0, 0, 0.4);
}

.card-one .header {
    position: relative;
    width: 100%;
    height: 60px;
    background-color: var(--main-color);
}

.card-one .header::before,
.card-one .header::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: inherit;
}

.card-one .header::before {
    -webkit-transform: skewY(-8deg);
    transform: skewY(-8deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.card-one .header::after {
    -webkit-transform: skewY(8deg);
    transform: skewY(8deg);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.card-one .header .avatar {
    position: absolute;
    left: 50%;
    top: 30px;
    margin-left: -50px;
    z-index: 5;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    background: #ccc;
    border: 3px solid #fff;
}

.card-one .header .avatar img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100px;
    height: auto;
}

.card-one h3 {
    position: relative;
    margin: 80px 0 30px;
    text-align: center;
}

.card-one h3::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -15px;
    width: 30px;
    height: 1px;
    background: #000;
}

.card-one .desc {
    padding: 0 1rem 2rem;
    text-align: center;
    line-height: 1.5;
    color: #777;
}

.card-one .contacts {
    width: 200px;
    max-width: 100%;
    margin: 0 auto 3rem;
}

.card-one .contacts a {
    display: block;
    width: 33.333333%;
    float: left;
    text-align: center;
    color: #c8c;
}

.card-one .contacts a:hover {
    color: #333;
}

.card-one .contacts a:hover .fa::before {
    color: #fff;
}

.card-one .contacts a:hover .fa::after {
    width: 100%;
    height: 100%;
}

.card-one .contacts a .fa {
    position: relative;
    width: 40px;
    height: 40px;
    line-height: 39px;
    overflow: hidden;
    text-align: center;
    font-size: 1.3em;
}

.card-one .contacts a .fa:before {
    position: relative;
    z-index: 1;
}

.card-one .contacts a .fa::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #c8c;
    transition: width .3s, height .3s;
}

.card-one .contacts a:last-of-type .fa {
    line-height: 36px;
}

.card-one .footer {
    position: relative;
    padding: 1rem;
    background-color: var(--main-color);
    text-align: center;
}

.card-one .footer a {
    padding: 0 1rem;
    color: #e2e2e2;
    transition: color .4s;
}

.card-one .footer a:hover {
    color: #c8c;
}

.card-one .footer::before {
    content: '';
    position: absolute;
    top: -27px;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-bottom-color: var(--main-color);
}

#gallery li {
    width: 24%;
    float: left;
    margin: 6px;
    border: 5px solid #ddd;
}


/*end social*/


/*hint*/

.btns__list {
    margin: 0;
    padding: 0;
    margin: 50px;
}

.btns__item {
    width: 100px;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 30px;
}

.btns__item:nth-of-type(1) {
    background: #431F43;
}

.btns__item:nth-of-type(2) {
    background: #6D3655;
}

.btns__item:nth-of-type(3) {
    background: #B05C6B;
}

.btns__item:nth-of-type(4) {
    background: #DD8571;
}

.btns__item:nth-of-type(5) {
    background: #FAB083;
}

.btns__item_right {
    position: absolute;
    right: 0;
    top: 0;
}


/*end hint*/


/*index*/

.widget-card-1 {
    padding: 18px 25px;
    box-shadow: 0 10px 20px 0 rgba(26, 44, 57, 0.14);
    background:#333844;
    border-radius: 4px;
    margin-bottom: 35px;
    display: flex;
    align-items: center;
}

.widget-card-1 .left {
    width: 35%;
}

.widget-card-1 .right {
    width: 65%;
    padding: 10px;
    text-align: right;
}

.widget-card-1 .right h3 {
    font-weight: 700;
    margin: 0;
}

.text-orange {
    color: #FFBC42;
}

.text-green {
    color: #5CAB7D;
}

.text-purple {
    color: #9055A2;
}

.text-pink {
    color: #EE7785;
}

.customer-details td,
.customer-details th {
    vertical-align: middle;
}

.customer-details thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #eee;
    border-top: none;
}


/*activity-timeline*/

.activity-timeline-items .activtity-timeline-item {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 6px 0;
    margin: 5px 0;
}

.activity-timeline .activity-timeline-items:before {
    background-color: #ddd;
}

.activity-timeline-items {
    position: relative;
    padding: 0;
    margin: 0;
}

.activity-timeline-items:before {
    position: absolute;
    display: block;
    content: '';
    width: 1px;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 3px;
}

.activity-timeline .activity-timeline-items .activtity-timeline-item:first-child:before,
.activity-timeline .activity-timeline-items .activtity-timeline-item:last-child:before {
    background-color: #fff;
}

.activity-timeline-items .activtity-timeline-item:first-child:before,
.activity-timeline-items .activtity-timeline-item:last-child:before {
    background-color: white;
    position: absolute;
    display: block;
    content: '';
    width: 1px;
    height: 50%;
    top: 0;
    bottom: 0;
    left: 3px;
}

.activity-timeline-items .activtity-timeline-item .activity-timeline-badge {
    text-align: left;
    vertical-align: middle;
    display: table-cell;
    position: relative;
    width: 20px;
}

.activity-timeline .activity-timeline-items .activtity-timeline-item .activity-timeline-badge:before {
    background-color: #ebedf2;
}

.activity-timeline .activity-timeline-items .activtity-timeline-item .activity-timeline-badge.activity-timeline-badge-success:before {
    background-color: #3afe;
}

.activity-timeline .activity-timeline-items .activtity-timeline-item .activity-timeline-badge.activity-timeline-badge-info:before {
    background-color: #9055A2;
}

.activity-timeline .activity-timeline-items .activtity-timeline-item .activity-timeline-badge.activity-timeline-badge-danger:before {
    background-color: #dc3545;
}

.activity-timeline .activity-timeline-items .activtity-timeline-item .activity-timeline-badge.activity-timeline-badge-secondary:before {
    background-color: #EFDC05;
}

.activity-timeline .activity-timeline-items .activtity-timeline-item .activity-timeline-badge.activity-timeline-badge-warning:before {
    background-color: #ffc107;
}

.activity-timeline-items .activtity-timeline-item .activity-timeline-badge:before {
    position: absolute;
    display: block;
    content: '';
    width: 7px;
    height: 7px;
    left: 0;
    top: 50%;
    margin-top: -3.5px;
    border-radius: 100%;
}

.activity-timeline-items .activtity-timeline-item .activity-timeline-text {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    width: 100%;
    padding: 0 5px 0 0;
    font-size: 14px;
}

.activity-timeline-items .activtity-timeline-item .activity-timeline-time {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    width: 80px;
    padding: 0 0 0 5px;
    font-size: .85rem;
}


/*end*/

.slimScrollXX {
    display: inline-block;
    overflow: hidden;
    position: relative;
    height: 420px;
    /* set this height in percentage to test resizing */
    width: 100%;
}

.sparkboxes .box1 {
    border-bottom: 3px solid #734CEA;
}

.sparkboxes .box2 {
    border-bottom: 3px solid #34bfa3;
    ;
}

.sparkboxes .box {
    background:#333844;
    padding-top: 30px;
    padding-bottom: 30px;
    box-shadow: 0 10px 20px 0 rgba(26, 44, 57, 0.14);
    position: relative;
    margin-bottom: 35px;
    border-radius: 6px;
}


/*weather*/

@-webkit-keyframes open {
    from {
        padding: 0 30px;
        height: 0;
    }
    to {
        height: 470px;
    }
}

.weather-card h1,
.weather-card h2,
.weather-card h3,
.weather-card h4 {
    position: relative;
}

.weather-card h1 {
    float: right;
    color: #666;
    font-weight: 300;
    font-size: 6.59375em;
    line-height: .2em;
    margin-top: 70px;
    -webkit-animation: up 2s cubic-bezier(.39, 0, .38, 1) .2s;
}

.weather-card h2 {
    font-weight: 300;
    font-size: 2.25em;
    -webkit-animation: up 2s cubic-bezier(.39, 0, .38, 1);
}

.weather-card h3 {
    float: left;
    margin-right: 33px;
    color: #777;
    font-weight: 400;
    font-size: 1em;
    -webkit-animation: up 2s cubic-bezier(.39, 0, .38, 1) .1s;
}

.weather-card span {
    margin-left: 24px;
    color: #999;
    font-weight: 300;
}

.weather-card span span {
    margin-left: 0;
}

.weather-card .dot {
    font-size: .9em;
}

.weather-card .sky {
    position: relative;
    margin-top: 30px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #03A9F4;
    -webkit-animation: up 2s cubic-bezier(.39, 0, .38, 1) .2s;
}

.weather-card .sun {
    position: relative;
    top: -3px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: #FFEB3B;
    -webkit-animation: up 2s cubic-bezier(.39, 0, .38, 1) .5s;
}

.weather-card .cloud {
    position: absolute;
    top: 60px;
    left: 30px;
    -webkit-animation: up 2s cubic-bezier(.39, 0, .38, 1) .7s;
}

.weather-card .cloud:before,
.weather-card .cloud:after {
    position: absolute;
    display: block;
    content: "";
}

.weather-card .cloud:before {
    margin-left: -10px;
    width: 51px;
    height: 18px;
    background:#333844;
}

.cloud:after {
    position: absolute;
    top: -10px;
    left: -22px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background:#333844;
    box-shadow: 50px -6px 0 6px #fff, 25px -19px 0 10px #fff;
}

.weather-card {
    padding: 20px 25px 90px;
    background:#333844;
}

.weather-card table {
    position: relative;
    top: 10px;
    width: 100%;
    text-align: center;
}

.weather-card tr:nth-child(1) td:nth-child(1),
.weather-card tr:nth-child(1) td:nth-child(2),
.weather-card tr:nth-child(1) td:nth-child(3),
.weather-card tr:nth-child(1) td:nth-child(4),
.weather-card tr:nth-child(1) td:nth-child(5) {
    padding-bottom: 32px;
    -webkit-animation: up 2s cubic-bezier(.39, 0, .38, 1) .7s;
}

.weather-card tr:nth-child(2) td:nth-child(1),
.weather-card .weather-card tr:nth-child(2) td:nth-child(2),
.weather-card .weather-card tr:nth-child(2) td:nth-child(3),
.weather-card .weather-card tr:nth-child(2) td:nth-child(4),
.weather-card .weather-card tr:nth-child(2) td:nth-child(5) {
    padding-bottom: 7px;
    -webkit-animation: up 2s cubic-bezier(.39, 0, .38, 1) .9s;
}

.weather-card tr:nth-child(3) td:nth-child(1),
.weather-card tr:nth-child(3) td:nth-child(2),
.weather-card tr:nth-child(3) td:nth-child(3),
.weather-card tr:nth-child(3) td:nth-child(4),
.weather-card tr:nth-child(3) td:nth-child(5) {
    padding-bottom: 7px;
    -webkit-animation: up 2s cubic-bezier(.39, 0, .38, 1) .9s;
}

.weather-card tr:nth-child(2),
.weather-card tr:nth-child(3) {
    font-size: .9em;
}

.weather-card tr:nth-child(3) {
    color: #999;
}

@-webkit-keyframes up {
    0% {
        opacity: 0;
        -webkit-transform: translateY(15px);
    }
    50% {
        opacity: 0;
        -webkit-transform: translateY(15px);
    }
    99% {
        -webkit-animation-play-state: paused;
    }
    100% {
        opacity: 1;
    }
}


/*profile-card*/


.card .card-heading1.simple {
    font-size: 20px;
    font-weight: 300;
    color: #777;
    border-bottom: 1px solid #e5e5e5;
}

.card .card-heading1.image img {
    display: inline-block;
    width: 46px;
    height: 46px;
    margin-right: 15px;
    vertical-align: top;
    border: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.card .card-heading1.image .card-heading-header {
    display: inline-block;
    vertical-align: top;
}

.card .card-heading1.image .card-heading-header h3 {
    margin: 0;
    font-size: 14px;
    line-height: 16px;
    color: #262626;
}

.card .card-heading1.image .card-heading-header span {
    font-size: 12px;
    color: #999999;
}

.card .card-media {
    padding: 0 20px;
    margin: 0 -14px;
}

.card .card-media img {
    max-width: 100%;
    max-height: 100%;
}

.card .card-actions {
    min-height: 30px;
    padding: 0 20px 20px 20px;
    margin: 20px 0 0 0;
}

.card .card-comments {
    padding: 20px;
    margin: 0;
    background-color: #f8f8f8;
}

.card .card-comments .comments-collapse-toggle {
    padding: 0;
    margin: 0 20px 12px 20px;
}

.card .card-comments .comments-collapse-toggle a,
.card .card-comments .comments-collapse-toggle span {
    padding-right: 5px;
    overflow: hidden;
    font-size: 12px;
    color: #999;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.card-comments .media-heading {
    font-size: 13px;
    font-weight: bold;
}

.card.people {
    position: relative;
    display: inline-block;
    width: 170px;
    height: 300px;
    padding-top: 0;
    margin-left: 20px;
    overflow: hidden;
    vertical-align: top;
}

.card.people:first-child {
    margin-left: 0;
}

.card.people .card-top {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 170px;
    height: 150px;
    background-color: #ffffff;
}

.card.people .card-top.green {
    background-color: #53a93f;
}

.card.people .card-top.blue {
    background-color: #427fed;
}

.card.people .card-info {
    position: absolute;
    top: 150px;
    display: inline-block;
    width: 100%;
    height: 101px;
    overflow: hidden;
    background: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.card.people .card-info .title {
    display: block;
    margin: 8px 14px 0 14px;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    color: #404040;
}

.card.people .card-info .desc {
    display: block;
    margin: 8px 14px 0 14px;
    overflow: hidden;
    font-size: 12px;
    line-height: 16px;
    color: #737373;
    text-overflow: ellipsis;
}

.card.people .card-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    padding: 10px 20px;
    line-height: 29px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.card.profile-card1 {
    position: relative;
    padding-top: 0;
    overflow: hidden;
    text-align: center;
    box-shadow: 0 10px 20px 0 rgba(26, 44, 57, 0.14);
    border-top-width: 0;
    border-bottom-width: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.card.profile-card1 .cardheader {
    background: url("../../img/gallery/1a.jpg");
    background-size: cover;
    height: 155px;
}

.card.profile-card1 .avatar {
    position: relative;
    top: -50px;
    margin-bottom: -50px;
}

.card.profile-card1 .avatar img {
    width: 100px;
    height: 100px;
    max-width: 100px;
    max-height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, 0.5);
}

.card.profile-card1 .info {
    padding: 4px 20px 10px;
}

.card.profile-card1 .info .title {
    margin-bottom: 4px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    color: #262626;
    vertical-align: middle;
}

.card.profile-card1 .info .desc {
    overflow: hidden;
    font-size: 14px;
    padding-bottom: 20px;
    margin-bottom: 25px;
    color: #737373;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    text-overflow: ellipsis;
}

.card.profile-card1 h3 {
    font-size: 20px;
    font-weight: 700;
}

.card.profile-card1 h4 {
    font-size: 14px;
    color: #737373;
}

#scatterchart {
    max-width: 100%;
}


/*end index*/


/*ecommerce dashboard*/

.graph-card {
    box-shadow: none;
}



.report-card {
    margin-bottom: 42px;
}

.report-card h4 {
    font-size: 14px;
}

.report-card h3 {
    font-size: 24px;
}

#world-map {
    height: 360px;
}

.illustration-card {
    margin-bottom: 35px;
    box-shadow: 0 10px 20px 0 rgba(26, 44, 57, 0.14);
    border-radius: 6px;
    padding: 1.75rem 1.25rem;
    background:#333844;
    display: flex;
    align-items: center;
}

.illustration-card h1 {
    font-size: 24px;
    font-weight: 700;
}

.illustration-card h3 {
    font-size: 15px;
}

.illustration-card img {
    height: 80px;
}


/*end ecommerce dashboard*/


/*hospital dashboard*/

.patient-list .table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #eee;
    border-top: none;
}

.patient-list h3 {
    margin-bottom: 30px;
}

.patient-list .table td,
.table th {
    vertical-align: middle;
}

.patient-list .badge-pill {
    padding: .4em 1em;
}

.chart-card .card-title {
    font-weight: 600;
    margin-bottom: 20px;
    color: #2f2c36;
}

.cities {
    padding: 0;
}

.cities li {
    list-style-type: none;
    border-bottom: 1px solid #eee;
    margin-bottom: 21px;
}

.cities li h5 {
    font-size: 16px;
}

.patient-visits .progress {
    height: .5rem;
    margin-bottom: 20px;
}

.align-items-stretch .card {
    height: 100%;
    margin-bottom: 20px;
}

@media(max-width: 992px) {
    .align-items-stretch {
        margin-bottom: 30px;
    }
}

.chart-card p {
    margin-bottom: 30px;
}

.user-card {
    padding-bottom: 10px;
}

.user-card img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    margin-bottom: 20px;
}

.user-card p {
    font-size: 14px;
}

.user-card h5 {
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 1;
}

.user-card h4 {
    color: #6c757d;
    font-size: 13px;
}

.card-data .col-4:nth-child(2) {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.front-widget {
    box-shadow: 0 10px 20px 0 rgba(26, 44, 57, 0.14);
    padding: 20px;
    border-radius: 4px;
    margin-bottom: 20px;
    color: #fff;
}

.front-widget h1 {
    font-size: 24px;
    color: #fff;
}

.front-widget h3 {
    font-size: 16px;
    color: #fff;
}

.gr-1 {
    background: linear-gradient(to right, rgb(242, 112, 156), rgb(255, 148, 114));
}

.medical-card {
    box-shadow: 0 10px 20px 0 rgba(26, 44, 57, 0.14);
    margin-bottom: 35px;
    border-radius: 6px;
    overflow: hidden;
}

.medical-card-body {
    padding: 15px 25px;
    background:#333844;
    position: relative;
}

.medical-card-body p {
    color: #b8b8b8;
    margin-bottom: 10px;
}

.medical-card-body h1 {
    font-size: 24px;
    font-weight: 700;
}

.medical-card-body i {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #ccc;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.medical-card-footer {
    background: #000;
    color: #fff;
    padding: 11px 25px;
}

.medical-card-orange .medical-card-footer {
    background: #ffc832;
}

.medical-card-orange .medical-card-body i {
    color: #ffc832;
    background: rgba(255, 200, 50, 0.25);
}

.medical-card-green .medical-card-footer {
    background: #72ea99;
}

.medical-card-green .medical-card-body i {
    background: rgba(114, 234, 153, .25);
    color: #72ea99;
}

.medical-card-purple .medical-card-footer {
    background: #ad97ef;
}

.medical-card-purple .medical-card-body i {
    color: #ad97ef;
    background: rgba(173, 151, 239, 0.25);
}

.medical-card-pink .medical-card-footer {
    background: #ff94c5;
}

.medical-card-pink .medical-card-body i {
    color: #ff94c5;
    background: rgba(255, 148, 197, .25);
}

.donut-card .card-body {
    padding-bottom: 2.45rem;
}


/*end hospital dashboard*/


/*crypto dashboard*/

.chart-card .card-title {
    font-weight: 600;
    margin-bottom: 20px;
    color: #2f2c36;
}

.cities {
    padding: 0;
}

.cities li {
    list-style-type: none;
}

.basic-list {
    padding: 0;
}

.basic-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px;
    border-bottom: 1px solid #eee;
}

.patient-visits .progress {
    margin-bottom: 20px;
}

.align-items-stretch .card {
    height: 100%;
    margin-bottom: 20px;
}

@media(max-width: 992px) {
    .align-items-stretch {
        margin-bottom: 30px;
    }
}

.chart-card p {
    margin-bottom: 30px;
}

.user-card img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-bottom: 20px;
}

.crypto-card {
    margin-bottom: 35px;
    box-shadow: 0 10px 20px 0 rgba(26, 44, 57, 0.14);
    padding: 20px;
    background:#333844;
    display: flex;
    align-items: center;
    border-radius: 6px;
}

.crypto-card .left {
    margin-right: 20px;
}

.crypto-card h3 {
    font-size: 20px;
}

.crypto-card p {
    font-size: 14px;
}

.crypto-card .crypto-icon {
    width: 50px;
}

.width-50 {
    width: 50px;
}

.width-35 {
    width: 35px;
}


/*end crypto dashboard*/


/*hr dashboard*/

.hr-card {
    box-shadow: 0 10px 20px 0 rgba(26, 44, 57, 0.14);
    border-radius: 4px;
    display: flex;
    margin-bottom: 20px;
    align-items: center;
    justify-content: center;
}

.hr-card .left {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.hr-card .left i {
    font-size: 20px;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hr-card .right {
    width: 70%;
    padding: 25px 20px 25px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hr-card .right h3 {
    font-size: 16px;
    margin-bottom: 5px;
}

.hr-card .right h2 {
    font-size: 22px;
    margin: 0;
    font-weight: 700;
}

.hr-income-card {
    display: flex;
    text-align: center;
    margin: auto;
}

.hr-income-card h6 {
    font-size: 13px;
    text-align: center;
}

.hr-income-card h5 {
    font-weight: 700;
}

.width35 {
    width: 35px;
}


/*end hr dashboard*/


/*network dashboard*/

.colored-card {
    padding: 20px;
    border-radius: 4px;
    box-shadow: 0 2px 6px 0 rgba(26, 44, 57, 0.14);
    margin-bottom: 30px;
    color: #fff;
}

.card-counter.primary {
    background-color: #ad97ef;
    color: #FFF;
}

.card-counter.danger {
    background-color: #ff94c5;
    color: #FFF;
}

.card-counter.success {
    background-color: #72ea99;
    color: #FFF;
}

.card-counter.info {
    background-color: #ffc832;
    color: #FFF;
}

.blue-card {
    background-color: #ad97ef;
    color: #FFF;
}

.colored-card h2 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
}

.blue-card h3 {
    font-size: 16px;
    margin-bottom: 10px;
    color: #fff;
}

.blue-card h4 {
    font-size: 14px;
    color: #fff;
}

.green-card {
    background-color: #72ea99;
    color: #FFF;
}

.green-card h2 {}

.colored-card .progress {
    height: .5rem;
}

.green-card .progress-bar {
    background: #60ca82;
}

.red-card .progress-bar {
    background: #d94242;
}

.purple-card .progress-bar {
    background: #aa6ed0;
}

.green-card p,
.red-card p,
.purple-card p {
    color: #fefefe;
}

.red-card {
    background-color: #ff94c5;
    color: #FFF;
}

.red-card h2 {}

.purple-card {
    background-color: #ffc832;
    color: #FFF;
}

.purple-card h2 {}

.demo-container {
    box-sizing: border-box;
    /*width: 500px;*/
    height: 315px;
    padding: 5px;
    margin: 15px auto 15px auto;
    /*border: 1px solid #ddd;*/
    background:#333844;
}

.demo-placeholder {
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 1.2em;
}

.tasks {
    padding: 0;
    margin: 1em 0 0;
    list-style: none;
}

.task {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
}

.task:before {
    position: absolute;
    content: '';
    width: 0;
    height: 100%;
    border-left: 1px solid #e0e0e0;
    left: 10px;
    top: 1em;
}

.bg-alizarin {
    background-color: #e74c3c !important;
    color: #fff;
}

.bg-emerland {
    background-color: #2ecc71 !important;
    color: #fff;
}

.task-media {
    border-radius: 50%;
    color: #fff;
    width: 20px;
    font-size: 12px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    margin-right: 2em;
    z-index: 1;
}

.task-info {
    -webkit-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    -webkit-flex-basis: 0%;
    -ms-flex-preferred-size: 0%;
    flex-basis: 0%;
    padding-bottom: 1em;
    border-bottom: 1px solid #e0e0e0;
}

.task-info-link {
    color: #333;
}

.task-info-action {
    color: #bdbdbd;
}

.task+.task {
    padding-top: 1em;
}

.card-counter {
    box-shadow: 2px 2px 10px #DADADA;
    margin: 5px;
    padding: 20px 10px;
    background-color: #fff;
    margin-bottom: 35px;
    border-radius: 5px;
    transition: .3s linear all;
}

.card-counter:hover {
    box-shadow: 4px 4px 20px #DADADA;
    transition: .3s linear all;
}

.card-counter:hover i {
    transform: scale(1.5);
}

.card-counter.primary {
    background-color: #ad97ef;
    color: #FFF;
}

.card-counter.danger {
    background-color: #ff94c5;
    color: #FFF;
}

.card-counter.success {
    background-color: #72ea99;
    color: #FFF;
}

.card-counter.info {
    background-color: #ffc832;
    color: #FFF;
}

.card-counter i {
    font-size: 5em;
    opacity: 0.2;
    transition: all .2s ease-in;
}

.card-counter .count-numbers {
    position: absolute;
    right: 35px;
    top: 20px;
    font-size: 32px;
    display: block;
}

.card-counter .count-name {
    position: absolute;
    right: 35px;
    top: 65px;
    font-style: italic;
    text-transform: capitalize;
    opacity: 0.5;
    display: block;
    font-size: 18px;
}

.network-widget {
    box-shadow: 0 2px 6px 0 rgba(26, 44, 57, 0.14);
    background:#333844;
    padding: 25px;
    margin-bottom: 35px;
    border-radius: 6px;
}

.network-widget h2 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    font-weight: 700;
}

.chart-div {
    width: 250px;
    margin: auto;
}


/*end network dashboard*/

.apexcharts-legend-text{
color: #d2d2e5!important;
}
.nvd3-svg,.nv-legend-text{
 fill:#d2d2e5;
}
.c3-chart-arc .c3-gauge-value {
    fill: white;
}
.wizard > .content {
    background: #333844;
    }
    .wizard > .steps .disabled a, .wizard > .steps .disabled a:hover, .wizard > .steps .disabled a:active {
    background: #25262b;
    color: #aaa;
    cursor: default;
}
.dropzone{
background: #333844;
}
.ql-toolbar.ql-snow,.ql-container.ql-snow,.note-editor,.table-bordered,.table-bordered td, .table-bordered th {
    
    border: 1px solid #4a505f;
    }
    .note-editor .note-statusbar {
     background-color: transparent; 
}
.alert-primary{
    background: #292e38;
}
ul.list1{
    margin:0;
    padding: 0;
}
.progress{
    background:#5e6371;
}
/**********************************************/
.table td, .table th {
    padding: 0.2rem !important;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    }
