* {
    padding: 0;
    margin: 0;
}

body {
    /* font-family: 'Roboto', sans-serif; */
    font-family: 'Open Sans', sans-serif;
    color: #000;
    background: #d3e4f4;
}

a, a:hover, a:active, a:focus {
    text-decoration: none;
}

label {
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    color: #7D7D7D;
    margin-bottom: 0;
}

.disabled {
    opacity: 0.5 !important;
}

select, select.form-control,
.was-validated select.form-control:valid, select.form-control.is-valid {
    color: #000;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 25px !important;
    position: relative;
    border-radius: 4px;

}

select::-ms-expand {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.select-parent {
    position: relative;
}

.select-parent:after {
    position: absolute;
    content: '';
    background: url(../../web/images/chevron-bottom.svg) no-repeat;
    width: 13px;
    height: 8px;
    right: 8px;
    top: 36px;
}

.btn-new, ul.nav.nav-pills li a.btn-new {
    height: 40px;
    line-height: 40px;
    font-weight: 600;
    font-size: 12px;
    border: 0;
    outline: 0;
    padding: 0 12px;
    border-radius: 2px;
    display: inline-block;
}

.btn-primary-new,
.btn-primary-new:hover,
.btn-primary-new:active,
.btn-primary-new:focus {
    background: #003663;
    color: #fff;
}

.btn-primary-border-new,
.btn-primary-border-new:hover,
.btn-primary-border-new:active,
.btn-primary-border-new:focus {
    background: transparent !important;
    border: 2px solid #003663 !important;
    border-radius: 2px;
    line-height: 35px;
    color: #003663;
    font-size: 12px;
}

.btn-primary-opacity-new,
.btn-primary-opacity-new:hover,
.btn-primary-opacity-new:active,
.btn-primary-opacity-new:focus {
    background: rgba(255, 255, 255, 0.1);
}

.btn-secondary-new,
.btn-secondary-new:active,
.btn-secondary-new:focus,
.btn-secondary-new:hover {
    background: #F5F6FA;
    color: #003663;
}

.btn-transparent-border-grey,
.btn-transparent-border-grey:hover,
.btn-transparent-border-grey:active,
.btn-transparent-border-grey:focus {
    background: #fff;
    border: 2px solid #898989;
    color: #7D7D7D;
    line-height: 38px;
}

.btn-white-new,
.btn-white-new:active,
.btn-white-new:hover,
.btn-white-new:focus {
    border: 1px solid #E3E6ED;
    color: #7D7D7D;
}

.btn-orange-new,
.btn-orange-new:focus,
.btn-orange-new:active,
.btn-orange-new:hover {
    background: #FF9300;
    color: #000;
}

.btn-transparent-new,
.btn-transparent-new:focus,
.btn-transparent-new:active,
.btn-transparent-new:hover {
    background: transparent;
    color: #7D7D7D;
}

.btn-transparent-primary-new,
.btn-transparent-primary-new:hover,
.btn-transparent-primary-new:active,
.btn-transparent-primary-new:focus {
    font-weight: 600;
    font-size: 12px;
    color: #003663;
}

.btn-transparent-clr-new,
.btn-transparent-clr-new:hover,
.btn-transparent-clr-new:active,
.btn-transparent-clr-new:focus {
    font-weight: 600;
    font-size: 12px;
    color: #003663;
    background: transparent;;
}

.btn-danger-new,
.btn-danger-new:hover,
.btn-danger-new:active,
.btn-danger-new:focus {
    background: #CD351B;
    color: #fff;
}

.btn-transparent-primary-new img {
    margin-top: -3px;
}

.form-control {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 400;
    background: #F5F6FA !important;
    color: #000;
    border-radius: 2px !important;
}

.form-control, .form-control:hover, .form-control:active, .form-control:focus,
.form-control:invalid, .form-control.is-invalid {
    border: 1px solid #E3E6ED !important;
    background: rgba(255, 255, 255, 0.6) !important;
    box-shadow: none !important;
    outline: 0;
}

.add-popup .form-control, .form-control:hover,
.add-popup .form-control:active,
.add-popup .form-control:focus,
.add-popup .form-control:invalid,
.add-popup .form-control.is-invalid {
    background: #fff !important;
}

.form-group, .common-box .btn-section {
    margin-bottom: 20px;
}

.form-group p {
    font-size: 16px;
    line-height: 19px;
    color: #000;
}

.btn-section-flex-wrap {
    display: flex;
    flex-wrap: wrap;
    max-width: 200px;
    margin: 0 auto;
    justify-content: center;
}

.btn-section-flex-wrap .btn-new:first-child {
    margin-bottom: 20px;
}

.alert {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1000;
}

/******* Login page ****/
.cust-remeberMe-cls {
    margin-top: 20px;
}

.cust-remeberMe-cls .custom-control-label {
    line-height: 26px;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
    box-shadow: none !important;
}

.custom-control-input:checked ~ .custom-control-label::before {
    box-shadow: none !important;
    border-color: #003663;
    background-color: #003663;
    border: 2px solid #E3E6ED;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before,
.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
    border: 2px solid #E3E6ED;
}

.login-main {
    background: #d3e4f4;
    height: 100vh;
}

.login-inner {
    max-width: 580px;
    margin: 0 auto;
    display: block;
    padding: 20px;
}

.login-inner .logo h1 {
    font-size: 25px;
    color: #fff;
    font-weight: 600;
}

.login-content {
    background-color: #fafafa;
    border-radius: 10px;
    padding: 40px;
}

.login-content h2 {
    font-size: 28px;
    font-weight: bold;
    line-height: 28px;
    color: #242e42;
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
}

.login-content label {
    font-weight: 600;
}

.login-content input {
    font-size: 14px;
    height: 40px;
    padding: 0 10px;
    line-height: 40px;
    color: #1c1f39;
    font-weight: 600;
    background: #fff;
    border: 1px solid #e3e6ed !important;
    border-radius: 4px;
}

.login-content .btn-section a {
    width: 100%;
    display: block;
    text-align: center;
    color: #1c1f39;
    font-weight: 600;
    margin-top: 25px;
}

.login-inner .logo {
    text-align: center;
    padding: 17px 0 50px;
}

.form-group-icon {
    position: relative;
}

.form-group-icon .form-control {
    padding-right: 32px;
}

.form-location-icon.form-group-icon .form-control {
    padding-left: 30px;
    padding-right: 10px;
}

.form-group-icon:before {
    position: absolute;
    content: '';
    right: 10px;
    top: 40px;
}

.form-group-icon.date-icon .form-control,
.common-box .form-group.form-group-icon.date-icon p {
    padding-right: 10px;
    padding-left: 35px;
}

.form-group-icon.date-icon:before {
    background: url(../../web/images/date-icon.svg);
    width: 18px;
    height: 18px;
    left: 10px;
    top: 30px;
    z-index: 1;
}

.select-parent-bg-white.date-icon-imp:before {
    background: url(../../web/images/date-icon.svg) !important;
}

.select-parent-bg-white.users-icon-img:before {
    background: url(../../web/images/user-blue-icon.svg) !important;
}


.clock-icon select.form-control {
    padding-left: 35px;
}

.clock-icon:before {
    position: absolute;
    content: '';
    background: url(../../web/images/clock-icon.svg);
    width: 18px;
    height: 18px;
    left: 10px;
    top: 30px;
    z-index: 1;
}

.form-group-border .form-control {
    background: transparent !important;
    border: 1px solid #F5F6FA !important;
}

.form-group-pwd {
    position: relative;
}

.form-group-pwd img {
    position: absolute;
    right: 10px;
    top: 35px;
    cursor: pointer;
}

.form-group-pwd input {
    padding-right: 30px;
}

.form-group-pwd.password-show .eye-icon,
.form-group-pwd.password-hide .eye-icon-slash {
    display: none;
}

.form-group-pwd.password-hide .eye-icon,
.form-group-pwd.password-show .eye-icon-slash {
    display: inline-block;
}

.percentage-icon:before {
    width: 10px;
    height: 12px;
    background: url(../../web/images/percentage-icon.svg);
}

.km-text-icon:before {
    width: 19px;
    height: 11px;
    background: url(../../web/images/km-text-icon.svg);
    top: 38px;
}

.range-slider-txt {
    cursor: pointer;
    margin-left: 30px;
}

/******* Login page ****/

/******** sidebar *********/
.header-top {
    display: flex;
    align-items: center;
    background: #003663;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 30%);
    padding: 15px 20px;
    min-height: 80px;
}

.header-logo {
    margin-right: 20px;
}

.header-top h1 {
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 0;
}

#body-row {
    margin-left: 0;
    margin-right: 0;
}

/******* Sidebar menu styles *********/
#sidebar-container {
    height: 100vh;
    padding: 0;
    background: #F5F6FA;
    width: 48px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
}

div#sidebar-container.active {
    top: 0;
    height: 100vh;
}

#sidebar-container .list-group .logout-cls {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    width: 100%;
    padding: 0 10px;
}

/* Sidebar sizes when expanded and expanded */
#sidebar-container.sidebar-expanded {
    width: 230px;
}

#sidebar-container.sidebar-expanded ul.list-group {
    width: 100%;
    text-align: left;
}

#sidebar-container.sidebar-expanded ul.list-group a {
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
}

/* Menu item*/
#sidebar-container .list-group a {
    padding: 0 10px;
    position: relative;
}

#sidebar-container .list-group a.active {
    background: #DFEBF7;
    /** border-right: 5px solid #FF9300; **/
}


/* Submenu item*/
#sidebar-container .list-group .sidebar-submenu a {
    height: 45px;
    padding-left: 30px;
}

.sidebar-submenu {
    font-size: 0.9rem;
}

/* Separators */
.sidebar-separator-title {
    background-color: #333;
    height: 35px;
}

.sidebar-separator {
    background-color: #333;
    height: 25px;
}

.logo-separator {
    background-color: #333;
    height: 60px;
}

a.logout_menu {
    position: absolute;
    bottom: 0;
}

/* Closed submenu icon */
#sidebar-container .list-group .list-group-item[aria-expanded="false"] .submenu-icon::after {
    content: " \f0d7";
    font-family: FontAwesome;
    display: inline;
    text-align: right;
    padding-left: 10px;
}

/* Opened submenu icon */
#sidebar-container .list-group .list-group-item[aria-expanded="true"] .submenu-icon::after {
    content: " \f0da";
    font-family: FontAwesome;
    display: inline;
    text-align: right;
    padding-left: 10px;
}

ul.list-group {
    width: 48px;
    text-align: center;
}


.menu-text-parent {
    display: flex;
    align-items: center;
    padding: 15px 0;
}

.side-menu-icon {
    padding: 15px 0;
}

#sidebar-container span {
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    color: #003663;
    display: inline-block;
    text-align: center;
}

.menu-text-parent .menu-txt-left {
    width: 30px;
    text-align: center;
}

#sidebar-container .menu-text-parent .menu-txt-right {
    display: none;
}

#sidebar-container.sidebar-expanded .menu-text-parent .menu-txt-right {
    display: inline-block;
    margin-left: 15px;
}

#sidebar-container.sidebar-expanded .side-menu-icon span.side-menu-icon-right img {
    margin-right: 15px;
}

div#sidebar-container .side-menu-icon span.side-menu-icon-right,
#sidebar-container.sidebar-expanded .side-menu-icon span.side-menu-icon-left {
    display: none;
}

div#sidebar-container .side-menu-icon span.side-menu-icon-left,
#sidebar-container.sidebar-expanded .side-menu-icon span.side-menu-icon-right {
    display: flex;
    align-items: center;
}

#sidebar-container span.menu-count {
    position: absolute;
    right: 3px;
    top: 5px;
    background: #FF9300;
    width: 10px;
    height: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 0;
    line-height: 14px;
    color: #000;
    margin-left: auto;
    border-radius: 20px;
}

#sidebar-container.sidebar-expanded span.menu-count {
    position: initial;
}

#sidebar-container.sidebar-expanded .list-group a.active {
    position: initial;
    border-right: 0;
}


/************** Sidebar menu styles *********/

/********* Sidebar *********/


/******* Main Content **********/
.content {
   width: 100%;
    /* background: #e3e6ed;
   padding-left: 48px;
   max-height: 100vh;
   overflow: auto; */
}

.content-top-right {
    margin-left: auto;
}

.content-top-right {
    margin-left: auto;
}

.content-top {
    padding: 20px;
    background: #fff;
    display: flex;
    align-items: center;
}

.content-top h1 {
    font-size: 28px;
    line-height: 28px;
    font-weight: bold;
    color: #003663;
}

/******* Main Content **********/

/******* Tab Section ***********/

ul.nav.nav-pills {
    min-height: 50px;
    border-bottom: 4px solid #003663;
}

ul.nav.nav-pills li {
    min-width: 11%;
    text-align: center;
    width: auto;
    margin-right: 8px;
}

ul.nav.nav-pills li a {
    padding: 13px 12px;
    display: flex;
    align-items: center;
    width: 100%;
    color: #003663;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    justify-content: center;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 8px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

ul.nav.nav-pills li a:hover {
    text-decoration: none;
}

ul.nav.nav-pills li.active a,
ul.nav.nav-pills li a.active {
    background: #003663;
    color: #fff;
}

ul.nav.nav-pills li:last-child {
    width: auto;
    /* padding-right: 20px; */
    margin-right: 0;
}

ul.nav.nav-pills li.ml-auto-btn {
    padding-right: 0;
    margin-right: 0;
    margin-top: -12px;
}

.tab-content {
    padding: 20px;
    /* min-height: calc(100vh - 145px); */
    position: relative;
    background: rgba(255, 255, 255, 0.6);
}

.side-menu-icon span img {
    padding: 3px;
    display: flex;
    align-items: center;
    width: 30px;
    height: 30px;
}

.tab-content h3 {
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    color: #003663;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.tab-content h3 span {
    font-weight: 700;
}

/******* Tab Section ***********/

/******* Common Box Content *********/
.common-box {
    background: #fff;
    padding: 20px 20px 0;
    border-radius: 2px;
}

.common-box h4 {
    color: #003663;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 33px;
    font-weight: 400;
}

.common-box .form-group.status img {
    width: 18px;
}

.common-box .form-group p,
.add-popup .form-group p {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}

.common-box .form-group-nocontborder p {
    border: 0;
    line-height: 20px;
    padding-left: 0;
}

.edit-cls {
    font-weight: 600;
    font-size: 12px;
    color: #003663;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    padding: 0 12px;
}

.edit-cls:hover, .edit-cls:active, .edit-cls:focus {
    text-decoration: none;
    color: #003663;
}

.edit-cls img {
    width: 14px;
    margin-top: -3px;
}

.add-popup .common-box.mb-4:last-child {
    margin-bottom: 0 !important;
}

/* .common-box .btn-section {
    padding-bottom: 20px;
} */
.add-popup .common-box .btn-section {
    padding-bottom: 0;
}

/******* Common Box Content *********/

/******* Common Form *********/

.common-form {
    display: flex;
    min-height: 100vh;
}

.common-form-left, .common-form-right {
    width: 50%;
}

.common-form-left {
    padding: 75px 60px;
}

.common-form-right {
    display: flex;
    align-items: center;
    background: #fff;
    min-height: 100vh;
}

.common-form-right-cont {
    width: 100%;
    max-width: 400px;
    margin: auto;
    padding: 30px 0 80px;
}

.common-form-left-cont {
    display: flex;
    align-items: center;
    height: 100%;
    max-width: 400px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 30px;
}

.common-form-left-cont h1,
.common-form-left-cont p {
    color: #003663;
}

.common-form-left-cont h1 {
    font-size: 60px;
    line-height: 82px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

.common-form-left-cont p {
    font-weight: 400;
    font-size: 24px;
    line-height: 33px;
}


/******* Common Form *********/


.disabled {
    opacity: 0.6;
}

/******* Modal *********/
.modal {
    padding: 0 !important;
    z-index: 100000;
}

.modal-dialog {
    max-width: 1060px !important;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0 auto !important;
    padding: 30px;
}

.modal-content {
    padding: 20px 20px 0;
    border-radius: 8px;
}

/******* Modal *********/

/******* Modal Account Success Section*********/
.account-activate {
    max-width: 530px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 30px 0;
}

.account-activate .btn-new {
    min-width: 160px;
}


.account-activate h3 {
    color: #06890B;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 40px;
    margin-top: 12px;
}

.account-activate p {
    font-weight: 400;
    font-size: 28px;
    line-height: 33px;
    color: #003663;
    margin-bottom: 40px;
}

.mw-780px {
    max-width: 780px;
}

.mw-auto {
    min-width: auto !important;
    padding: 0 20px !important;
}

/******* Modal Account Success Section*********/

/****** User Add Popup *********/

.add-popup h2,
.add-popup p {
    font-weight: 400;
    margin-bottom: 20px;
}

.add-popup h2 {
    font-size: 24px;
    line-height: 33px;
    color: #003663;
}

.add-popup p {
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

.popup-title-close {
    display: flex;
    /* align-items: center; */
}

.popup-title-close a {
    margin-left: auto;
}

/****** User Add Popup *********/


.common-box h2 {
    font-weight: 400;
    font-size: 24px;
    line-height: 33px;
    color: #003663;
    margin-bottom: 20px;
}

.common-box-list-edit-right {
    display: flex;
    padding-bottom: 20px;
}

.common-box-list-edit-right ul {
    list-style: none;
    display: flex;
    margin-bottom: 0;
}

.common-box-list-edit-right ul li {
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #7D7D7D;
    position: relative;
    margin-right: 20px;
    padding-right: 20px;
}

.common-box-list-edit-right ul li:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 20px;
    background: #E3E6ED;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}

.common-box-list-edit-right ul li span.content_val {
    color: #000000;
}

.common-box-list-edit-right ul li .form-group {
    margin-bottom: 0;
}

.common-box-list-edit-right ul li label {
    margin-bottom: 0;
}

.common-box .common-box-list-edit-right p {
    margin-bottom: 0;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #000;
    height: auto;
    border: 0;
    padding-left: 0;
}

.common-box-list-edit-right ul li:last-child:after {
    display: none;
}

.right_edit {
    margin-left: auto;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    color: #003663;
    display: flex;
    align-items: center;
}

.modal-content .common-box {
    padding: 0;
}

/****** Custom Checkbox *********/
.checkbox-flex-parent {
    display: flex;
}

.checkbox-flex-parent .checkbox-container {
    margin-right: 25px;
}

/* The container */
.checkbox-container {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #000;
}


/* Hide the browser's default checkbox */
.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkbox-container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background: #F5F6FA;
    border-radius: 4px;
}


/* Create the checkmark/indicator (hidden when not checked) */
.checkbox-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
    left: 4px;
    top: 4px;
    width: 12px;
    height: 12px;
    background: #FF9300;
    border-radius: 3px;
}

.form-label-paddEmp label {
    margin-bottom: 0;
}

.form-labelEmp-delicon a {
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    text-align: right;
    color: #7D7D7D;
    display: flex;
    align-items: center;
    padding-top: 35px;
}

.km-text-icon input {
    font-weight: bold;
}


/******* Star Rating *******/

.custom-dropdown-new .vodiapicker {
    display: none;
}

.custom-dropdown-new #a {
    padding-left: 0px;
}


.custom-dropdown-new #a li {
    list-style: none;
    padding-top: 5px;
    padding-bottom: 5px;
}

.custom-dropdown-new #a li:hover {
    background-color: #F4F3F3;
}

.custom-dropdown-new #a li img {
    margin: 5px;
}

.custom-select-new label {
    line-height: 20px;
}


.custom-dropdown-new .b {
    display: none;
    width: 100%;
    max-width: 150px;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #F5F6FA;
    margin-top: 1px;
}

.custom-dropdown-new .open {
    display: show !important;
}

.custom-dropdown-new .btn-select li {
    list-style: none;
    float: left;
    padding-bottom: 0px;
}

.custom-dropdown-new .btn-select:focus {
    outline: none;
}


.custom-dropdown-new .form-group {
    display: none;
}

.custom-select-new {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.custom-select-new label, .custom-select-new button, .custom-select-new .main-dropdown {
    width: 100%;
}

/******* Star Rating *******/

/****** Custom Select Sort *****/


.custom-sort-select-parent .vodiapicker {
    display: none;
}

.custom-sort-select-parent #a {
    padding-left: 0px;
}

.custom-sort-select-parent #a img,
.custom-sort-select-parent .btn-select img {
    width: 100px;
}

.custom-sort-select-parent #a li {
    list-style: none;
    padding-top: 5px;
    padding-bottom: 5px;
}

.custom-sort-select-parent #a li:hover {
    background-color: #F4F3F3;
}

.custom-sort-select-parent #a li img {
    margin: 5px;
    display: none;
}

.custom-sort-select-parent #a li span,
.custom-sort-select-parent .btn-select li span {
    margin-left: 30px;
}

.custom-sort-select-parent .b {
    display: none;
    width: 100%;
    max-width: 200px;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #F5F6FA;
    margin-top: 1px;
    position: absolute;
    z-index: 1000;
    left: 0;
    top: 38px;
}

.custom-sort-select-parent .open {
    display: show !important;
}

.custom-sort-select-parent {
    margin-top: 10px;
    width: 100%;
    max-width: 200px;
    height: 40px;
    border: 1px solid #F5F6FA;
    padding: 0 30px 0 62px;
    background: #003663;
    border-radius: 8px;
    position: relative;
}

.custom-sort-select-parent button.btn-select {
    background: transparent;
    border: 0;
    color: #FF9300;
    position: absolute;
    font-weight: bold;
    font-size: 14px;
    line-height: 40px;
    width: 200px;
    left: 0;
    padding-left: 62px;
}

.custom-sort-select-parent .btn-select li {
    list-style: none;
    float: left;
    padding-bottom: 0px;
}

.custom-sort-select-parent .btn-select:focus {
    outline: none;
}


/****** Custom Select Sort *****/


.common-top {
    align-items: center;
    margin-bottom: 20px;
}

.common-top h2 {
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #003663;
    margin-bottom: 0;
}

.common-top .form-group {
    margin-bottom: 0;
}

.common-search-parent {
    position: relative;
}

.common-search-parent input {
    padding-left: 35px;
    border-radius: 8px;
    background: #F5F6FA;
}

.common-search-parent:before {
    position: absolute;
    content: '';
    background: url(../../web/images/search-icon.svg) no-repeat;
    width: 18px;
    height: 18px;
    top: 10px;
    left: 10px;
}


.custom-dropdown-new .vodiapicker {
    display: none;
}

.custom-dropdown-new #a {
    padding-left: 0px;
}


.custom-dropdown-new #a li {
    list-style: none;
    padding-top: 5px;
    padding-bottom: 5px;
}

.custom-dropdown-new #a li:hover {
    background-color: #F4F3F3;
}

.custom-dropdown-new #a li img {
    margin: 5px;
}


/* item list */

.custom-dropdown-new .b {
    display: none;
    width: 100%;
    max-width: 150px;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #F5F6FA;
    margin-top: 1px;
}

.custom-dropdown-new .open {
    display: show !important;
}

.custom-dropdown-new .btn-select {
    width: 100%;
    height: 40px;
    border-radius: 2px;
    background-color: rgba(255, 255, 255, 0.6) !important;
    border: 0;
    padding: 0 28px 0 10px;
    border: 1px solid #E3E6ED;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 40px;
    margin-top: 4px;
}

.custom-dropdown-new .btn-select li {
    list-style: none;
    float: left;
    padding-bottom: 0px;
}

.custom-select-new .main-dropdown ul li {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
}

.custom-dropdown-new .btn-select li span,
.custom-select-new .main-dropdown ul li span {
    margin-left: 8px;
}

.custom-select-new .main-dropdown ul li:first-child span {
    margin-left: 0;
}

.custom-dropdown-new .btn-select {
    position: relative;
}

.custom-dropdown-new .btn-select:after {
    border: 0;
    position: absolute;
    content: '';
    width: 13px;
    height: 8px;
    top: 16px;
    right: 10px;
    background: url(../../web/images/chevron-bottom.svg) no-repeat;
}

.custom-select-new .main-dropdown ul {
    list-style: none;
    margin-bottom: 0;
}

.custom-select-new .main-dropdown ul li {
    padding: 8px 0;
    cursor: pointer;;
}

.custom-select-new .main-dropdown {
    position: absolute;
    top: 61px;
    z-index: 1000;
    border: 0;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 9px;
    padding: 5px 10px 10px;
    background: #fff;
    border: 1px solid #E3E6ED;
}

.custom-dropdown-new .btn-select:focus {
    outline: none;
}

.custom-select-new .main-dropdown ul li {
    display: flex;
    align-items: center;
}


.custom-sort-select-parent .custom-select-new .cust-sort-parent {
    position: absolute;
    top: 8px;
    left: 10px;
    z-index: 100;
    display: flex;
}

.custom-sort-select-parent .custom-select-new .cust-sort-parent .cust-sort-label {
    margin-left: 8px;
}

.custom-sort-select-parent .custom-select-new .cust-sort-parent .cust-sort-label label {
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    color: #fff;
}

.custom-sort-select-parent:after {
    position: absolute;
    content: '';
    background: url(../../web/images/chevron-bot-white.svg);
    width: 12px;
    height: 8px;
    top: 15px;
    right: 10px;

}


ul.common-form-dots {
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    list-style: none;
    width: 100%;
    justify-content: center;
    margin-bottom: 0;
}

ul.common-form-dots li {
    list-style: none;
    margin-right: 20px;
}

ul.common-form-dots li a {
    width: 12px;
    height: 12px;
    background: #fff;
    display: inline-block;
    border-radius: 12px;
}

ul.common-form-dots li:last-child {
    margin-right: 0;
}

ul.common-form-dots li.active a {
    background: #FF9300;
}

/******* Existing Account Found *********/

.existing-account-activate {
    text-align: center;
    padding: 40px;
}

.existing-account-activate h2 {
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    margin-top: 10px;
    margin-bottom: 40px;
    color: #003663;
}

.existing-account-activate h3 {
    font-weight: bold;
    font-size: 28px;
    line-height: 33px;
    margin-bottom: 12px;
}

.existing-account-activate p {
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 12px;
}

.existing-account-activate .btn-section {
    max-width: 200px;
    margin: 0 auto;
    margin-top: 40px;
    display: block;
}


/*********** Drive by setting *******/

.common-box-center-cont {
    min-height: 380px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-center-cont-inner {
    min-width: 280px;
}

.box-center-cont-inner h2 {
    margin-bottom: 12px;
}

.select-parent-nolabel:after {
    top: 17px;
}

.account-activate h4 {
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    color: #000;
    margin-bottom: 5px;
}

.account-activate h5 {
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #003663;
    margin-bottom: 40px;
}

.select-parent-disabled-primary {
    position: relative;
}

.select-parent-disabled-primary label {
    position: absolute;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    z-index: 10;
    top: 1px;
    height: 38px;
    line-height: 38px;
    left: 34px;
    margin-bottom: 0;
}

.select-parent-disabled-primary select.form-control {
    background: #003663 !important;
    color: #FF9300;
    border-radius: 8px;
    padding-left: 85px;
}

.select-parent-disabled-primary:before {
    position: absolute;
    content: '';
    background: url(../../web/images/filter-text-icon.svg) no-repeat;
    width: 16px;
    height: 14px;
    top: 12px;
    left: 12px;
    z-index: 10;
}

.select-parent-disabled-primary:after {
    background: url(../../web/images/chevron-bot-white.svg) no-repeat;
}

.form-group-icon.date-icon.select-parent-nolabel:before {
    top: 10px;
}

.select-parent-disabled-primary-nolefticon select.form-control {
    padding-left: 10px;
}

.select-parent-disabled-primary-nolefticon:before {
    display: none;
}

/*********** Drive by setting *******/


/******* Drive by setting CSV ********/


.common-top-new-btn-list ul {
    display: flex;
    list-style: none;
}

.common-top-new-btn-list ul li {
    margin-right: 20px;
}

.common-top-new-btn-list ul li:last-child {
    margin-right: 0px;
}

.common-box h5 {
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 10px;
}

/******* Drive by setting CSV ********/


/********* Upload design *******/

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    background: #F5F6FA;
    width: calc(100% - 40px);
    margin: 0 20px 40px;
}

.upload-btn-wrapper .btn-upload {
    color: #003663;
    padding: 8px 20px;
    background: transparent;
    border: 2px dashed #E3E6ED;
    border-radius: 8px;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    width: 100%;
    min-height: 300px;
}

.upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.btn-upload-inner .btnImg img {
    margin-bottom: 20px;
}

.btn-upload-inner p {
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
}

.file-upload-status {
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.file-upload-status .uploadIcon {
    margin-bottom: 12px;
}

.file-upload-status h2 {
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px;
}

.file-upload-status ul {
    list-style: none;
    max-width: 260px;
    margin: 0 auto;
}

.file-upload-status ul li {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    margin-top: 10px;
}

.file-upload-status ul li p {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #7D7D7D;
    font-weight: 600;
    margin-bottom: 0;
}

.upload-btn-wrapper h2 {
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #000;
    margin-bottom: 8px;
}

.upload-btn-wrapper h3 {
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #003663;
}

.upload-btn-wrapper-error .btn-upload {
    min-height: 220px;
}

.file-upload-status ul li .upload-status-list-left {
    width: 100px;
    text-align: left;
}

.file-upload-status ul li .upload-status-list-right {
    width: calc(100% - 100px);
    text-align: left;
}

/********* Error msg ******/
.file-upload-status .file-upload-error h2 {
    color: #B00000;
}

.file-upload-status .file-upload-error ul li p span {
    color: #B00000;
}

/********* Error msg ******/
/********* Upload design *******/

.greyclr-cls {
    color: #7D7D7D !important;
}

.redclr-cls {
    color: #B00000 !important;
}

.primary-cls {
    color: #003663 !important;
}

.blackclr-cls {
    color: #000 !important;
}

.btn-section-dropdown {
    display: flex;
}

.orangeclr-cls {
    color: #C75300 !important;
}

.greenclr-cls {
    color: #06890B !important;
}

.blueclr-cls {
    color: #003663 !important;
}

.bgorange {
    background: #FF9300 !important;
}

.bgblue {
    background: #003663 !important;
}

.border-right-grey {
    border-right: 1px solid #E3E6ED;
    margin-right: 17px !important;
    padding-right: 17px !important;
}

.search-icon:before {
    background: url(../../web/images/search-icon.svg) no-repeat;
    width: 18px;
    height: 18px;
    top: 11px;
    left: 12px;
}

.primary-search-icon:before {
    background: url(../../web/images/search-white-icon.svg) no-repeat;
}

.search-icon.form-group-icon .form-control {
    padding-right: 10px;
    padding-left: 35px;
}

.primary-search-icon input,
.primary-search-icon input:hover,
.primary-search-icon input:active,
.primary-search-icon input:focus {
    background: #315c81 !important;
    border: 1px solid #315c81 !important;
    color: #fff !important;
}

/***** Dropdown Status **********/
.dropdown-status button {
    width: 100%;
    text-align: left;
    position: relative;
    padding-left: 42px;
    padding-right: 45px;
}

.dropdown-status button:before {
    position: absolute;
    content: '';
    width: 18px;
    height: 15px;
    top: 13px;
    left: 12px;
}

.dropdown-status button:before {
    background: url(../../web/images/dropdown-left-icon.svg) no-repeat;
}

/* .dropdown-status button:before{
    background: url(../../web/images/tick-round-border-white.svg) no-repeat;
    width: 18px;
    height: 18px;
    top: 11px;
} */
.dropdown-orange-status button:before {
    background: url(../../web/images/dropdown-left-black-icon.svg) no-repeat;
}

.dropdown-light-grey-status button:before {
    background: url(../../web/images/car-icon.svg) no-repeat;
    width: 14px;
    height: 13px;
    top: 14px;
    left: 15px;
}

.dropdown-status button:after {
    border: 0;
    position: absolute;
    content: '';
    width: 40px;
    height: 40px;
    top: 0px;
    right: 0;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.dropdown-status button:after {
    background: #194a73 url(../../web/images/chevron-bot-white.svg) no-repeat;
    background-size: 12px 8px;
    background-position: center;
}

.dropdown-orange-status button:after {
    background: #ff9e19 url(../../web/images/chevron-bot-black.svg) no-repeat;
    background-size: 12px 8px;
    background-position: center;
}

.dropdown-white-status button:after {
    background: #fff url(../../web/images/chevron-bottom.svg) no-repeat;
    background-size: 12px 8px;
    background-position: center;
}

.dropdown-light-grey-status button:after {
    background: #E3E6ED url(../../web/images/chevron-bottom.svg) no-repeat;
    background-size: 12px 8px;
    background-position: center;
}

.dropdown-status .dropdown-menu {
    background: #003663;
}

.dropdown-orange-status .dropdown-menu {
    background: #FF9300;
}

.dropdown-white-status .dropdown-menu {
    background: #fff;
}

.dropdown-light-grey-status .dropdown-menu {
    background: #F5F6FA;
    max-width: 240px;
    width: 100%;
}

.dropdown-orange-status .dropdown-menu {
    top: -5px !important;
}

.dropdown-status .dropdown-menu {
    /* box-shadow: 0px 0px 4px rgb(0, 0, 0, 0.6); */
    border-radius: 2px;
    padding: 5px;
    width: 100%;
}

.dropdown-status .dropdown-menu a {
    font-weight: bold;
    font-size: 14px;
    line-height: 40px !important;;
    height: 40px !important;
    padding: 0 !important;
    text-align: center;
}

.dropdown-status .dropdown-menu a {
    color: #fff;
}

.dropdown-white-status .dropdown-menu a {
    color: #003663;
}

.dropdown-light-grey-status .dropdown-menu a {
    color: #003663;
}

.dropdown-orange-status .dropdown-menu a {
    color: #000000;
}

.dropdown-status .dropdown-menu a:hover,
.dropdown-status .dropdown-menu a:active,
.dropdown-status .dropdown-menu a:focus,
.dropdown-white-status .dropdown-menu a:hover,
.dropdown-white-status .dropdown-menu a:active,
.dropdown-white-status .dropdown-menu a:focus,
.dropdown-light-grey-status .dropdown-menu a:hover,
.dropdown-light-grey-status .dropdown-menu a:active,
.dropdown-light-grey-status .dropdown-menu a:focus {
    background: #FF9300;
    color: #000;
    outline: 0;
    border-radius: 2px;
}

.dropdown-orange-status .btn-primary-new,
.dropdown-orange-status .btn-primary-new:hover,
.dropdown-orange-status .btn-primary-new:active,
.dropdown-orange-status .btn-primary-new:focus {
    background: #FF9300;
    color: #000;
    outline: 0;
    border-radius: 8px;
}

.dropdown-white-status .btn-primary-new,
.dropdown-white-status .btn-primary-new:hover,
.dropdown-white-status .btn-primary-new:active,
.dropdown-white-status .btn-primary-new:focus {
    background: #fff;
    color: #003663;
    outline: 0;
    border-radius: 2px;
}


.dropdown-light-grey-status .btn-primary-new,
.dropdown-light-grey-status .btn-primary-new:hover,
.dropdown-light-grey-status .btn-primary-new:active,
.dropdown-light-grey-status .btn-primary-new:focus {
    background: #F5F6FA;
    color: #003663;
    outline: 0;
    border-radius: 8px;
}

.dropdown-orange-status .dropdown-menu a:hover,
.dropdown-orange-status .dropdown-menu a:active,
.dropdown-orange-status .dropdown-menu a:focus {
    background: #003663;
    color: #fff;
    outline: 0;
}

.dropdown-status .dropdown-menu ul li:first-child {
    padding-top: 0;
}

.dropdown-status .dropdown-menu ul {
    list-style: none;
    margin-bottom: 0;
}

.dropdown-status .dropdown-menu ul li {
    border-bottom: 1px solid #fff;
    /* padding: 5px 0; */
}

.dropdown-white-status .dropdown-menu ul li,
.dropdown-light-grey-status .dropdown-menu ul li {
    border-bottom: 1px solid #003663;
    padding: 5px 0;
}

.dropdown-status .dropdown-menu ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    padding-right: 0;
}

.dropdown-status-left-noicon button {
    padding-left: 10px;
}

.dropdown-status-left-noicon button:before {
    display: none;
}

/********* Pagination  *******/
.pagination {
    justify-content: center;
    background: #fff;
    padding: 12px 20px;
    width: 100%;
    display: flex;
}

ul.pagination li {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-right: 15px;
}

ul.pagination li a,
ul.pagination li span {
    display: flex;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    color: #003663;
    background: #F5F6FA;
    border-radius: 15px !important;
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    justify-content: center;
    align-items: center;
}

ul.pagination li.active a {
    background: #003663;
    color: #fff;
}

.cont-img p {
    display: flex;
    flex-wrap: wrap;
    color: #003663;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
}

.cont-img p span {
    color: #7D7D7D;
}

.cont-img {
    margin-top: 10px;
}

/********* PAgination *******/

/********* Card Design ********/
.card-new .card-new-top {
    background: #F5F6FA;
    padding: 20px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.card-new .card-new-top h2 {
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 0;
    color: #003663;
    display: flex;
    align-items: center;
}

.card-new .card-new-top h2 {
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 0;
    color: #003663;
    display: flex;
    align-items: center;
}

.card-new-content {
    background: #FFFFFF;
    padding: 20px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.card-new-content h2 {
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 0;
}

.cust-message-main-parent .card-new-content {
    max-height: calc(100% - 360px);
    overflow-x: auto;
}

.cust-message-main-parent .card-message-text-parent .card-new-content {
    max-height: 100%;
}

/********* Card Design ********/


/********** tab content blue *********/

.content-tab-parent-new {
    background: #003663;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.content-tab-parent-new .common-box {
    padding-bottom: 20px;
}

.content-tab-parent-new .tab-content {
    min-height: auto;
}

.content-tab-parent-new ul.nav.nav-pills {
    background: #E3E6ED;
    border-top: 0;
    min-height: 55px;
}

.content-tab-parent-new ul.nav.nav-pills li.active {
    border-bottom: 0;
}

.content-tab-parent-new ul.nav.nav-pills li {
    background: #F5F6FA;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin-right: 5px;
    padding-right: 0;
}

.content-tab-parent-new ul.nav.nav-pills li a.active {
    background: #003663;
    color: #fff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.common-notes {
    border-radius: 8px;
    padding: 20px;
}

.common-notes p {
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
}

.common-notes.bgblue p {
    color: #fff;
}

.fw-normal,
.fw-normal p {
    font-weight: 400 !important;
}

.dollar-icon:before {
    position: absolute;
    content: '';
    background: url(../../web/images/dollar-icon.svg) no-repeat;
    width: 8px;
    height: 14px;
    left: 10px;
    top: 38px;
}

.form-group-icon.dollar-icon .form-control {
    padding-left: 24px;
    padding-right: 10px;
}

.form-group-input-right .form-control {
    text-align: right;
}

/********** tab content blue *********/

/************ Gallery upload section ********/
.gallery-parent-top ul {
    display: flex;
    list-style: none;
    margin-bottom: 0;
    padding-bottom: 20px;
}

.gallery-parent-top ul li {
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    color: #7D7D7D;
    margin-right: 40px;
}

.gallery-parent-top ul li:last-child {
    margin-right: 0;
}

.gallery-upload {
    margin-bottom: 20px;
}

.gallery-content ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.gallery-parent-top ul li a {
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    color: #003663;
}

.gallery-content ul li img {
    border-radius: 8px;
    max-width: 100%;
}

.gallery-content ul li .gallery-action {
    position: absolute;
    top: 3px;
    right: 5px;
    z-index: 10000;
}

.gallery-content ul li {
    width: 92px;
    position: relative;
    margin-right: 8px;
    margin-bottom: 8px;
}

.gallery-content ul li .gallery-action a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #003663;
    width: 20px;
    height: 20px;
    text-align: center;
    margin-bottom: 5px;
}

.gallery-content ul li .gallery-action a img {
    border-radius: 0;
}

.documents-cont.documents-multiple-cont a {
    background: #F5F6FA;
}

.documents-cont {
    margin-bottom: 20px;
}

.documents-cont a {
    background: #E3E6ED;
    padding: 10px;
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    color: #003663;
}

.documents-cont a:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.documents-cont a:last-child {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.documents-cont a .doc-file {
    margin-left: 10px;
}

.documents-cont a .doc-close,
.documents-cont a .delete-attachment {
    margin-left: auto
}

.documents-cont .add-doc-btn {
    border: 1px dashed #E3E6ED;
    background: #fff;
    color: #7D7D7D;
}

.documents-cont .add-doc-btn img {
    margin-right: 8px;
}

.gallery-upload a {
    border: 2px dashed #E3E6ED;
    width: 92px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.add_another_upload {
    border: 1px dashed #E3E6ED;
    line-height: 20px;
    padding: 7px 10px;
}

.add_another_upload label {
    margin-bottom: 0 !important;
}

.multiupload-main .documents-cont {
    margin-bottom: 0;
}

/************ Gallery upload section ********/

.select-assigned-label-pos select.form-control {
    padding-left: 108px;
}

/********* Assign REA to DB ********/

.content-tab-padd {
    padding: 20px;
    border-radius: 8px;
}


/********* Assign REA to DB ********/

.select-position-label label {
    position: absolute;
    z-index: 1;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    top: 11px;
    left: 10px;
    margin-bottom: 0;
}

.select-position-label select {
    color: #003663;
}

.select-primary-color label {
    color: #fff;
}

.select-primary-color select.form-control {
    background: #003663 !important;
    color: #FF9300;
}

.select-primary-color.select-cont-white select.form-control {
    color: #fff;
}

.select-primary-color:after {
    background: url(../../web/images/chevron-bot-white.svg) no-repeat;
}

.form-input-white .form-control {
    background: #fff !important;
}

.select-label-before-icon:before {
    position: absolute;
    content: '';
    background: url(../../web/images/filter-text-grey-icon.svg) no-repeat;
    width: 16px;
    height: 14px;
    top: 12px;
    left: 12px;
    z-index: 10;
}

.select-position-label.select-label-before-icon label {
    left: 35px;
    top: 12px;
}

.select-position-label.select-label-distance select.form-control {
    padding-left: 75px;
}

.select-position-label.select-label-rating select.form-control,
.select-position-label.select-label-client select.form-control {
    padding-left: 60px;
}

.select-position-label.select-label-client.select-label-before-icon select.form-control {
    padding-left: 80px;
}

.select-position-label.select-label-assigned select.form-control {
    padding-left: 100px;
}

.select-position-label.select-label-due select.form-control {
    padding-left: 45px;
}

.select-position-label.form-group-icon.select-label-due select.form-control {
    padding-left: 70px;
}

.form-location-icon:before {
    background: url(../../web/images/location-grey.svg) no-repeat;
    width: 18px;
    height: 18px;
    left: 6px;
    top: 35px;
}

.form-group-para-left p {
    padding-left: 30px !important;
}

.hr-cls {
    background: #7D7D7D;
    height: 1px;
    margin: 20px 0;
}


/********* radio button container ************/

/****** Custom Checkbox *********/
.radio-flex-parent {
    display: flex;
}

.radio-flex-parent .radio-container {
    margin-right: 25px;
}

/* The container */
.radio-container {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #000;
}


/* Hide the browser's default checkbox */
.radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.radio-container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background: #F5F6FA;
    border-radius: 20px;
    border: 1px solid #E3E6ED;
}


/* Create the checkmark/indicator (hidden when not checked) */
.radio-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.radio-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.radio-container .checkmark:after {
    left: 3px;
    top: 3px;
    width: 12px;
    height: 12px;
    background: #FF9300;
    border-radius: 12px;
}

.message-status {
    position: relative;
}

.message-status span {
    background: #B00000;
    position: absolute;
    top: -10px;
    width: 25px;
    right: -10px;
    text-align: center;
    height: 25px;
    line-height: 25px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 12px;
}

.fw-bold {
    font-weight: bold !important;
}

.fw-normal {
    font-weight: normal !important;
}

.common-box .form-group-nocontspan p {
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    height: auto;
}

.common-box .form-group-nocontspan p span {
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
}


.dropdown-status-pos {
    position: absolute;
    top: 20px;
    right: 20px;
    min-width: 200px;
}

.dropdown-status-pos.dropdown-status button {
    padding-left: 15px;
}

.dropdown-status-pos.dropdown-status button:before {
    width: 0;
    left: 0;
}

.cust-parent-dropdown-menu ul.dropdown-menu li a {
    padding: 8px 10px;
    display: inline-block;
    width: 100%;
    color: #003663;
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
}

.dropdown-status-pos .cust-parent-dropdown-menu ul {
    max-width: 200px;
    width: 100%;
}

.dropdown-status-pos .cust-parent-dropdown-menu ul li {
    border-bottom: 1px solid #003663;
    padding: 5px 0;
}

.dropdown-status-pos .cust-parent-dropdown-menu ul li:last-child {
    border-bottom: 0;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus,
.nav > li > a:hover, .nav > li > a:focus {
    background: transparent;
    color: #003663;
}

ul.pagination li.next a,
ul.pagination li.next span {
    font-size: 0;
    background: #F5F6FA url(../../web/images/chevron-blue-right.svg) no-repeat;
    background-size: 6px 12px;
    background-position: center;
}

ul.pagination li.prev a,
ul.pagination li.prev span {
    font-size: 0;
    background: #F5F6FA url(../../web/images/chevron-left.svg) no-repeat;
    background-size: 6px 12px;
    background-position: center;
}

ul.pagination li.prev span,
ul.pagination li.next span {
    background-color: #fff;
}

.select-form-group-disable select.form-control {
    color: #7D7D7D;
}

.select-form-group-disable:after {
    background: #fff url(../../web/images/chevron-bot-grey.svg) no-repeat;
}


.card-new .card-new-top-flex {
    display: flex;
    background: #fff;
    border-bottom: 1px solid #E3E6ED;
    padding: 15px 20px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    align-items: center;
}

.card-new-top-right {
    margin-left: auto;
    display: flex;
    align-items: center;
}

.card-new-top-cont h4 {
    color: #003663;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 30px;
    line-height: 41px;
    margin-top: 0;
}

.card-new-top-cont label {
    margin-bottom: 0;
}

.card-new-top-right a {
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    color: #7D7D7D;
    display: flex;
    align-items: center;
}

.conversation-main {
    display: flex;
    flex-wrap: wrap;
}

.conversation-left, .conversation-right {
    max-width: 70%;
    margin-bottom: 20px;
    width: 70%;
}

.conversation-right {
    margin-left: auto;
}

.conversation-left-top,
.conversation-right-top {
    display: flex;
}

.conversation-left-top h2,
.conversation-right-top h2 {
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    color: #003663;
    margin-bottom: 0;
}

.conversation-left-top p,
.conversation-right-top p {
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 0;
    margin-left: auto;
    color: #7D7D7D;
}

.conversation-left-cont, .conversation-right-cont {
    background: #F5F6FA;
    padding: 12px;
    border-radius: 8px 8px 0px 0px;
    border: 2px dashed #eaeaea;
    margin-top: 10px;
    border-radius: 8px;
}

.conversation-left-cont p {
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    margin-bottom: 0;
}

.conversation-left-cont.document-add,
.conversation-right-cont.document-add {
    border-radius: 8px 8px 0px 0px;
}

.conversation-doc {
    background: #E3E6ED;
    display: flex;
    align-items: center;
    padding: 8px 16px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.conversation-doc h3 {
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 0;
}

.conversation-doc h4 {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 0;
}

.conversation-doc h4 img {
    margin-left: 8px;
}

.conversation-doc-right {
    margin-left: auto;
    padding-left: 10px;
}

.cust-message-main-parent {
    display: flex;
}

.cust-message-main-parent > div {
    width: 100%;
    display: flex;
}

.cust-message-main-parent .card-new {
    background: #fff;
    border-radius: 8px;
    width: 100%;
    min-height: 100vh;
}

.content-tab-parent-view-message .col-xl-2,
.content-tab-parent-view-message .col-xl-3,
.content-tab-parent-view-message .col-xl-4,
.content-tab-parent-view-message .col-xl-5 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.content-tab-parent-view-message .col-xl-7,
.content-tab-parent-view-message .col-xl-8,
.content-tab-parent-view-message .col-xl-9 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.content-tab-parent-view-message .view-message-common-box-bottom .col-xl-2 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.content-tab-parent-view-message .view-message-common-box-bottom .col-xl-2:nth-child(2) {
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    max-width: 32%;
}

.content-tab-parent-view-message .view-message-common-box-bottom .col-xl-2:last-child {
    -ms-flex: 0 0 18%;
    flex: 0 0 18%;
    max-width: 18%;
}

.content-tab-parent-view-message .viewmsg-pr {
    padding-right: 15px !important;
}

.content-tab-parent-view-message .viewmsg-pr-0 {
    padding-right: 0px !important;
}

.conversation-editor {
    position: absolute;
    bottom: 0;
    width: calc(100% - 30px);
    left: 15px;
    padding: 20px;
}

.conversation-editor .btn-section {
    text-align: right;
}

.conversation-editor .form-group.uploadContainer {
    margin-top: 12px;
}

.card-new-tab-section ul.nav.nav-pills {
    border-top: 0;
}

.card-new-tab-section ul.nav.nav-pills li {
    margin-right: 5px;
}

.card-new-tab-section ul.nav.nav-pills li a {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: #F5F6FA;
    padding: 0 20px;
    display: flex;
    align-items: center;
    height: 48px;
    line-height: 48px;
}

.count {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 26px;
    background: #FF9300;
    color: #000;
    margin-left: 10px;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
}

.card-new-tab-section ul.nav.nav-pills li.active {
    border-bottom: 0;
}

.card-new-tab-section ul.nav.nav-pills li.active a {
    background: #003663;
    color: #fff;
    border-bottom: 0;
}

.common-box-border {
    border: 1px solid #E3E6ED;
}

.card-new-tab-section .tab-content {
    padding: 15px 0;
}

.tab-content h1 {
    font-weight: bold;
    font-size: 28px;
    line-height: 33px;
    color: #003663;
    margin-bottom: 20px;
}

.select-position-label.form-group-icon label {
    left: 35px;
}

.card-new-tab-section.active img.arrow-top,
.card-new-tab-section img.arrow-bottom,
.card-new-tab-section.active .card-new-content {
    display: block;
}

.card-new-tab-section.active img.arrow-bottom,
.card-new-tab-section img.arrow-top,
.card-new-tab-section .card-new-content {
    display: none;
}

.card-new-tab-section.active img.arrow-top,
.card-new-tab-section img.arrow-bottom {
    width: 13px;
}

.card-new.card-new-tab-section .card-new-top {
    border-radius: 8px;
}

.card-new.card-new-tab-section.active .card-new-top {
    border-radius: 8px 8px 0px 0px;
}

.mobile-view {
    display: none !important;
}

.desktop-view {
    display: inline-block !important;
}

.common-box-top-btn-dropdown.desktop-view,
.desktop-view.d-flex {
    display: flex !important;
}

.conversation-editor textarea {
    width: 100%;
    height: 125px;
    resize: none;
    border: 1px solid #cccccc;
    border-radius: 8px;
}

.card-new .tab-content {
    min-height: auto;
}

.form-group.mb-0 .form-group {
    margin-bottom: 0;
}


/****** UI changes *********/

.content-tab-parent {
    padding: 32px 20px 70px;
}

.form-group-title {
    padding-bottom: 10px;
}

.modal-content .common-box.mb-3 {
    margin-bottom: 0 !important;
}

/* Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.common-form .form-control {
    font-size: 16px;
}

.select-parent-bg-white select.form-control {
    background: #fff !important;
    color: #003663;
}

.select-parent-bg-white label {
    color: #7D7D7D;
    font-weight: 600;
}

.select-parent-bg-whites:before {
    background: url(../../web/images/filter-white-text-icon.svg) no-repeat;
    width: 18px;
    height: 17px;
}

.common-box h6 {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #003663;
    margin-bottom: 20px;
}

.common-box h2 {
    display: flex;
    align-items: center;
}

.common-box h2 span.bg-danger-border {
    background: #CD351B;
    color: #fff;
}

.common-box h2 span {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    min-width: 200px;
    display: inline-block;
    text-align: center;
    border-radius: 20px;
    height: 20px;
    line-height: 20px;
    margin-left: 10px;
}

.common-border-left-orange {
    border-left: 8px solid #FF9300;
}

.common-border-left-blue {
    border-left: 8px solid #003663;
}

.common-box h2 span.bg-danger-light-border {
    background: #FFEBCD;
    color: #003663;
}

.select-parent-bg-white:after {
    background: url(../../web/images/chevron-bot-blue.svg) no-repeat;
}

.content-top-list ul {
    list-style: none;
    display: flex;
    align-items: center;
}

.content-top-list ul li {
    margin-right: 10px;
}

.content-top-list ul li:last-child {
    margin-right: 0;
}

.content-main {
    display: flex;
    margin-bottom: 30px;
}

.content-main-left {
    width: 45%;
    padding: 25px 30px;
    background: #003663;
}

.content-main-right {
    width: 60%;
    background: #fff;
    padding: 25px 25px 60px;
    position: relative;
    /* padding: 0; */
}

.content-main .edit-cls {
    color: #fff;
    display: flex;
    justify-content: flex-end;
}

.content-main h4 {
    font-weight: 700;
    font-size: 21px;
    line-height: 29px;
    color: #fff;
}

.content-main .content-main-left label {
    color: #fff;
    font-weight: 400;
}

.content-main .content-main-left .form-group p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
}

.content-main h2 {
    font-weight: 400;
    font-size: 30px;
    line-height: 41px;
}

.content-main h3 {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
}

.content-main-left h2 {
    color: #fff;
}

.content-main-right h2 {
    color: #003663;
}

.content-main h5 {
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    color: #003663;
}

.content-main h6 {
    font-weight: 400;
    font-size: 24px;
    line-height: 33px;
    color: #003663;
}

.search-dropdown-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.dropdown-inner-white-status .dropdown-menu {
    background: #fff;
    box-shadow: 0px 0px 4px rgb(0 0 0 / 60%);
}

.dropdown-inner-white-status .dropdown-menu ul li a {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #003663;
}

.dropdown-inner-white-status .dropdown-menu ul li a:hover,
.dropdown-inner-white-status .dropdown-menu ul li a:focus,
.dropdown-inner-white-status .dropdown-menu ul li a:active {
    background: #003663;
    color: #fff;
}

.dropdown-inner-white-status button:before {
    background: url(../../web/images/tick-round-border-white.svg) no-repeat;
    height: 18px;
    top: 10px;
}

.search-dropdown-main .search-primary {
    margin-right: 10px;
    position: relative;
    margin-bottom: 0;
}

.search-dropdown-main .search-primary input {
    background: #003663 !important;
    border: 1px solid #003663 !important;
    color: #fff;
    padding-left: 35px;
}

.search-dropdown-main .search-primary:before {
    position: absolute;
    content: '';
    background: url(../../web/images/search-white-icon.svg) no-repeat;
    width: 20px;
    height: 20px;
    top: 11px;
    left: 10px;
}

.cust-content-main-right {
    padding: 0;
}

.common-grey-box {
    background: #F5F6FA;
    padding: 20px 40px;
}

.common-grey-box-form-group-row {
    padding: 20px 12px 0;
    margin-bottom: 12px;
}

.pointer-events-none {
    pointer-events: none;
}

.common-grey-box-form-group-row h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #003663;
}

.search-keyword-sec label {
    font-weight: 400;
    font-size: 21px;
    line-height: 29px;
    color: #7D7D7D;
}

.search-keyword-load {
    padding: 20px 40px;
}

.search-keyword-load h2,
.search-agent-results h2 {
    font-weight: 400;
    font-size: 21px;
    line-height: 29px;
    color: #7D7D7D;
}

.imgDiv img {
    max-width: 100%;
    min-width: 20px;
}

.search-agent-results {
    padding: 20px 40px;
}

.search-agent-results h2 {
    margin-bottom: 20px;
}

.show-result-agent .form-group {
    margin-bottom: 10px;
}

.common-border-left-grey {
    border-left: 8px solid #7D7D7D;
}

.show-result-agent {
    padding-left: 20px;
    margin-bottom: 20px;
}

.content-main .show-result-agent h5 {
    font-size: 21px;
    line-height: 29px;
}

.inprogress-sec {
    padding: 20px;
    text-align: center;
}

.inprogress-sec h2 {
    font-weight: bold;
    font-size: 24px;
    line-height: 33px;
    color: #06890B;
    margin-top: 5px;
}

.content-right-bottom {
    position: absolute;
    bottom: 20px;
    width: calc(100% - 50px);
}

.content-right-bottom-flex {
    display: flex;
    justify-content: flex-end;
}

.content-right-bottom-flex .btn-section {
    margin-right: 10px;
}

.form-group-search-border-primary .form-control {
    background: transparent !important;
    border: 2px solid #003663 !important;
    border-radius: 2px;
    line-height: 35px;
    color: #003663;
    font-size: 12px;
}

.content-main .content-main-right h5 {
    font-size: 21px;
    line-height: 29px;
}

.cust-fs-label-cont label {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}

.cust-fs-label-cont .form-group p,
.cust-fs-label-cont .form-group input {
    font-weight: 600;
    font-size: 21px;
    line-height: 29px;
}

.content-main-right .gallery-parent-top ul li:first-child {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}

.content-main-right .gallery-content ul li .gallery-action {
    top: auto;
    bottom: 0;
}

.content-main-right .documents-cont a {
    background: #F5F6FA;
    border: 1px solid #E3E6ED;
}

.content-right-bottom-pos-normal {
    position: initial;
    width: auto;
}

.conversation-page-right-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 54, 99, 0.3);
    z-index: 10000000;
}

.conversation-page-right-sidebar .cust-message-main-parent {
    position: fixed;
    right: 0;
    top: 0;
    width: 600px;
}

.conversation-page-right-sidebar .card-new {
    display: block;
    border-radius: 0;
}

.conversation-page-right-sidebar .cust-message-main-parent .card-new-content {
    max-height: calc(100% - 70px);
}

.conversation-page-right-sidebar .content-tab-parent {
    padding: 20px;
    /* height: calc(100vh - 70px); */
}

.conversation-page-right-sidebar .conversation-editor {
    position: initial;
    padding: 0;
    width: 100%;
}

.conversation-page-right-sidebar ul.nav.nav-pills li {
    min-width: 120px;
}

.conversation-page-right-sidebar .conversation-main-top {
    border-bottom: 1px solid #E3E6ED;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.conversation-page-right-sidebar .conversation-main-top h2 {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #003663;
}

.conversation-page-right-sidebar .conversation-main-top p {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #7D7D7D;
    margin-bottom: 0;
}

.conversation-page-right-sidebar .conversation-left-cont {
    background: #FFEBCD;
    border-radius: 0;
    border: 0;
}

.conversation-page-right-sidebar .conversation-left-cont p {
    line-height: 22px;
}

.conversation-page-right-sidebar .conversation-right-cont,
.conversation-page-right-sidebar .conversation-doc {
    border-radius: 0;
    border: 0;
}

.conversation-page-right-sidebar .conversation-doc {
    background: #DFEBF7;
}

.conversation-page-right-sidebar .card-new .card-new-top-flex {
    border-bottom: 0;
    padding-bottom: 0;
}

.content-tab-parent-comments textarea {
    width: 100%;
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid #FF9300;
    height: calc(100vh - 250px);
}

.conversation-page-right-sidebar.conversation-page-comments .cust-message-main-parent .card-new-content {
    max-height: 100vh;
    border-radius: 0;
}

.conversation-page-right-sidebar.conversation-page-comments .content-tab-parent {
    height: calc(100vh - 120px);
}

.conversation-page-comments textarea {
    width: 100%;
    height: calc(100vh - 165px);
    background: rgba(255, 255, 255, 0.6);
    resize: none;
}

.conversation-page-comments textarea,
.conversation-page-comments textarea:active,
.conversation-page-comments textarea:hover,
.conversation-page-comments textarea:focus {
    border: 1px solid #FF9300;
}

.multi-db-list {
    border-bottom: 1px solid #7D7D7D;
    margin-bottom: 20px;
}

.btn-transparent-white-new,
.btn-transparent-white-new:hover,
.btn-transparent-white-new:focus,
.btn-transparent-white-new:active {
    color: #fff;
}

.border-bot-white {
    border-bottom: 1px solid #E3E6ED;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.common-search-orange-withlabel {
    position: relative;
}

.common-search-orange-withlabel input.form-control {
    padding-left: 35px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.6) !important;
    border: 1px solid #E3E6ED !important;
    color: #7D7D7D;
}

.common-search-orange-withlabel input.form-control:focus {
    border: 1px solid #FF9300 !important;
}

.common-search-orange-withlabel:before {
    position: absolute;
    content: '';
    background: url(../../web/images/search-icon.svg) no-repeat;
    width: 18px;
    height: 18px;
    top: 40px;
    left: 10px;
}

.range-slider-parent {
    display: flex;
    align-items: center;
}

.range-slider-parent .range-slider-cont {
    margin-right: 20px;
}

.range-slider-parent .range-slidecontainer {
    min-width: 200px;
}

.range-slider-parent .range-slider-txt p {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #003663;
    margin-bottom: 0;
}

.range-slider-parent .range-slider-cont h2 {
    font-weight: 600;
    font-size: 30px;
    line-height: 41px;
    margin-bottom: 0;
}

.range-slider {
    -webkit-appearance: none;
    width: 100%;
    height: 4px;
    background: #003663;
    outline: none;
    -webkit-transition: .2s;
    transition: opacity .2s;
}


.range-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    background: #003663;
    cursor: pointer;
    border-radius: 16px;
}

.range-slider::-moz-range-thumb {
    width: 16px;
    height: 16px;
    background: #003663;
    cursor: pointer;
}


.common-box-top-btn-dropdown {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 20px;
}

.common-box-top-btn-dropdown .btn-section {
    margin-bottom: 0;
    margin-right: 20px;
}

.card-new-top-cont-head-drop {
    display: flex;
    align-items: center;
}

.card-new-top-cont-head-drop select {
    border: 0;
    margin-left: 15px;
}

.card-new-top-cont-head-drop select {
    border: 0;
    margin-left: 15px;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
}

.select-primary-cont-new label {
    font-weight: 400;
    font-size: 30px;
    line-height: 41px;
    color: #000000;
    margin-bottom: 15px;
}

.select-primary-cont-new.select-parent:after {
    top: 72px;
    right: 15px;
}

.select-primary-cont-new select.form-control {
    color: #fff;
    text-align: center;
}

.mw-280 {
    min-width: 280px;
}

.conversation-page-right-sidebar .content-tab-parent.content-tab-parent-drive-by-request {
    max-height: 100vh;
    height: 100vh;
}

.content-tab-parent-drive-by-request .upload-btn-wrapper .btn-upload {
    background: #fff;
}

.content-tab-parent-drive-by-request .upload-btn-wrapper .btn-upload {
    font-weight: normal;
    color: #000;
    min-height: 250px;
}

.conversation-page-right-sidebar .content-tab-parent.content-tab-parent-drive-by-request .common-box {
    padding: 0;
}

.common-textleft-btnright {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.common-textleft-btnright p {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #003663;
}

.common-textleft-btnright img {
    width: 14px;
    margin-left: 3px;
}

.common-textleft-btnright .btn-section {
    margin-left: auto;
}

.content-tab-parent-drive-by-request .upload-btn-wrapper .btn-upload .btn-primary-new {
    padding: 0 40px;
}

.content-tab-parent-drive-by-request .btn-upload-inner p {
    font-weight: 400;
    font-size: 24px;
    line-height: 33px;
}

.content-tab-parent-drive-by-request .btn-upload-inner p.orcls {
    font-weight: 400;
    font-size: 21px;
    line-height: 29px;
}

.content-tab-parent-drive-by-request .upload-btn-wrapper {
    margin: 0;
    width: 100%;
}

.common-success-sec h3 {
    font-weight: 600;
    font-size: 30px;
    line-height: 41px;
    color: #06890B;
    margin-bottom: 20px;
    margin-top: 10px;
}

.content-tab-parent-drive-by-request .common-box h2 {
    justify-content: center;
}

.btn-section-request {
    margin-top: 60px;
}

.btn-section-request .btn-new {
    display: block;
    margin: 0 auto;
}

.btn-section-request .btn-new.btn-primary-new {
    max-width: 280px;
    margin-bottom: 12px;
}

.btn-section-request .btn-new.btn-primary-border-new {
    max-width: 180px;
}

.conversation-page-right-sidebar .content-tab-parent {
    padding: 0;
}

.conversation-page-right-sidebar .cust-message-main-parent .card-new-content {
    padding: 20px !important;
    max-height: 100vh;
    padding-bottom: 100px !important;
}

.closed-sec-main .inprogress-sec h2 {
    color: #7D7D7D;
}

.DB-history-list table {
    width: 100%;
}

.DB-history-list table tr {
    border-bottom: 1px solid #7D7D7D;
}

.DB-history-list table tr td {
    padding: 16px 0px;
    color: #fff;
    font-weight: 600;
    font-size: 21px;
    line-height: 29px;
    text-align: right;
}

.DB-history-list table tr td:first-child {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
}

.cust-fssmall-label-cont .form-group p,
.common-box.cust-fs-label-cont .cust-fssmall-label-cont .form-group p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}

.border-bot-grey {
    border-bottom: 1px solid #E3E6ED;
    margin-bottom: 20px;
}

.page-sidebar-tab-content-inner {
    padding: 20px 20px;
}

.sort-btn-parent {
    display: flex;
    align-items: center;
}

.sort-btn-parent .sort-sect {
    margin-right: 15px;
    margin-left: auto;
}

.sort-btn-parent p {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #003663;
}

.sort-btn-parent p span {
    margin-left: 8px;
}

.table-history-sec {
    margin-top: 20px;
}

.table-history-sec table {
    width: 100%;
}

.table-history-sec tr {
    border-bottom: 1px solid #E3E6ED;
}

.table-history-sec tr th, .table-history-sec tr td {
    padding: 10px 0;
    min-width: 140px;
}

.table-history-sec tr th {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #003663;
}

.table-history-sec tr h3,
.table-history-sec tr p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}

.table-history-sec tr h3 {
    color: #003663;
    margin-bottom: 0px;
}

.table-history-sec tr p {
    color: #000000;
    margin-bottom: 0;
}

.table-history-sec tr p span {
    color: #7D7D7D;
}

.table-history-sec tr.head-cont {
    border-bottom: 0;
}


.checkbox-container-tick {
    display: block;
    position: relative;
    padding-left: 26px;
    margin-bottom: 12px;
    cursor: pointer;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #000;
}

.checkbox-container-tick input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkbox-container-tick .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 2px solid #E3E6ED;
}

.checkbox-container-tick input:checked ~ .checkmark {
    background-color: #003663;
}

.checkbox-container-tick .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-container-tick input:checked ~ .checkmark:after {
    display: block;
}

.checkbox-container-tick .checkmark:after {
    left: 6px;
    top: 3px;
    width: 5px;
    height: 9px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.title-bold {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #003663;
}

.btn-section-flex {
    display: flex;
}

.dropdown-status.dropdown-inner-border-blue-status button:before {
    background: url(../../web/images/tick-round-blue.svg) no-repeat;
    top: 9px;
    width: 18px;
    height: 18px;
}

.dropdown-status.dropdown-inner-border-blue-status .btn-primary-new,
.dropdown-status.dropdown-inner-border-blue-status .btn-primary-new:hover,
.dropdown-status.dropdown-inner-border-blue-status .btn-primary-new:active,
.dropdown-status.dropdown-inner-border-blue-status .btn-primary-new:focus {
    background-color: transparent;
    border: 2px solid #003663;
    color: #003663;
}

.dropdown-status.dropdown-inner-border-blue-status button:after {
    background: rgba(255, 255, 255, 0.5) url(../../web/images/chevron-bottom.svg) no-repeat;
    background-size: 12px 8px;
    background-position: center;
    width: 40px;
    height: 36px;
}

textarea.form-control {
    resize: none;
}

.fs-12 {
    font-size: 12px !important;
}

.custupload-btn-wrapper-form.upload-btn-wrapper .btn-upload {
    min-height: 60px;
    background: #fff;
}

.custupload-btn-wrapper-form .btnImg {
    display: flex;
    align-items: center;
    justify-content: center;
}

.custupload-btn-wrapper-form .btnImg p, .custupload-btn-wrapper-form .btnImg img {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}

.custupload-btn-wrapper-form .btnImg img {
    margin-right: 10px;
}

.upload-btn-wrapper.custupload-btn-wrapper-form {
    width: 100%;
    margin: 0;
}

.cust-fs-label-cont textarea {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    padding: 12px 14px;
    min-height: 100px;
}

.btn-section-appraisal .btn-new {
    width: 100%;
    min-width: 100px;
    display: block;
    margin: 0 auto;
    margin-bottom: 13px;
    max-width: 200px;
}

.btn-section-appraisal .btn-new.btn-primary-border-new {
    max-width: 150px;
}

.danger-clr {
    color: #CD351B !important;
}

.dropdown-remove-before button:before {
    display: none;
}

.dropdown-remove-before button {
    padding-left: 12px;
}

.select-parent-transparent select.form-control {
    background: transparent !important;
    border: 0 !important;
    color: #7D7D7D;
}

.select-parent-grey-icon:after {
    background: url(../../web/images/chevron-bot-dark-grey.svg) no-repeat;
    top: 15px;
    right: 5px;
}

.cust-conversation-page-right-sidebar-w-800 .cust-message-main-parent {
    width: 800px;
    min-height: 100vh;
}

.cust-conversation-page-right-sidebar-w-1000 .cust-message-main-parent {
    width: 1000px;
    min-height: 100vh;
}

.user-icon-before:before {
    position: absolute;
    content: '';
    background: url(../../web/images/user-icon-white.svg) no-repeat;
    top: 15px;
    right: 5px;
}

.user-icon-before:before {
    position: absolute;
    content: '';
    background: url(../../web/images/user-icon-white.svg) no-repeat;
    top: 11px;
    left: 7px;
    width: 16px;
    height: 15px;
    z-index: 1;
}

.user-icon-blue.user-icon-before:before {
    background: url(../../web/images/user-blue-icon.svg) no-repeat;
}

.select-position-label.user-icon-before label {
    left: 30px;
}

/* .select-position-label.select-label-assigned.user-icon-before select.form-control {
    padding-left: 120px;
} */
.select-position-label.select-label-assigned.cust-select-label-assigned.user-icon-before select.form-control {
    padding-left: 100px;
}

.form-input-bg-white .form-control {
    background: #fff !important;
}

.custom-select-new.rating .main-dropdown {
    top: 72px;
    left: 0;
}


/******* after development styles added ********/

.conversation-page-right-sidebar.page-right-sidebar-message .cust-message-main-parent .card-new-content {
    max-height: calc(100% - 120px);
}

.common-box {
    position: relative;
}

.pos-top-sec {
    position: absolute;
    right: 0px;
    top: 20px;
    display: flex;
    justify-content: flex-end;
}

.common-box h2.no-flex {
    display: inline-block;
}

.common-box h2.no-flex label {
    position: relative;
    top: -3px;
}

.deskvw-inputtotextarea textarea {
    height: 42px;
    min-height: 42px;
}

.mh-42 .form-control {
    min-height: 42px;
}

.form-group-icon.mh-42.date-icon:before {
    top: 32px;
}

.radio-yesno-container label {
    margin-right: 20px;
}

.custupload-btn-wrapper-form .imgDivphoto,
.custupload-btn-wrapper-form .document_file_list {
    color: #003663;
    padding: 8px 20px;
    border: 2px dashed #E3E6ED;
    border-radius: 8px;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    width: 100%;
    text-align: center;
    padding: 20px 0;
}

.custupload-btn-wrapper-form .document_file_list .row {
    justify-content: center;
}

.custupload-btn-wrapper-form .document_file_list .documents-cont {
    margin-bottom: 0;
}

.gallery-content.custupload-btn-wrapper-form ul li .gallery-action {
    top: 5px;
}

.message-conversation-editor textarea {
    height: 120px;
}

.tab-content.message-tab-content {
    min-height: calc(100vh - 110px);
}

.conversation-page-right-sidebar .conversation-editor.message-conversation-editor {
    position: absolute;
    width: calc(100% - 30px);
}

.message-tab-content .conversation-main {
    height: calc(100vh - 475px);
    overflow: auto;
}

.conversation-page-right-sidebar .common-box {
    padding: 0;
}

.dropdown.dropdown-status.dropdown-sort button {
    padding-left: 40px;
}

.dropdown-sort .sort-arrow {
    position: absolute;
    width: 20px;
    z-index: 1000;
    top: 12px;
    left: 10px;
    height: 15px;
}

.dropdown-sort.dropdown-sort-span-sortby .sort-arrow {
    width: 75px;
}

/* .dropdown-sort .sort-arrow a {
    position: relative;
} */
.dropdown-sort .sort-arrow a:before {
    position: absolute;
    content: '';
    width: 9px;
    height: 15px;
}

.dropdown-sort .sort-arrow a.arrow_up:before {
    background: url(../../web/images/sort-top-drop.svg) no-repeat;
}

.dropdown-sort .sort-arrow a.arrow_down:before {
    background: url(../../web/images/sort-bot-drop.svg) no-repeat;
    left: 10px;
    top: 1px;
}

.dropdown.dropdown-status.dropdown-sort.dropdown-sort-span-sortby button {
    padding-left: 85px;
}

.dropdown-sort-span span {
    position: absolute;
    top: 0px;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #7D7D7D;
    left: 25px;
}

ul.nav.nav-pills li.cust-mw-tabcont {
    width: 100%;
    max-width: 825px;
}

.history-nav {
    display: flex;
    position: relative;
}

.history-nav > div {
    width: 100%;
}

.history-nav.active:after {
    position: absolute;
    content: '';
    background: url(../../web/images/polygon-white.svg) no-repeat;
    width: 30px;
    height: 52px;
    right: -30px;
    top: -12px;
}

.content-main .content-main-left .history-nav .form-group p,
.content-main .content-main-left .history-nav .form-group h4 {
    margin-bottom: 0;
    line-height: 30px;
}

.unread-msg {
    position: relative;
}

.unread-msg:after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background: #FF9300;
    border-radius: 10px;
    top: 2px;
    right: 2px;
}


.tab-content ul.list-unstyled li.ml-auto {
    max-width: 825px;
}

/* .btn-dan-max-width {
    max-width: 130px;
    width: 100%;    
} */
ul#module-output.cust-jstreelist-singleselect {
    display: flex;
    overflow: hidden;
    left: -12px;
    padding-left: 13px;
}

ul#module-output.cust-jstreelist-singleselect li {
    width: auto;
    background: transparent !important;
    padding: 0 0 0px 5px !important;
    font-weight: 400;
    font-size: 16px;
}

ul#module-output.cust-jstreelist-singleselect li:first-child {
    padding-left: 10px !important;
}

.cust-jstree-main-checkbox .jstree-anchor.jstree-clicked .jstree-checkbox,
.cust-jstree-main-checkbox .jstree-default .jstree-anchor > .jstree-undetermined {
    background: #003663;
    border: 2px solid #DDDDDD;
    -webkit-filter: none;
    opacity: 1;
}

.cust-jstree-main-checkbox .jstree-anchor.jstree-clicked .jstree-checkbox:before,
.cust-jstree-main-checkbox .jstree-default .jstree-anchor > .jstree-undetermined:before {
    content: '';
    background: url(../../web/images/tick-white-icon.svg) no-repeat;
    left: 1px;
    top: 1px;
}

.cust-jstree-main-checkbox .jstree-default .jstree-leaf > .jstree-ocl,
.cust-jstree-main-checkbox .jstree-default > .jstree-no-dots .jstree-open > .jstree-ocl,
.cust-jstree-main-checkbox .jstree-default > .jstree-no-dots .jstree-leaf > .jstree-ocl {
    display: none;
}

.cust-jstree-main-checkbox .jstree-wholerow-ul {
    padding: 12px 12px 0px;
}

.cust-jstree-main-checkbox .jstree-default .jstree-wholerow-clicked,
.cust-jstree-main-checkbox .jstree-default .jstree-wholerow-clicked {
    background: transparent !important;
}

.cust-jstree-main-checkbox .jstree-default .jstree-anchor {
    padding: 0 !important;
}

.cust-check-info {
    padding-top: 30px;
}

.cust-check-info .custom-control-label {
    padding-top: 7px;
}

.select-csv-upload select.form-control {
    padding-right: 0 !important;
}

.cust-message-main-parent .upload-btn-wrapper {
    width: 100%;
    margin: 0;
}

.cust-dbbyrequest {
    position: relative;
    left: -25px;
    top: -25px;
    width: calc(100% + 50px);
}

.cust-message-main-parent .upload-btn-wrapper {
    background: transparent;
}

.cust-message-main-parent .upload-btn-wrapper .form-group,
.cust-message-main-parent .upload-btn-wrapper .field-importform-import_file .help-block {
    margin-bottom: 0;
    margin-top: 0;
}

.cust-upload-btn-wrapper-inner-txt h3 {
    font-weight: 400;
    font-size: 24px;
    line-height: 33px;
    color: #000000;
    margin-bottom: 0;
}

.cust-upload-btn-wrapper-inner-txt h4 {
    font-weight: 400;
    font-size: 21px;
    line-height: 29px;
    margin: 0 0 8px;
}

.cust-upload-btn-wrapper-inner-txt .btn-section {
    margin-bottom: 0;
}

.cust-upload-btn-wrapper-inner-txt .btn-section .btn-new {
    max-width: 280px;
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-weight: 400;
    font-size: 16px;
}

.cust-upload-btn-wrapper-inner-txt .btn-upload-inner .btnImg img {
    margin-bottom: 0px;
}

.cust-sucess-upload-btn-wrapper .account-activate h3 {
    margin-bottom: 20px;
}

.cust-sucess-upload-btn-wrapper .account-activate h5,
.cust-sucess-upload-btn-wrapper .account-activate h2 {
    margin: 0px;
}

.form-group.select-parent.select-show-nobefore-icon:before {
    display: none;
}

.select-parent-disabled-primary.select-show-nobefore-icon label {
    left: 10px;
}

.select-parent-disabled-primary.select-show-nobefore-icon select.form-control {
    padding-left: 55px;
}

.head-title h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 20px;
    color: #003663;
}

.form-group-icon.select-label-due-date-icon.date-icon .form-control {
    padding-left: 80px;
}

.btn-search-primary img {
    position: relative;
    top: -1.5px;
}

.add-popup .cust-jstree-main-checkbox .jstree-default > .jstree-no-dots .jstree-closed > .jstree-ocl {
    position: absolute;
    top: -33px;
    width: calc(100% - 8px);
    left: 0;
    height: 33px;
}

.add-popup .cust-jstree-main-checkbox .jstree-default > .jstree-no-dots .jstree-closed > .jstree-ocl:before {
    display: none;
}

.clock-icon select.form-control:focus {
    color: #b40000;
}

.body-loader:before {
    position: fixed;
    content: '';
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    z-index: 100000000000;
}

.body-loader:after {
    position: fixed;
    content: '';
    width: 26px;
    height: 26px;
    z-index: 100000000001;
    background: url(../../web/images/load.gif) no-repeat;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.custom-control.custom-checkbox .custom-control-label::after {
    width: 20px;
    height: 20px;
}

.custom-control.custom-checkbox .custom-control-label::before {
    width: 20px;
    height: 20px;
}

/********* Media Query *******/

@media screen and (max-width: 1279px) {
    .custom-fontred-cls p {
        font-size: 13px !important;
    }

    .custom-fontred-cls a {
        font-size: 12px !important;
    }
}

@media screen and (max-width: 1199px) {
    .common-box {
        padding-bottom: 20px;
    }

    .common-top .col-xl-3 {
        margin-bottom: 20px;
    }

    .common-top .col-xl-3:last-child {
        margin-bottom: 0px;
    }

    .common-top .col-xl-3:first-child {
        margin-bottom: 20px;
    }

    .col-xl-4 .row {
        margin: 0;
    }

    .col-xl-4 .row .col-xl-5, .col-xl-4 .row .col-xl-7 {
        padding: 0;
    }

    .content-tab-parent-view-message .col-xl-2,
    .content-tab-parent-view-message .col-xl-3,
    .content-tab-parent-view-message .col-xl-4,
    .content-tab-parent-view-message .col-xl-5 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .content-tab-parent-view-message .view-message-common-box-bottom .col-xl-2 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .content-tab-parent-view-message .view-message-common-box-bottom .col-xl-2:nth-child(2) {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .content-tab-parent-view-message .view-message-common-box-bottom .col-xl-2:last-child {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    /* .common-box .form-group p, .add-popup .form-group p {
        height: auto;
        min-height: 40px;
        line-height: 20px;
        padding: 8px 10px;
    } */
    .content-tab-parent-view-message .col-xl-2.mob-view-col-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .dropdown-status-pos {
        position: initial;
        margin-bottom: 20px;
    }

    .right_edit {
        min-width: 100px;
    }

    .common-box-list-edit-right ul li span {
        display: block;
    }

    .pos-top-sec {
        position: initial;
        justify-content: flex-start;
    }

    .pos-top-sec .btn-section-flex {
        width: 100%;
    }

}

@media screen and (max-width: 767px) {
    .mobile-view {
        display: inline-block !important;
    }

    .desktop-view, .common-box-top-btn-dropdown.desktop-view,
    .desktop-view.d-flex {
        display: none !important;
    }

    .mobile-view.w-100 .dropdown-status.dropdown-inner-border-blue-status button:after {
        background-color: rgba(227, 230, 237, 0.5);
        border-radius: 0;
    }

    .common-box-top-btn-dropdown-mob .dropdown-status.dropdown-inner-border-blue-status button:before {
        display: none;
    }

    .common-box-top-btn-dropdown-mob .dropdown-status.dropdown-inner-border-blue-status button {
        padding-left: 20px;
        text-align: center;
    }

    #sidebar-container {
        /* display: none; */
        top: 0;
        height: 72px;
        /* background: #003663; */
        width: 100%;
        position: relative;
    }

    #sidebar-container .list-group a {
        display: none;
        padding-left: 20px;
    }

    #sidebar-container .list-group a.sidebar-menu-toggle {
        display: block;
        height: 71px;
        padding-top: 5px;
        padding-left: 20px;
    }

    div#sidebar-container ul.list-group {
        width: 100%;
    }

    #sidebar-container.sidebar-expanded {
        width: 100vw;
        height: 100vh;
        background: #F5F6FA;
        overflow: hidden;
        position: fixed;
        top: 0;
        margin-top: 0px
    }

    #sidebar-container.sidebar-expanded .list-group a {
        display: block;
    }

    #sidebar-container .list-group .logout-cls {
        left: 8px;
    }

    .header-top {
        padding-left: 70px;
    }

    .content {
        padding-left: 0;
    }

    .common-box .form-group.form-group-txtwrap p {
        line-height: 20px;
        border: 0;
        padding-left: 0;
        position: relative;
        padding-bottom: 10px;
        margin-bottom: 10px;
        height: auto;
    }

    .common-box .form-group.form-group-txtwrap p:after {
        position: absolute;
        content: '';
        width: calc(100% + 40px);
        height: 1px;
        background: #E3E6ED;
        left: -20px;
        bottom: -5px;
    }

    .dropdown-status .dropdown-menu {
        width: 100%;
    }

    /* .mob-view-message .col-xl-7, .mob-view-message .common-top {
        display: none;
    } */
    /* .mob-view-message .cust-message-main-parent{
        display: none;
    } */
    .cust-message-main-parent .card-new .card-new-top-flex {
        position: fixed;
        width: calc(100% - 40px);
        left: 20px;
        top: 90px;
        z-index: 10;
    }

    .cust-message-main-parent .card-new-content {
        position: relative;
        overflow-x: auto;
        height: calc(100vh - 300px);
        padding: 20px 20px 0px !important;
        padding-top: 90px !important;
    }

    .conversation-left, .conversation-right {
        max-width: 95%;
        margin-bottom: 20px;
        width: 95%;
    }

    .mob-view-message .tab-content {
        min-height: calc(100vh - 75px);
    }

    .cust-message-main-parent .card-new {
        height: calc(100vh - 115px);
    }

    .conversation-editor textarea {
        height: 70px;
    }

    .gallery-parent-top ul {
        flex-wrap: wrap;
    }

    .mob-btn-section.btn-section {
        display: flex;
        flex-wrap: wrap;
        margin-left: 0 !important;
        width: 100%;
    }

    .mob-btn-section.btn-section .btn-new {
        width: 100%;
        margin-bottom: 12px;
        text-align: center;
        justify-content: center;
    }

    .mob-flex-wrap {
        flex-wrap: wrap;
        justify-content: center !important;
    }

    .mob-flex-wrap button, .mob-flex-wrap .btn-new {
        width: 100%;
        margin-bottom: 10px;
        text-align: center;
        justify-content: center !important;
    }

    .nav.nav-pills.add-extract-nweDB-btn li:last-child {
        width: 100%;
        margin: 12px 0;
    }

    .common-box-list-edit-right ul, .common-box-list-edit-right {
        flex-wrap: wrap;
        width: 100%;
    }

    .common-box-list-edit-right ul li {
        width: calc(50% - 10px);
        margin-right: 20px;
        margin-bottom: 10px;
    }

    .common-box-list-edit-right ul li:nth-child(2n + 1) {
        margin-right: 0;
    }

    .common-box-list-edit-right ul li:after {
        display: none;
    }

    .pos-top-sec .btn-section a,
    .pos-top-sec .btn-section .btn-new {
        width: 50%;
        justify-content: center;
    }

    .content-tab-parent {
        padding: 32px 10px 70px;
    }

    .tab-content {
        padding: 10px;
    }

    .common-box {
        padding: 15px 15px 0;
    }

    .modal-dialog {
        padding: 100px 0;
        border-radius: 0;
    }

    .modal-content {
        box-shadow: none;
        border: 0;
        border-radius: 0;
    }

    .add-popup h2 {
        font-size: 21px;
        line-height: 29px;
        margin: 0 0 15px;
    }

    .popup-title-close {
        align-items: flex-start;
    }

    .mob-fcol-reverse {
        flex-direction: column-reverse;
    }

    .deskvw-inputtotextarea textarea {
        min-height: 92px;
        line-height: 20px;
    }

    .content-main-left {
        display: none;
    }

    .content-main {
        margin-bottom: 0px;
        margin-left: -10px;
        margin-right: -10px;
    }

    .content-main-right {
        width: 100%;
    }

    .send-appraisal-mobilevw .appraisal-submit {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0;
    }

    div#sidebar-container.active {
        display: none;
    }

    .mob-flex-col-6 button {
        width: 50%;
        justify-content: center;
    }

    .mob-tabcontent-nobg {
        background: transparent;
    }

    .mob-view-heading h2 {
        font-weight: 400;
        font-size: 21px;
        line-height: 29px;
        color: #003663;
        margin-bottom: 34px;
        margin-top: 5px;
    }

    .custupload-btn-wrapper-form .imgDivphoto,
    .custupload-btn-wrapper-form .document_file_list {
        padding: 10px 0;
    }

    .cust-message-main-parent .card-new .card-new-top-flex {
        position: initial;
    }

    .conversation-page-right-sidebar .cust-message-main-parent {
        position: relative;
        width: 100%;
        top: 100px;
    }

    .conversation-page-right-sidebar.conversation-page-comments .cust-message-main-parent .card-new-content {
        max-height: 100vh;
        border-radius: 0;
        height: calc(100vh - 160px) !important;
    }

    .message-tab-content .conversation-main {
        height: calc(100vh - 400px);
        overflow: auto;
    }

    .conversation-page-right-sidebar .conversation-editor.message-conversation-editor {
        width: calc(100% - 20px);
        left: 10px;
    }
}

@media screen and (max-width: 575px) {
    .mob-nowrap-nav ul.nav.nav-pills {
        /* flex-wrap: nowrap; */
        min-height: auto;
    }

    .mob-nowrap-nav ul.nav.nav-pills li a {
        padding: 12px 15px;
        font-size: 12px;
    }

    .count {
        width: 24px;
        height: 24px;
        border-radius: 20px;
        background: #FF9300;
        font-size: 12px;
        line-height: 20px;
    }

    .mob-nowrap-nav ul.nav.nav-pills li:last-child {
        padding-right: 5px;
    }

    .cont-img p span.primary-cls {
        width: 100%;
        margin-top: 5px;
    }

    .header-logo img {
        width: 120px;
    }

    .header-top h1 {
        font-size: 20px;
        line-height: 20px;
        margin-top: 5px;
    }

    .common-box-list-edit-right ul li {
        width: 100%;
        margin-right: 0;
    }

    .common-box-list-edit-right .right_edit {
        margin-left: 0px;
    }

    ul.nav.nav-pills li.ml-auto,
    .common-top-new-btn-list.ml-auto {
        margin: 10px 0;
    }

    /********* After development styles added ******/
    .mob-nowrap-nav ul.nav.nav-pills li.ml-auto {
        display: none;
    }

    .common-box h2 span.bg-danger-border {
        position: absolute;
        top: -25px;
        left: 50%;
        transform: translateX(-50%);
        margin-left: 0;
    }

    .common-box {
        margin-bottom: 30px !important;
    }


}

@media screen and (max-width: 500px) {
    .gallery-parent-top ul li {
        margin-right: 10px;
    }

    .gallery-parent-top ul li:first-child {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .gallery-parent-top ul li.ml-auto {
        margin-left: 0 !important;
    }

    .gallery-parent-top ul li:last-child {
        margin-right: 0;
        margin-left: 10px;
    }

    .nav.nav-pills.add-extract-nweDB-btn li:last-child .btn-new,
    ul.nav.nav-pills.add-extract-nweDB-btn li:last-child a.btn-new {
        font-size: 13px;
    }
}

@media screen and (max-width: 399px) {
    .nav.nav-pills.add-extract-nweDB-btn li:last-child .btn-new,
    ul.nav.nav-pills.add-extract-nweDB-btn li:last-child a.btn-new {
        font-size: 11px;
    }
}

@media screen and (max-width: 374px) {
    .mob-nowrap-nav ul.nav.nav-pills li a {
        padding: 12px 5px;
        font-size: 11px;
    }

    .nav.nav-pills.add-extract-nweDB-btn li:last-child .btn-new,
    ul.nav.nav-pills.add-extract-nweDB-btn li:last-child a.btn-new {
        font-size: 8px;
    }
}

.has-error .help-block {
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}

.text-rightcont-mb {
    text-align: right;
    margin-bottom: 15px;
}


ul#output li {
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 10px;
    border-bottom: 1px solid #e7eaf0;
    margin-bottom: 9px;
    display: flex;
    align-items: center;
    background-color: #fff;
    border: 1px solid #E3E6ED;
    padding: 4px 10px;
    margin-right: 5px;
    margin-top: 5px;
    color: #1c1f39;
    border-radius: 4px;
}

label.selected-label {
    margin-bottom: 5px !important;

}

.jstree-anchor {
    padding: 0 5px 0 5px !important;
}

.jstree {
    position: relative;
    top: -21px;
    border: 1px solid #e3e6ed !important;
    background: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.common-jstreepos-formlab .jstree {
    top: 63px;
    position: absolute;
    width: 100%;
    z-index: 10;
}

.common_dropdown_jstree_table .cust-jstreelist-singleselect {
    top: 0px !important;
}

.cust-jstreelist-singleselect {
    position: absolute;
    top: 24px;
    width: 100%;
    cursor: text;
}

.cust-jstreelist-singleselect .tag-selected .destroy-tag-selected {
    display: none;
}

.cust-jstree-singleselect .cust-jstreelist-singleselect .tag-selected-parent,
.cust-jstree-singleselect .cust-jstreelist-singleselect .tag-selected {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    background: #f5f6fa !important;
    padding: 0 10px !important;
}

.jstree-wholerow-ul {
    border-radius: 10px;
    background: #fff;
}

.jstree-icon.jstree-ocl {
    background-image: none !important;
}

.jstree-node .jstree-icon.jstree-ocl:before {
    content: "\f067";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #7d7d7d;
    font-size: 14px;
    padding-right: 0.5em;
    position: absolute;
    top: 7px;
    left: 8px;
}

.jstree-node.jstree-leaf .jstree-icon.jstree-ocl:before {
    display: none;
}

.jstree-node ul li.jstree-leaf .jstree-icon.jstree-ocl:before {
    content: "\f068";
    display: block;
}

.jstree-default .jstree-node {
    line-height: 24px !important;
}

.jstree-default .jstree-wholerow {
    height: 36px !important;
}

.jstree-default .jstree-anchor {
    height: 36px !important;
    padding-top: 7px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #7d7d7d !important;
}

.jstree-default .jstree-wholerow-clicked {
    background: #f5f5f5 !important;
}

.jstree-default .jstree-anchor > .jstree-undetermined {
    background-image: none;
    position: relative;
    width: 18px !important;
    height: 18px !important;
    background: #fff;
    border: 2px solid #b5b5b5;
    top: 4px;
    margin-right: 5px;
}

.jstree-default .jstree-anchor > .jstree-undetermined:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background: #5bb522;
    left: 2px;
    top: 2px;
}

.jstree-default .jstree-node, .jstree-default .jstree-icon {
    background-image: none !important;
}

.jstree-default .jstree-checkbox {
    background-image: none;
    position: relative;
    width: 18px !important;
    height: 18px !important;
    background: #fff;
    border: 2px solid #DDDDDD;
    top: 4px;
    margin-right: 7px !important;
    z-index: 1000000;
}

.jstree-anchor.jstree-clicked .jstree-checkbox {
    border: 2px solid #5bb522;
}

.jstree-anchor.jstree-clicked .jstree-checkbox:before {
    position: absolute;
    content: '\f00c';
    width: 18px;
    height: 18px;
    left: -3px;
    top: 1px;
    line-height: 13px;
    font-family: FontAwesome;
    font-size: 12px;
    color: #5bb522;
}

.cust-jstree-main {
    position: relative;
}

.cust-jstree-main div#jstree {
    position: absolute;
    width: 100%;
    top: 59px;
    z-index: 100;
}

.page-right-sidebar-content .cust-jstree-singleselect .cust-jstreelist-singleselect .tag-selected-parent,
.page-right-sidebar-content .cust-jstree-singleselect .cust-jstreelist-singleselect .tag-selected,
.common-page-dropdowntree-content .cust-jstree-singleselect .cust-jstreelist-singleselect .tag-selected-parent,
.common-page-dropdowntree-content .cust-jstree-singleselect .cust-jstreelist-singleselect .tag-selected {
    min-height: 40px;
    line-height: 20px;
    height: auto;
    padding-top: 10px !important;
    padding-bottom: 5px !important;
}

.page-right-sidebar-content .common_dropdown_jstree_table .cust-jstreelist-singleselect .tag-selected-parent,
.page-right-sidebar-content .common_dropdown_jstree_table .cust-jstreelist-singleselect .tag-selected,
.common-page-dropdowntree-content .common_dropdown_jstree_table .cust-jstreelist-singleselect .tag-selected-parent,
.common-page-dropdowntree-content .common_dropdown_jstree_table .cust-jstreelist-singleselect .tag-selected {
    min-height: 20px !important;
    line-height: 20px;
    height: auto;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

ul {
    list-style-type: none;
}

.pac-container {
    z-index: 10000000;
    border: 0;
}

.hidden {
    display: none;
}

.table-bordered thead th {
    background: #003663;
    font-size: 14px;
}

.table-bordered thead th a {
    color: white;
}

.table-bordered tbody td {
    font-size: 14px;
}
