html {
    min-height: 100%;
    position: relative;
}

/* global elemnts */
* {
    outline: none
}

* {
    -webkit-font-smoothing: auto;
    -webkit-font-smoothing: antialiased;
    outline: none
}

/* body */
body {
    color: #486581;
    padding: 0;
    margin: 0px auto;
    line-height: normal;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    background: #F0F4F8;
}

/* form elements */
.form-control {
    height: 48px;
    border-color: #BCCCDC !important;
    background-color: transparent;
    color: #486581 !important;
}

.form-control:focus {
    box-shadow: 0 0 0 0.1rem rgba(72, 101, 129, .255);
}

input, textarea {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

[type="checkbox"] {
    height: 24px;
    width: 24px;
    transition: all 0.15s ease-out 0s;
    background: transparent;
    border: 1px solid #bcccdc;
    cursor: pointer;
    display: inline-block;
    margin-right: 0.5rem;
    outline: none;
    position: relative;
    vertical-align: middle;
}

[type="checkbox"]:checked:before {
    position: absolute;
    content: "\f00c";
    left: 3px;
    top: 3px;
    font: normal normal normal 16px/1 FontAwesome;
    display: inline-block;
    color: #BCCCDC;
}

::-webkit-input-placeholder {
    opacity: 1;
    color: #B5B8DE
}

:-moz-placeholder {
    opacity: 1;
    color: #B5B8DE
}

::-moz-placeholder {
    opacity: 1;
    color: #B5B8DE
}

:-ms-input-placeholder {
    opacity: 1;
    color: #B5B8DE
}

h1, h2, h3, h4, h5, h6, p, ul, li, img, a, input, select, div {
    margin: 0px;
    padding: 0px;
    outline: none !important;
    box-shadow: none;
    border: 0px;
    list-style: none;
}

/* headings */
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    line-height: 1.5;
    margin: 10px 0 20px;
    color: #102A43;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

/* paragraph */
p {
    line-height: 1.5;
    margin-bottom: 20px;
}


/* anchor */
a {
    text-decoration: none;
    color: #102A43;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

a:hover {
    color: #000
}

a:hover, a:focus {
    text-decoration: none;
    outline: 0;
}

input:-webkit-autofill, input:-webkit-autofill:focus, input:-webkit-autofill:hover, select:-webkit-autofill, select:-webkit-autofill:focus, select:-webkit-autofill:hover, textarea:-webkit-autofill, textarea:-webkit-autofill:focus, textarea:-webkit-autofill:hover {
    -webkit-text-fill-color: #000;
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
    transition: background-color 5000s ease-in-out 0s
}

/* image */
img {
    max-width: 100%;
}

/* text alignment- center/right */
.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

/* buttons */
.btn-default {
    background: #3482C7;
    border-radius: 3px;
    color: #EFF8FF !important;
    font-size: 24px;
    text-align: center;
    border: 2px solid #3482C7;
    box-shadow: none !important;
}

.btn-default:hover {
    background: #102A43;
    border-color: #102A43;
}

.btn-outline {
    background: transparent;
    color: #3482C7 !important;
    font-size: 14px;
    border: 1px solid #3482C7;
    padding: 3px 7px;
}

.btn-outline:hover {
    background: #3482C7;
    border-color: #3482C7;
    color: #fff !important;
}

.btn-outline svg {
    margin-right: 3px;
}

.btn-outline:hover .svg-icon {
    fill: #fff !important;
}

.btn-row .btn {
    margin-right: 13px;
}

.btn-row .btn:last-child {
    margin-right: 0;
}


/* login page */
.page-content.login-page {
    padding: 0;
    min-height: inherit;
}

.login-page h1 {
    text-align: center;
}

.login-page .login-form {
    padding: 9em 2.5em 2em;
}

.login-page .login-form .remember-forgot .remember {
    flex-grow: 1;
    align-items: center;
    display: flex;
}

.login-page .login-form .remember-forgot {
    display: flex;
    align-items: center;
}

.login-page .login-form .remember-forgot label {
    margin: 0;
    cursor: pointer;
}

.login-page .login-form a {
    color: #486581;
    text-decoration: underline;
}

.login-page .login-form a:hover {
    text-decoration: none;
}

.login-page .login-form .submit-btn {
    margin-top: 22px;
}

.login-page .login-form .submit-btn .btn {
    width: 100%;
}

.login-page .right-col {
    background: #102A43;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    padding: 2em 15px;
}

.input-row label {
    margin: 0 0 3px 3px;
}

.input-row .input-field {
    position: relative;
    min-height: 65px;
}

.input-row .input-field.with-info-text {
    min-height: 85px;
}

.input-row.textarea {
    padding-bottom: 18px;
}

.input-row textarea.form-control {
    height: 150px;
    resize: none;
}

.input-row .info-text {
    clear: both;
    padding-top: 10px;
    font-weight: 200;
}

.input-row .input-field.input-field-small {
    min-height: 49px;
}

.input-row .input-field.input-field-small .form-control {
    height: 32px;
    max-width: 185px;
}

.input-text-center .form-control {
    text-align: center;
}

.input-text-center .form-control.font-bold {
    font-weight: bold;
}


/* == header == */
.site-header ul li {
    position: relative;
    font-size: 18px;
}

.site-header a {
    color: #F0F4F8;
}

/* main navigation */
.site-header .main-navigation {
    margin-top: -7.9em;
}

.main-navigation {
    overflow: hidden;
    padding: 0 0 20px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.main-navigation ul li {
    display: inline-block;
    vertical-align: top;
    margin-right: 18px;
    width: 60px;
    font-size: 11px;
    text-align: center;
}

.main-navigation.show {
    margin-top: 0 !important;
}

.main-navigation ul li .nav-icon {
    width: 60px;
    height: 60px;
    border-radius: 20px;
    background: linear-gradient(180deg, #DCEEFB 0%, #D9E2EC 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.main-navigation ul li:hover .nav-icon {
    opacity: 0.8;
}

.main-navigation.show ~ .secondary-navigation .current-page .down-angle {
    transform: rotate(180deg);
}

/* secondary navigation */
.secondary-navigation {
    display: flex;
    align-items: center;
}

.secondary-navigation .left-nav {
    flex-grow: 1;
    display: flex;
    align-items: center;
}

.secondary-navigation .left-nav .logo {
    margin-right: 20px;
    border-right: 1px solid #fff;
    display: block;
    padding-right: 20px;
    line-height: 15px;
}

body.dashboard-page .secondary-navigation .left-nav .logo {
    border-right: 0;
}

.secondary-navigation .right-nav {
    display: flex;
    align-items: center;
}

.header-search-form .form-control {
    height: 25px;
    background: #F0F4F8;
    width: 155px;
    padding: 2px 5px 2px 25px;
    border-radius: 20px;
    font-size: 11px;
    border: 0;
}

.header-search-form form {
    position: relative;
}

.header-search-form .submit-btn {
    width: 17px;
    height: 20px;
    text-indent: -9999px;
    border-radius: 100%;
    position: absolute;
    top: 2px;
    left: 7px;
    background: url(../images/search-icon.svg) center no-repeat #F0F4F8;
    background-size: 15px;
}

.header-search-form .search-icon {
    cursor: pointer;
}

.header-search-form.mobile {
    height: 0;
    overflow: hidden;
    background: linear-gradient(180deg, #DCEEFB 0%, #D9E2EC 100%);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.header-search-form.mobile.show {
    padding: 10px 15px;
    height: 45px;
}

.header-search-form.mobile .form-control {
    width: 100%;
}

.secondary-navigation .right-nav .user {
    margin-left: 55px;
}

.secondary-navigation .right-nav .user > a {
    display: block;
    max-width: 380px;
}

.secondary-navigation ul > li:hover .submenu-box {
    display: block;
    padding-top: 20px;
    z-index: 99;
}

.secondary-navigation ul .submenu-box {
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 180px;
    display: none;
}

.secondary-navigation ul .submenu {
    background: #F0F4F8;
    border: 2px solid #000;
    text-align: right;
    padding: 5px;
    border-radius: 6px;
    position: relative;
}

.secondary-navigation ul .submenu:after {
    position: absolute;
    top: -11px;
    right: 5px;
    width: 18px;
    height: 11px;
    display: block;
    content: "";
    background: url(../images/polygon.svg) top center no-repeat;
    background-size: 15px;
}

.secondary-navigation ul .submenu li:nth-of-type(1) {
    padding-top: 18px;
}

.secondary-navigation ul .submenu li {
    padding: 0 5px 18px;
    font-size: 18px;
}

.secondary-navigation ul .submenu li a {
    color: #829AB1;
}

.secondary-navigation ul .submenu li a:hover {
    color: #102a43;
}

/* menu overlay */
.menu-overlay.overlay-added, .popup-overlay.overlay-added {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 99;
    cursor: pointer;
}

.site-header {
    background: #102a43;
    padding: 10px 0;
    position: relative;
    z-index: 9999;
}

/* page main container */
.page-content {
    padding: 2.5em 3.1em;
    min-height: calc(100vh - 80px);
}

/* page title */
.page-title h1 {
    margin: 0 0 15px;
    font-size: 48px;
    line-height: normal;
}

/* dasboard page */
.dashboard.page-content {
    padding: 5em 3.1em;
}

.dashboard-page .site-header ul li.current-page .down-angle {
    display: none;
}

.dashboard-page .dashboard-navigation {
    padding: 0 22px;
    max-width: 1000px;
    width: 100%;
}

.dashboard-page .dashboard-navigation {
    padding: 0 22px;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

.dashboard-page .dashboard-navigation ul {
    margin: 0 -22px;
}

.dashboard-page .dashboard-navigation ul li {
    width: 120px;
    margin: 0 22px 45px;
    font-size: 18px;
}

.dashboard-page .dashboard-navigation ul li .nav-icon {
    width: 120px;
    height: 120px;
    border-radius: 20px;
    margin-bottom: 8px;
}

.dashboard.page-content {
    padding: 5em 3.1em;
}

.btn-row {
    margin-bottom: 12px;
}

.responsive-table {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    padding: 5px 15px;
}

.responsive-table .table {
    color: #102A43;
}

.responsive-table .table th {
    border: 0;
    border-bottom: 1px solid #BCCCDC;
    color: #BCCCDC;
    font-weight: normal;
    padding-bottom: 6px !important;
}

.responsive-table .table th, .responsive-table .table td {
    padding: 8px 7px;
}

.responsive-table .table th:first-child, .responsive-table .table td:first-child {
    padding-left: 0;
}

.responsive-table .table tr:first-child td {
    padding-top: 15px;
}

.responsive-table .table td {
    border: 0;
}

.responsive-table .delete {
    width: 80px;
}

/* footer */
.footer-navigation {
    padding-bottom: 10px;
}

.footer-navigation ul li {
    display: inline-block;
    vertical-align: top;
    margin-right: 12px;
    padding-right: 12px;
    position: relative;
    font-size: 12px;
    color: #9FB3C8;
}

.footer-navigation ul li:last-child {
    margin-right: 0;
    padding-right: 0;
}

.footer-navigation ul li:last-child:after {
    display: none;
}

.footer-navigation ul li a {
    color: #9FB3C8;
}

.footer-navigation ul li a:hover {
    color: #102A43;
}

.footer-navigation ul li:after {
    content: "";
    position: absolute;
    right: 0;
    height: 15px;
    border-right: 1px solid #9FB3C8;
}

/* sidebar popup */
.sidebar-popup {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 750px;
    max-width: 750px;
    background: #F0F4F8;
    height: calc(100% - 50px);
    z-index: 999;
    transition: all 0.5s ease 0s;
    transform: translate3d(100%, 0px, 0px);
}

.sidebar-popup.news-item.view {
    min-width: 430px;
}

.sidebar-popup.show {
    transform: translate3d(0, 0px, 0px);
}

.sidebar-popup .title {
    display: flex;
    align-items: center;
    padding: 0 20px;
}

.sidebar-popup .title h2 {
    flex-grow: 1;
    margin: 0;
}

.sidebar-popup .title .close-btn {
    cursor: pointer;
}

.sidebar-popup .popup-content {
    padding: 2em 0;
    height: 100%;
}

.sidebar-popup .popup-content .content {
    padding: 30px 18px;
    height: 100%;
    overflow-y: auto;
}

.sidebar-popup .popup-content .content .input-row textarea.form-control {
    height: 228px;
}

.sidebar-popup .popup-content .news-box {
    width: 347px;
    height: 100%;
    max-height: 693px;
    background: url(../images/mobile-img.jpg) top center no-repeat;
    margin: 0 auto;
    padding: 50px 23px;
    position: relative;
}

.sidebar-popup .popup-content .news-box:after {
    content: "";
    width: 100%;
    height: 60px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../images/mobile--bottom-img.jpg) bottom center no-repeat;
}

.sidebar-popup .popup-content .news-box .news {
    height: 100%;
    overflow-y: auto;
    padding-top: 10px;
}

.sidebar-popup .popup-content .news-box .title-small {
    color: #979797;
    font-weight: 500;
    font-size: 11px;
    text-transform: uppercase;
    padding: 0 15px;
}

.sidebar-popup .popup-content .news-box .news-title {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding: 0 15px 12px;
    line-height: normal;
}

.sidebar-popup .popup-content .news-box .tumb {
    background: #102A43;
    min-height: 326px;
    display: flex;
    justify-content: center;
    padding: 2em 15px;
}

.sidebar-popup .popup-content .news-box .subtitle {
    background: #102A43;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 14px;
    padding: 0 10px 10px;
}

.sidebar-popup .popup-content .news-box .text {
    padding: 10px 15px 0;
    color: #000;
    font-size: 13px;
}

.sidebar-popup .popup-content .news-box .time {
    position: absolute;
    top: 33px;
    left: 47px;
    color: #000;
    font-size: 12px;
    font-weight: 500;
}

.sidebar-popup .popup-content .input-fields {
    height: calc(100vh - 200px);
}

/* custom file upload */
.custom-file-input {
    display: block;
    overflow: hidden;
    opacity: 1;
    align-items: end;
}

.custom-file-input .form-control {
    width: calc(100% - 95px);
    float: left;
}

.custom-file-input input[type="file"] {
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    zoom: 1;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}

.custom-file-input .btn {
    margin: 10px 0 0 10px;
    white-space: nowrap;
}

/* custom select */
.cs-skin-border > span.cs-placeholder {
    height: 48px;
    border: 1px solid #BCCCDC !important;
    background: transparent;
    color: #486581 !important;
    border-radius: .25rem;
    padding: .9rem .75rem;
}

.cs-skin-border .cs-options {
    border: 1px solid #BCCCDC;
    border-radius: .25rem;
    background: transparent;
    background: #F0F4F8;
}

.cs-skin-border > span:after {
    background: url(../images/select-arrow.svg) 50% center no-repeat;
    background-size: 20px;
    width: 40px;
    height: 40px;
    content: "";
}

.cs-skin-border.cs-active .cs-options ul li:first-child {
    display: none;
}

.cs-skin-border.cs-selected .cs-options ul li:first-child {
    display: block;
}

.cs-skin-border ul li {
    border: 0;
    border-bottom: 1px solid #BCCCDC;
    margin: 0;
    background: transparent;
}

.cs-skin-border ul li:hover {
    background: #102a43;
    color: #fff;
}

.cs-skin-border ul li:hover span {
    color: #F0F4F8;
}

.cs-skin-border ul span {
    color: #486581;
}

.cs-skin-border ul li:last-child {
    border-bottom: 0;
}

div.cs-skin-border {
    display: block;
    max-width: 100%;
}

.small-select .cs-skin-border > span.cs-placeholder {
    height: 32px;
    padding: .4rem .75rem;
}

.small-select div.cs-skin-border {
    max-width: 185px;
}

.input-text-center div.cs-skin-border {
    text-align: center;
}

.select2-dropdown {
    background-color: #F0F4F8 !important;
}

.select2-selection__rendered {
    color: #486581 !important;
    line-height: 44px !important;
    text-align: center;
}

.select2-container--default .select2-selection--single {
    height: 48px !important;
    border-color: #BCCCDC !important;
    background-color: transparent !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    background: url(../images/select-arrow.svg) 50% center no-repeat;
    background-size: 20px;
    width: 40px !important;
    height: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
    transform: rotate(180deg);
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background: #102a43 !important;
    color: #fff !important;
}

.select2-container--default .select2-results > .select2-results__options li {
    border-bottom: 1px solid #BCCCDC;
    text-align: center;
}

.select2-container--default .select2-results > .select2-results__options li:last-child {
    border-bottom: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border-radius: 4px;
    text-align: center;
    border: 1px solid #BCCCDC !important;
    background-color: transparent !important;
    height: 30px !important;
    margin: 5px 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    box-shadow: 0 0 0 0.1rem rgba(72, 101, 129, .255);
    background-color: #fff !important;
}


/* client setting */
.client-setting .billing-address {
    border-top: 1px solid #BCCCDC;
}

.client-setting .content-box {
    font-size: 18px;
}

.client-setting .content-box h2 {
    font-size: 36px;
}

.client-setting .form-control {
    height: 42px;
}

.checkbox-row {
    margin-bottom: 40px;
}

.checkbox-row .small-title {
    margin-bottom: 10px;
    padding-left: 5px;
}

.checkbox-row .checkbox {
    margin-bottom: 10px;
}

.checkbox-row .checkbox label {
    margin: 0;
    cursor: pointer;
}

.sidebar-popup.submitted-reports .content-box {
    margin-bottom: 15px;
    max-width: 485px;
}

.sidebar-popup.submitted-reports .content-box h4 {
    margin: 0 0 5px;
    font-weight: 500;
}

.sidebar-popup.submitted-reports .content-box h5 {
    margin: 0 0 5px;
}

.sidebar-popup.submitted-reports .content-box .info-box {
    background: #fff;
    padding: 20px 10px;
    box-shadow: 0 5px 5px #e0e0e0;
    border-radius: 10px;
}

.sidebar-popup.submitted-reports .content-box .info-box ul li {
    margin-bottom: 20px;
    font-size: 18px;
    color: #102A43;
}

.sidebar-popup.submitted-reports .content-box .info-box ul li .info-text {
    color: #BCCCDC;
    font-size: 14px;
}

.sidebar-popup.submitted-reports .content-box .info-box table tr th {
    color: #102A43;
    padding-bottom: 10px;
}

.sidebar-popup.submitted-reports .content-box .info-box table tr td {
    padding-bottom: 7px;
}

.sidebar-popup.submitted-reports .carousel-box {
    background: #f0f4f8;
    padding: 20px 10px;
    border-radius: 10px;
    margin-bottom: 15px;
}

.sidebar-popup.submitted-reports .carousel-box.id-shots .info-text {
    font-size: 12px;
}

.sidebar-popup.submitted-reports .carousel-box .item {
    text-align: center;
}

.sidebar-popup.submitted-reports .carousel-box .item .img {
    box-shadow: 0 5px 5px #e0e0e0;
    border-radius: 10px;
    background: #fff;
    width: 100%;
    height: 70px;
    margin-bottom: 10px;
    overflow: hidden;
}

.sidebar-popup.submitted-reports .carousel-box .owl-prev, .sidebar-popup.submitted-reports .carousel-box .owl-next {
    position: absolute;
    top: 15px;
    font-size: 30px;
    outline: none !important;
    border: none !important;
}

.sidebar-popup.submitted-reports .carousel-box .owl-prev {
    left: 0;
}

.sidebar-popup.submitted-reports .carousel-box button.disabled {
    display: none;
}

.sidebar-popup.submitted-reports .carousel-box .owl-next {
    right: 0;
}

.sidebar-popup.submitted-reports .nav-tabs {
    border-bottom: 0;
    display: table;
    width: 100%;
}

.sidebar-popup.submitted-reports .nav-tabs .nav-link {
    float: left;
    border: transparent;
    border-radius: 0;
    color: #102A43 !important;
    padding: 0 0 .3rem;
    margin-right: 20px;
}

.sidebar-popup.submitted-reports .nav-tabs .nav-link:last-child {
    margin-right: 0;
}

.sidebar-popup.submitted-reports .nav-tabs .nav-link.active {
    background-color: transparent;
    border-color: transparent;
    border-bottom: 2px solid #3482c7 !important;
}

.sidebar-popup.submitted-reports .content-box.signature .info-box .signature-box {
    width: 165px;
    height: 65px;
    border: 1px solid #000;
    border-radius: 5px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* email modal */
.email-popup {
    z-index: 9999;
}

.email-popup .close-btn {
    cursor: pointer;
}

.email-popup .remove {
    display: flex;
    align-items: center;
    margin-bottom: 7px;
}

.email-popup .remove .form-control {
    flex: 1;
}

.email-popup .remove .btn {
    min-width: inherit;
    margin: 0;
    background: transparent;
    border: 0;
    color: red !important;
    padding: 0;
    margin-left: 10px;
}

/*#emailModal .remove .btn:after { content:"\f00d"; font: normal normal normal 16px/1 FontAwesome; display:inline-block; }*/
.email-popup .btn {
    font-size: 16px;
    min-width: 110px;
    margin-top: 15px;
}

.email-popup .modal-header {
    justify-content: flex-end;
}

.email-popup .modal-content {
    max-height: calc(100vh - 155px);
    overflow-y: auto;
}

.email-popup .customer_records .btn {
    float: right;
}

.email-popup .modal-dialog {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 auto;
    width: 100%;
    overflow-y: hidden;
}

.email-popup input.multiple_emails-input.text-left {
    height: 35px;
}

.email-popup .modal-body .row {
    display: block;
    margin: 0;
}

.email-popup .form-group {
    margin: 0;
}

/*===media queries===*/

@media all and (min-width: 768px) {
    .show-mobile {
        display: none;
    }
}

@media all and (min-width: 1025px) and (max-width: 1400px) {
    .sidebar-popup .popup-content .news-box .tumb {
        min-height: 200px;
    }
}

@media all and (min-width: 993px) and (max-width: 1024px) {
    .login-page .login-form {
        padding: 3em 15px 2em;
    }
}

@media all and (max-width: 992px) {
    .login-page .login-form {
        padding: 3em 2.5em 2em;
    }

    .login-page .left-col {
        order: 1;
    }

    .login-page .right-col {
        min-height: inherit;
    }

    .page-content {
        padding: 2em 0;
    }

    .page-title h1 {
        font-size: 38px;
    }

    .dashboard.page-content {
        padding: 3em 0;
    }

    .dashboard-page .dashboard-navigation {
        padding: 0 10px;
    }

    .dashboard-page .dashboard-navigation ul {
        margin: 0 -10px;
    }

    .dashboard-page .dashboard-navigation ul li {
        margin: 0 10px 35px;
    }

    .sidebar-popup {
        min-width: inherit;
        width: calc(100% - 40px);
    }

    .secondary-navigation .right-nav .user > a {
        max-width: 225px;
    }
}

@media all and (max-width: 767px) {
    .hide-mobile {
        display: none;
    }

    .site-header {
        padding: 10px 0 2px;
    }

    .site-header ul li {
        font-size: 14px;
        margin: 0 8px 10px 0;
    }

    .site-header .main-navigation {
        margin-top: -5.2em;
    }

    .main-navigation {
        padding: 0;
    }

    .main-navigation ul li a {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .site-header .main-navigation ul li a img {
        width: 22px;
    }

    .site-header .main-navigation ul li .nav-icon {
        width: 35px;
        height: 35px;
        border-radius: 10px;
    }

    .site-header .main-navigation ul li .nav-text {
        line-height: normal;
        font-size: 11px;
        display: block;
    }

    .site-header .main-navigation ul li:nth-of-type(8) img {
        width: 28px;
    }

    .secondary-navigation .right-nav .user {
        margin-left: 10px;
    }

    .responsive-table thead {
        display: none;
    }

    .responsive-table tr {
        display: block;
    }

    .responsive-table tr td {
        float: left;
        width: 100% !important;
        text-align: left !important;
        padding: 5px 0 !important;
    }

    .responsive-table tr td .content {
        width: 60%;
        float: right;
    }

    .responsive-table tr td:before {
        width: 40%;
        padding-right: 10px;
        white-space: normal;
        text-align: left;
        font-weight: bold;
        float: left;
        content: attr(data-title);
    }

    .responsive-table tr td:first-child {
        padding-top: 7px !important;
    }

    .responsive-table tr td:last-child {
        padding-bottom: 7px !important;
        border-bottom: 1px solid #BCCCDC;
    }

    .responsive-table tr:last-child td:last-child {
        border-bottom: 0;
    }

    .dashboard-page .dashboard-navigation ul li {
        width: 73px;
        font-size: 14px;
    }

    .dashboard-page .dashboard-navigation ul li .nav-icon {
        width: 60px;
        height: 60px;
    }

    .dashboard-page .dashboard-navigation ul li a img {
        width: 35px;
    }

    .dashboard-page .dashboard-navigation ul li:nth-of-type(8) a img {
        width: 42px;
    }

    .secondary-navigation .left-nav .logo {
        margin-right: 10px;
    }

    .client-setting .content-box {
        font-size: 16px;
    }

    .sidebar-popup .popup-content .news-box {
        width: 250px;
        height: 508px;
        background-size: 255px;
        padding: 50px 14px;
    }

    .sidebar-popup .popup-content .news-box .tumb {
        min-height: 170px;
    }

    .sidebar-popup .popup-content .news-box .time {
        top: 22px;
        left: 32px;
        font-size: 11px;
    }

    .secondary-navigation {
        display: block;
    }

    .secondary-navigation .right-nav .user > a {
        max-width: 100%;
    }
}

@media all and (max-width: 568px) {
    .site-header .main-navigation {
        margin-top: -9.5em;
    }
}


@media all and (max-width: 480px) {
    .page-title h1 {
        font-size: 32px;
    }

    .sidebar-popup .title h2 {
        font-size: 22px;
    }

    .client-setting .content-box h1, .client-setting .content-box h2 {
        font-size: 26px;
    }
}


/* analytics */
.analytics .title-box h1 {
    font-size: 42px;
    font-weight: 700;
    margin: 0;
}

.analytics .calendar-nav {
    margin-bottom: 40px;
}

.analytics .calendar-nav .arrow {
    cursor: pointer;
}

.analytics .calendar-nav, .analytics .calendar-nav .calendar-icon-and-info-text {
    display: flex;
    align-items: center;
    justify-content: center;
}

.analytics .calendar-nav .calendar-icon-and-info-text {
    margin: 0 5px;
}

.analytics .calendar-nav .calendar-icon-and-info-text .info-text {
    margin-left: 5px;
    color: #3482C7;
    font-size: 12px;
    font-weight: 300;
}

.analytics .graphs {
    margin-bottom: 30px;
}

.analytics .graphs .graph-col {
    margin-bottom: 30px;
}

.analytics .graphs .graph-col .graph {
    text-align: center;
    background: #fff;
    border: 1px solid #BCCCDC;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.analytics .graphs .graph-col .graph:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -15px;
    border-right: 1px solid rgba(130, 154, 177, 0.25);
    height: 90%;
}

.analytics .graphs .graph-col:last-child .graph:after {
    display: none;
}

.analytics .graphs hr {
    margin: 0;
}

@media all and (max-width: 480px) {
    .analytics .title-box h1 {
        font-size: 32px;
    }

    .analytics .graphs .graph-col .graph:after {
        display: none;
    }
}











