/*
*  html5resetcss
*/

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

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

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,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
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: #fff !important;
    font-family: "Poppins", sans-serif !important;
    font-size: 16px;
    color: #000;
    overflow-x: hidden;
    line-height: 1;
    margin: 0;
}

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: #e7e7e7;
}

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

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

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

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

@keyframes blink {
    25% {
        opacity: 0.5;
    }

    50% {
        opacity: 0;
    }

    75% {
        opacity: 0.5;
    }
}

.loadScreen img {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    width: 150px;
    animation: blink 1s infinite normal;
}

img {
    width: 70%;
    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;
}

/* Fontface */

@font-face {
    font-family: "cervanttisregular";
    src: url("fonts/cervanttis-webfont.eot");
    src: url("fonts/cervanttis-webfont.eot?#iefix") format("embedded-opentype"),
        url("fonts/cervanttis-webfont.woff2") format("woff2"),
        url("fonts/cervanttis-webfont.woff") format("woff"),
        url("fonts/cervanttis-webfont.ttf") format("truetype"),
        url("fonts/cervanttis-webfont.svg#cervanttisregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

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

.login-page-wrapper {
    background: #fff url(../images/login-img.png) right center no-repeat;
    background-size: 50% auto;
    position: fixed;
    overflow: hidden;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.login-page-wrapper .container {
    position: relative;
    height: 100%;
}

.loginRegister_form_outer {
    width: 50%;
    left: 0;
    top: 0;
    height: 100%;
    position: absolute;
}

.loginRegister_form {
    width: 335px;
    position: absolute;
    text-align: center;
    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%);
}

.loginRegister_form .logo {
    width: 121px;
    padding-bottom: 30px;
}

.loginRegister_form h3 {
    font-size: 26px;
    line-height: 39px;
    color: #000;
    font-weight: 600;
    margin: 0 0 50px;
    text-align: left;
}

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

.input_field.submit {
    margin: 0;
}

.input_field strong {
    display: block;
    font-size: 15px;
    line-height: 23px;
    padding-bottom: 5px;
    color: #000;
    font-weight: 500;
}

.input_field input {
    background: #fff;
    border: none;
    border-bottom: 1px solid #e7e7e7;
    height: 50px;
    width: 100%;
    /*padding: 15px 0px 14px;*/
    font-size: 15px;
    line-height: 23px;
    outline: none;
    color: #000;
    font-weight: 400;
}

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

.pass-box span {
    background: url(../images/pass-hide-icon.png) 0 0 no-repeat;
    background-size: contain;
    width: 22px;
    height: 16px;
    position: absolute;
    right: 0;
    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);
}

.input_field input:focus,
.input_field input:valid {
    color: #000;
    border-color: #c9c7c7;
}

.input_field input[type="submit"] {
    background: #0b3d91;
    border: none;
    width: 100%;
    max-width: 335px;
    height: 50px;
    float: none;
    display: block;
    cursor: pointer;
    padding: 15px 13px 14px;
    text-align: center;
    font-size: 15px;
    line-height: 23px;
    font-weight: 600;
    color: #fff;
    margin: 0 auto;
    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.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
}

.input_field input[type="submit"]:hover {
    background: #0b3d91;
    color: #fff;
}

.input_field input[type="submit"]:disabled,
.input_field input[type="submit"]:disabled:hover {
    background: #e7e7e7;
    color: #000;
    cursor: default;
}

a.forgot-pass {
    font-size: 15px;
    line-height: 23px;
    color: #000;
    display: inline-block;
    font-weight: 500;
    margin: 10px 0 40px;
    outline: none;
}

a.forgot-pass:hover {
    color: #0b3d91;
}

.login-img-area {
    width: 50%;
    right: 0;
    top: 0;
    height: 100%;
}

.loginRegister_form p {
    font-size: 15px;
    line-height: 23px;
    color: #000;
    font-weight: normal;
    margin: 0 0 30px;
    text-align: left;
}

.space1 {
    width: 100%;
    float: left;
    height: 95px;
}

.success-mail {
    width: 100%;
    float: left;
    padding: 0 0 106px;
}

.success-mail img {
    width: 100px;
    margin: 0 0 30px;
    display: block;
}

.success-mail h3 {
    margin: 0 0 20px;
}

.success-mail small {
    font-size: 14px;
    line-height: 28px;
    color: #000;
    font-weight: normal;
    text-align: left;
    display: block;
}

.dashboard-area {
    float: left;
    width: 100%;
    position: relative;
    padding-left: 240px;
}

.dashboard-sidebar {
    background: #0b3d91;
    width: 240px;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 5;
    position: fixed;
}

.site-logo {
    padding: 30px 15px 20px;
}

.site-logo a {
    display: block;
    width: 76px;
}

.sidebar-nav {
    float: left;
    width: 100%;
    overflow: hidden;
    overflow-y: auto;
}

.sidebar-nav .mCSB_scrollTools {
    right: -6px;
}

.sidebar-nav ul {
    list-style: none;
    margin: 0;
    padding: 0 0 30px;
}

.sidebar-nav ul > li {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    position: relative;
}

.sidebar-nav ul > li > a {
    display: block;
    position: relative;
    height: 40px;
    padding: 10px 15px 11px 55px;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    font-weight: 400;
}

.sidebar-nav ul li:hover > a,
.sidebar-nav ul > li.current > a {
    background: #f7faff;
    color: #0b3d91;
}

.sidebar-nav ul li a img {
    width: 20px;
    left: 20px;
    position: absolute;
    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;
}

.sidebar-nav ul li a img:last-child {
    opacity: 0;
}

.sidebar-nav ul li:hover > a img:last-child,
.sidebar-nav ul > li.current > a img:last-child {
    opacity: 1;
}

.sidebar-nav ul li:hover > a img:first-child,
.sidebar-nav ul > li.current > a img:first-child {
    opacity: 0;
}

.sidebar-nav ul ul {
    width: 100%;
    float: left;
    padding: 0;
    display: none;
    margin-top: 10px;
}

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

.sidebar-nav ul ul > li > a {
    position: relative;
    padding-left: 55px;
    height: auto;
}

.sidebar-nav ul ul > li::before {
    background: #0b3d91;
    border: 3px solid #fff;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 26px;
    top: 11px;
    z-index: 1;
    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;
}

.sidebar-nav ul ul > li:hover:before,
.sidebar-nav ul ul > li.current:before {
    background: #fff;
    border-color: #0b3d91;
}

.nav-drp-arw {
    background: url(../images/arrow-right-white.png) center no-repeat;
    background-size: 17px 21px;
    position: absolute;
    width: 32px;
    height: 6px;
    top: 0;
    right: 0;
    z-index: 1;
    padding: 21px 4px;
    cursor: pointer;
    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;
}

.sidebar-nav ul > li:hover > .nav-drp-arw,
.sidebar-nav ul > li.current > .nav-drp-arw {
    background: url(../images/arrow-right-blue.png) center no-repeat;
    background-size: 20px 21px;
}

.nav-drp-arw.current {
    background: url(../images/arrow-right-blue.png) center no-repeat;
    background-size: 20px 21px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.dash-header {
    background: #f7faff;
    width: 100%;
    height: 80px;
    position: relative;
    left: 0;
    z-index: 3;
    top: 0;
    padding: 0 27px 0 267px;
}

.searchbar {
    background: #fff url(../images/search-icon.png) 15px center no-repeat;
    background-size: 20px 20px;
    width: 330px;
    height: 40px;
    float: left;
    padding: 0 15px 0 45px;
    margin: 21px 0;
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.searchbar input {
    background: transparent;
    width: 100%;
    height: 40px;
    outline: none;
    border: none;
    float: left;
    color: #000;
    font-size: 15px;
    font-weight: normal;
}

.header-right {
    float: right;
}

.notification-box {
    position: relative;
    float: left;
    padding: 20px 0;
    margin-right: 30px;
}

a.notify-btn {
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.notify-list {
    background: #fff;
    border: 1px solid #e0e9f8;
    box-shadow: 6px 6px 15px #d3d3d32e;
    width: 346px;
    position: absolute;
    display: none;
    top: 80px;
    right: -26px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.notify-list:after,
.notify-list:before {
    bottom: 100%;
    left: 86.3%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.notify-list:after {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #fff;
    border-width: 12px;
    margin-left: -12px;
}

.notify-list:before {
    border-color: rgba(163, 167, 181, 0);
    border-bottom-color: #e0e9f8;
    border-width: 15px;
    margin-left: -15px;
}

.notify-list h4 {
    font-size: 18px;
    line-height: 27px;
    color: #000;
    font-weight: 600;
    padding: 16px 23px;
    border-bottom: 1px solid #e0e9f8;
    margin: 0 0 10px;
}

.notify-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
    overflow: hidden;
    overflow-y: auto;
}

.notify-list li {
    width: 100%;
    float: left;
    border-bottom: 1px solid #e0e9f8;
    margin-bottom: 15px;
}

.notify-list li:last-child {
    margin-bottom: 0;
    border: none;
}

.txt {
    display: block;
    overflow: hidden;
}

.notify-list li a {
    display: block;
    color: #fff;
    padding: 0 11px 11px 11px;
}

.notify-list li a figure {
    width: 50px;
    height: 50px;
    float: left;
    border-radius: 13px;
    overflow: hidden;
    margin-right: 15px;
}

.notify-list li strong {
    display: block;
    font-size: 15px;
    line-height: 23px;
    color: #000;
    font-weight: 600;
    padding-bottom: 7px;
}

.notify-list li p {
    font-size: 13px;
    line-height: 22px;
    color: #000;
    font-weight: #000;
    margin: 0;
}

.notify-list li small {
    display: block;
    font-size: 13px;
    line-height: 25px;
    color: #c5cdda;
    font-weight: 400;
}

.user-admin {
    position: relative;
    float: left;
    padding: 20px 0;
    font-size: 0;
}

a.userAdmin-btn {
    background: url(../images/drop-arrow.png) right center no-repeat;
    background-size: 15px 9px;
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    line-height: 20px;
    position: relative;
    color: #000;
    padding-right: 32px;
    font-weight: 500;
}

a.userAdmin-btn img {
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.user-popup {
    background: #fff;
    border: 1px solid #e0e9f8;
    position: absolute;
    right: -10px;
    top: 70px;
    width: 143px;
    display: none;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.user-popup:after,
.user-popup:before {
    bottom: 100%;
    left: 88.7%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.user-popup:after {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #fff;
    border-width: 8px;
    margin-left: -8px;
}

.user-popup:before {
    border-color: rgba(163, 167, 181, 0);
    border-bottom-color: #e0e9f8;
    border-width: -10px;
    margin-left: -10px;
}

.user-popup a {
    font-size: 15px;
    line-height: 23px;
    color: #000;
    font-weight: 400;
    display: block;
    padding: 9px 14px 10px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.user-popup a:hover {
    background: #0b3d91;
    color: #fff;
}

.dashboard-main {
    width: 100%;
    float: left;
    margin: 80px 0;
}

.dashboard-main-panel {
    padding: 0 30px 23px 27px;
    float: left;
    width: 100%;
    clear: both;
}

.dashboard-main-panel h2 {
    font-size: 24px;
    line-height: 35px;
    font-weight: 600;
    color: #000;
    margin: 0 0 30px;
}

.breadcrumbs {
    background: #f7faff;
    float: left;
    width: 100%;
    padding: 0 30px 0 27px;
    margin-bottom: 30px;
}

.breadcrumbs h1 {
    font-size: 24px;
    line-height: 35px;
    font-weight: 600;
    color: #000;
    margin: 0 0 20px;
}

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

.breadcrumbs ul li {
    float: left;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
    padding-right: 40px;
    position: relative;
}

.breadcrumbs ul li:last-child {
    padding-right: 0;
}

.breadcrumbs ul li:last-child::after {
    display: none;
}

.breadcrumbs ul li::after {
    background: url(../images/arrow1.png) 0 0 no-repeat;
    background-size: cover;
    width: 6px;
    height: 11px;
    position: absolute;
    right: 15px;
    top: 5px;
    content: "";
}

.breadcrumbs ul li a {
    display: block;
    color: #000;
    padding: 0px;
}

.breadcrumbs ul li a:hover {
    color: #0b3d91;
}

.custom-datatable {
    position: relative;
    width: 100%;
    float: left;
}

.custom-datatable .dataTables_length {
    display: none;
}

.custom-datatable h2 {
    font-size: 24px;
    line-height: 35px;
    font-weight: 600;
    color: #000;
    margin: 0;
    position: absolute;
    left: 0;
    top: 3px;
}

.active-tag {
    background: #27a822;
    height: 24px;
    text-align: center;
    padding: 2px 14px;
    font-size: 14px;
    line-height: 21px;
    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: #ff5d5d;
    height: 24px;
    text-align: center;
    padding: 2px 10px;
    font-size: 14px;
    line-height: 21px;
    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: 24px;
    text-align: center;
    padding: 2px 10px;
    font-size: 14px;
    line-height: 21px;
    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;
}

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

.name img {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    margin-right: 7px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

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

.action-box a.view-btn {
    width: 22px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}

.action-box a.delete-btn {
    width: 14px;
    display: inline-block;
    vertical-align: middle;
}

a.mob-menu-btn {
    display: none;
}

.view-user-panel {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.view-user-panel h2 {
    font-size: 24px;
    line-height: 35px;
    font-weight: 600;
    color: #000;
    margin: 0 0 30px;
}

.view-user-panel-inner {
    float: left;
    width: 100%;
    border: 1px solid #d1def5;
    padding: 10px 52px 10px 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.view-user-panel-inner figure {
    width: 104px;
    height: 104px;
    float: left;
    margin-right: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.view-user-panel-inner .box1 {
    float: left;
    padding: 12px 0 0;
    margin-right: 87px;
}

.view-user-panel-inner .box1 h3 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #000;
    margin: 0 0 9px;
}

.view-user-panel-inner .box1 span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    font-weight: 400;
    padding-bottom: 10px;
}

.view-user-panel-inner .box1 .active-tag {
    margin-top: 5px;
}

.view-user-panel-inner .box1.right {
    float: right;
    margin: 0;
}

.view-user-panel-inner .box1.right .blocked-tag {
    padding-left: 20px;
    padding-right: 20px;
}

.view-user-page-content {
    width: 100%;
    float: left;
}

.tabs_nav1 {
    float: left;
    width: 100%;
    font-size: 0;
    margin-bottom: 17px;
    padding-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
}

.tabs_nav1 a {
    background: #e0e9f8;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    padding: 10px 20px 9px;
    margin-right: 10px;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    color: #000;
    text-align: center;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.tabs_nav1 a.current,
.tabs_nav1 a:hover {
    background: #0b3d91;
    color: #fff;
}

.tabs_nav1 a:last-child {
    margin-right: 0;
}

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

.tab_container > div {
    display: none;
    width: 100%;
    float: left;
}

#daterange {
    float: right;
}

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

.checkbox1 label {
    font-size: 14px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
}

.checkbox1 label figure {
    width: 24px;
    height: 24px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 28px;
}

.checkbox1 label figure input {
    margin: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 2;
}

.checkbox1 label figure input:checked + i {
    background-image: url(../images/check-active.png);
}

.checkbox1 label figure i {
    background: url(../images/check.png) 0 0 no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0 !important;
    z-index: 1;
}

.date_filter {
    float: right;
    position: relative;
    margin-bottom: 13px;
}

/* .dataTables_filter {
    display: none;
} */

div.date_filter::before {
    background: url(../images/calendar-icon.png) 0 0 no-repeat;
    background-size: 17px;
    position: absolute;
    left: 15px;
    top: 11px;
    content: "";
    width: 17px;
    height: 17px;
    z-index: 2;
}

div.date_filter input {
    background: #fff;
    margin-left: 0 !important;
    display: inline-block;
    width: 330px !important;
    border: 1px solid #b1c5e7;
    outline: none;
    height: 40px;
    padding: 0 5px 0 47px;
    font-size: 14px;
    color: #000;
    position: relative;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.table-btn-area {
    width: 100%;
    float: left;
    font-size: 0;
}

.custom-btn2 {
    background: #000;
    /* width: 140px;*/
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 8px;
    text-align: center;
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    font-weight: 400;
    margin-right: 20px;
    padding: 10px 9px 9px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.custom-btn2:last-child {
    margin-right: 0;
}

.custom-btn2:hover {
    background: #0b3d91;
    color: #fff;
}

.c_table1 h2 {
    position: relative;
    top: 0;
    margin-bottom: 18px;
}

.c_table1 tbody td {
    padding: 14px !important;
}

.tabs_nav2 {
    float: left;
    width: 100%;
    border-bottom: 1px solid #d1def5;
    margin-bottom: 20px;
    margin-top: 36px;
}

.tabs_nav2 a {
    display: block;
    float: left;
    position: relative;
    font-size: 15px;
    line-height: 26px;
    font-weight: 600;
    color: #000;
    bottom: -1px;
    padding: 8px 15px;
    margin-right: 10px;
}

.tabs_nav2 a::after {
    background: #0b3d91;
    width: 100%;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    content: "";
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    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;
}

.tabs_nav2 a:hover,
.tabs_nav2 a.current {
    color: #0b3d91;
}

.tabs_nav2 a:hover::after,
.tabs_nav2 a.current::after {
    opacity: 1;
}

.c_table1 .width tbody td:nth-child(3) {
    width: 250px;
}

.c_table1 .width tbody td:nth-child(4) {
    width: 170px;
}

.custom_panel_1 {
    float: left;
    width: 100%;
    margin-bottom: 28px;
}

.custom_panel_1 ul {
    list-style: none;
    margin: 0 -1.2%;
    padding: 0;
}

.custom_panel_1 li {
    width: 30.5%;
    float: left;
    padding: 12px 0;
    margin: 0 1.2%;
    border: 1px solid #d1def5;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.custom_panel_1 li h4 {
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
    white-space: normal;
    color: #000;
    padding: 0 15px 15px;
    margin: 0;
    border-bottom: 1px solid #d1def5;
}

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

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

.custom_list li {
    width: 100%;
    float: left;
    border: none;
    margin: 0;
    height: auto;
    border-bottom: 1px solid #d1def5;
    padding: 11px 15px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.custom_list li:last-child {
    border: none;
}

.custom_list li span {
    font-size: 14px;
    line-height: 21px;
    color: #000;
    font-weight: 400;
    float: left;
    display: block;
}

.custom_list li small {
    font-size: 14px;
    line-height: 21px;
    color: #000;
    font-weight: 400;
    display: block;
    white-space: normal;
    clear: both;
    padding-top: 10px;
}

.custom_list li i {
    background: #0b3d91;
    width: 100px;
    height: 40px;
    text-align: center;
    display: block;
    padding: 10px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    font-style: normal;
    margin-top: 12px;
    clear: both;
    margin-top: 10px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.custom_list li i.color1 {
    background: #ff553b;
}

.custom_list li i.color2 {
    background: #ffd500;
    color: #000;
}

.custom_list li span img {
    width: 59px;
}

.custom_list li span:nth-child(2) {
    float: right;
    text-align: right;
}

.custom_list.odd span {
    float: none;
}

.custom_list h4 {
    clear: both;
    padding-top: 15px !important;
}

.custom_list h4 strong {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
}

.custom_list h5 {
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
    color: #000;
    padding: 0 15px 15px;
    margin: 0;
    border-bottom: 1px solid #d1def5;
}

.custom_list.list2 h4 {
    margin-top: 14px !important;
    width: 100%;
    float: left;
}

.custom_list.list2 li {
    border-bottom: 1px solid #d1def5 !important;
}

.custom_list.list2 ul:last-child li:last-child {
    border: none !important;
}

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

.custom_list p {
    font-size: 15px;
    line-height: 28px;
    color: #000;
    font-weight: 400;
    white-space: normal;
    margin: 0;
}

.activity-panel {
    float: left;
    width: 100%;
    padding: 15px 0 0;
    border-top: 1px solid #d1def5;
}

.activity-panel h4 {
    border: none !important;
}

.activity-panel ul {
    list-style: none;
    margin: 0;
    padding: 0 15px;
}

.activity-panel li {
    float: left;
    width: auto;
    height: auto;
    border: 1px solid #d1def5;
    margin: 0 15px 12px 0;
    padding: 10px 17px 9px 12px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.activity-panel li .checkbox1 figure {
    margin-right: 7px;
    display: block;
    float: left;
    margin-bottom: 2px;
}

.tsk-msg {
    float: left;
    width: 100%;
    padding: 15px 0;
}

.tsk-msg h4 {
    border: none !important;
    padding-bottom: 11px !important;
}

.tsk-msg p {
    font-size: 15px;
    line-height: 28px;
    color: #000;
    white-space: normal;
    font-weight: 400;
    margin: 0 0 15px;
    padding: 0 15px 15px;
    border-bottom: 1px solid #d1def5;
}

.tsk-msg figure {
    width: 100%;
    float: left;
    margin: 20px 0 0;
}

.tsk-msg figure img {
    width: 71px;
    margin: 0 auto;
    display: block;
}

.tsk-msg .checkbox1 {
    width: 100%;
    float: left;
}

.tsk-msg .checkbox1 label {
    width: 100%;
    float: left;
}

.tsk-msg .checkbox1 label figure {
    margin: 0 15px 0 15px;
}

.tsk-msg .checkbox1 p {
    font-size: 13px;
    line-height: 22px;
    color: #898989;
    font-weight: 400;
    padding: 0 11px 15px 49px;
    margin: 0;
    clear: both;
}

.tsk-msg .checkbox1 h4 {
    display: inline-block;
    vertical-align: middle;
    width: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.custom_list.list2 .activity-panel.odd {
    border-bottom: 1px solid #d1def5;
}

.custom_list.list2 .activity-panel.odd ul > li {
    width: 100%;
    border: 1px solid #d1def5 !important;
}

.activity-panel.odd li {
    border-color: #e7e7e7 !important;
}

.custom_list.list2 .activity-panel.odd li figure {
    float: left;
    display: block;
    margin-bottom: 2px;
}

.custom_list.list2 .tsk-msg h4 {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.custom_list em {
    background: #0b3d91;
    width: 97px;
    height: 32px;
    display: block;
    float: right;
    text-align: center;
    padding: 6px 5px 5px;
    margin: 10px 0 2px;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    color: #fff;
    clear: both;
    font-style: normal;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.custom_list em.abs {
    background: #ff553b;
}

.custom_list.border {
    border-bottom: 1px solid #d1def5;
}

.no_bor p:last-child {
    border: none !important;
    padding-bottom: 0 !important;
}

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

.list_inner ul {
    list-style: none;
    margin: 0;
    padding: 0 15px;
}

.list_inner li {
    width: 100%;
    float: left;
    padding: 0;
    border: none !important;
}

.list_inner h4 {
    margin-top: 14px !important;
}

.list_inner li .checkbox1 {
    width: 100%;
    float: left;
    padding: 12px 2px 0 12px;
    border: 1px solid #e7e7e7 !important;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    margin: 15px 0 0;
}

.list_inner li .checkbox1 h4 {
    clear: unset !important;
    margin-top: 0 !important;
}

.list_inner li .checkbox1 label {
    width: 100%;
    float: left;
}

.list_inner li figure {
    margin: 0 10px 5px 0;
    float: left;
}

.list_inner li h4 {
    float: left;
    padding: 0 !important;
    width: auto !important;
    margin: 0 !important;
    border: none !important;
    position: relative;
    font-size: 15px;
}

.list_inner li p {
    font-size: 13px;
    line-height: 22px;
    color: #898989;
    font-weight: 400;
    padding: 0px 5px 10px 30px;
    margin: 0;
    clear: both;
    position: relative;
    border: none !important;
}

.tsk-msg.odd p {
    font-weight: 500;
}

.tsk-msg.even figure:nth-child(2) {
    border-bottom: 1px solid #d1def5;
    padding-bottom: 40px;
    margin-bottom: 15px;
}

.worker-log-page-content {
    width: 100%;
    float: left;
}

.worker-log-page-content .dataTables_filter,
.help-page-content .dataTables_filter {
    display: block;
}

.edit-from-panel {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.edit-from-panel ul {
    list-style: none;
    margin: 0 -1.3%;
    padding: 0;
}

.edit-from-panel li {
    float: left;
    width: 47.1%;
    height: 124px;
    margin: 16px 1.3%;
    padding: 17px 26px 8px 16px;
    position: relative;
    border: 1px solid #d1def5;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.edit-from-panel li strong {
    display: block;
    font-size: 15px;
    line-height: 23px;
    font-weight: 500;
    color: #000;
    padding-bottom: 14px;
}

.edit-from-panel li input {
    width: 100%;
    height: 40px;
    font-size: 14px;
    line-height: 21px;
    /*color: #000;*/
    padding: 11px 10px 9px;
    outline: none;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.upload-img-area {
    width: 100%;
    float: left;
    font-size: 0;
}

.upload-img {
    width: 60px;
    height: 60px;
    overflow: hidden;
    float: left;
    border: 1px solid #d1def5;
    position: relative;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.image-preview {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.upload-img-area .btn-area {
    display: block;
    float: left;
    margin: 0 0 0 20px;
}

.upload-img-area .changeBtn {
    background: #0b3d91;
    padding: 5px 11px;
    margin-bottom: 9px;
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    outline: none;
    border: none;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.upload-img-area .btn-area a.delete_btn {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
    overflow: hidden;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.upload-img-area small {
    display: block;
    clear: both;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    color: #969696;
}

.toggle-panel {
    position: absolute;
    right: 20px;
    top: 16px;
    font-size: 0;
}

.toggle-panel strong {
    display: inline-block !important;
    vertical-align: middle;
    margin: 0 25px 0 0 !important;
    padding: 0 !important;
}

.toggle-btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 36px;
    /* height: 20px; */
    height: 5px;
    margin-left: 20px;
}

.toggle-btn input {
    margin: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    z-index: 2;
}

.toggle-btn input:checked + i {
    background-image: url(../images/toggle-active.png);
}

.toggle-btn i {
    background: url(../images/toggle.png) 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 36px;
    height: 20px;
}

.form-list-panel {
    float: left;
    width: 100%;
    padding-bottom: 30px;
    margin-bottom: 30px;
    /* border-bottom: 1px solid #D1DEF5;*/
}

.form-list-panel ul {
    margin: 0 -1.3%;
    padding: 0;
    list-style: none;
}

.form-list-panel li {
    float: left;
    width: 30.5%;
    margin: 0 1.3%;
    border: 1px solid #d1def5;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.form-list-panel li h3 {
    background: #fff;
    font-size: 16px;
    line-height: 25px;
    color: #000;
    font-weight: 600;
    padding: 15px 16px 14px;
    margin: 0 0 20px;
    position: relative;
    cursor: pointer;
    border-bottom: 1px solid #d1def5;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
}

.form-list-panel li h3.current {
    margin-bottom: 0;
    border-bottom: none;
}

.form-list-panel li h3.current::after {
    transform: translateY(-50%) rotate(180deg);
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
}

.form-list-panel li h3::after {
    background: url(../images/arrow-down-black.png) center no-repeat;
    background-size: contain;
    position: absolute;
    width: 21px;
    height: 15px;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    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;
}

.input-field {
    float: left;
    width: 100%;
    border-bottom: 1px solid #d1def5;
    margin-bottom: 15px;
    padding: 0 15px 5px;
}

.input2-field {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    padding: 0 15px 5px;
}

.input-field input {
    width: 100%;
    height: 40px;
    padding: 10px;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: #000;
    outline: none;
    border: 1px solid #e7e7e7;
    margin-bottom: 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.input-field textarea {
    width: 100%;
    height: 140px;
    padding: 10px;
    font-size: 13px;
    line-height: 22px;
    font-weight: 400;
    color: #898989;
    outline: none;
    resize: none;
    border: 1px solid #e7e7e7;
    margin-bottom: 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.input-field span {
    width: 100%;
    padding: 10px 10px 8px;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: #000;
    display: block;
    border: 1px solid #e7e7e7;
    margin-bottom: 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.input-field label {
    width: 100%;
    padding: 10px 10px 8px;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: #000;
    display: block;
    margin-bottom: 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.input-field input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #adadad;
}

.input-field input::-moz-placeholder {
    /* Firefox 19+ */
    color: #adadad;
}

.input-field input:-ms-input-placeholder {
    /* IE 10+ */
    color: #adadad;
}

.input-field input:-moz-placeholder {
    /* Firefox 18- */
    color: #adadad;
}

.input-field:last-child {
    border: none !important;
    margin-bottom: 5px;
}

.table-btn-area.odd a,
.table-btn-area.odd a:focus {
    width: 170px;
    height: 50px;
    line-height: 32px;
    color: #fff;
}

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

.field_box1 input {
    width: auto;
    margin-right: 10px;
    float: left;
    font-size: 14px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.field_box1 input:nth-child(1) {
    width: 52px;
}

.field_box1 input:nth-child(2) {
    width: 43px;
}

.field_box1 input:nth-child(3) {
    width: 129px;
}

.field_box1 input:last-child {
    margin-right: 0;
    width: 43px;
}

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

.check_box1 span {
    margin: 0 10px 10px 0;
    float: left;
    padding: 0;
    border: none !important;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: #000;
    text-align: center;
    display: block;
    overflow: hidden;
    height: auto;
    position: relative;
    width: auto;
}

.check_box1 span:last-child {
    margin-right: 0;
}

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

.check_box1 span input:checked + i {
    background: #0b3d91;
    color: #fff;
}

.check_box1 span input:checked + i.yes::before,
.check_box1 span input:checked + i.yes::after {
    border-color: #fff !important;
}

.check_box1 span input:checked + i.no::before,
.check_box1 span input:checked + i.no::after {
    background: #fff !important;
}

.check_box1 span i {
    display: block;
    padding: 7px 6px;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: #000;
    width: 100%;
    height: auto;
    text-align: left !important;
    font-style: normal;
    border: 1px solid #e7e7e7;
    position: relative;
    cursor: pointer;
    left: 0;
    top: 0;
    z-index: 1;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.check_box1 span i.yes {
    padding-left: 30px;
}

.check_box1 span i.yes::before {
    border-width: 0 1px 1px 0;
    border-color: #000;
    border-style: solid;
    position: absolute;
    left: 15px;
    top: 11px;
    width: 7px;
    height: 11px;
    content: "";
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.check_box1 span i.no {
    padding-left: 30px;
}

.check_box1 span i.no::before {
    background: #000;
    position: absolute;
    left: 9px;
    top: 18px;
    width: 11px;
    height: 1px;
    content: "";
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.check_box1 span i.no::after {
    background: #000;
    position: absolute;
    left: 9px;
    top: 18px;
    width: 11px;
    height: 1px;
    content: "";
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

.dropdown-box {
    background: #fff;
}

/* .check_box1 span:nth-child(1) {
    width: 52px;
}

.check_box1 span:nth-child(2) {
    width: 43px;
}

.check_box1 span:nth-child(3) {
    width: 129px;
}

.check_box1 span:last-child {
    margin-right: 0;
    width: 43px;
} */

.masonry-layout {
    column-count: 3;
    column-gap: 0;
}

.masonry-layout__panel {
    break-inside: avoid;
    padding: 5px;
}

.masonry-layout__panel-content {
    padding: 10px;
    border-radius: 10px;
}

.notification-page-content {
    float: left;
    width: 100%;
    padding: 15px 24px 33px 15px;
    overflow: hidden;
    border: 1px solid #d1def5;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.notification-page-content h3 {
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
    color: #000;
    position: relative;
    padding-bottom: 12px;
    margin: 0 0 20px;
}

.notification-page-content h3::after {
    background: #d1def5;
    width: 2000px;
    height: 1px;
    position: absolute;
    left: -100px;
    bottom: 0;
    content: "";
}

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

.input_field2 strong {
    display: block;
    float: left;
    font-size: 15px;
    line-height: 23px;
    font-weight: 500;
    color: #000;
    padding-bottom: 10px;
}

.input_field2 input {
    background: #fff;
    border: 1px solid #e7e7e7;
    width: 100%;
    height: 40px;
    padding: 11px 10px 9px;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: #000;
    outline: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.input_field2 .link {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: #000;
    display: inline-block;
    margin-top: 10px;
}

.input_field2 .link:hover {
    color: #0b3d91;
}

.input_field2 textarea {
    background: #fff;
    border: 1px solid #e7e7e7;
    padding: 10px;
    height: 84px;
    width: 100%;
    resize: none;
    outline: none;
    font-size: 15px;
    line-height: 33px;
    color: #000;
    font-weight: 400;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.notify-form {
    float: left;
    width: 100%;
}

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

.notify-form li {
    float: left;
    width: 46.3%;
    margin: 0 1.8%;
}

.notification-page-content .table-btn-area {
    margin-top: 30px;
}

.notification-page-content .table-btn-area a {
    width: 170px;
}

.help-page-content {
    float: left;
    width: 100%;
}

.help-page-content div.dataTables_wrapper div.dataTables_info {
    display: none;
}

.view-question {
    float: left;
    width: 100%;
    padding: 15px 24px 33px 15px;
    overflow: hidden;
    border: 1px solid #d1def5;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.view-question h3 {
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
    color: #000;
    position: relative;
    padding-bottom: 12px;
    margin: 0 0 20px;
}

.view-question .table-btn-area {
    margin-top: 30px;
}

.view-question .table-btn-area a,
.view-question .table-btn-area a:focus {
    width: 170px;
    color: #fff;
}

.custom-btn3,
.custom-btn3:focus {
    background: #ff553b;
    height: 32px;
    font-size: 15px;
    line-height: 21px;
    font-weight: 500;
    color: #fff;
    display: block;
    float: right;
    margin-top: 2px;
    padding: 5px 15px 4px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.custom-btn3:hover {
    background: #0b3d91;
    color: #fff;
}

.apperance-page-content {
    float: left;
    width: 100%;
    border: 1px solid #d1def5;
    padding: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

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

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

.custom_panel2 li {
    float: left;
    margin-right: 106px;
}

.custom_panel2 li:last-child {
    margin-right: 0;
}

.apperance-page-content strong {
    display: block;
    font-size: 15px;
    line-height: 20px;
    color: #000;
    font-weight: 500;
    padding-bottom: 15px;
}

.custom_panel2 .upload-img {
    padding: 3px;
}

.custom_panel2 .upload-img img {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.apperance_color {
    float: left;
    width: 100%;
    padding: 30px 0 20px;
}

.apperance_color strong {
    padding-bottom: 20px;
}

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

.apperance_color li {
    float: left;
    width: 200px;
    font-size: 0;
}

.apperance_color li label {
    background: #fff;
    border: 1px solid #e7e7e7;
    width: 170px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.apperance_color li label input {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #707070;
    padding: 0 !important;
    margin: -4px 10px 0;
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

[type="color"]::-webkit-color-swatch-wrapper {
    padding: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

[type="color"]::-webkit-color-swatch {
    border: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.apperance-page-content .table-btn-area a {
    width: 170px;
}

.test-service {
    float: left;
    width: 100%;
}

.test-service h2 small {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
    display: inline-block;
    vertical-align: middle;
    padding: 7px 17px;
}

.test-service-list {
    width: 100%;
    float: left;
}

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

.test-service-list li {
    width: 50%;
    float: left;
    padding-bottom: 35px;
    padding-right: 40px;
}

.test-service-list li figure {
    width: 60px;
    height: 60px;
    margin-right: 20px;
    float: left;
}

.test-service-list li strong {
    display: inline-block;
    font-size: 18px;
    line-height: 27px;
    font-weight: 600;
    color: #000;
    padding-bottom: 10px;
    position: relative;
}

.test-service-list.change span.complete,
.test-service-list.change li strong small {
    display: block !important;
}

.test-service-list.change span {
    display: none;
}

.test-service-list li strong small {
    display: none;
}

.test-service-list li strong small.success {
    background: #38b71d;
    position: absolute;
    right: -102px;
    top: 1px;
    padding: 3px 14px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.test-service-list li strong small.error {
    background: #f96565;
    position: absolute;
    right: -82px;
    top: 1px;
    padding: 3px 17px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.test-service-list li p {
    display: block;
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
    margin: 0;
}

.test-service-list a.button1 {
    background: #0b3d91;
    height: 50px;
    display: block;
    float: left;
    font-size: 16px;
    line-height: 23px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    padding: 14px 46px 13px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.test-service-list a.button1:hover {
    background: #ff553b;
}

.test-service-list span {
    background: #dbdbdb;
    display: block;
    float: right;
    height: 40px;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
    margin: 5px 20px 5px 0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.test-service-list span.complete {
    background: #38b71d;
    display: none;
    float: right;
    height: 40px;
    padding: 10px 20px 10px 40px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
    position: relative;
    margin: 5px 20px 5px 0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.test-service-list span.complete::before {
    border-width: 0 2px 2px 0;
    border-color: #fff;
    border-style: solid;
    position: absolute;
    left: 17px;
    top: 11px;
    width: 9px;
    height: 15px;
    content: "";
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.form-list-panel.missionary {
    float: left;
    width: 100%;
    display: flex;
}

/* .form-list-panel.missionary ul {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    column-gap: 1em;
    margin: 0;
    padding: 0;
    -moz-column-gap: 25px;
    -webkit-column-gap: 25px;
    column-gap: 25px;
    font-size: .85em;
}

.form-list-panel.missionary li {
    display: inline-block;
    background: #fff;
    padding: 0;
    margin: 0 0 25px;
    width: 100%;
    break-inside: avoid-column;
} */

/* ======================================================== */

.form-list-panel.missionary ul {
    position: relative;
    width: 100%;
}

.form-list-panel.missionary li {
    width: 100%;
    margin-bottom: 25px;
    overflow: hidden;
}

/* .form-list-panel.missionary li:nth-child(6) {
    margin-top: 21px;
} */

.check_box1.odd span:last-child {
    width: 63px;
}

/* ========================================================= */

.bor1 {
    border-bottom: 1px solid #d1def5 !important;
}

.custom_list.bor li:last-child {
    border-bottom: 1px solid #d1def5 !important;
}

.dash-page-content {
    float: left;
    width: 100%;
}

.dash-top-block {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.dash-top-block ul {
    list-style: none;
    margin: 0 -0.6%;
    padding: 0;
}

.dash-top-block li {
    background: #f7faff;
    float: left;
    margin: 0 0.6%;
    padding: 12px 9px 12px 12px;
    width: 18.8%;
    height: 150px;
    margin-top: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.dash-top-block li figure {
    width: 70px;
    margin-bottom: 8px;
}

.dash-top-block li span {
    display: block;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    color: #000;
    padding-bottom: 10px;
}

.dash-top-block li strong {
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #000;
    padding-bottom: 14px;
}

.dash-top-block li small {
    background: url(../images/drop-arrow-up.png) 0 center no-repeat;
    background-size: 13px 8px;
    padding-left: 23px;
    display: block;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    color: #8a8a8a;
}

.dash-custom-panel1 {
    float: left;
    width: 100%;
    position: relative;
}

.dash-chart {
    background: #f7faff;
    width: 60%;
    float: left;
    padding: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    position: sticky;
    position: -webkit-sticky;
    top: 10px;
}

.dash-chart h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #000;
    margin: 0 0 10px;
    float: left;
}

.dash-chart h3 span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    color: #000;
    padding-right: 15px;
}

.dash-chart .custom-select-wrapper {
    width: 106px;
    float: right;
}

.chart_1 {
    width: 100%;
    float: left;
    padding-top: 5px;
}

.dash_box1 {
    width: 38.5%;
    float: right;
    height: 437px;
    overflow: hidden;
    overflow-y: scroll;
}

.dash_box1::-webkit-scrollbar {
    background: transparent;
    width: 5px;
    height: 5px;
}

.dash_box1::-webkit-scrollbar-thumb {
    background-color: #0b3d91;
}

.dash_box1::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.3);
}

.dash_box1 .dash-top-block ul {
    margin: 0;
    width: 100%;
    float: left;
}

.dash_box1 .dash-top-block li {
    margin: 0 0 10px;
    width: 100%;
}

.dash_box1 .dash-top-block li figure {
    float: left;
    margin: 0 20px 0 0;
}

.dash_box1 .dash-top-block li strong {
    display: inline-block;
    overflow: hidden;
}

.dash_box1 .dash-top-block li small {
    float: right;
    margin: 8px;
}

.dash-block-panel_2 {
    float: left;
    width: 100%;
    margin-bottom: 25px;
}

.dash-block-panel_2 .dash-top-block li {
    width: 23.8%;
}

.dash-block-panel_2 .dash-top-block li figure {
    width: 39px;
    margin-bottom: 6px;
}

.dash-block-panel_2 .dash-top-block li strong {
    display: inline-block;
    overflow: hidden;
}

.dash-block-panel_2 .dash-top-block li small {
    background-position-y: 5px;
    float: right;
    margin: -5px 0 0;
    text-align: right;
    width: 76px;
    position: relative;
}

.dash-table {
    float: left;
    width: 100%;
}

.dash-table .dataTables_info,
.dash-table .dataTables_filter,
.dash-table .dataTables_paginate {
    display: none;
}

.profile-page-content {
    float: left;
    width: 100%;
    padding-right: 50px;
}

.profile-page-content ul {
    list-style: none;
    padding: 0;
    margin: 0 -1.2%;
}

.profile-page-content li {
    float: left;
    width: 47.5%;
    margin: 0 1.2%;
    border: 1px solid #d1def5;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.profile-page-content li h3 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    line-height: 26px;
    padding: 14px 15px;
    border-bottom: 1px solid #d1def5;
    margin: 0 0 15px;
}

.profile-page-content li .form-inner {
    padding: 0 26px 31px 16px;
    width: 100%;
    float: left;
}

.profile-page-content li .form-inner .upload-img-area {
    margin-bottom: 31px;
}

.profile-page-content li .form-inner .upload-img {
    width: 100px;
    height: 100px;
    padding: 5px;
}

.profile-page-content li .form-inner .upload-img img {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.profile-page-content li .input_field3 {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.profile-page-content li .input_field3 strong {
    display: block;
    font-size: 15px;
    line-height: 23px;
    font-weight: 500;
    color: #000;
    padding-bottom: 10px;
}

.profile-page-content li .input_field3 input {
    background: #fff;
    padding: 11px 10px 9px;
    height: 40px;
    width: 100%;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: #000;
    outline: none;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.profile-page-content li .btn-group {
    width: 100%;
    float: left;
    margin-top: 66px;
    font-size: 0;
}

.profile-page-content li .btn-group.mar {
    margin-top: 10px;
}

.profile-page-content li .btn-group input {
    background: #000;
    width: 170px;
    height: 40px;
    text-align: center;
    display: inline-block;
    padding: 7px 9px 8px;
    border: none;
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    color: #fff;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    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;
}

.profile-page-content li .btn-group input:hover {
    background: #0b3d91;
}

.profile-page-content li .btn-group input:last-child {
    margin-left: 20px;
}

.form-list-panel.addForm li {
    width: 97%;
}

.form-list-panel.addForm li strong {
    display: block;
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
    color: #000;
    padding-bottom: 13px;
}

.form-list-panel.addForm li .input-field {
    position: relative;
    padding-right: 67px;
    border-bottom: 1px solid #d1def5;
}

.form-list-panel.addForm li .input-field input {
    width: 254px;
    margin-right: 30px;
    float: left;
}

.form-list-panel.addForm li .input-field .custom-select-wrapper {
    width: 124px;
    float: left;
}

.form-list-panel.addForm li .input-field .custom-select-trigger {
    height: 40px;
    font-size: 13px;
    line-height: 24px;
    color: #000;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.form-list-panel.addForm li .input-field .custom-select-trigger:after {
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
}

.form-list-panel.addForm li .input-field .custom-options {
    border-color: #afafaf;
}

.form-list-panel.addForm li .input-field a.del-btn {
    position: absolute;
    width: 40px;
    right: 27px;
    bottom: 12px;
}

.h-box2 {
    width: 100%;
    float: left;
    padding: 0 16px 0;
    border-bottom: 1px solid #d1def5;
    margin-bottom: 16px;
}

.h-box2 strong {
    float: left;
}

.h-box2 strong:nth-child(3) {
    float: right;
}

.h-box2 strong:nth-last-child(2) {
    float: right;
    margin-left: 100px;
}

.custom-btn2.yellow {
    background: #ff9b16;
}

.custom-btn2.blue {
    background: #0b3d91;
    border: #0b3d91;
}

.custom-btn2.blue:hover {
    background: #0b3d91;
    border: #0b3d91;
}

.custom-btn2.red {
    background: #f96565;
    border: #f96565;
}

.custom-btn2.red:hover {
    background: #f96565;
    border: #f96565;
}

.custom-btn2.yellow:hover {
    background: #0b3d91;
}

.add-field-btn-panel {
    float: left;
    width: 100%;
    padding: 0 16px 20px;
}

a.add-field-btn {
    width: 134px;
    height: 40px;
    font-size: 15px;
    font-weight: 600;
    line-height: 23px;
    color: #0b3d91;
    text-align: center;
    float: left;
    display: block;
    padding: 8px 5px 9px;
    border: 1px solid #0b3d91;
    margin-right: 20px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

a.add-field-btn:hover {
    background: #0b3d91;
    color: #fff;
}

.form-list-panel.grid_list li {
    width: 47.1%;
    margin-bottom: 30px;
}

.form-list-panel.grid_list li .input-field {
    position: relative;
    padding-right: 67px;
    border-bottom: 1px solid #d1def5;
}

.form-list-panel.grid_list li strong {
    display: block;
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
    color: #000;
    padding-bottom: 13px;
}

.form-list-panel.grid_list li .input-field input {
    width: 254px;
    margin-right: 30px;
    float: left;
}

.form-list-panel.grid_list li .input-field input.clear {
    clear: both;
}

.form-list-panel.grid_list li .input-field a.del-btn {
    position: absolute;
    width: 40px;
    right: 27px;
    bottom: 9px;
}

.form-list-panel.grid_list li span {
    width: 254px;
    float: left;
    margin-right: 30px;
}

.del-btn.top {
    top: 0;
    bottom: inherit;
}

.custom-select-box {
    width: 254px;
    float: left;
    clear: both;
    margin-bottom: 10px;
}

.custom-select-box .select-holder {
    float: left;
    width: 120px;
    margin-right: 14px;
}

.custom-select-box small {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: #000;
    display: block;
    padding-bottom: 8px;
}

.custom-select-box .custom-select-wrapper {
    width: 100% !important;
}

.custom-select-box .select-holder:last-child {
    margin-right: 0;
}

.sp-field-list {
    float: left;
    width: 100%;
}

.sp-field-list span {
    margin-bottom: 6px;
}

.add-field-btn-panel.bor_top {
    border-top: 1px solid #d1def5;
    padding-top: 20px;
}

.form-list-panel.grid_list {
    padding-bottom: 10px;
}

/*
font-family: 'cervanttisregular';
*/

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

@media only screen and (max-width: 2560px) {
    .loginRegister_form {
        transform: translate(-50%, -50%) scale(1.3);
        -webkit-transform: translate(-50%, -50%) scale(1.3);
        -moz-transform: translate(-50%, -50%) scale(1.3);
        -ms-transform: translate(-50%, -50%) scale(1.3);
        -o-transform: translate(-50%, -50%) scale(1.3);
    }
}

@media only screen and (max-width: 2100px) {
    .loginRegister_form {
        transform: translate(-50%, -50%) scale(1.2);
        -webkit-transform: translate(-50%, -50%) scale(1.2);
        -moz-transform: translate(-50%, -50%) scale(1.2);
        -ms-transform: translate(-50%, -50%) scale(1.2);
        -o-transform: translate(-50%, -50%) scale(1.2);
    }
}

@media only screen and (max-width: 1900px) {
    .loginRegister_form {
        transform: translate(-50%, -50%) scale(1.2);
        -webkit-transform: translate(-50%, -50%) scale(1.2);
        -moz-transform: translate(-50%, -50%) scale(1.2);
        -ms-transform: translate(-50%, -50%) scale(1.2);
        -o-transform: translate(-50%, -50%) scale(1.2);
    }

    .progress_bar_div {
        width: 79% !important;
    }

    .form_field_group {
        width: 78% !important;
    }

    .add_new_form_panel li .input_box {
        width: 70% !important;
        float: right !important;
    }

    .radio_area a {
        padding: 7px 12px !important;
        height: auto !important;
    }

    .preview_panel {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media only screen and (max-width: 1700px) {
    .loginRegister_form {
        transform: translate(-50%, -50%) scale(1);
        -webkit-transform: translate(-50%, -50%) scale(1);
        -moz-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
        -o-transform: translate(-50%, -50%) scale(1);
    }

    .progress_bar_div {
        width: 95% !important;
    }

    .form_field_group {
        width: 88% !important;
    }

    .preview_panel {
        -webkit-transform: translateY(-50%) scale(0.8);
        -moz-transform: translateY(-50%) scale(0.8);
        -ms-transform: translateY(-50%) scale(0.8);
        transform: translateY(-50%) scale(0.8);
    }

    .next_previous_option {
        width: 68%;
        bottom: -54px;
        left: 47%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@media only screen and (max-width: 1500px) {
    .loginRegister_form {
        transform: translate(-50%, -50%) scale(1);
        -webkit-transform: translate(-50%, -50%) scale(1);
        -moz-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
        -o-transform: translate(-50%, -50%) scale(1);
    }

    .radio_area a {
        margin-right: 5px;
    }

    .next_previous_option {
        left: 53% !important;
    }
}

@media only screen and (max-width: 1365px) {
    .loginRegister_form .logo {
        width: 100px;
        padding-bottom: 20px;
    }

    .loginRegister_form h3 {
        font-size: 24px;
        line-height: 35px;
        margin: 0 0 30px;
    }

    .custom_panel_1 {
        white-space: nowrap;
        overflow: hidden;
        overflow-x: auto;
    }

    .custom_panel_1 > ul {
        white-space: nowrap;
        width: 1050px;
    }

    .test-service-list li {
        padding-right: 20px;
    }

    .dash-top-block.odd li span {
        height: 60px;
    }

    .dash-chart {
        height: 335px;
    }

    .form-list-panel.missionary li {
        width: 282px;
    }

    .form-list-panel.missionary li:nth-child(6) {
        margin-top: 0;
    }

    .form-list-panel li h3::after {
        background-size: 14px auto;
        right: 10px;
    }

    .form-list-panel.addForm li .input-field {
        padding-right: 15px;
    }

    .form-list-panel.addForm li .input-field input {
        width: 210px;
        margin-right: 16px;
    }

    .form-list-panel.addForm li .input-field a.del-btn {
        right: 15px;
    }

    .form-list-panel.grid_list li span,
    .form-list-panel.grid_list li input {
        width: 210px;
        margin-right: 20px;
    }

    /* Add New Form */
    .add_new_form_panel {
        max-width: 576px;
    }

    .add_new_form_panel li strong {
        width: 141px;
    }

    .preview_panel {
        margin: 0;
        float: right;
    }

    .progress_bar_div {
        width: 100% !important;
    }

    .form_field_group {
        width: 100% !important;
    }

    .btnArea > input,
    .btnArea > a {
        width: 70px !important;
        font-size: 15px !important;
    }

    a.custom_btn4 {
        width: 129px !important;
        height: 47px !important;
    }

    .next_previous_option {
        width: 81% !important;
        bottom: 7px !important;
        padding: 0 !important;
    }
}

@media only screen and (max-width: 1199px) {
    .dash_box1 .dash-top-block li small {
        background-position-y: 5px;
        float: right;
        margin: -5px 0 0;
        text-align: right;
        width: 76px;
        position: relative;
    }

    .form-list-panel.missionary li {
        width: 250px;
    }

    .profile-page-content li .btn-group input {
        font-size: 14px;
        width: 150px;
    }

    .profile-page-content li .btn-group input:last-child {
        margin-left: 15px;
    }

    .profile-page-content li .form-inner .upload-img {
        width: 77px;
        height: 77px;
        padding: 5px;
    }

    .profile-page-content {
        padding-right: 0;
    }

    .profile-page-content li .btn-group input {
        font-size: 13px;
        width: 139px;
    }

    .profile-page-content li .btn-group {
        margin-top: 87px;
    }

    .form-list-panel.addForm li {
        width: 53.2%;
    }

    .form-list-panel.grid_list li {
        width: 47.1% !important;
    }

    .form-list-panel.grid_list li span {
        width: 100%;
        margin-right: 13px;
    }

    .form-list-panel.grid_list li .custom-select-wrapper {
        width: 100% !important;
        margin-bottom: 10px;
    }

    .form-list-panel.grid_list li input,
    .form-list-panel.grid_list li i {
        width: 100% !important;
    }

    /* Add New Form */
    .add_new_form_panel {
        max-width: 486px;
    }

    .preview_panel {
        margin: 0;
        float: right;
    }

    .add_new_form_panel li .input_box {
        width: 324px;
    }

    .add_new_form_panel li .add_area .input_box {
        width: 283px;
    }

    .add_new_form_panel h3 {
        font-size: 20px;
    }

    a.custom_btn4 {
        width: 122px;
        height: 43px;
        font-size: 14px;
        padding: 14px 3px 13px;
        margin-left: 15px;
    }

    .table-btn-area.odd a,
    .table-btn-area.odd a:focus {
        width: 127px;
    }

    .next_previous_option {
        width: 86% !important;
        bottom: 57px !important;
    }
}

@media only screen and (max-width: 1099px) {
    .searchbar {
        width: 245px;
    }

    .notification-box {
        margin-right: 20px;
    }

    .custom-datatable h2 {
        font-size: 20px;
        top: 3px;
    }

    .view-user-panel-inner {
        padding-right: 20px;
    }

    div.date_filter input {
        width: 250px !important;
    }

    .custom_panel_1 {
        white-space: normal;
        overflow: visible;
        overflow-x: visible;
    }

    .custom_panel_1 > ul {
        width: 100%;
    }

    .custom_panel_1 > ul > li {
        width: 47.6%;
        margin-bottom: 17px;
    }

    .custom_panel_1 {
        margin-bottom: 0;
    }

    .form-list-panel li {
        width: 47.1%;
    }

    .dash-top-block.odd li span {
        height: 50px;
        font-size: 14px;
        line-height: 20px;
    }

    .dash-top-block li figure {
        width: 54px;
        margin-bottom: 3px;
    }

    .dash-top-block li strong {
        font-size: 18px;
        line-height: 27px;
        padding-bottom: 10px;
    }

    .dash-top-block li small {
        background-size: 11px 6px;
        padding-left: 16px;
        font-size: 12px;
    }

    .dash-top-block li span {
        font-size: 15px;
        line-height: 24px;
    }

    .dash-block-panel_2 .dash-top-block li small {
        background-position-y: 7px;
        float: left;
        margin: 0;
        text-align: left;
        width: auto;
        position: relative;
    }

    .dash-chart {
        height: 311px;
    }

    .form-list-panel.missionary li {
        width: 214px;
    }

    .form-list-panel {
        padding-bottom: 0;
    }

    .form-list-panel.addForm li {
        width: 61.2%;
    }

    .form-list-panel.addForm {
        padding-bottom: 40px;
    }

    .sp-field-list span {
        width: 144px !important;
    }

    .form-list-panel.grid_list li .sp-field-list .custom-select-wrapper {
        width: 100px !important;
    }

    .form-list-panel.grid_list li .sp-field-list .input-field a.del-btn {
        bottom: 12px;
    }

    a.add-field-btn {
        width: 120px;
        margin-right: 15px;
    }

    /* Add New Form */
    .add_new_form_panel {
        max-width: unset;
        margin-bottom: 70px;
    }

    .add_new_form_panel li strong {
        width: 180px;
    }

    .add_new_form_panel li .input_box {
        width: 396px;
    }

    .preview_panel {
        margin: 0 auto 10px;
        float: none;
    }

    .add_new_form_panel li .add_area .input_box {
        width: 395px;
        position: relative;
        padding-right: 50px;
    }

    .add_new_form_panel h3 {
        font-size: 20px !important;
    }

    a.custom_btn4 {
        width: 106px !important;
        height: 39px !important;
        padding: 13px 5px !important;
        font-size: 12px !important;
        margin: 0 0 0 12px !important;
    }

    .next_previous_option {
        width: 94% !important;
        bottom: 107px !important;
    }
}

@media only screen and (max-width: 992px) {
    .login-page-wrapper {
        background-size: 50% 100%;
    }

    .view-user-panel-inner {
        padding: 10px;
    }

    .view-user-panel-inner figure {
        float: none;
        margin: 0 auto;
    }

    .view-user-panel-inner .box1:nth-child(2) {
        width: 100%;
        text-align: center;
        margin: 0 !important;
    }

    .view-user-panel h2 {
        font-size: 20px;
        margin: 0 0 15px;
    }

    .custom-btn2 {
        width: 125px;
        height: 37px;
        font-size: 13px;
        line-height: 18px;
        margin-right: 15px;
        padding: 10px 9px 9px;
        border-radius: 6px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        -o-border-radius: 6px;
    }

    .custom_panel_1 > ul {
        margin: 0;
    }

    .custom_panel_1 > ul > li {
        width: 100%;
        margin: 0 auto 20px;
        height: auto !important;
        float: none;
    }

    .custom_panel_1 > ul > li::before,
    .custom_panel_1 > ul > li::after {
        display: block;
        clear: both;
        visibility: hidden;
        overflow: hidden;
        content: "";
    }

    .dashboard-main {
        margin-bottom: 40px;
    }

    .view-user-panel-inner {
        text-align: center;
        font-size: 0;
    }

    .view-user-panel-inner .box1 {
        margin: 0 20px;
        float: none;
        display: inline-block;
        vertical-align: top;
    }

    .view-user-panel-inner .box1 .active-tag {
        margin-top: 0;
    }

    .view-user-panel-inner .box1.right {
        float: none;
        margin: 0 20px;
    }

    .dashboard-main-panel h2 {
        font-size: 20px;
        margin: 0 0 20px;
    }

    .edit-from-panel ul {
        margin: 0;
    }

    .edit-from-panel li {
        margin: 0;
        width: 100%;
    }

    .edit-from-panel li:first-child {
        margin-bottom: 20px;
    }

    .form-list-panel li {
        width: 47.4%;
    }

    .table-btn-area.odd a,
    .table-btn-area.odd a:focus {
        width: 150px;
        height: 43px;
        line-height: 26px;
    }

    .custom_panel2 li {
        margin: 0 0 30px;
        width: 100%;
    }

    .custom_panel2 li:last-child {
        margin-bottom: 10px;
    }

    .apperance_color {
        padding-bottom: 0;
    }

    .apperance_color li {
        margin: 0 0 20px;
    }

    .apperance_color li strong {
        padding-bottom: 11px;
    }

    .test-service-list li {
        width: 100%;
        padding-right: 0;
        /* height: auto !important; */
    }

    .test-service-list span {
        margin-right: 0;
    }

    .test-service-list a.button1 {
        height: 46px;
        font-size: 15px;
        line-height: 24px;
        padding: 11px 20px 10px;
    }

    /* .form-list-panel.missionary ul {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    } */
    .custom_list.bor li:last-child {
        border-bottom: none !important;
        padding-bottom: 0 !important;
    }

    .dash-top-block.odd li {
        margin: 0 0.6% 15px;
        width: 48.8%;
        text-align: center;
    }

    .dash-top-block.odd li figure {
        margin: 0 auto 5px;
    }

    .dash-top-block.odd li span {
        height: auto;
    }

    .dash-top-block.odd li small {
        display: inline-block;
        float: none;
    }

    .dash-chart {
        width: 100%;
        margin: 0 0 20px;
        height: auto;
    }

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

    .form-list-panel.missionary li {
        width: 223px;
    }

    .form-list-panel.missionary li:nth-child(6) {
        margin-top: 21px;
    }

    .form-list-panel {
        padding-bottom: 30px;
    }

    .profile-page-content ul {
        margin: 0;
    }

    .profile-page-content li {
        width: 100%;
        margin: 0 0 30px;
    }

    .profile-page-content li .btn-group input:last-child {
        margin-left: 10px;
    }

    .form-list-panel.addForm li {
        width: 97.2%;
    }

    .form-list-panel.addForm {
        padding-bottom: 30px;
    }

    .table-btn-area.odd a,
    .table-btn-area.odd a:focus {
        width: 140px;
    }

    .form-list-panel ul.grid {
        margin: 0;
    }

    .form-list-panel ul.grid li {
        width: 100% !important;
        margin: 0 0 20px;
    }

    .sp-field-list .input-field {
        padding-right: 67px !important;
    }

    .form-list-panel.grid_list li .sp-field-list .input-field span,
    .form-list-panel.grid_list
        li
        .sp-field-list
        .input-field
        .custom-select-wrapper {
        width: 48.3% !important;
    }
}

@media only screen and (max-width: 767px) {
    .login-page-wrapper {
        background: #fff;
        overflow: hidden;
        overflow-y: auto;
    }

    .loginRegister_form_outer {
        width: 100%;
        height: 100vh;
    }

    .success-mail img {
        width: 80px;
    }

    .nav-overlay {
        background: rgb(0 0 0 / 80%);
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 4;
        display: none;
    }

    .dashboard-sidebar {
        left: -300px;
        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 {
        left: 0;
    }

    .dash-header {
        padding: 0 20px;
    }

    .dashboard-area {
        padding-left: 0;
    }

    .dashboard-main {
        padding: 0 20px;
    }

    .dash-header .searchbar {
        display: none;
    }

    .searchbar.hide {
        display: block !important;
        width: 100%;
        border-radius: 0;
        margin: 5px 0 15px;
        background-position: 10px center;
        background-size: 15px 15px;
        padding: 0 10px 0 35px;
    }

    .site-logo.hide {
        display: block !important;
        float: left;
        padding: 26px 0px 0;
    }

    a.mob-menu-btn {
        width: 32px;
        height: 17px;
        display: block;
        float: left;
        position: relative;
        margin: 27px 18px 0px 0;
    }

    a.mob-menu-btn span {
        background: #0b3d91;
        width: 100%;
        height: 2px;
        position: absolute;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        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;
    }

    a.mob-menu-btn span::after {
        top: 14px;
        width: 60%;
    }

    a.mob-menu-btn span::before {
        background: #0b3d91;
        width: 80%;
        height: 2px;
        position: absolute;
        left: 0;
        top: 7px;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        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;
    }

    a.mob-menu-btn span::after {
        background: #0b3d91;
        width: 60%;
        height: 2px;
        position: absolute;
        left: 0;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        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;
    }

    div.dataTables_wrapper div.dataTables_filter input {
        width: 250px !important;
    }

    .breadcrumbs {
        margin-bottom: 20px;
    }

    .breadcrumbs ul {
        padding: 0;
    }

    .breadcrumbs h1 {
        font-size: 20px;
        margin: 0 0 15px;
    }

    .custom-datatable h2 {
        font-size: 18px;
    }

    a.notify-btn {
        width: 35px;
        height: 35px;
    }

    a.userAdmin-btn img {
        width: 35px;
        height: 35px;
        margin-right: 10px;
    }

    a.userAdmin-btn {
        background-size: 10px 6px;
        padding-right: 18px;
    }

    .view-user-panel-inner {
        padding-right: 10px;
    }

    .view-user-panel-inner .box1 {
        margin: 0;
    }

    .breadcrumbs {
        padding: 0;
    }

    .dashboard-main-panel {
        padding-left: 0;
        padding-right: 0;
    }

    .dashboard-main-panel h2 {
        font-size: 20px;
        margin: 0 0 17px;
    }

    .breadcrumbs ul li {
        margin-bottom: 5px;
    }

    .checkbox1 label {
        font-size: 13px;
    }

    .apperance_color ul {
        margin-bottom: 10px;
    }

    .apperance_color ul:last-child {
        margin-bottom: 25px;
    }

    .form-list-panel.missionary ul {
        width: 100% !important;
    }

    .form-list-panel.missionary li {
        width: 100%;
        display: block;
        float: left;
        position: relative !important;
        left: initial !important;
        top: initial !important;
    }
}

@media only screen and (max-width: 690px) {
    .form-list-panel ul {
        margin: 0;
    }

    .form-list-panel li {
        width: 100%;
        margin: 0 0 20px;
    }

    .form-list-panel.addForm {
        padding-bottom: 0px;
    }

    .form-list-panel.addForm li {
        width: 100%;
    }
}

@media only screen and (max-width: 560px) {
    .form-list-panel.missionary ul {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }

    .custom-datatable h2 {
        position: relative;
        top: 0;
        margin: 0 0 15px;
    }

    div.dataTables_wrapper div.dataTables_filter,
    div.dataTables_wrapper div.dataTables_filter label,
    div.dataTables_wrapper div.dataTables_filter input {
        width: 100% !important;
    }

    .notification-box {
        position: unset;
    }

    .notify-list {
        top: 70px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }

    .notify-list:after,
    .notify-list:before {
        display: none;
    }

    .date_filter input {
        width: 100% !important;
    }

    .table-btn-area {
        text-align: center;
        font-size: 0;
        padding-top: 30px;
    }

    .table-btn-area a {
        float: none;
        display: inline-block;
        vertical-align: middle;
    }

    div.dataTables_wrapper div.dataTables_info {
        width: 100%;
        text-align: center;
    }

    div.dataTables_wrapper div.dataTables_paginate {
        width: 100%;
    }

    .dashboard-main {
        margin-bottom: 30px;
    }

    .date_filter,
    div.date_filter input {
        width: 100% !important;
    }

    .notify-form ul {
        margin: 0;
    }

    .notify-form li {
        margin: 0;
        width: 100%;
    }

    .notification-page-content .table-btn-area {
        margin-top: 0;
    }

    .notification-page-content,
    .view-question {
        padding: 15px 15px 30px;
    }

    .notification-page-content .table-btn-area a,
    .view-question .table-btn-area a,
    .apperance-page-content .table-btn-area a {
        width: 125px;
    }

    .view-question .table-btn-area {
        margin-top: 0px;
    }

    .apperance-page-content .table-btn-area {
        padding-top: 0;
    }

    .custom-btn3,
    .custom-btn3:focus {
        font-size: 14px;
        line-height: 22px;
    }

    .apperance_color li {
        width: 100%;
    }

    .test-service-list li figure {
        width: 40px;
        height: 40px;
        margin-right: 10px;
    }

    .test-service-list li strong {
        font-size: 16px;
        line-height: 24px;
        padding-bottom: 8px;
    }

    .test-service-list li strong small.success {
        background: #38b71d;
        right: -80px;
        top: 1px;
        padding: 1px 10px;
        font-size: 12px;
    }

    .test-service-list li strong small.error {
        padding: 1px 10px;
        font-size: 12px;
        right: -59px;
    }

    .test-service-list li {
        padding-bottom: 15px;
    }

    .test-service-list li p {
        font-size: 13px;
    }

    .test-service-list span {
        float: left !important;
        clear: both !important;
        margin-top: 20px !important;
    }

    .test-service-list a.button1 {
        height: 40px;
        font-size: 14px;
        line-height: 18px;
        padding: 11px 15px 10px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
    }

    .dash-block-panel_2 .dash-top-block ul {
        margin: 0;
    }

    .dash-block-panel_2 .dash-top-block li {
        width: 100%;
        margin: 0 0 15px;
    }

    .dash-block-panel_2 .dash-top-block li small {
        background-position-y: 5px;
        float: right;
        margin: -5px 0 0;
        text-align: right;
        width: 76px;
        position: relative;
    }

    .dash-chart {
        padding: 15px 10px 0;
    }

    .dash-chart h3 {
        font-size: 18px;
        line-height: 27px;
    }

    .dash-chart h3 span {
        font-size: 15px;
        line-height: 25px;
        margin-top: -4px;
        position: relative;
    }

    .dash-chart .custom-select-wrapper {
        width: 80px;
    }

    .table-btn-area.odd.formBtn a {
        width: 123px;
    }

    .form-list-panel.addForm {
        margin: 0;
    }

    .form-list-panel.grid_list li .sp-field-list .input-field span,
    .form-list-panel.grid_list
        li
        .sp-field-list
        .input-field
        .custom-select-wrapper {
        width: 48% !important;
    }

    .custom-select-box {
        width: 100%;
    }

    .custom-select-box .select-holder {
        width: 47%;
    }
}

@media only screen and (max-width: 479px) {
    .test-service h2 small {
        clear: both;
        padding-left: 0;
    }

    .dash-top-block.odd ul {
        margin: 0;
    }

    .dash-top-block.odd li {
        width: 100%;
        margin: 0 0 15px;
    }

    .form-list-panel.addForm li .input-field input {
        width: 145px;
        margin-right: 10px;
    }

    .form-list-panel.addForm li .input-field .custom-select-wrapper {
        width: 100px;
    }

    a.add-field-btn {
        width: 115px;
    }

    .table-btn-area.odd.formBtn a {
        width: 100%;
        margin: 0 0 10px;
    }

    .form-list-panel.grid_list li .sp-field-list .input-field {
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .form-list-panel.grid_list li .sp-field-list .input-field span {
        margin-bottom: 10px;
    }

    .form-list-panel.grid_list li .sp-field-list .input-field span,
    .form-list-panel.grid_list
        li
        .sp-field-list
        .input-field
        .custom-select-wrapper {
        width: 100% !important;
    }

    .form-list-panel.grid_list li .sp-field-list .input-field a.del-btn {
        bottom: inherit;
    }
}

@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) {
}

/* Notify css only
=================================================== */

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

.schedule_notification_content .action-box a.view-btn {
    background: #0b3d91;
    padding: 5px 18px;
    height: 30px;
    width: auto;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.schedule_notification_content .action-box a.view-btn:hover {
    background: #000;
}

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

.send_notification_box {
    background: #fff;
    width: 48.5%;
    float: left;
    margin-right: 1.2%;
    border: 1px solid #d1def5;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.send_notification_box:last-child {
    margin: 0 0 0 1.2%;
}

.send_notification_box h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    color: #000;
    padding: 13px 15px;
    margin: 0 0 20px;
    border-bottom: 1px solid #d1def5;
}

.select_content {
    float: left;
    width: 100%;
    padding: 0 15px 5px;
}

.select_content h3 {
    padding: 0;
    margin: 0 0 20px;
    border: none;
}

.select_content figure {
    overflow: hidden;
    display: block;
    float: left;
    margin-bottom: 15px;
    position: relative;
    margin-right: 15px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.select_content figure:last-child {
    margin-right: 0;
}

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

.select_content figure input:checked + i {
    background: #0b3d91;
    color: #fff;
}

.select_content figure i {
    background: #e0e9f8;
    font-style: normal;
    padding: 11px 17px;
    font-size: 15px;
    line-height: 18px;
    color: #000;
    display: block;
    text-align: center;
    height: 40px;
}

.show_user_box {
    float: left;
    width: 100%;
    margin-bottom: 25px;
}

.show_user_box .select_content .select2-selection {
    background: #fff;
    width: 100%;
    border: 1px solid #d1def5;
    padding: 6px 9px 10px;
    font-size: 14px;
    line-height: 21px;
    color: #000;
    font-weight: 400;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.show_user_box .select_content .select2-selection__choice {
    background: #e0e9f8;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    color: #000;
    padding: 7px 9px;
    border: none;
    margin: 10px 10px 0 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.show_user_box
    .select_content
    .select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove {
    font-weight: 400;
    color: #000;
    float: right;
    font-size: 25px;
    padding: 0 0 0 3px;
    border-left: 1px solid #000;
    margin-left: 6px;
    line-height: 17px;
    position: relative;
    top: 1px;
    right: -4px;
}

.send_notification_box .input_row {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    padding: 0 15px;
}

.send_notification_box .input_row h3 {
    padding: 0;
    margin: 0 0 20px;
    border: none;
}

.input_row input {
    background: #fff;
    height: 50px;
    width: 100%;
    padding: 15px 10px;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: #000;
    outline: none;
    border: 1px solid #d1def5;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.input_row textarea {
    background: #fff;
    height: 181px;
    width: 100%;
    resize: none;
    outline: none;
    padding: 15px 10px;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: #000;
    border: 1px solid #d1def5;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.send_notification_box .table-btn-area {
    padding: 10px 15px 30px;
}

.send_notification_box .custom-btn2 {
    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;
}

.date_time {
    float: left;
    width: 100%;
    padding: 15px;
}

.date_time.disabled {
    opacity: 0.3;
    filter: grayscale(100);
    -webkit-filter: grayscale(100);
}

.date_time h3 {
    padding: 0;
    margin: 0 0 20px;
    border: none;
}

.date_time .date {
    width: 210px;
    float: left;
    margin-right: 23px;
    position: relative;
}

.ui-datepicker-calendar tbody td a {
    border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    -o-border-radius: 50% !important;
}

.ui-datepicker-calendar tbody td a.ui-state-active {
    background-color: #0b3d91 !important;
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.date_time .date input {
    background: #fff;
    border: 1px solid #d1def5;
    height: 40px;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    font-weight: 400;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.date_time .date .ui-datepicker-trigger {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 9px;
    bottom: 11px;
    cursor: pointer;
}

.date_time strong {
    display: block;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: #000;
    padding-bottom: 10px;
}

/* date css */

input:focus {
    outline: none;
}

#ui-datepicker-div {
    display: none;
    background-color: #fff;
    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
    margin-top: 0.25rem;
    border-radius: 0.5rem;
    padding: 0.5rem;
}

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

.ui-datepicker-calendar thead th {
    padding: 0.25rem 0;
    text-align: center;
    font-size: 0.75rem;
    font-weight: 400;
    color: #78909c;
}

.ui-datepicker-calendar tbody td {
    width: 2.5rem;
    text-align: center;
    padding: 0;
}

.ui-datepicker-calendar tbody td a {
    display: block;
    border-radius: 0.25rem;
    line-height: 2rem;
    transition: 0.3s all;
    color: #546e7a;
    font-size: 0.875rem;
    text-decoration: none;
}

.ui-datepicker-calendar tbody td a:hover {
    background-color: #e0f2f1;
}

.ui-datepicker-calendar tbody td a.ui-state-active {
    background-color: #009688;
    color: white;
}

.ui-datepicker-header a.ui-corner-all {
    cursor: pointer;
    position: absolute;
    top: 0;
    width: 2rem;
    height: 2rem;
    margin: 0.5rem;
    border-radius: 0.25rem;
    transition: 0.3s all;
}

.ui-datepicker-header a.ui-corner-all:hover {
    background-color: #eceff1;
}

.ui-datepicker-header a.ui-datepicker-prev {
    left: 0;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-size: 0.5rem;
    background-position: 50%;
    transform: rotate(180deg);
}

.ui-datepicker-header a.ui-datepicker-next {
    right: 0;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: 50%;
}

.ui-datepicker-header a > span {
    display: none;
}

.ui-datepicker-title {
    text-align: center;
    line-height: 2rem;
    margin-bottom: 0.25rem;
    font-size: 0.875rem;
    font-weight: 500;
    padding-bottom: 0.25rem;
}

.ui-datepicker-week-col {
    color: #78909c;
    font-weight: 400;
    font-size: 0.75rem;
}

.date_time .time {
    width: 240px;
    float: left;
}

.date_time .time input {
    background: #fff;
    border: 1px solid #d1def5;
    height: 40px;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    font-weight: 400;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

/* new css - 01.08.2022
============================ */

.add_new_form_panel {
    width: 100%;
    max-width: 65%;
    float: left;
}

.add_new_form_panel h3 {
    font-size: 24px;
    line-height: 35px;
    font-weight: 600;
    color: #000;
    margin: 0 0 30px;
    float: left;
}

.add_new_form_panel_header {
    width: 100%;
    float: left;
    padding-bottom: 25px;
}

a.custom_btn4 {
    background: #0b3d91;
    color: #fff;
    text-align: center;
    width: 140px;
    height: 50px;
    padding: 17px 5px 16px;
    margin-left: 20px;
    display: block;
    float: right;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

a.custom_btn4:hover {
    background: #ff9b16;
}

.line {
    background: #d1def5;
    width: 100%;
    float: left;
    height: 1px;
}

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

.add_new_form_panel li {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    position: relative;
}

.add_new_form_panel li strong {
    width: 25%;
    float: left;
    margin-right: 21px;
    font-size: 14px;
    line-height: 40px;
    font-weight: 400;
    color: #000;
}

.add_new_form_panel li .input_box small {
    font-size: 13px;
    display: inline-block;
    padding: 0px 0 8px;
}

.add_new_form_panel li .input_box {
    width: 60%;
    float: left;
    position: relative;
}

.add_new_form_panel li .input_box .custom-select-trigger {
    height: 40px;
    border: 10px 10px 9px;
    border: 1px solid #e7e7e7;
    color: #000;
}

.add_new_form_panel li .input_box .custom-select-trigger:after {
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
}

.radio_area {
    width: 100%;
    float: left;
    font-size: 0;
}

.radio_area figure {
    position: relative;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

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

.radio_area figure input:checked + i {
    background: #0b3d91;
    color: #fff;
}

.radio_area figure i {
    background: #fff;
    border: 1px solid #e7e7e7;
    font-style: normal;
    padding: 9px 15px;
    position: relative;
    display: block;
    height: 40px;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: #000;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.radio_area a {
    background: #fff;
    border: 1px solid #e7e7e7;
    font-style: normal;
    padding: 9px 15px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 40px;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: #000;
    margin-right: 15px;
    margin-bottom: 15px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.radio_area a.current {
    background: #0b3d91;
    color: #fff;
}

.add_new_form_panel li .input_box input {
    background: #fff;
    border: 1px solid #e7e7e7;
    width: 100%;
    height: 40px;
    padding: 10px;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: #000;
    outline: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.add_area {
    width: 100%;
    float: left;
    /* padding-right: 55px; */
    margin-bottom: 15px;
    position: relative;
}

.add_new_form_panel li .add_area .input_box {
    width: 60%;
    position: unset;
}

.add_area a.del_icon {
    background: url(../images/delete-icon.png) 0 0 no-repeat;
    background-size: cover;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.section_delete a.del_section {
    background: url(../images/delete-icon.png) 0 0 no-repeat;
    background-size: cover;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

a.add_option {
    background: #0b3d91;
    width: 109px;
    height: 40px;
    padding: 10px 11px;
    text-align: center;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: #fff;
    display: block;
    clear: both;
    margin-left: 27%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

a.add_option:hover {
    background: #ff9b16;
}

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

.table-btn-area.paddl {
    padding-left: 196px;
    margin-top: 25px;
}

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

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

/* Custom select */

.dropdown {
    background: #fff;
    width: 100%;
    border: 1px solid #e7e7e7;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    float: left;
    position: relative;
    z-index: 2;
    color: #000;
    font-size: 15px;
}

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

a {
    display: block;
    padding: 0.5em;
    color: #000;
    text-decoration: none;
}

/* a:focus,
a:hover {
    background: #ecf0f1;
}

a:active {
    background: #fbfcfc;
} */

.fa {
    right: 10px;
    top: 50%;
    font-weight: 100;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

/*List*/

.list_item {
    background: #fff;
    cursor: pointer;
    width: 100%;
    float: left;
    padding: 11px;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    color: #000;
}

.js-dropdown-list {
    display: none;
    position: absolute;
    left: 0;
    top: 38px;
}

.js-link {
    position: relative;
    width: 100%;
    float: left;
    padding: 11px;
    color: #000 !important;
}

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

.list_item:not(:first-child) {
    /* border-top: 0.1em dashed #454849; */
}

/* .list_item:last-child {
    color: #ad0000;
} */

.list_item:focus,
.list_item:hover {
    background: #ecf0f1;
}

.list_item:active {
    background: #fbfcfc;
}

.option_box {
    width: 100%;
    float: left;
    pointer-events: none;
}

.option_box strong {
    display: block;
    float: left;
    width: auto !important;
    font-size: 14px;
    line-height: 22px !important;
    font-weight: 400;
    color: #000;
    padding-right: 5px;
    margin-right: 0 !important;
}

.option_box .srch_icon {
    background: url(../images/search-icon.png) 0 0 no-repeat;
    background-size: 19px 19px;
    width: 19px;
    height: 19px;
    display: inline-block;
    vertical-align: middle;
}

.option_box:hover .srch_icon {
    background-image: url(../images/search-icon-white.png);
    background-size: 19px 19px;
}

.option_box .list {
    float: left;
}

.option_box::before {
    display: block;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    content: "";
}

.option_box .list span {
    background: url(../images/check-active.png) 0 0 no-repeat;
    background-size: 24px 24px;
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    color: #000;
    display: block;
    width: 100%;
    float: none;
    padding-left: 30px;
    margin-bottom: 8px;
}

.list_item:hover {
    background: #0b3d91;
    color: #fff;
}

.list_item:hover strong {
    color: #fff;
}

.list_item:hover .list span {
    background: url(../images/check-active-white.png) 0 0 no-repeat;
    background-size: 24px 24px;
    color: #fff;
}

.option_box .list.even span {
    background-image: url(../images/check-active-black.png);
}

.option_box:hover .list.even span {
    background-image: url(../images/check-active-white.png);
}

.option_box .list.odd span {
    background-image: url(../images/radio-btn-blue.png);
}

.list_item:hover .list.odd span {
    background-image: url(../images/radio-btn.png);
}

.list_item:hover a {
    background: #fff;
    color: #0b3d91;
}

.option_box strong a {
    background: #0b3d91;
    width: 62px;
    height: 30px;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #fff;
    border: none;
    display: inline;
    outline: none;
    margin: 0 2px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.preview_panel {
    background: url(../images/phone-icon.png) 0 0 no-repeat;
    background-size: contain;
    width: 24%;
    /* height: 500px; */
    float: right;
    box-sizing: content-box;
    margin-left: 105px;
    position: fixed;

    padding-top: 43px;
    right: 0;
}

.preview_main_div {
    height: 560px;
    padding: 10px;
    overflow: hidden;
    overflow-y: scroll;
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
}

.preview_main_div::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */
}

.preview_panel figure {
    display: block;
    position: relative;
    left: 12px;
    top: 0;
    width: 91.7%;
}

.section {
    float: left;
    width: 100%;
    padding-bottom: 10px;
}

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

.object {
    width: 100%;
    float: left;
    border-bottom: 1px solid #d1def5;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.object:last-child {
    border: none !important;
}

.cloneTo {
    width: 100%;
    /* max-width: 610px; */
    float: left;
}

.preview_panel.position {
    float: none;
    margin: 50px auto 25px;
    padding-top: 7px;
    width: 294px;
}

a.nextBtn {
    background: #0b3d91;
    width: 190px;
    height: 50px;
    display: block;
    padding: 13px;
    text-align: center;
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    color: #fff;
    margin: 0 auto;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

a.nextBtn:hover {
    background: #ff9b16;
}

/* ===================== */

.select {
    position: relative;
    margin-bottom: 15px;
    width: 100%;
    float: left;
    border: 1px solid #e7e7e7;
    border-radius: 4p;
    -webkit-border-radius: 4p;
    -moz-border-radius: 4p;
    -ms-border-radius: 4p;
    -o-border-radius: 4p;
}

.select .selectBtn {
    background: var(--bg1);
    padding: 10px;
    box-sizing: border-box;
    border-radius: 3px;
    width: 100%;
    float: left;
    cursor: pointer;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.select .selectBtn:after {
    content: "";
    position: absolute;
    top: 45%;
    right: 15px;
    width: 6px;
    height: 6px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid #666;
    border-bottom: 2px solid #666;
    transition: 0.2s ease;
}

.select .selectBtn.toggle {
    border-radius: 3px 3px 0 0;
}

.select .selectBtn.toggle:after {
    -webkit-transform: translateY(-50%) rotate(-135deg);
    transform: translateY(-50%) rotate(-135deg);
}

.select .selectDropdown {
    position: absolute;
    top: 100%;
    width: 100%;
    border-radius: 0 0 3px 3px;
    overflow: hidden;
    background: var(--bg1);
    border-top: 1px solid #eee;
    background: #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    visibility: hidden;
    transition: 0.2s ease;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

.select .selectDropdown .option {
    padding: 10px;
    box-sizing: border-box;
    cursor: pointer;
    width: 100%;
    float: left;
}

.select .selectDropdown .option:hover {
    background: #f8f8f8;
}

.select .selectDropdown.toggle {
    visibility: visible;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    z-index: 150 !important;
}

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

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

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

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

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

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

@media only screen and (max-width: 1199px) {
    .select_content figure {
        margin-bottom: 13px;
        border-radius: 7px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -ms-border-radius: 7px;
        -o-border-radius: 7px;
    }

    .select_content figure i {
        padding: 9px 15px;
        font-size: 14px;
        line-height: 18px;
        height: 36px;
    }

    .btnArea > input,
    .btnArea > a {
        width: 60px !important;
        font-size: 15px !important;
        margin: 0 13px !important;
    }

    .custom-btn2.yellow {
        width: 130px !important;
        line-height: 29px;
        border: none;
    }
}

@media only screen and (max-width: 1099px) {
    .table-btn-area.paddl {
        padding-left: 160px !important;
    }
}

@media only screen and (max-width: 992px) {
    .send_notification_box {
        width: 100%;
        margin: 0 0 20px !important;
    }

    .input_row textarea {
        height: 120px;
    }
}

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

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

@media only screen and (max-width: 560px) {
    .select_content figure i {
        padding: 9px 15px;
        font-size: 13px;
    }
}

@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) {
}

.add_new_form_panel > .wrapper > .object {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    height: 400px;
    overflow-y: auto;
}

.sticky {
    background: #fff;
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    padding-top: 10px;
    /* overflow: visible; */
}

.main_object_div {
    width: 100%;
    float: left;
    overflow: hidden;
    overflow-y: scroll;
    /* scrollbar-width: thin; */

    /* height: 600px !important; */
}

.main_object_div::-webkit-scrollbar {
    background: #f0f0f0;
    width: 10px;
    height: 5px;
    border-radius: 5px;
}

.main_object_div::-webkit-scrollbar-thumb {
    background-color: #0b3d91;
    border-radius: 5px;
}

.main_object_div::-webkit-scrollbar-thumb:hover {
    /* background-color: rgba(0, 0, 0, 0.3); */
}

/* .main_object_div::-webkit-scrollbar {
    width: 2em;
    height: 2em
} */

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

.add_new_form_panel_header {
    background: #fff;
    z-index: 3;
}



