/*
*  html5resetcss
*/

html,
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

body {
    background: #F7FAFE !important;
    font-family: "Plus Jakarta Sans", sans-serif !important;
    line-height: 1;
    font-size: 15px;
    font-weight: 400;
    color: #3A3A3A;
    overflow-x: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

nav ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: none
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold
}

del {
    text-decoration: line-through
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

input,
select {
    vertical-align: middle
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #676767;
}

 ::-moz-placeholder {
    /* Firefox 19+ */
    color: #676767;
}

 :-ms-input-placeholder {
    /* IE 10+ */
    color: #676767;
}

 :-moz-placeholder {
    /* Firefox 18- */
    color: #676767;
}

.loadScreen {
    background: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
}

.loadScreen img {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    width: 50px;
}

img {
    width: 100%;
    height: auto;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    background: transparent;
    text-decoration: none !important;
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
}


/* Custom CSS
============================================= */

.login-page-wrapper {
    position: fixed;
    overflow: hidden;
    overflow-y: auto;
    width: 100%;
}

.login_image {
    background: #C9E8FF;
    width: 52.4%;
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
}

.login_image figure {
    width: 825px;
    margin: 100px auto 0;
}

.login_image h2 {
    font-size: 30px;
    line-height: 38px;
    font-weight: 800;
    color: #000;
    margin: 50px 0 30px;
    text-align: center;
    width: 100%;
    float: left;
}

.login_image p {
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    color: #000;
    text-align: center;
}

.user_panel_outer {
    background: #fff;
    width: 47.6%;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
}

.user_panel {
    width: 400px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.user_panel_outer .logo {
    width: 195px;
    font-size: 0;
    padding: 26px 0 0 20px;
}

.user_panel .logo img {
    display: inline-block;
}

.login_panel {
    width: 100%;
    float: left;
    text-align: center;
}

.user_panel h2 {
    font-size: 40px;
    line-height: 44px;
    font-weight: 700;
    color: #000;
    padding-bottom: 14px;
    text-align: left;
}

.user_panel small {
    display: block;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    color: #969696;
    text-align: left;
    padding-bottom: 32px;
}

.custom_input {
    width: 100%;
    float: left;
}

.input_field {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    position: relative;
}

.pass-box {
    position: relative;
    width: 100%;
    float: left;
}

.pass-box span {
    background: url(../images/pass-hide-icon.png) 0 0 no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 11px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.pass-box span.show {
    background-image: url(../images/pass-show-icon.png);
}

.custom_input strong {
    background: #fff;
    display: block;
    float: left;
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    color: #367AFF;
    text-align: left;
    padding: 0 8px;
    position: absolute;
    left: 12px;
    top: 20px;
    z-index: 1;
    transition: all ease-in-out 0.1s;
    -webkit-transition: all ease-in-out 0.1s;
    -moz-transition: all ease-in-out 0.1s;
    -ms-transition: all ease-in-out 0.1s;
    -o-transition: all ease-in-out 0.1s;
}

.custom_input input:focus~strong,
.custom_input input:valid~strong {
    top: -11px;
}

.custom_input input {
    background: #fff;
    height: 59px;
    width: 100%;
    float: left;
    outline: none;
    text-align: left;
    border: 1px solid #367AFF;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    color: #232323;
    padding: 15px 15px 14px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

a.forgot_btn {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    color: #3A3A3A;
    margin: 20px 0 45px;
}

a.forgot_btn:hover {
    color: #DEE7FF;
}

.custom_input input[type="submit"] {
    background: #367AFF;
    border-color: #367AFF;
    width: 100%;
    height: 54px;
    float: none;
    clear: both;
    margin: 0 auto;
    text-align: center;
    padding: 17px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
}

.custom_input input[type="submit"]:disabled,
.custom_input input[type="submit"]:disabled:hover {
    background: transparent;
    border: 1px solid #D6CBC5;
    color: #D6CBC5;
    cursor: default;
}

.custom_input input[type="submit"]:hover {
    background: #235dd1;
    border-color: #235dd1;
}

.custom_input label {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #232323;
    text-align: left;
    float: left;
    position: relative;
}

.login_panel .custom_input label input[type="checkbox"] {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
}

.custom_input label input {
    display: block;
    opacity: 1;
}

.custom_input label input:checked+i {
    background-image: url('../images/chk-active-img.png');
    background-size: contain;
}

.custom_input label i {
    background: url('../images/chk-img.png') 0 0 no-repeat;
    background-size: contain;
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 13px;
}

.forgot_pass_panel {
    width: 100%;
    float: left;
    display: none;
}

.verify_code {
    width: 100%;
    float: left;
}

.verify_code input {
    width: 56px;
    height: 56px;
    float: left;
    padding: 0 0;
    text-align: center;
    margin-right: 10px;
    line-height: 50px;
}

.custom_input p {
    font-size: 15px;
    line-height: 28px;
    color: #3A3A3A;
    font-weight: 500;
    margin: 0 0 45px;
}

.forgot_pass_panel .space {
    width: 100%;
    float: left;
    height: 115px;
}

.sent_panel {
    width: 100%;
    float: left;
    display: none;
}

.sent_panel img {
    width: 70px;
    margin-bottom: 30px;
}

.sent_panel .space {
    height: 116px;
}

.back_btn_area {
    width: 100%;
    float: left;
    padding-bottom: 30px;
}

a.back_btn {
    width: 32px;
    display: inline-block;
}

a.back_btn img {
    width: 100%;
    margin: 0;
}

.user_panel p {
    font-size: 15px;
    line-height: 28px;
    font-weight: 500;
    color: #3A3A3A;
    margin: 0 0 50px;
}

.forgot_pass_panel input[type="submit"],
.sent_panel input[type="submit"] {
    margin: 0 auto;
    float: none;
    display: block;
}

.dashboard_panel {
    width: 100%;
    float: left;
    padding-left: 260px;
    position: relative;
    height: 100%;
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
}

.dashboard_panel.change {
    padding-left: 75px;
}

.dashboard_sidebar {
    background: #fff;
    width: 260px;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 5;
    border-right: 1px solid #9BA5BE;
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
}

.dashboard_sidebar.change {
    width: 73px;
}

.dashboard_sidebar.change .dash_menu ul>li>a {
    font-size: 0;
}

.dashboard_sidebar.change .dash_menu li.nav-drp-arw {
    display: none;
}

.dashboard_sidebar.change .nav-drp-arw {
    width: 12px;
    height: 12px;
    right: 4px;
}

.dash_logo {
    padding: 15px 0 0 20px;
    font-size: 0;
    height: 80px;
    border-bottom: 1px solid #9BA5BE;
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
}

.dash_logo a {
    display: inline-block;
    width: 195px;
}

.dashboard_sidebar.change .dash_logo a {
    background: url(../images/logo2.png) 0 0 no-repeat;
    background-size: contain;
    width: 48px;
    height: 57px;
    margin: 2px 0 0 -7px;
}

.dashboard_sidebar.change .dash_logo a img {
    height: 35px;
    display: none;
}

.dash_menu {
    width: 100%;
    float: left;
}

.dash_menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.dash_menu ul>li {
    width: 100%;
    float: left;
    position: relative;
}

.dash_menu ul>li>a {
    font-size: 15px;
    line-height: 18px;
    font-weight: 600;
    color: #202224;
    padding: 15px 0;
    display: block;
    position: relative;
    padding-left: 45px;
    height: 50px;
    box-sizing: border-box;
    border-bottom: 1px solid #9BA5BE;
}

.dash_menu ul>li>a img {
    width: 30px;
    position: absolute;
    left: 11px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
}

.dash_menu ul>li:hover>a,
.dash_menu ul>li.current>a {
    background: #DEE7FF;
}


/* .dash_menu ul>li>a img:nth-child(2) {
    opacity: 0;
}

.dash_menu ul>li:hover>a img:nth-child(1),
.dash_menu ul>li.current>a img:nth-child(1) {
    opacity: 0;
}

.dash_menu ul>li:hover>a img:nth-child(2),
.dash_menu ul>li.current>a img:nth-child(2) {
    opacity: 1;
} */


/* .dash_menu ul>li.current .nav-drp-arw,
.dash_menu ul>li:hover .nav-drp-arw {
    border-color: #fff;
    top: 15px;
} */

.dash_menu ul>li.current .nav-drp-arw.current {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    top: 20px;
    position: absolute;
    z-index: 1;
}

.nav-drp-arw {
    background: url(../images/menu-arrow.png) 0 0 no-repeat;
    background-size: contain;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 13px;
    top: 18px;
    z-index: 2;
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
}

.dash_menu ul ul {
    /* border-top: 10px solid #E1F2FF; */
    display: none;
}

.dash_menu ul ul>li>a::before {
    width: 20px;
    height: 20px;
    position: absolute;
    z-index: 1;
    left: 16px;
    top: 15px;
    border: 3px solid #22376D;
    content: '';
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
}


/* .dash_menu ul ul>li.current>a::before,
.dash_menu ul ul>li:hover>a::before {
    border-color: #fff;
} */

.dash_header {
    background: #fff;
    border-bottom: 1px solid #9BA5BE;
    width: 100%;
    height: 80px;
    padding: 0px 38px 0 290px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2;
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
}

.dash_header.change {
    padding-left: 82px;
}

a.menu_btn {
    width: 30px;
    height: 30px;
    float: left;
    margin: 24px 20px 24px 0;
}

a.menu_btn.change {
    background: url(../images/close-icon-white.png) 0 0 no-repeat;
    background-size: 30px 30px;
    /* margin: 13px 20px 0 0; */
}

a.menu_btn.change img {
    display: none;
}

.header_search {
    background-size: 15px auto;
    width: 388px;
    float: left;
    border: 0.6px solid #D5D5D5;
    padding: 0 10px 0 38px;
    margin: 19px 0;
    border-radius: 19px;
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px;
    -ms-border-radius: 19px;
    -o-border-radius: 19px;
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
}

.header_search input {
    background: transparent;
    width: 100%;
    height: 38px;
    border: none;
    outline: none;
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
    color: #3A3A3A;
}

.header_right {
    float: right;
}

.notification_box {
    float: left;
    margin: 15px 27px 15px 0;
    position: relative;
}

a.notify_btn {
    width: 48px;
    height: 48px;
    display: block;
}

a.notify_btn img {
    display: block;
}

.notification_dropdown {
    background: #fff;
    width: 355px;
    position: absolute;
    right: -12px;
    top: 61px;
    display: none;
    padding-bottom: 20px;
    z-index: 5;
    border: 1px solid #9BA5BE80;
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}

.notification_dropdown:after,
.notification_dropdown:before {
    bottom: 100%;
    right: 24px;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.notification_dropdown:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}

.notification_dropdown:before {
    border-color: rgba(0, 0, 0, 0);
    border-bottom-color: #9BA5BE80;
    border-width: 11px;
    margin-left: -11px;
}

.notify_scroll {
    width: 100%;
    float: left;
    height: 400px;
    overflow-y: auto;
}

.notify_scroll .mCSB_inside>.mCSB_container {
    margin-right: 0px;
}

.notification_dropdown h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: #000;
    padding: 15px 20px;
    border-bottom: 1px solid #E8E8E8;
    margin: 0;
}

.notification_dropdown ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.notification_dropdown li {
    width: 100%;
    float: left;
    border-bottom: 1px solid #E8E8E8;
    margin: 0 0 10px;
}

.notification_dropdown li a {
    display: block;
    padding: 8px 20px;
}

.notification_dropdown li a:hover {
    background: #ffdec5;
}

.notification_dropdown li:last-child {
    border: none;
    margin: 0;
}

.notification_dropdown li strong {
    display: block;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    color: #000;
    padding-bottom: 10px;
}

.notification_dropdown li p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #6A6A6A;
    margin: 0 0 5px;
}

.notification_dropdown li small {
    display: block;
    font-size: 13px;
    line-height: 24px;
    font-weight: 400;
    color: #959595;
}

.user_box {
    float: right;
    position: relative;
    margin: 15px 0;
}

a.user_btn {
    font-size: 15px;
    line-height: 18px;
    font-weight: 600;
    padding-right: 30px;
    color: #202224;
    position: relative;
}


/* a.user_btn:hover {
    color: #DEE7FF;
} */

a.user_btn img {
    width: 48px;
    height: 48px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
}

a.user_btn:after {
    background: url(../images/arrow-down.png) 0 0 no-repeat;
    background-size: contain;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 0;
    top: 5px;
    content: '';
}


/* a.user_btn:hover:after {
    border-color: #DEE7FF;
} */

.user_dropdown {
    background: #fff;
    width: 200px;
    border: 1px solid #8EA1A6;
    box-shadow: 0 3px 6px #00000029;
    position: absolute;
    right: -10px;
    top: 45px;
    z-index: 2;
    display: none;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}

.user_dropdown:after,
.user_dropdown:before {
    bottom: 100%;
    right: 24px;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.user_dropdown:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}

.user_dropdown:before {
    border-color: rgba(0, 0, 0, 0);
    border-bottom-color: #9BA5BE80;
    border-width: 11px;
    margin-left: -11px;
}

.user_dropdown a {
    padding: 7px 18px 6px;
    font-size: 15px;
    line-height: 35px;
    color: #000;
    font-weight: 400;
    display: block;
    position: relative;
}

.user_dropdown a:hover {
    background: #DEE7FF;
}

.breadecrumbs {
    width: 100%;
    float: left;
    padding: 30px;
    margin-top: 70px;
}

.breadecrumbs h1 {
    font-size: 30px;
    line-height: 33px;
    font-weight: 700;
    color: #000;
    float: left;
    /* margin-right: 17px; */
}

.breadecrumbs ul {
    float: left;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
}

.breadecrumbs li {
    float: left;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #000;
    position: relative;
    padding-right: 34px;
}

.breadecrumbs li::before {
    background: url(../images/menu-arrow.png) 0 0 no-repeat;
    background-size: contain;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 7px;
    top: 4px;
    content: '';
}

.breadecrumbs li:last-child:before {
    display: none;
}

.breadecrumbs li a {
    display: block;
    color: #000;
}

.breadecrumbs li a:hover {
    color: #DEE7FF;
}

.dashboard_content_area {
    width: 100%;
    float: left;
}

.page_container {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 50px;
    padding: 0 40px 0 30px;
}


/* .page_container h2 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    color: #000;
    margin: 0 0 -40px;
    position: relative;
} */

.name {
    display: inline-block;
    vertical-align: middle;
}

.name img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.active_tag {
    background: #34C759;
    height: 30px;
    padding: 6px 20px;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.deactive_tag {
    background: #FF5E5E;
    height: 30px;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.blocked_tag {
    background: #000;
    height: 30px;
    padding: 6px 14px;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.action_box a.view_btn {
    background: #000;
    height: 30px;
    padding: 6px 19px;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.action_box a.view_btn:hover {
    background: #EB6612;
}

.dTable_btn {
    position: absolute;
    font-size: 0;
    left: 17%;
    bottom: -2px;
}

.dTable_btn a {
    background: #000000;
    height: 34px;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    padding: 8px 12px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.dTable_btn a:hover {
    background: #EB6612;
}

.dataTables_length {
    display: none;
}

.mCSB_inside>.mCSB_container {
    margin-right: 8px;
}

.hide {
    display: none !important;
}

a.mob_btn {
    display: none;
}

.popup_overlay {
    background: rgb(0 0 0 / 90%);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    display: none;
}

.custom_table_scroll {
    width: 100%;
    float: left;
    overflow: hidden;
    overflow-x: auto;
    border: 1px solid #9AADC6;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.dash_content .custom_table_scroll {
    margin-bottom: 30px;
}

.custom_table {
    width: 100%;
    float: left;
}

.custom_table table {
    width: 100%;
    table-layout: auto;
}

.custom_table table th {
    background: #BAD8FF;
    font-size: 15px;
    line-height: 18px;
    font-weight: 600;
    color: #101010;
    white-space: nowrap;
    vertical-align: middle;
    padding: 19px 15px;
    text-align: left;
}

.custom_table table td {
    background: #fff;
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    color: #101010;
    white-space: nowrap;
    vertical-align: middle;
    padding: 13px 15px;
    text-align: left;
    border: none;
    border-bottom: 1px solid #9AADC6;
}

.custom_table table tr:last-child td {
    border: none;
}

.tag1 {
    display: inline-block;
    width: 106px;
    height: 36px;
}

.custom_table_bottom {
    width: 100%;
    float: left;
    padding-top: 29px;
}

.custom_table_pagination {
    float: right;
}

.custom_table_pagination a {
    line-height: 36px;
    height: 36px;
    width: 33px;
    padding: 0;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #313131;
    display: inline-block;
    vertical-align: top;
    outline: none;
    margin: 0 3px;
    cursor: pointer;
    border: 1px solid #E9E9E9;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.custom_table_pagination a.current,
.custom_table_pagination a:hover {
    background: #22376D !important;
    color: #fff;
}

.custom_table_pagination a.previous {
    background: url(../images/back-btn.png) 0 0 no-repeat;
    background-size: contain;
    width: 76px;
    height: 36px;
    margin-right: 3px;
    display: inline-block;
    vertical-align: top;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border: none;
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
}

.custom_table_pagination a.previous:hover {
    background-image: url(../images/back-btn-hover.png) !important;
    background-size: contain;
}

.custom_table_pagination a.next {
    background: url(../images/next-btn.png) 0 0 no-repeat;
    background-size: contain;
    width: 76px;
    height: 36px;
    width: 76px;
    height: 36px;
    margin-right: 3px;
    display: inline-block;
    vertical-align: top;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border: none;
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
}

.custom_table_pagination a.next:hover {
    background-image: url(../images/next-btn-hover.png) !important;
    background-size: contain;
}

.dash_block {
    width: 100%;
    float: left;
    padding-bottom: 30px;
}

.dash_block ul {
    margin: 0 -0.8%;
    padding: 0;
    list-style: none;
}

.dash_block li {
    background: #FFF !important;
    width: 18.4%;
    height: 130px;
    position: relative;
    padding: 15px;
    float: left;
    margin: 0 0.8% 20px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.dash_block li em {
    width: 60px;
    height: 60px;
    right: 15px;
    top: 15px;
    position: absolute;
    overflow: hidden;
}

.dash_block li small {
    display: block;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    opacity: 0.7;
    padding-bottom: 6px;
    color: #202224 !important;
}

.dash_block li small span img {
    width: 24px;
    float: left;
    margin-right: 8px;
    position: relative;
    top: 5px;
}

.dash_block li small span {
    color: #00B69B;
}

.dash_block li small span.red {
    color: #F93C65;
}

.dash_block li h3 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1px;
    color: #202020;
    margin: 14px 0 12px;
}

.dash_chart {
    width: 100%;
    float: left;
    margin-bottom: 50px;
}

.chart_1 {
    background: #fff;
    width: 72.3%;
    height: 388px;
    padding: 20px;
    overflow: hidden;
    float: left;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.dash_chart h4 {
    font-size: 22px;
    font-weight: 700;
    line-height: normal;
    color: #202224;
    float: left;
}

.dash_chart figure {
    width: 100%;
    display: block;
    float: left;
    margin-top: 10px;
}

.dash_chart p {
    float: right;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #000;
    clear: inline-end;
    margin: 6px 0 7px;
}

.dash_chart p span img {
    width: 12px;
    height: 12px;
    float: left;
    margin-right: 10px;
    position: relative;
    top: 4px;
}

.chart_2 {
    background: #fff;
    width: 26%;
    height: 388px;
    padding: 20px;
    overflow: hidden;
    float: right;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.chart_2 p span {
    width: 100%;
    padding-left: 15px;
    display: block;
    margin-bottom: 5px;
}

.action_box {
    font-size: 0;
}

.action_box a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 22px;
    width: auto;
    height: 36px;
}

.action_box a img {
    width: auto;
    height: 36px;
}

.custom_select_area {
    width: 100%;
    float: left;
}

.custom_select_area .ss_row {
    margin: 0 -0.6%;
}

.custom_select_area .ss_column {
    width: 13%;
    float: left;
    margin: 0 0.6% 30px;
}

.ss_column span {
    display: block;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 15px;
}

.c_select select {
    background: #FFF url(../images/arrow-down.png) 95% center no-repeat;
    background-size: 16px 12px;
    border: 1px solid #647986;
    width: 100%;
    height: 50px;
    outline: none;
    padding: 0 32px 0 19px;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.ss_column a {
    background: #22376D;
    width: 100px;
    height: 50px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
    padding: 13px 0;
    margin-top: 32px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.ss_column a:first-child:hover {
    background: #2f4785;
}

.ss_column a:last-child {
    background: transparent;
    width: 100px;
    height: 50px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #000;
    text-align: center;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.header_search.right {
    background: #F1F5FF url(../images/search-icon.png) 15px 13px no-repeat;
    background-size: 24px auto;
    border: 1px solid #9BA5BE;
    float: right;
    width: 360px;
    padding: 0 10px 0 48px;
    margin-top: 32px;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
}

.header_search.right input {
    height: 50px;
}

.ss_column input[name="datepicker"] {
    background: transparent url(../images/calendar-icon.png) 92% center no-repeat;
    background-size: 24px auto;
}

.ss_column input {
    border: 1px solid #647986;
    width: 100%;
    height: 50px;
    outline: none;
    padding: 0 19px;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.custom_form_panel {
    /* background: rgba(255, 255, 255, 1); */
    /* border: 1px solid #9BA5BE; */
    width: 100%;
    float: left;
    margin-bottom: 31px;
    /* border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px; */
}

.form_box {
    background: rgba(255, 255, 255, 1);
    border: 1px solid #9BA5BE;
    width: 100%;
    float: left;
    margin-bottom: 31px;
    padding: 30px 30px 21px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.form_box.padd1 {
    padding-right: 226px;
}


/* .form_box:last-child {
    border: none;
    padding-bottom: 50px;
} */

.form_box ul {
    list-style: none;
    margin: 0 -1.8%;
    padding: 0;
}

.form_box li {
    float: left;
    width: 29.7%;
    margin: 0 1.8% 20px;
    position: relative;
}

.form_box strong {
    color: #000;
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
    display: block;
    padding-bottom: 10px;
    position: relative;
}

.form_box li select {
    background: rgba(255, 255, 255, 1) url(../images/arrow-down.png) 96% center no-repeat;
    background-size: 17px 9px;
    border: 1px solid #9BA5BE;
    width: 100%;
    height: 50px;
    outline: none;
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    padding: 15px;
    color: #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.form_box input {
    background: transparent;
    border: 1px solid #9BA5BE;
    width: 100%;
    height: 50px;
    outline: none;
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    color: #000;
    padding: 15px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.chktoggle {
    width: 18px;
    height: 18px;
    position: relative;
    display: block;
    margin: 10px auto;
}

.chktoggle input {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
}

.chktoggle i {
    background: url(../images/chk-img.png) 0 0 no-repeat;
    background-size: contain;
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 13px;
}

.chktoggle input:checked+i {
    background-image: url(../images/chk-active-img.png);
    background-size: contain;
}

.custom_tab_panel {
    width: 100%;
    float: left;
}

.custom_tab_nav {
    width: 100%;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    padding-bottom: 13px;
    margin-bottom: 30px;
    border-bottom: 3px solid #9BA5BE;
}

.custom_tab_nav a {
    font-size: 15px;
    line-height: 30px;
    font-weight: 500;
    color: #000;
    position: relative;
    display: inline-block;
    margin-right: 20px;
    margin-right: 29px;
}

.custom_tab_nav a.current::after {
    background: #22376D;
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -13px;
    content: '';
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
}

.custom_tab_nav a.current {
    color: #22376D;
    font-weight: 700;
}

.tabs_container {
    width: 100%;
    float: left;
}

.tabs_container .tab_cont {
    width: 100%;
    float: left;
    display: none;
}

.cont_box {
    width: 49%;
    float: left;
}

.cont_box:nth-child(2) {
    float: right;
    margin-left: 2%;
}

.custom_block {
    background: #fff;
    border: 1px solid #9BA5BE;
    width: 100%;
    float: left;
    overflow: hidden;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.custom_block ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.custom_block li {
    width: 100%;
    float: left;
    font-size: 15px;
    line-height: 19px;
    font-weight: 400;
    color: #101010;
    padding: 20px 0;
    border-bottom: 1px solid #9AADC6;
}

.custom_block li:last-child {
    border-bottom: none;
}

.custom_block li strong {
    display: block;
    line-height: 30px;
    float: left;
    /* width: 312px; */
    font-weight: 500;
    position: relative;
    z-index: 1;
}

.custom_block li>span {
    display: block;
    float: right;
    max-width: 344px;
    text-align: right;
    line-height: 30px;
}

.custom_block li p {
    overflow: hidden;
    position: relative;
    z-index: 1;
    line-height: 30px;
}

.noBor {
    position: relative;
    width: 100%;
    float: left;
}

.noBor::before {
    background: #9AADC6;
    position: absolute;
    width: 815px;
    left: -35px;
    top: -1px;
    height: 1px;
    content: '';
}

.noBor li {
    border: none !important;
}

.custom_block h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    color: #000;
    margin: 0 0px 10px;
}

.cont1 .chktoggle {
    display: inline-block;
    vertical-align: middle;
    margin: -17px 6px 0 0;
    position: relative;
}

.cont1 span {
    width: 312px;
    float: left !important;
    text-align: left !important;
    margin-right: 100px;
}

.cont1 span:last-child {
    float: right;
    width: auto !important;
}

.cont1 li {
    border: none;
    padding: 14px 0;
}

.top_status {
    float: right;
}

.top_status small {
    width: 110px;
    height: 36px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin-left: 16px;
    padding: 6px 9px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.top_status img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
    width: 15px;
    height: 15px;
    position: relative;
    margin-top: -3px;
}

.sp_table {
    width: 100%;
    float: left;
    border: 1px solid #9BA5BE;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.sp_table table {
    width: 100%;
    table-layout: fixed;
    overflow: hidden;
    border: 1px solid #9BA5BE;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.sp_table td {
    background: #fff;
    font-size: 15px;
    line-height: 30px;
    font-weight: 500;
    color: #000;
    padding: 15px 19px;
    border: 1px solid #9BA5BE;
}

a.c_btn1 {
    background: #22376D;
    padding: 20px 46px;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    display: block;
    float: right;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
}

a.c_btn1:hover {
    background: #000;
}

.custom_form {
    background: #fff;
    border: 1px solid #9BA5BE;
    width: 100%;
    float: left;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.c_form_box {
    width: 100%;
    float: left;
    padding-bottom: 10px;
    margin-bottom: 33px;
    border-bottom: 1px solid #9BA5BE;
}

.custom_form h2 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    color: #000;
    padding: 25px 0;
    text-align: center;
    margin: 0 0 30px;
    border-bottom: 1px solid #9BA5BE;
}

.custom_form h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    color: #000;
    margin: 0 0 25px;
}

.c_input_field {
    width: 100%;
    float: left;
    padding: 0 50px;
    margin-bottom: 15px;
    position: relative;
}

.c_input_field .rows1 {
    margin: 0 -1.6%;
}

.c_input_field .column1 {
    float: left;
    width: 26%;
    margin: 0 1.6% 15px;
    position: relative;
}

.c_input_field .column1 small {
    position: absolute;
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    color: #9BA5BE;
    right: 10px;
    bottom: 10px;
}

.c_input_field .column1.calendar {
    background: url(../images/calendar.png) 96% 53px no-repeat;
    background-size: 24px auto;
}

.c_input_field label {
    display: block;
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    color: #000;
    margin-bottom: 10px;
}

.c_input_field input {
    background: transparent;
    border: 1px solid #9BA5BE;
    height: 50px;
    width: 100%;
    float: left;
    outline: none;
    text-align: left;
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    color: #000;
    padding: 20px 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.c_input_field select {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-color: #9BA5BE;
}

.c_input_field textarea {
    border: 1px solid #9BA5BE;
    width: 100%;
    height: 184px;
    text-align: left;
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    color: #000;
    resize: none;
    outline: none;
    padding: 20px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.radio_box {
    width: 100%;
    float: left;
    margin-top: 10px;
}

.radio_box label {
    margin: 0 15px 0 0;
    float: left;
    position: relative;
}

.radio_box label:last-child {
    margin-right: 0;
}

.radio_box label input {
    display: none;
}

.radio_box label i {
    background: url(../images/radio.png) 0 0 no-repeat;
    background-size: contain;
    width: 26px;
    height: 26px;
    position: relative;
    top: -2px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.radio_box label input:checked+i {
    background-image: url(../images/radio-active.png);
    background-size: contain;
}

.c_input_field .cont1 {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    float: left;
}

.c_input_field .cont1 .chktoggle {
    margin: 3px 9px 11px 0;
    float: left;
    DISPLAY: block;
}

.c_input_field .cont1 li {
    width: 100%;
    float: left;
}

.submit_btn_area {
    width: 100%;
    float: left;
}

.submit_btn_area input {
    background: #DEE7FF;
    width: 400px;
    height: 80px;
    display: block;
    margin: 17px auto 50px;
    padding: 25px 0;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    color: #9BA5BE;
    border: none;
    outline: none;
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.submit_btn_area input:hover {
    background: #22376D;
    color: #fff;
}

.c_width1 {
    width: 28% !important;
}

.c_width2 {
    width: 55.2% !important;
}

.column1.full {
    width: 84.35%;
}

.cf_panel1,
.r_btn {
    width: 100%;
    float: left;
}

.r_btn h3 {
    display: inline-block;
    vertical-align: middle;
    margin: 0 35px 0 0;
}

.r_btn .radio_box {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.cf_panel1 .cont1 {
    margin-top: 30px;
}

.c_input_field.txt_size label {
    font-size: 14px;
    line-height: 30px;
    font-weight: 500;
    margin-top: 0 !important;
}

.c_input_field.txt_size .radio_box label {
    font-weight: 400;
}

.full_col .column1 {
    width: 30.1%;
}

.full_col_2 .column1 {
    width: 21.8%;
}

.c_input_field strong {
    display: block;
    float: left;
    font-size: 14px;
    line-height: 32px;
    font-weight: 400;
    color: #000;
    margin-right: 10px;
}

.settings_content {
    background: #fff;
    border: 1px solid #9BA5BE;
    padding: 50px 0 59px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.user_form {
    width: 370px;
    margin: 0 auto;
}

.user_form::before,
.user_form::after {
    clear: both;
    display: block;
    visibility: hidden;
    overflow: hidden;
    content: '';
}

.user_form strong {
    display: block;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: #000;
}

.user_form input {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #000;
    padding: 12px 0;
    border: none;
    outline: none;
    width: 100%;
    margin-bottom: 23px;
    border-bottom: 1px solid #9BA5BE;
}


/* Upload profile pic */

.profile-pic {
    max-width: 110px;
    max-height: 110px;
    display: block;
}

.file-upload {
    display: none !important;
}

.img-holder {
    position: relative;
    width: 110px;
    height: 110px;
    margin: 0 auto;
}

.circle {
    overflow: hidden;
    width: 110px;
    height: 110px;
    border: 5px solid #DEE7FF;
    position: absolute;
    top: 0;
    border-radius: 50%;
}

.circle img {
    max-width: 100%;
    height: 100%;
}

.p-image {
    position: relative;
    z-index: 30;
}

.user_form small {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
    display: block;
    text-align: center;
    white-space: nowrap;
    margin: 20px 0 45px;
    cursor: pointer;
}

.user_form .pass-box span {
    right: 0;
    top: 40%;
}

.user_form input[type="submit"] {
    background: #22376D;
    width: 200px;
    height: 60px;
    text-align: center;
    display: block;
    margin: 65px auto;
    font-size: 16px;
    line-height: 21px;
    font-weight: 700;
    color: #fff;
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    -o-border-radius: 35px;
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
}

.user_form input[type="submit"]:hover {
    background: #365094;
}

.no_width .column1 {
    width: auto !important;
}

.c_input_field .box1 {
    float: left;
    width: 26%;
}

.c_input_field .box2 {
    float: right;
    width: 68%;
}

.table_1 {
    width: 100%;
    max-width: 1166px;
    margin: 0 auto;
}

.table_1 table {
    width: 100%;
    table-layout: fixed;
}

.table_1 table td ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.table_1 table td li {
    width: 100%;
    clear: both;
    margin: 26px 0;
}

.table_1 table td {
    border: 1px solid #9BA5BE;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
    padding: 0 22px;
}

.table_1 table td:nth-child(2) table td {
    padding-left: 82px;
    text-align: left !important;
}

.table_1 table td:nth-child(2) table td,
.table_1 table td:nth-child(2) {
    width: auto !important;
}

.table_1 table td:nth-child(2) table td strong {
    width: 310px;
}

.table_1 table td:first-child,
.table_1 table td:last-child {
    width: 310px;
}

.table_1 table td:last-child {
    text-align: right;
    padding-left: 58px;
}

.table_1 table td:last-child strong {
    text-align: left;
}

.table_1 table td:nth-child(2) .c_input_field {
    padding: 0 8px;
    float: none;
}

.table_1 table td strong {
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
    width: 174px;
    line-height: normal;
    margin: 0;
    float: none;
}

.table_1 table td span {
    display: inline-block;
    vertical-align: middle;
    width: 170px;
}

.table_1 table td .chktoggle {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0;
    overflow: hidden;
    height: 20px;
    width: 20px;
}

.table_1 table td .chktoggle i {
    background-size: 19px 18px;
    width: 20px;
    height: 20px;
}

.c_input_field.full .column1 {
    width: 30.1%;
}

.c_input_field a.c_btn1 {
    margin-top: 30px;
}

.submit_btn_area.odd input {
    background: #22376D;
    color: #fff;
    margin-top: 60px;
}

.submit_btn_area.odd input:hover {
    background: #4467be;
}

.panel-sites {
    background-color: transparent !important;
    border-radius: 0 !important;
    padding: 0 !important;
}

.search_input.right {
    display: block !important;
    float: right !important;
}

.form-check {
    position: relative;
}

.form-check input[type="checkbox"] {
    width: 15px !important;
    height: 15px !important;
    position: absolute;
}

.custom_select_area .ss_column button,
.custom_select_area .ss_columnx button {
    margin-right: 7px !important;
}

.custom_select_area .ss_column button,
.custom_select_area .ss_column a,
.custom_select_area .ss_columnx button,
.custom_select_area .ss_columnx a {
    width: 91px !important;
    height: 50px !important;
    text-align: center;
    font-size: 14px !important;
    font-weight: 600;
    padding: 13px 10px 12px !important;
    margin-top: 32px !important;
}

.custom_select_area .ss_column a,
.custom_select_area .ss_columnx a {
    padding-top: 15px !important;
}

.submit_btn_area {
    text-align: center;
    padding-bottom: 40px;
}

.submit_btn_area a,
.submit_btn_area input {
    display: inline-block;
    vertical-align: middle;
    float: none;
    background: #DEE7FF;
    width: 260px;
    height: 70px;
    padding: 21px 0;
    margin: 0 10px;
    border: none;
    outline: none;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    border-radius: 50px;
    font-weight: 600;
    color: #000;
}

.form-check-inline input[type="checkbox"],
.form-check-inline .form-check-input a {
    display: inline-block;
    vertical-align: middle

}

.form-check-inline {
    display: inline-block;
    margin-right: 32px;
    font-size: 12px;
    white-space: nowrap;
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 8px;
    margin-right: 7px;
    margin-left: 0;
    width: 15px !important;
    height: 15px !important;
}

.form-check-inline {
    margin-right: 30px !important;
}

.form-check-inline .form-check-input {
    margin-top: 8px !important;
    margin-right: 5px !important;
}

.form-check-inline label {
    margin-bottom: 0 !important;
}


/* .c_input_field .box2 .radio_box label {
    margin: 0 26.7px 0 0;
} */


/*Responsive CSS
=================================================================*/

@media only screen and (max-width:2560px) {}

@media only screen and (max-width:2100px) {}

@media only screen and (max-width:1900px) {
    .login_image figure {
        width: 600px;
        margin: 120px auto 0;
    }
}

@media only screen and (max-width:1700px) {
    .page_container {
        padding-right: 30px;
    }
    .dash_block li {
        width: 23.4%;
    }
    .chart_1,
    .chart_2 {
        height: 340px;
    }
    /* .custom_tab_nav {
        padding-bottom: 0;
    } */
    .custom_tab_nav a {
        margin-right: 21px;
    }
    .custom_tab_nav a.current::after {
        /* bottom: -1px; */
    }
    .c_input_field {
        padding: 0 30px;
    }
}

@media only screen and (max-width:1500px) {
    .dash_block li em {
        width: 50px;
        height: 50px;
    }
    .dash_block li small {
        font-size: 14px;
    }
    .dash_block li h3 {
        font-size: 20px;
    }
    .dash_block li small span img {
        width: 17px;
        margin-right: 5px;
    }
    .chart_1,
    .chart_2 {
        height: 320px;
    }
    .login_image h2 {
        font-size: 26px;
        line-height: 30px;
        margin: 30px 0 20px;
    }
    .login_image p {
        font-size: 18px;
    }
    .cont_box {
        width: 100%;
        margin: 0 0 10px;
    }
    .c_input_field .column1 {
        width: 30.1%;
    }
    .cont1 span {
        width: 19%;
        margin-right: 47px;
    }
    .table_1 table td {
        padding: 0 22px !important;
    }
    .table_1 table td table td {
        padding: 0 !important;
    }
    .table_1 table td:nth-child(2) table td strong {
        width: auto;
    }
    .table_1 table td .chktoggle {
        display: block;
        float: right;
    }
    .table_1 {
        overflow: hidden;
        overflow-x: auto;
        margin-bottom: 30px;
    }
    .table_1>table {
        width: 918px;
    }
    .custom_select_area .ss_column {
        width: 18.7%;
    }
    .form_box.padd1 {
        padding-right: 30px;
    }
    .ss_columnx button,
    .ss_columnx a {
        margin-top: 37px !important;
    }
}

@media only screen and (max-width:1365px) {
    .dash_block li {
        width: 31.7%;
    }
    .chart_1,
    .chart_2 {
        height: 286px;
    }
    .cont1 span {
        width: 100%;
        margin: 0 0 20px;
    }
    .c_input_field .column1 {
        width: 46.8% !important;
    }
    .c_input_field {
        margin-bottom: 0;
    }
    .c_input_field .column1 {
        margin-bottom: 30px;
    }
    .c_input_field label {
        margin-top: 0 !important;
    }
    .submit_btn_area input {
        background: #DEE7FF;
        width: 340px;
        height: 70px;
        padding: 21px 0;
    }
}

@media only screen and (max-width:1199px) {
    .login_image p {
        font-size: 16px;
        line-height: 18px;
    }
    .login_image figure {
        width: 500px;
    }
    .ss_column a {
        width: 74px;
    }
    .breadecrumbs h1 {
        font-size: 23px;
    }
    a.c_btn1 {
        padding: 16px 27px;
    }
}

@media only screen and (max-width:1099px) {
    .chart_1 {
        width: 59.3%;
    }
    .chart_2 {
        width: 38%;
    }
    .header_search {
        width: 260px;
    }
    .login_image figure {
        width: 100%;
        max-width: 400px;
    }
    .custom_select_area .ss_column {
        width: 36%;
    }
    .header_search.right {
        width: 300px;
    }
}

@media only screen and (max-width:992px) {
    .dash_block li {
        width: 48.4%;
    }
    .breadecrumbs h1 {
        font-size: 20px;
        line-height: 11px;
        margin-bottom: 10px;
    }
    .chart_1,
    .chart_2 {
        width: 100%;
        height: auto;
    }
    .notification_box {
        margin: 15px 17px 15px 0;
    }
    .header_search {
        width: 200px;
    }
    a.user_btn {
        font-size: 12px;
        line-height: 18px;
        padding-right: 24px;
    }
    a.user_btn:after {
        width: 10px;
        height: 10px;
        top: 4px;
    }
    a.user_btn img {
        width: 30px;
        height: 30px;
        margin: 0 5px 0 0;
    }
    .notification_box {
        margin-right: 11px;
    }
    a.notify_btn {
        width: 30px;
        height: 30px;
    }
    .header_right {
        margin-top: 8px;
    }
    .dash_header {
        padding: 0px 20px 0 275px;
    }
    .breadecrumbs {
        padding: 18px;
    }
    .page_container {
        padding: 0 20px 0 18px;
    }
    .login_image figure {
        width: 590px;
    }
    .login_image {
        display: none;
    }
    .user_panel_outer {
        width: 100%;
    }
    .user_panel h2 {
        font-size: 27px;
        line-height: 33px;
    }
    .dashboard_panel,
    .dashboard_panel.change {
        padding-left: 0 !important;
    }
    .dashboard_sidebar {
        left: -500px;
    }
    .dashboard_sidebar.change {
        left: 0;
        padding-left: 0 !important;
        width: 260px;
    }
    .dash_header {
        padding: 0px 20px 0 20px !important;
    }
    .dash_header.change {
        padding: 0px 20px 0 275px !important;
    }
    .dash_header.change .header_search {
        position: absolute;
        left: -275px;
        display: none !important;
    }
    .dash_header .header_search {
        left: 0;
    }
    .custom_select_area .ss_column {
        width: 32%;
    }
    .dashboard_sidebar.change .dash_menu ul>li>a {
        font-size: inherit;
    }
    .dash_header .dash_logo {
        display: block !important;
        float: left;
        padding: 10px 13px 10px 0;
    }
    .dash_header .dash_logo a {
        width: 60px;
    }
    .dash_header.change>.dash_logo {
        display: none !important;
    }
    .dashboard_sidebar.change .dash_logo a {
        background: transparent;
        background-size: contain;
        width: 195px;
        height: auto;
        margin: inherit;
    }
    .dashboard_sidebar.change .dash_logo a img {
        height: inherit;
        display: block;
    }
    .radio_box label i {
        width: 20px;
        height: 20px;
    }
    .radio_box label {
        margin: 0 15px 0 0;
        font-size: 13px;
    }
    .column1.full {
        width: 97.05% !important;
    }
    .ss_column a:last-child {
        width: 73px;
    }
    .custom_select_area .ss_column {
        width: 44%;
    }
}

@media only screen and (max-width:767px) {
    .header_right {
        margin-top: 3px;
    }
    .dashboard_content_area {
        padding-top: 48px;
    }
    .page_container {
        margin-bottom: 30px;
        padding: 0 15px;
    }
    .dash_logo.hide {
        display: block !important;
        float: left;
        padding: 0 16px 0 0;
    }
    .dash_logo.hide a {
        width: 24px;
    }
    a.mob_btn {
        display: block;
        float: right;
        position: relative;
        width: 25px;
        height: 15px;
        margin: 5px 0 5px 10px;
    }
    a.mob_btn span {
        background: #000;
        position: absolute;
        width: 100%;
        height: 4px;
        left: 0;
        top: 0;
        transition: all ease-in-out 0.2s;
        -webkit-transition: all ease-in-out 0.2s;
        -moz-transition: all ease-in-out 0.2s;
        -ms-transition: all ease-in-out 0.2s;
        -o-transition: all ease-in-out 0.2s;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
    }
    a.mob_btn span::before {
        background: #000;
        position: absolute;
        width: 100%;
        height: 4px;
        left: 0;
        top: 8px;
        content: '';
        transition: all ease-in-out 0.2s;
        -webkit-transition: all ease-in-out 0.2s;
        -moz-transition: all ease-in-out 0.2s;
        -ms-transition: all ease-in-out 0.2s;
        -o-transition: all ease-in-out 0.2s;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
    }
    a.mob_btn span::after {
        background: #000;
        position: absolute;
        width: 100%;
        height: 4px;
        left: 0;
        top: 16px;
        content: '';
        transition: all ease-in-out 0.2s;
        -webkit-transition: all ease-in-out 0.2s;
        -moz-transition: all ease-in-out 0.2s;
        -ms-transition: all ease-in-out 0.2s;
        -o-transition: all ease-in-out 0.2s;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
    }
    a.cls_btn {
        background: transparent url(../images/close-icon-white.png) 0 0 no-repeat;
        background-size: contain;
        width: 30px;
        height: 30px;
        z-index: 5;
        position: absolute;
        right: 10px;
        top: 10px;
    }
    .dashboard_panel {
        padding-left: 0;
    }
    .header_search {
        background-position: 10px center;
        width: auto;
        padding: 0;
        position: absolute;
        left: 54px;
        top: 50%;
        z-index: 1;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }
    .header_search input {
        width: 38px !important;
        padding: 0;
        /* height: 46px; */
        border: none;
        outline: none;
        font-size: 0;
        line-height: 19px;
        font-weight: 400;
        color: #3A3A3A;
    }
    .header_search input:focus,
    .header_search input:valid {
        width: 230px !important;
        padding: 0 10px 0 34px;
        font-size: 14px;
    }
}

.c_checkbox{
    display: inline-block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 15px;
    line-height: 30px;
    color: #000;
}

.c_checkbox label {
    font-size: 15px;
    color: #212529;
    font-weight: normal;
    margin-bottom: 10px;
    margin-left: 10px;
}

.c_checkbox input[type="checkbox"] + label {
    font-size: 15px;
    color: #212529;
    font-weight: normal;
}


@media only screen and (max-width:690px) {}

@media only screen and (max-width:667px) {}

@media only screen and (max-width:615px) {}

@media only screen and (max-width:560px) {}

@media only screen and (max-width:479px) {}

@media only screen and (max-width:420px) {}

@media only screen and (max-width:390px) {}

@media only screen and (max-width:375px) {}

@media only screen and (max-width:360px) {}

@media only screen and (max-width:320px) {}
