/* @import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap'); */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  outline: 0px !important;
  scroll-behavior: smooth;
}
a:focus, .btn:focus, input:focus {
  box-shadow: none !important;
  outline: 0px;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus {
  -webkit-text-fill-color: #02295c;
  -webkit-box-shadow: 0 0 0px 0px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}
*::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
  border-radius: 10px;
  background-color: transparent;
}
*::-webkit-scrollbar {
  height: 10px;
  width: 10px;
  background-color: transparent;
}
*::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
  background-color: #E5E5E5;
}
input[type=checkbox], input[type=radio] {
  cursor: pointer;
}

.property-type-table input.custom-control-input {
  z-index: 1;
}
img {
  max-width: 100%;
}
a {
  color: #30B3BB;
  transition: all 0.3s ease-out;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 400;
}
a:hover {
  color: #30B3BB;
  text-decoration: underline;
}
.underline {
  text-decoration: underline !important;
}
.no-underline {
  text-decoration: unset !important;
}
button {
  transition: all 0.3s ease-out;
}
.btn-edit{
  min-width: 126px;
}
html {
  font-family: 'Lato', sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  margin: 0;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  background-color: #fff;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -ms-flexbox;
  display: flex;
  height: 100% !important;
  color: #12193D;
}
/*text style*/
/* Heading Typo */
h1, .page-title {
  font-family: 'Lato', sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 900;
  color: #303A43;
}
h2, .section-title {
  font-family: 'Lato', sans-serif;
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  color: #0f1f43;
}
h3, .card-title {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
}
/* Primary Typos */
h4, .para-1 {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  color: #0f1f43;
}
h5, .para-2 {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  color: #0f1f43;
}
h6, .para-3 {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  color: #0f1f43;
}
p, .para-4 {
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  line-height: 26px;
  font-weight: 400;
  color: #0f1f43;
}
/* Body Typo */
.body-text-1 {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  color: #0f1f43;
}
.body-text-2 {
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  line-height: 24px;
  color: #81878D;
}
.body-text-3 {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 900;
  color: #ffffff;
}
/* Background Colors Start */
.bg-bayblue {
  background-color: #3169A5;
  background: #3169A5;
}
.bg-cyan {
  background-color: #30b3bb;
  background: #30b3bb;
}
.bg-indigo {
  background-color: #4a5ec9;
  background: #4a5ec9;
}
.bg-darkblue {
  background-color: #0f1f43;
  background: #0f1f43;
}
.bg-slate-gray-light {
  background-color: #6c7690;
  background: #6c7690;
}
.bg-slate-gray-dark {
  background-color: #495576;
  background: #495576;
}
.bg-light-gray {
  background-color: #fafafd;
  background: #fafafd;
}
.bg-slate-gray-alpha {
  background-color: rgba(10, 117, 142, 0.15);
  background: rgba(10, 117, 142, 0.15);
}
.bg-pink {
  background-color: #d7467a;
  background: #d7467a;
}
.bg-yellow {
  background-color: #e4c03f;
  background: #e4c03f;
}
.bg-light-blue {
  background-color: #f4fbfb;
  background: #f4fbfb;
}
/* Background Colors End */
/* Text colors Start */
.text-bayblue {
  color: #3169A5;
}
.text-cyan {
  color: #30b3bb;
}
.text-indigo {
  color: #4a5ec9;
}
.text-dark {
  color: #12193d !important;
}
.text-darkblue {
  color: #0f1f43;
}
.text-slate-gray-light {
  color: #6c7690;
}
.text-slate-gray-dark {
  color: #495576;
}
.text-light-gray {
  color: #fafafd;
}
.text-slate-gray-alpha {
  color: rgba(10, 117, 142, 0.15);
}
.text-pink {
  color: #d7467a;
}
.text-yellow {
  color: #e4c03f;
}
.text-black {
  color: #000000 !important;
}
/* Text colors End */
/* Borders */
.border-gray {
  border: inset 1px solid #71758b31;
}
.border-dark-yellow {
  border: inset 1px solid #a08938;
}
/* Primary */
.text-white {
  color: #fff;
}
/* Secondary */
/*Line Height*/
.l-h-normal {
  line-height: normal;
}
.l-h-14 {
  line-height: 14px;
}
.l-h-20 {
  line-height: 20px;
}
.l-h-24 {
  line-height: 24px;
}
.l-h-26 {
  line-height: 26px;
}
.l-h-28 {
  line-height: 28px;
}
.l-h-30 {
  line-height: 30px;
}
.l-h-34 {
  line-height: 34px;
}
.l-h-42 {
  line-height: 42px;
}
.l-h-50 {
  line-height: 50px;
}
/*Line Height*/
.container-fluid {
  position: relative;
}
.f-family-lato {
  font-family: 'Lato', sans-serif !important;
}
.fw-light {
  font-weight: 300 !important;
}
.fw-normal {
  font-weight: 400 !important;
}
.fw-semibold {
  font-weight: 500 !important;
}
.fw-bold {
  font-weight: 600 !important;
}
.f-12 {
  font-size: 12px !important;
}
.f-14 {
  font-size: 14px !important;
}
.f-16 {
  font-size: 16px !important;
}
.f-18 {
  font-size: 18px !important;
  line-height: 24px !important;
}
.f-20 {
  font-size: 20px !important;
}
.f-22 {
  font-size: 22px !important;
}
.f-24 {
  font-size: 24px !important;
}
.f-26 {
  font-size: 26px !important;
}
.f-28 {
  font-size: 28px !important;
}
.f-30 {
  font-size: 30px !important;
}
.f-32 {
  font-size: 32px !important;
}
.f-34 {
  font-size: 34px !important;
}
.f-36 {
  font-size: 36px !important;
}
.f-38 {
  font-size: 38px !important;
}
.f-40 {
  font-size: 40px !important;
}
/*text style*/
/*button*/
.close {
  opacity: 1;
}
input.btn:hover {
  background: #ed7730;
  color: #fff;
}
.btn.btn-sm {
  min-width: inherit;
  padding-left: 22px;
  padding-right: 22px;
}
.btn.disabled, .btn:disabled, .btn[disabled] {
  opacity: .6;
  cursor: not-allowed !important;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle, .btn.btn-primary {
  background: #00193d;
  background-color: #00193d;
  color: #fff;
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle, .btn.btn-secondary {
  background: #ED772F;
  background-color: #ED772F;
  color: #fff;
}
.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle, .btn.btn-outline-primary {
  border: 1px solid #00193D;
  color: #00193D;
  background: #fff;
  background-color: #fff;
}
.primary-bg .btn.btn-primary {
  background: #fff;
  background-color: #fff;
  color: #00193d;
}
/*gaps*/
/*Spacing*/
/*Margins*/
.mr-all-4 {
  margin: 4px !important;
}
.mr-all-8 {
  margin: 8px !important;
}
.mr-all-12 {
  margin: 12px !important;
}
.mr-all-16 {
  margin: 16px !important;
}
.mr-all-24 {
  margin: 24px !important;
}
.mr-all-32 {
  margin: 32px !important;
}
.mr-all-48 {
  margin: 48px !important;
}
/*4px*/
.mr-y-4, .mr-t-4 {
  margin-top: 4px !important;
}
.mr-y-4, .mr-b-4 {
  margin-bottom: 4px !important;
}
.mr-x-4, .mr-l-4 {
  margin-left: 4px !important;
}
.mr-x-4, .mr-r-4 {
  margin-right: 4px !important;
}
/*8px*/
.mr-y-8, .mr-t-8 {
  margin-top: 8px !important;
}
.mr-y-8, .mr-b-8 {
  margin-bottom: 8px !important;
}
.mr-x-8, .mr-l-8 {
  margin-left: 8px !important;
}
.mr-x-8, .mr-r-8 {
  margin-right: 8px !important;
}
/*12px*/
.mr-y-12, .mr-t-12 {
  margin-top: 12px !important;
}
.mr-y-12, .mr-b-12 {
  margin-bottom: 12px !important;
}
.mr-x-12, .mr-l-12 {
  margin-left: 12px !important;
}
.mr-x-12, .mr-r-12 {
  margin-right: 12px !important;
}
/*16px*/
.mr-y-16, .mr-t-16 {
  margin-top: 16px !important;
}
.mr-y-16, .mr-b-16 {
  margin-bottom: 16px !important;
}
.mr-x-16, .mr-l-16 {
  margin-left: 16px !important;
}
.mr-x-16, .mr-r-16 {
  margin-right: 16px !important;
}
/*20px*/
.mr-y-20, .mr-t-20 {
  margin-top: 20px !important;
}
.mr-y-20, .mr-b-20 {
  margin-bottom: 20px !important;
}
.mr-x-20, .mr-l-20 {
  margin-left: 20px !important;
}
.mr-x-20, .mr-r-20 {
  margin-right: 20px !important;
}
/*24px*/
.mr-y-24, .mr-t-24 {
  margin-top: 24px !important;
}
.mr-y-24, .mr-b-24 {
  margin-bottom: 24px !important;
}
.mr-x-24, .mr-l-24 {
  margin-left: 24px !important;
}
.mr-x-24, .mr-r-24 {
  margin-right: 24px !important;
}
/*32px*/
.mr-y-32, .mr-t-32 {
  margin-top: 32px !important;
}
.mr-y-32, .mr-b-32 {
  margin-bottom: 32px !important;
}
.mr-x-32, .mr-l-32 {
  margin-left: 32px !important;
}
.mr-x-32, .mr-r-32 {
  margin-right: 32px !important;
}
/*48px*/
.mr-y-48, .mr-t-48 {
  margin-top: 48px !important;
}
.mr-y-48, .mr-b-48 {
  margin-bottom: 48px !important;
}
.mr-x-48, .mr-l-48 {
  margin-left: 48px !important;
}
.mr-x-48, .mr-r-48 {
  margin-right: 48px !important;
}
/*Margins*/
/*Paddings*/
.pd-all-4 {
  padding: 4px !important;
}
.pd-all-8 {
  padding: 8px !important;
}
.pd-all-12 {
  padding: 12px !important;
}
.pd-all-16 {
  padding: 16px !important;
}
.pd-all-24 {
  padding: 24px !important;
}
.pd-all-32 {
  padding: 32px !important;
}
.pd-all-48 {
  padding: 48px !important;
}
/*4px*/
.pd-y-4, .pd-t-4 {
  padding-top: 4px !important;
}
.pd-y-4, .pd-b-4 {
  padding-bottom: 4px !important;
}
.pd-x-4, .pd-l-4 {
  padding-left: 4px !important;
}
.pd-x-4, .pd-r-4 {
  padding-right: 4px !important;
}
/*8px*/
.pd-y-8, .pd-t-8 {
  padding-top: 8px !important;
}
.pd-y-8, .pd-b-8 {
  padding-bottom: 8px !important;
}
.pd-x-8, .pd-l-8 {
  padding-left: 8px !important;
}
.pd-x-8, .pd-r-8 {
  padding-right: 8px !important;
}
/*12px*/
.pd-y-12, .pd-t-12 {
  padding-top: 12px !important;
}
.pd-y-12, .pd-b-12 {
  padding-bottom: 12px !important;
}
.pd-x-12, .pd-l-12 {
  padding-left: 12px !important;
}
.pd-x-12, .pd-r-12 {
  padding-right: 12px !important;
}
/*16px*/
.pd-y-16, .pd-t-16 {
  padding-top: 16px !important;
}
.pd-y-16, .pd-b-16 {
  padding-bottom: 16px !important;
}
.pd-x-16, .pd-l-16 {
  padding-left: 16px !important;
}
.pd-x-16, .pd-r-16 {
  padding-right: 16px !important;
}
/*24px*/
.pd-y-24, .pd-t-24 {
  padding-top: 24px !important;
}
.pd-y-24, .pd-b-24 {
  padding-bottom: 24px !important;
}
.pd-x-24, .pd-l-24 {
  padding-left: 24px !important;
}
.pd-x-24, .pd-r-24 {
  padding-right: 24px !important;
}
/*32px*/
.pd-y-32, .pd-t-32 {
  padding-top: 32px !important;
}
.pd-y-32, .pd-b-32 {
  padding-bottom: 32px !important;
}
.pd-x-32, .pd-l-32 {
  padding-left: 32px !important;
}
.pd-x-32, .pd-r-32 {
  padding-right: 32px !important;
}
/*48px*/
.pd-y-48, .pd-t-48 {
  padding-top: 48px !important;
}
.pd-y-48, .pd-b-48 {
  padding-bottom: 48px !important;
}
.pd-x-48, .pd-l-48 {
  padding-left: 48px !important;
}
.pd-x-48, .pd-r-48 {
  padding-right: 48px !important;
}
/*Paddings*/
/*Spacing*/
/*Opacity*/
.opacity-1 {
  opacity: 1 !important;
}
.opacity-80 {
  opacity: 0.8 !important;
}
.opacity-70 {
  opacity: 0.7 !important;
}
.opacity-60 {
  opacity: 0.6 !important;
}
.opacity-50 {
  opacity: 0.5 !important;
}
.opacity-40 {
  opacity: 0.4 !important;
}
.opacity-30 {
  opacity: 0.3 !important;
}
.opacity-20 {
  opacity: 0.2 !important;
}
.opacity-10 {
  opacity: 0.1 !important;
}
.opacity-0 {
  opacity: 0 !important;
}
/*Opacity*/
/*Borders*/
.border-left {
  border-left: 1px solid;
}
.border-top {
  border-top: 1px solid;
}
.border-right {
  border-right: 1px solid;
}
.border-bottom {
  border-bottom: 1px solid;
}
hr {
  border-color: rgb(130 130 130 / 50%) !important;
}
/*Borders*/
/*link*/
.link-with-icon {
  color: #333333;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  font-family: 'Lato', sans-serif;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: unset !important;
}
.link-with-icon i {
  width: 20px;
  height: 20px;
  display: inline-block;
  font-size: 10px;
  background: #ed7730;
  color: #fff;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -ms-flex-pack: center;
  border-radius: 20px;
  margin-right: 8px;
}
.link {
  text-decoration: none;
  word-break: break-word;
  color: #495576;
}
.link a {
  color: #30b3bb;
  text-decoration: none;
  cursor: pointer;
}
.link:hover {
  text-decoration: unset;
}
/*link*/
/*cmn-box*/
.radius-4 {
  border-radius: 4px;
}
.cmn-box {
  width: 100%;
  display: inline-block;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 32px 20px;
/*  box-shadow: 0 10px 30px 0px rgb(18 25 61 / 10%);*/
    box-shadow: 0 24px 34px rgba(120, 120, 143, 0.08);
  border: 1px solid rgb(108 118 144 / 15%);
  position: relative;
  transition: all 0.3s ease-out;
}
.styled-box {
  padding: 40px 40px;
  border-radius: 0 30px 0 30px;
}
/*cmn-box*/
/*cmn-shadow*/
.cmn-shadow {
  box-shadow: 3px 3px 14px 1px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 3px 3px 14px 1px rgba(0, 0, 0, 0.07);
  -ms-box-shadow: 3px 3px 14px 1px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 3px 3px 14px 1px rgba(0, 0, 0, 0.07);
}
a.cmn-shadow:hover {
  box-shadow: 3px 3px 14px 1px rgba(0 0 0 / 20%) !important;
  -webkit-box-shadow: 3px 3px 14px 1px rgba(0 0 0 / 20%) !important;
  -ms-box-shadow: 3px 3px 14px 1px rgba(0 0 0 / 20%) !important;
  -moz-box-shadow: 3px 3px 14px 1px rgba(0 0 0 / 20%) !important;
}
/*cmn-shadow*/
/*cmn-shadow*/
.cmn-radius {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/*cmn-shadow*/
/*cmn-transition*/
.cmn-transition {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
}
/*cmn-transition*/
/*cmn-border-radius*/
.cmn-border-radius {
  border-radius: 4px;
}
.border-radius-8px{
  border-radius: 8px !important;
}
.border-radius-6px  {
  border-radius: 6px !important;
}
/*Video Btn*/
/*Video Btn*/
/*Form*/
.form-control:not(.select2-container) {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #12193d;
  background-color: #ffffff;
  border: 1px solid rgba(108, 118, 144, 0.15);
  border-radius: 6px;
  height: 30px;
  padding: 8px 16px;
}
.select2-container.form-control {
  padding: 0;
  border: 0;
  height: auto;
  background-color: transparent0;
}
.select2-container.form-control .select2-choice, .select2-container.form-control .select2-choices {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 13px;
  color: #12193d;
  background-color: #ffffff !important;
  border: 1px solid rgba(108, 118, 144, 0.15) !important;
  border-radius: 6px;
  height: auto !important;
  min-height: 30px !important;
  padding: 1px 16px !important;
  background-image: none;
}
.select2-container.form-control.select2-container-active .select2-choices {
  box-shadow: none;
}
.select2-container.form-control .select2-choices .select2-search-field input {
  /*  padding: 0;*/
  margin: 0;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 13px;
  color: #81878D !important;
  height: 100%;
}
.select2-container.form-control .select2-choices .select2-search-field input::placeholder {
  color: #6C7690 !important;
}
.form-control:placeholder-shown {
  color: #12193d;
}
.form-control::placeholder {
  color: #6C7690;
}
.form-control.textarea {
  height: 100px;
}
.goal_seek_variables_section .form-control.textarea {
  height: 70px;
}
.form-group label {
  margin-bottom: 6px;
  word-break: break-all;
}
.valid .form-control, input.valid {
  border-color: #34AA44;
}
.valid-msg, label.valid {
  color: #34AA44 !important;
  font-style: normal;
  margin-top: 8px;
}
.invalid .form-control, input.error {
  border-color: #C00000;
}
.invalid-msg, label.error {
  color: #C00000 !important;
  font-style: normal;
  margin-top: 0px;
}
.custom-radio .custom-control-input {
  width: 18px;
  height: 18px;
}
.form-group {
  position: relative;
  margin-bottom: 16px;
}
/* .form-group:before {
        content: '';
        background: #fff;
        position: absolute;
        left: 3px;
        right: 3px;
        height: 12px;
        top: 16px;
    } */
.form-group.files::before {
  display: none;
}
/* .form-group label {
        font-weight: 400;
        font-size: 16px;
        color: #333;
        background-color: #fff;
        position: absolute;
        top: 2px;
        left: 8px;
        padding: 1px 5px;
        margin: 0;
    } */
.form-group input.form-control[type="file"] {
  position: absolute;
  background: red;
  z-index: 99;
  opacity: 0;
}
.form-group.input_file_over label.browse_label {
  right: 9px;
  z-index: 1;
  top: 24px;
  left: inherit;
  color: #ed7730;
}
.form-control:focus {
  border-color: rgb(108 118 144 / 30%);
}
.form-group .form-control textarea:focus {
  border-color: rgb(108 118 144 / 30%);
  color: #333;
  height: 100px !important;
}
.form-group .form-control:placeholder-shown + label {
  color: #333;
}
.form-group .form-control:not(:placeholder-shown) + label {
  color: #333;
}
.form-group.rangeslider label {
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  margin-bottom: 8px;
  padding-left: 0;
}
.form-group.rangeslider .slider.slider-horizontal {
  width: calc(100% - 16px);
  padding-left: 20px;
  position: relative;
  margin-left: 10px;
}
.form-group.rangeslider .slider-track {
  height: 3px;
  background: #828282;
}
.form-group.rangeslider .slider-handle.round {
  width: 15px;
  height: 15px;
  background: #fff;
  border: 2px solid #00193D;
  top: -2px;
  border-radius: 50px;
}
.form-group.rangeslider .slider-selection {
  background: #00193D;
}
.slider .tooltip.bs-tooltip-top {
  margin-top: -75px;
}
.form-group.input-icon-right .form-control {
  position: relative;
  padding-right: 45px;
  background-repeat: no-repeat;
background-position: right 16px center;
}
.form-group.input-icon-right.input-date .form-control {
  background-image: url("../images/icon-calendar.svg");
}
.form-group.input-icon-right.input-search .form-control {
  background-image: url("../images/icon-search.svg");
}
.form-group.input-icon-left .form-control {
  position: relative;
  padding-left: 45px;
  background-repeat: no-repeat;
background-position: left 16px center;
}
.form-group.input-icon-left.input-date .form-control {
  background-image: url("../images/icon-calendar.svg");
}
.form-control.textarea {
  resize: none;
}
textarea.resize-vertical {
  resize: vertical !important;
}
.form-control.textarea:focus {
  box-shadow: none;
}

.input-group .input-group-text{
    background-color: #fff;
    border-color: rgba(108, 118, 144, 0.15);
    color: #30B3BB;
}
.input-group .input-group-prepend .input-group-text{
   border-top-left-radius: 6px;
   border-bottom-left-radius: 6px;
    border-right: 0;
}
.input-group .input-group-append .input-group-text.next-btn{
  border-right: 1px solid rgba(108, 118, 144, 0.15);
}
.input-group .input-group-append .input-group-text{
    border-top-right-radius: 6px;
   border-bottom-right-radius: 6px;
   border-left: 0;
}
.input-group .input-group-text:hover{
     color: #3169a5;
    text-decoration: none;
}

.feedback, .form-group .feedback {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #333;
}
.feedback p, .form-group .feedback p {
  margin: 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
}
.feedback ul, .form-group .feedback ul {
  padding-left: 16px;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  list-style: circle;
}
.feedback.invalid-msg.validation-summary-errors {
  margin-bottom: 8px;
  display: inline-block;
}
.files input.form-control {
  cursor: pointer;
  outline: 2px dashed #92b0b3;
  outline-offset: -10px;
  -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
  transition: outline-offset .15s ease-in-out, background-color .15s linear;
  padding: 00px 0px 0px 0%;
  text-align: center !important;
  margin: 0;
  width: 100% !important;
  height: 100%;
  border: 2px dashed #828282;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
}
.files input:focus {
  outline: 2px dashed #92b0b3;
  outline-offset: -10px;
  -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
  transition: outline-offset .15s ease-in-out, background-color .15s linear;
  border: 1px solid #92b0b3;
}
.form-group.files {
  padding: 0;
  border: 1px dashed #828282;
  border-radius: 5px;
  min-height: 205px;
  position: relative;
  display: -ms-flexbox !important;
  display: flex !important;
  transition: all .3s ease-in-out;
  background: #fff;
  background: rgba(246, 246, 246, 0.50);
}
.form-group.files:hover {
  border: 1px dashed #222;
  background: #f5f5f5;
}
.color input {
  background-color: #f1f1f1;
}
.drag-file-content {
  width: 100%;
  text-align: center;
  margin: auto;
}
.drag-file-content h5 {
  color: rgb(51, 51, 51);
  font-weight: bold;
  opacity: .40;
}
.drag-file-content h6 {
  color: #00193d;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  margin: 30px 0 0;
}
.drag-file-content p {
  margin: 0;
  color: rgb(51, 51, 51);
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  opacity: .40;
}
p.file-note {
  color: rgb(51, 51, 51);
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0px;
  line-height: 22px;
  margin-top: 20px;
  margin-bottom: 0;
}
.k-multiselect-wrap.k-floatwrap {
  font-weight: 400;
  font-size: 16px;
  color: #333;
  background-color: #FFFFFF;
  border: 1px solid #828282;
  border-radius: 4px;
  height: inherit;
  min-height: 44px;
  padding: 12px;
  box-sizing: border-box;
  display: flex;
  display: flex;
  width: 100%;
  -ms-flex-direction: column;
  flex-direction: column;
}
.k-multiselect-wrap.k-floatwrap input.k-input {
  width: 100% !important;
  background: #f1f1f1;
  border-radius: 4px;
  order: 1;
  -ms-flex-order: 1;
  order: 1;
  display: inline-block;
  max-height: 0px;
  overflow: hidden;
  height: 0px !important;
  min-height: 0px;
  box-sizing: border-box;
  padding: 0 !important;
  margin: 0;
  transition: all .3s ease-in-out;
  opacity: 1;
}
.k-animation-container {
  margin-top: -12px;
}
.k-multiselect-wrap.k-floatwrap input.k-input:focus, .k-multiselect:hover .k-multiselect-wrap.k-floatwrap input.k-input, .k-state-hover .k-multiselect-wrap.k-floatwrap input.k-input {
  display: inline-block;
  margin-bottom: 8px;
  height: 40px !important;
  min-height: 40px;
}
.k-multiselect-wrap.k-floatwrap ul.k-reset {
  width: 100%;
  display: inline-block;
  -ms-flex-order: 2;
  order: 2;
}
.k-multiselect-wrap.k-floatwrap:after {
  content: "\e902" !important;
  font-family: 'icomoon' !important;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  content: "\e902" !important;
  border: 0;
  margin-top: 0;
  right: 5px;
  font-size: 24px;
  top: 50%;
  height: 24px;
  visibility: visible;
  display: inline-block;
  vertical-align: .255em;
  transform: translate(0px, -50%);
}
.k-multiselect-wrap > .k-i-close {
  right: 30px;
  top: 24px !important;
}
.k-widget.k-multiselect.k-multiselect-clearable {
  display: flex;
  width: 100%;
  -ms-flex-direction: column;
  flex-direction: column;
}
.k-multiselect-wrap li.k-button {
  color: rgb(51, 51, 51);
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 20px;
  display: inline-block;
  padding: 3px 11px;
  padding-right: 36px;
  border-radius: 20px;
  border: 0;
  margin-right: 8px;
  position: relative;
  z-index: 9;
  margin-bottom: 2px;
  margin-top: 2px;
}
.k-multiselect-wrap .k-i-close:before {
  content: "\e11b";
  content: "\e90d";
  font-family: 'icomoon' !important;
  margin-right: 11px;
}
.k-multiselect-wrap .k-i-close {
  width: 30px;
}
/*Form*/
/*Custom Select*/
.bootstrap-select {
  width: 100% !important;
}
.bootstrap-select .dropdown-toggle {
  font-weight: 400;
  font-size: 16px;
  color: #333;
  background-color: #FFFFFF;
  border: 1px solid #828282;
  border-radius: 4px;
  height: 44px;
  width: 100%;
  padding: 12px 45px 12px 12px;
}
.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}
.bootstrap-select .dropdown-toggle::after {
  content: "\e902" !important;
  border: 0;
  margin-top: 0;
  right: 5px;
  font-size: 24px;
  top: 30%;
}
.bootstrap-select.show .dropdown-toggle::after {
  content: "\e902" !important;
}
.bootstrap-select .dropdown-toggle .filter-option {
  overflow: visible;
}
.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner-inner {
  font-size: 400;
  font-size: 16px;
  color: #333;
  text-transform: none;
}
.bootstrap-select .btn-light:not(:disabled):not(.disabled).active, .bootstrap-select .btn-light:not(:disabled):not(.disabled):active, .bootstrap-select.show > .btn-light.dropdown-toggle {
  color: #333;
  background-color: #fff;
  border-color: #333;
}
.bootstrap-select .dropdown-menu li a span.check-mark {
  position: absolute;
  right: 15px;
  top: 9px !important;
  display: inline-block;
  height: 18px;
  width: 18px;
  border: 1px solid #00193D;
  border-radius: 4px;
  box-shadow: 0 2px 2px 0 rgba(19, 31, 21, 0.10), inset 0 2px 0 0 rgba(255, 255, 255, 0.06);
  background-color: #fff;
}
.bootstrap-select .dropdown-menu li a span.check-mark::after {
  font-family: 'icomoon';
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border: 0;
  transform: rotate(0deg);
  top: -2px;
  position: absolute;
}
.bootstrap-select .dropdown-menu li a.selected span.check-mark::after {
  content: "\e90c";
}
/*Custom Select*/
/* Date picker*/
.datepicker.datepicker-dropdown {
  padding: 20px;
}
.datepicker td, .datepicker th {
  font-size: 400 !important;
  font-size: 16px;
  color: #333;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
}
.datepicker th.datepicker-switch {
  border-radius: 0;
}
.datepicker th.prev {
  color: transparent;
  position: relative;
}
.datepicker th.prev::after {
  font-family: 'icomoon';
  color: #333;
  content: "\e903";
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: auto;
  margin: auto;
  font-size: 24px;
  font-weight: normal;
  transform: rotate(180deg);
}
.datepicker th.next {
  color: transparent;
  position: relative;
}
.datepicker th.next::after {
  font-family: 'icomoon';
  color: #333;
  content: "\e904";
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: auto;
  margin: auto;
  font-size: 24px;
  font-weight: normal;
  transform: rotate(90deg);
}
.datepicker table tr td.active {
  background-color: #30B3BB !important;
  background-image: none;
  text-shadow: none;
  color: #fff;
}
.datepicker table tr td span.active.active {
  background-color: #30B3BB !important;
  background-image: none;
  text-shadow: none;
}
.datepicker table tr td.active:hover {
  background-color: #30B3BB !important;
  background-image: none;
  text-shadow: none;
}
.datepicker-dropdown.datepicker-orient-top::before {
  border-top: 0;
  border-bottom: 7px solid #999;
}
/* Date picker*/
/*Custom Radio and Checkboxes, Toggle*/
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none !important;
}
.custom-control {
  padding-left: 30px;
}
.custom-control-label::before {
  border-color: #d9dce5;
  height: 18px;
  width: 18px;
  left: -30px;
}
.custom-control-input-check:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #fff;
  /* background-color: #fff; */
  background-color: #3169A5 !important;
  border: 1px solid #3169A5;
  height: 18px;
  width: 18px;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #fff;
  background-color: #fff;
  /* background-color: #00193D; */
  border: 1px solid #3169A5;
  height: 18px;
  width: 18px;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: none;
  height: 10px;
  width: 10px;
  top: 8px;
  left: -26px;
  background-color: #3169A5;
  border-radius: 50%;
}
.custom-radio .custom-checkbox:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #00193D;
  background-color: #fff;
  height: 18px;
  width: 18px;
}
/* .custom-control-label.body-text-2~.custom-control-label::before{
    background-color: #00193D;
} */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: none;
  font-family: 'icomoon';
  content: "\e91f";
  top: 2px;
  left: -29px;
  background-color: transparent;
  color: #fff;
}
.th-inner-wrapper .th-inner {
  padding-left: 0 !important;
}
.create-fee-both-select input {
  width: 140px;
}
.create-fee-input-dyn .form-group {
  margin-bottom: 0;
}
.create-fee-input-dyn .form-group input,
.create-fee-input-dyn .form-group select {
  height: 31px;
  padding: 5px 12px;
  line-height: 20px;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #fff;
  border-color: #d9dce5;
}
.custom-control.custom-switch {
  padding-left: 54px;
}
.custom-switch .custom-control-label::before {
  width: 40px;
  height: 25px;
  border-radius: 15px;
  background-color: rgb(165 165 165 / 15%);
  border: none;
  left: -54px !important;
  top: 0px;
}
.custom-switch .custom-control-label::after {
  width: 23px;
  height: 23px;
  background: #fff;
  box-shadow: 0 0 1px 0 rgb(0 0 0 / 12%), 0 1px 1px 0 rgb(0 0 0 / 24%);
  border-radius: 50%;
  top: 1px;
  left: -52px;
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::before {
  width: 40px;
  height: 25px;
  border-radius: 15px;
  background-color: #3169a5 !important;
  border: none;
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(14px);
  transform: translateX(14px);
}
.checkbox-ui-normal label.custom-control-label {
  color: #333;
}
.checkbox-ui-normal label.custom-control-label::before {
  background-color: #ffffff !important;
}
.custom-control.table-check-only label.custom-control-label::before {
  left: 0;
  top: 0;
}
.custom-control.table-check-only label.custom-control-label::after {
  left: 1px !important;
  top: -2px !important;
}
.custom-control.table-check-only {
  height: 18px;
  width: 18px;
  padding: 0;
}
.ui-table .table td:first-child .table-content .custom-control {
  margin-left: 4px;
}
img.with_custom_checkbox {
  margin-bottom: 8px;
  width: 19px;
  height: 20px;
  margin-left: 16px;
}
.custom-radio.table-check-only.custom-control label.custom-control-label::after {
  top: 5px !important;
  left: 5px !important;
}
input:disabled ~ .custom-control-label::before, .custom-control-input[disabled] ~ .custom-control-label::before {
  background-color: #fff !important;
}
.custom-control.custom-radio input:disabled ~ label.custom-control-label, .custom-control.custom-radio input[disabled] ~ label.custom-control-label, .custom-control.custom-radio label.custom-control-label, .custom-control.custom-checkbox label.custom-control-label, .custom-control.custom-checkbox input:disabled ~ label.custom-control-label, .custom-control.custom-checkbox input[disabled] ~ label.custom-control-label {
  color: #12193D;
}
#package_table_data_wrapper tr th,
#package_table_data_wrapper tr td {
  padding: 5px 18px;
  width: auto ;
}
#package_table_data_wrapper tr th:first-child, 
#package_table_data_wrapper tr td:first-child {
  min-width: 320px;
}
#package_table_data_wrapper tr td.var-name a {
  margin-left: 5px;
} 
.pool-raw-data-list p {
  line-height: normal;
}
.update-pack-box tr th,
.update-pack-box tr td {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.update-pack-box tr td label.body-text-2{
  display: none;
}

.plus-icon .custom-control.custom-switch {
  transform: unset;
  margin-bottom: 12px;
}

.plus-icon .custom-switch .custom-control-label::after {
  width: 20px;
  height: 20px;
}

.plus-icon .custom-switch .custom-control-label::before,
.plus-icon .custom-switch .custom-control-input:checked ~ .custom-control-label::before {
  width: 36px;
  height: 22px;
}

.pool-history-result-box {
  background: #fff;
  border: 1px solid rgba(108, 118, 144, 0.15);
  border-radius: 8px;
  box-shadow: 0 24px 34px rgba(120, 120, 143, 0.08);
  padding: 24px;
}

/*Custom Radio and Checkboxes, Toggle*/
/*avtars*/
.avtar-sm {
  height: 28px;
  width: 28px;
  max-width: 28px;
  max-height: 28px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center center;
  background-color: #E5E6ED;
  background-image: url("../images/icon-user-grey.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50%;
}
.avtar-md {
  height: 32px;
  width: 32px;
  max-width: 32px;
  max-height: 32px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center center;
  background-color: #E5E6ED;
  background-image: url("../images/icon-user-grey.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50%;
}
.avtar-lg {
  width: 64px;
  max-width: 64px;
  height: 64px;
  max-height: 64px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center center;
  background-color: #E5E6ED;
  background-image: url("../images/icon-user-grey.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50%;
}
.avtar-xl {
  width: 128px;
  max-width: 128px;
  height: 128px;
  max-height: 128px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center center;
  background-color: #E5E6ED;
  background-image: url("../images/icon-user-grey.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
/*avtars*/
/* CTA */
.btn {
  text-align: center;
  text-decoration: none;
  border-radius: 6px;
  height: 30px;
  line-height: 20px;
  font-weight: bold;
  font-size: 14px;
  text-transform: capitalize;
  border: 1px solid;
  display: inline-flex;
  cursor: pointer;
  transition: all 0.4s ease 0s;
  padding: 5px 16px;
  align-items: center;
  justify-content: center;
}

.bootstrap-datetimepicker-widget.btn {
  text-align: center;
  text-decoration: none;
  border-radius: 8px;
  line-height: 32px;
  font-weight: bold;
  font-size: 16px;
  text-transform: capitalize;
  display: inline-block;
  cursor: pointer;
  transition: all 0.4s ease 0s;
  /*padding: 8px 24px;*/
}

#runA .sample-radio {
  background: #EEF9FA;
  padding: 9px 14px 9px 40px;
  max-width: fit-content;
}

.btn:hover {
  transition: all 0.2s ease-out;
  text-decoration: none;
}
.btn:focus {
  outline: none;
}
.btn-sty1 {
  color: #ffffff;
  background-color: #508BCC;
  border-color: #508BCC;
}
.btn-sty1:hover, .btn-sty1:focus {
  color: #fff;
  background-color: #12193D;
  border-color: #12193D;
}
.btn-sty2 {
  color: #508BCC;
  background-color: transparent;
  border-color: #508BCC;
}
.btn-sty2:hover, .btn-sty2:focus {
  color: #12193D;
  background-color: transparent;
  border-color: #12193D;
}
.btn-sty3 {
  color: #6c7690;
  background-color: transparent;
  border-color: rgb(108 118 144 / 15%);
}
.btn-sty-blue-outline {
  color: #508BCC;
  background-color: transparent;
  border-color: #508BCC;
}
.btn-sty3:hover, .btn-sty3:focus {
  color: #495576;
  background-color: transparent;
  border-color: #495576;
}
.btn-sty4 {
  color: #3169A5;
  background-color: transparent;
  border-color: rgb(108 118 144 / 15%);
}
.btn-sty4:hover, .btn-sty4:focus {
  color: #495576;
  background-color: transparent;
  border-color: #495576;
}
.blue-button:hover {
  color: #3169a5;
  background: #ffffff;
  border-color: #3169a5 !important;
  transition: all 0.4s ease 0s;
}
.blue-button-border {
  color: #3169a5;
  text-align: center;
  text-decoration: none;
  background: #fff;
  border-radius: 8px;
  width: 99px;
  height: 51px;
  line-height: 48px;
  font-weight: 700;
  font-size: 16px;
  text-transform: capitalize;
  border: 1px solid #3169a5;
  display: inline-block;
  cursor: pointer;
  transition: all 0.4s ease 0s;
}
.blue-button-border:hover {
  color: #fff;
  background: #3169a5;
  border-color: #3169a5 !important;
  transition: all 0.4s ease 0s;
}
/* Common Multiple Select Pills */
.select2-container--default.select2-container--focus .select2-selection--multiple {
  height: auto !important;
  /*    height: 52px !important;*/
  border-radius: 6px !important;
  border-color: rgb(108 118 144 / 30%) !important;
}
.select2-container {
  width: 100% !important;
}
.select2-container--default .select2-selection--multiple {
  height: auto !important;
  /*    height: 52px !important;*/
  border-radius: 6px !important;
  border-color: rgba(108, 118, 144, 0.15) !important;
  padding-bottom: 0px;
  line-height: 34px;
  padding-left: 16px;
  padding-right: 16px;
}
.select2-container--default .select2-selection--multiple:focus {
  border-color: rgb(108 118 144 / 30%) !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice, .select2-search-choice {
  padding-left: 0px;
  margin-top: 0px !important;
  background-color: #fafafd !important;
  border: 1px solid rgb(108 118 144 / 15%) !important;
  border-radius: 3px !important;
  padding: 5.5px 24px 5.5px 8px !important;
  background-image: none !important;
  color: #12193D !important;
}
.select2-container-multi .select2-search-choice-close {
  background-image: url("../images/icon-close-grey.svg") !important;
  left: auto;
  background-size: contain !important;
  top: 5px;
  right: 5px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right top;
}
.select2-container--default .select2-search--inline .select2-search__field {
  height: 44px;
  line-height: 44px;
  margin-top: 5px;
  font-weight: bold;
}
.select2-container--default .select2-search--inline .select2-search__field::placeholder {
  color: #6C7690;
  opacity: 1;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  position: inherit;
  border-right: 0px;
  float: right;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Lato';
  color: #12193D;
  font-weight: 700;
}
.select2-container--default .select2-results__option--selected {
  background-color: #fafafd;
  color: #30B3BB;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable, .select2-results .select2-highlighted {
  background-color: #fafafd;
  color: #12193d;
}
.select2-results__option--selectable, .select2-result-label {
  padding: 13px !important;
  color: #495576;
  font-weight: bold;
}
.select2-results__option--selectable:hover {
  color: #12193d;
}
.select2-results__option--selectable:last-child {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.select2-dropdown, .select2-drop {
  border-color: rgba(108, 118, 144, 0.15);
  border-radius: 8px !important;
  border: 1px solid rgb(108 118 144 / 15%) !important;
  box-shadow: none !important;
  margin-top: 0 !important;
  z-index: 9999;
}
html body .modal-backdrop.show + .select2-container .select2-dropdown {
  z-index: 9999999;
}
html body.modal-open .select2-drop {
  z-index: 9999999;
}
html body .modal {
  z-index: 999999;
}
.select2-search {
  margin-top: 4px;
}
.select2-container--default .select2-search--dropdown .select2-search__field, .select2-search input {
  border: 1px solid rgba(108, 118, 144, 0.30);
  color: #12193d;
  border-radius: 5px;
  height: 34px !important;
  padding: 8px;
  background-image: none;
}
/* Breadcrumbs */
.cmn-breadcrumbs .breadcrumb {
  background-color: transparent;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.cmn-breadcrumbs .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: '|';
}
.cmn-breadcrumbs .breadcrumb .breadcrumb-item + .breadcrumb-item.active::before {
  content: none;
}
.cmn-breadcrumbs .breadcrumb .backed-icon a {
  color: #3169a5 !important;
  position: relative;
}
.cmn-breadcrumbs .breadcrumb span:before {
  position: relative;
  color: #3169a5;
  top: 2px;
}
.cmn-breadcrumbs .breadcrumb .icon-icon-angle-right {
line-height: 24px;
}
.cmn-breadcrumbs .breadcrumb .icon-icon-angle-right:before {
  color: #6C7690;
    padding-right: .3rem;
}
.cmn-breadcrumbs .breadcrumb-item a, .cmn-breadcrumbs .breadcrumb-item.active {
  color: #6c7690 !important;
}
.cmn-breadcrumbs .breadcrumb-item a.back_text {
  color: #508bcc !important;
}
/* Custom Accordian */
.custom-collapse {
/*  padding: 50px 0;*/
    height: 100%;
}
.custom-collapse .collapse {
     -webkit-box-shadow: 0 0 0 rgba(120, 120, 143, 0.08);
  box-shadow:  0 0 0 rgba(120, 120, 143, 0.08);
        height: 100%;
        transition: all 0.3s ease-out;
        border-radius: 0 0 8px 8px;
}
.custom-collapse .collapse.show {
  -webkit-box-shadow: 0 24px 34px rgba(120, 120, 143, 0.08);
  box-shadow:  0 24px 34px rgba(120, 120, 143, 0.08);
    border-radius: 0 0 8px 8px;
    height: 100%;
    transition: all 0.3s ease-out;
}
.custom-collapse .card {
  margin: 0 0 20px;
  border: none;
    overflow: visible;
    height: 100%;
    box-shadow: none;
    background-color: transparent;
}
.custom-collapse .card .card-body {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
    height: 100%;
}
.custom-collapse.no-accordian .card .card-body {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.custom-collapse .card-header {
  border-bottom: 0;
  background-color: #fff;
  padding: 0px;
    margin-bottom: 0 !important;
}
.custom-collapse .card-header button{
  background: #6c7690;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
      border-radius: 8px 8px 0 0 ;
  border: 1px solid rgb(108 118 144 / 15%);
  text-decoration: none;
    padding: 20px 16px;
height: auto;
line-height: normal;
}
.custom-collapse .card-header button.collapsed{
border-radius: 8px;

}
/*
.custom-collapse .card-header h2 button[aria-expanded="false"] .icon-icon-angle-top::before, .custom-collapse .card-header h2 button[aria-expanded="false"] .icon-icon-angle-top::after {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .3s linear;
  transition: .3s linear;
}
*/
.custom-collapse .card-header h2{
    line-height: normal;
}
.custom-collapse .card-header h2 button .icon-icon-angle-down::before {
    transition: all 0.2s ease-out;
    font-size: 18px;
}
.custom-collapse .card-header h2 button[aria-expanded="true"] .icon-icon-angle-down::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  line-height: normal;

}
.custom-collapse .card-header button:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/*
.custom-collapse span {
  float: right;
  margin-top: 8px;
}
*/
/* Pagination */
.page-item .page-link {
  border: transparent;
  font-size: 14px;
  color: #6c7690;
  font-weight: 700;
  background-color: transparent;
  text-decoration: none !important;
}
.page-item.disabled .page-link {
  background-color: transparent;
  border-color: transparent;
}
.page-item .disabled {
  color: #6c7690;
}
.page-item .icon-icon-angle-right {
  color: #3169a5;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #3169A5;
  border-color: #3169A5;
  border-radius: 6px;
  color: #fff !important;
}
.page-link:hover {
  z-index: 3;
  color: #3169A5;
  background-color: transparent;
  border-color: #3169A5;
  border-radius: 6px;
}
/* Common Dropdown */
.cmn-dropdown {
  background: #fff;
  border-radius: 8px;
  border: 1px solid rgb(108 118 144 / 15%);
  min-width: 200px;
  color: #12193D;
  padding: 16px;
}
.cmn-dropdown > a {
  width: 100%;
  display: block;
  color: #12193D;
}
.cmn-dropdown > a:hover {
  text-decoration: none;
}
.dropdown.show > a.dropdown-toggle::after {
  transform: rotate(180deg)
}
.dropdown-toggle::after {
  content: "\e901";
  font-family: 'icomoon';
  font-size: 18px;
  color: #6C7690;
  border: 0;
  right: 16px;
  position: absolute;
  transition: all 0.2s ease-out;
}
.dropdown-menu:not(.datepicker-dropdown,.bootstrap-datetimepicker-widget) {
  top: 15px !important;
  right: 0 !important;
  left: -16px !important;
  width: 100%;
  border-radius: 8px;
  border-color: rgba(108, 118, 144, 0.15);
}
.dropdown-menu a {
  height: 42px;
  border-radius: 3px;
  padding: 13px;
  color: #495576;
  line-height: 15px;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none !important;
}

.bootstrap-datetimepicker-widget a {
  height: auto;
}


.bootstrap-datetimepicker-widget a[data-action] {
    padding: 0px 0;
}

.dropdown-menu a i {
  margin-right: 10px;
  font-size: 20px;
  vertical-align: middle;
}
.cmn-drphead .icon-icon-angle-down::before {
  padding-left: 5px;
}
.dropdown-menu a span::before {
  font-size: 14px;
  color: #6C7690;
}
.dropdown-menu a:hover {
  background: #fafafd;
  color: #12193d;
}
.dropdown-menu a:hover span::before {
  color: #12193d;
}
.dropdown-menu a .cmn-icomoon {
  font-size: 17px !important;
}
/* span.hover-block {
    display: flex;
    align-items: center;
} */
.dropdown.cmn-drphead {
  max-width: 200px;
  cursor: pointer;
  height: 52px;
  /* border: 1px solid rgb(108 118 144 / 15%); */
  padding: 0px 15px;
  border-radius: 6px;
}
.cmn-drp-with-border {
  border: 1px solid rgb(108 118 144 / 15%);
}
/* .dropdown.cmn-drphead:hover .dropdown-menu.cmn-dropdown {
    display: block !important;
} */
span.icon-icon-angle-down:before {
  display: inline-flex;
  align-content: center;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  float: right;
}
/* Common Single Select */
.cmn-single-select span.select2.select2-container.select2-container--default {
  height: 52px;
  width: 100% !important;
  border-radius: 6px;
  /*    border: 1px solid rgb(108 118 144 / 15%);*/
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.cmn-single-select .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 20px;
  position: absolute;
  top: 16px;
  right: 16px;
  width: 20px;
  transition: all 0.2s ease-out;
}
.cmn-single-select .select2-container--default .select2-selection--single .select2-selection__arrow:before {
  content: "\e901";
  font-family: 'icomoon';
  font-size: 18px;
  color: #6C7690;
  transition: all 0.2s ease-out;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
  transform: rotate(-180deg);
}
.cmn-single-select .select2-container--default .select2-selection--single .select2-selection__rendered, .cmn-single-select .select2-container .select2-choice {
  line-height: 30px;
  height: 30px;
  border-radius: 6px;
  border: 1px solid rgb(108 118 144 / 15%);
  color: #12193d;
  font-weight: bold;
  padding-left: 16px;
  background-color: #fff;
  background-image: none;
  font-size: 13px;
}
.cmn-single-select .select2-container.icon-icon-angle-down::before {
  display: none;
}
.cmn-single-select .select2-container .select2-choice .select2-arrow {
  background-image: none;
  background-color: transparent;
  border: 0;
  width: 30px;
}
.cmn-single-select .select2-container .select2-choice .select2-arrow::before {
  content: "\e901";
  font-family: 'icomoon';
  color: #6c7690;
  font-size: 16px;
}
.cmn-single-select .select2-container.select2-dropdown-open .select2-choice .select2-arrow::before {
  transform: rotate(45deg);
}
#postPosition .dataSourceAdcoBox .cmn-mutliselect .ms-container .ms-selectable ul,
#postPosition .dataSourceAdcoBox .cmn-mutliselect .ms-container .ms-selection ul {
  height: 340px !important;
  overflow-y: auto;
}
.mapping_box{
  border:1px solid rgb(108 118 144 / 15%);
   height: 395px !important;
  overflow-y: auto;
}
#postPosition .dataSourceAdcoBox .cmn-mutliselect .ms-container .ms-selectable ul li,
#postPosition .dataSourceAdcoBox .cmn-mutliselect .ms-container .ms-selection ul li {
  list-style: none;
  padding: 0px 0 0 5px;
}
.light-blue-sq,
.blue-sq {
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-right: 5px;
}
.blue-sq {
  background: #508BCC;
}
.light-blue-sq {
  background: #75B7FF;
}
.selectDataSourceAdCoFieldBox {
  padding: 7px 12px;
  border: 1px solid rgb(108, 118, 144, 0.15);
  border-radius: 6px;
  min-height: 100px;
}
.selectDataSourceAdCoFieldBox .double-tag span:first-child,
.selectDataSourceAdCoFieldBox .double-tag span:last-child {
  padding: 5px 10px;
  display: inline-block;
  border-radius: 6px;
  color: #fff;
}
.selectDataSourceAdCoFieldBox .double-tag span:first-child {
  background: #508BCC;
  padding-right: 18px;
}
.selectDataSourceAdCoFieldBox .double-tag span:last-child {
  background: #75B7FF;
  position: relative;
  margin-left: -12px;
}
#postPosition .cmn-mutliselect .ms-container .ms-selectable ul li:after,
#postPosition .cmn-mutliselect .ms-container .ms-selection ul li:after {
  display: none;
}
.cmn-single-select .select2-container.select2-container-active .select2-choice {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.cmn-single-select .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid rgb(108 118 144 / 15%);
  border-radius: 6px;
  height: 52px;
  outline: none !important;
}
.cmn-single-select .select2-container--default .select2-selection--single:focus {
  border-color: rgb(108 118 144 / 30%);
}
.btn > i {
  vertical-align: middle;
}
.tooltip.show {
  opacity: 1;
}
.tooltip .tooltip-inner {
  background-color: #12193D;
  border-radius: 6px;
  padding: 6px 8px;
  max-width: 500px;
}
.bs-tooltip-auto[x-placement^="left"] .arrow::before, .tooltip.bs-tooltip-left .arrow::before {
  border-left-color: #12193D;
}
.bs-tooltip-auto[x-placement^="top"] .arrow::before, .tooltip.bs-tooltip-top .arrow::before {
  border-top-color: #12193D;
}
.bs-tooltip-auto[x-placement^="right"] .arrow::before, .tooltip.bs-tooltip-right .arrow::before {
  border-right-color: #12193D;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .tooltip.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #12193D;
}
/* Modal */
.cmn-modal .modal-content {
  border-radius: 8px;
  background-color: #fff;
}
.cmn-modal.fade {
  background: rgb(18 25 61 / 50%);
}
.cmn-modal .modal-title {
  color: #12193d;
  vertical-align: top;
  text-transform: uppercase;
}
.cmn-modal .modal-header {
  border-bottom: 1px solid rgb(108 118 144 / 15%);
  padding: 24px;
  -ms-flex-align: center;
  align-items: center;
}
.cmn-modal .modal-header .close {
  width: 34px;
  height: 34px;
  padding: 0;
  text-align: center;
  line-height: 34px;
  border: 1px solid rgb(108 118 144 / 15%);
  border-radius: 50%;
  font-size: 14px;
  margin-right: 0;
  color: #495576;
  opacity: 1 !important;
}
.cmn-modal .modal-header .close:hover {
  border-color: #3169A5;
  color: #3169A5;
}
.cmn-modal .modal-footer {
  border-top: 1px solid rgb(108 118 144 / 15%);
}
.cmn-modal a {
  text-decoration: none;
}
.cmn-modal a:hover {
  text-decoration: underline;
}
.cmn-modal .form-group.cmn-single-select a:hover {
  text-decoration: none;
}
/*
.cmn-modal .icon-icon-close:before {
    content: "\e908";
    color: #495576;
    font-size: 11px;
    vertical-align: super;
    border-radius: 50%;
    border: 1px solid rgb(108 118 144 / 15%);
    padding: 4px;
}
*/
.cmn-modal .without-border {
  border: 0px;
}
/* Add User */
.adduser-file .modal-dialog {
  max-width: 768px;
}
.adduser-file .user-avtar {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}
.adduser-file .user-avtar p {
  margin-bottom: 0px;
}
.adduser-file .user-type label span {
  position: relative;
  top: 2px;
}
.adduser-file .admin-capability .custom-control {
  display: inline-block;
  width: 156px;
  line-height: 40px;
}
/*Modal */
.modal-dialog {
  /* width: 545px;
  max-width: 545px; */
}
.custom-file {
  height: 30px;
}
.custom-file .custom-file-input {
  height: 30px;
}
.custom-file .custom-file-input:focus {
  outline: 0 !important;
  box-shadow: none !important;
}
.custom-file-input:focus ~ .custom-file-label {
	 box-shadow: none !important;
}
.custom-file .custom-file-label {
  height: 30px;
  width: 100%;
  background: transparent;
  border-radius: 8px;
  padding: 8px 16px;
  border: 0;
  margin-bottom: 0;
  cursor: pointer;
  z-index: 1;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-align-items: center;
  font-weight: bold;
}
.custom-file .custom-file-label::before {
  content: "";
  height: 30px;
  background: #FAFAFD;
  border: 1px solid rgba(108, 118, 144, 0.15);
  display: inline-block;
  width: calc(86% - 20px);
  position: absolute;
  left: 0;
  border-radius: 8px;
  top: 0;
  z-index: -1;
  cursor: pointer;
}
.custom-file .custom-file-label::after {
  text-align: center;
  text-decoration: none;
  border-radius: 8px;
  height: 30px;
  line-height: 10px;
  font-weight: bold;
  font-size: 16px;
  text-transform: capitalize;
  padding: 8px 24px;
  color: #508BCC;
  background-color: transparent;
  border: 1px solid #508BCC;
  cursor: pointer;
}
.custom-file .custom-file-label::after:hover {
  color: #495576;
  background-color: transparent;
  border-color: #495576;
}
#profile_image {
  display: none
}
.active-text {
  color: #30B3BB !important;
}
.inactive-text {
  color: #D7467A !important;
}
.active-bg {
  background-color: #30B3BB !important;
}
.inactive-bg {
  background-color: #D7467A !important;
}
/*double-input-group Start*/
.double-input-group {
  display: flex;
  display: -ms-flex;
  align-items: center;
  -ms-align-items: center;
}
.double-input-group > div {
  width: 100%;
}
.double-input-group > .separator {
  margin: 0 8px;
  width: auto;
}
/*++++++++Note - Use below css when you want to add calendar icon in double input group select++++++++*/
/*
.double-input-group .cmn-single-select .select2-container--default .select2-selection--single .select2-selection__arrow::before{
    content: "\e907";
font-family: 'icomoon';
font-size: 18px;
color: #6C7690;
transition: all 0.2s ease-out;
}
.double-input-group .cmn-single-select .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
  transform: rotate(0);
}

*/
/*double-input-group End*/
/*tabs*/
.cmn-tabs {
  border: 1px solid rgba(108, 118, 144, 0.15);
  box-shadow: 0 24px 34px rgba(120, 120, 143, 0.08);
  border-radius: 8px;
  background-color: #ffffff;
}
.cmn-tabs .nav-item .nav-link {
  padding: 10px 20px;
  border-radius: 8px;
  border: 0;
  font-size: 14px;
  font-weight: bold;
    text-transform: uppercase;
  color: #6C7690;
  position: relative;
  margin-bottom: 0;
}
.cmn-tabs .nav-item .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  height: 2px;
  width: 28px;
  background-color: transparent;
}
.cmn-tabs .nav-item .nav-link.active {
  color: #30B3BB;
}
.cmn-tabs .nav-item .nav-link.active::after {
  background-color: #30B3BB;
}
.cmn-tabs .tabs-dropdown {
  display: flex;
  align-items: center;
  padding-right: 10px;
}
/*tabs*/
.cmn-border {
  border: 1px solid rgb(108 118 144 / 15%);
  border-radius: 6px;
}
.adddatasource-file .modal-dialog {
  max-width: 768px;
  width: 768px
}
.cmn-scroll-select ul {
  height: 350px;
  overflow: hidden;
  overflow-y: auto;
  margin-bottom: 0px;
}
.custom-select {
  padding: 5px 16px;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 13px;
  color: #12193d;
  background-color: #ffffff;
  border: 1px solid rgba(108, 118, 144, 0.15);
  border-radius: 6px;
  height: 30px;
  background-image: url("../images/icon-angle-down.svg");
  background-size: 16px;
}
.custom-select:focus {
  border-color: rgba(108, 118, 144, 0.15);
  outline: 0;
  box-shadow: none;
}
.delete-btn {
  border: 1px solid #6C769026;
  background: #fff;
  color: #81878D;
}

/* Filter Structure */

.one-select-filter .filters > .f-by-dd,
.one-select-no-btn-filter .filters > .f-by-dd,
.no-select-one-btn-filter .filters > .f-by-dd,
.no-select-no-btn-filter .filters > .f-by-dd{
    width: 20%;
}
.one-select-filter .filters > .f-by-input{
width: 55%;
}
.one-select-no-btn-filter .filters > .f-by-input{
width: 60%;
}
.no-select-one-btn-filter .filters > .f-by-input{
  width: 77%;
}
.no-select-no-btn-filter .filters > .f-by-input{
    width: 80%;
}
.three-select-filter .filters > .f-by-input{
width: 30%;
}
.two-select-filter .filters > .f-by-input{
width: 29%;
max-width: 488px;
}

.three-select-filter .filters > .f-by-dd,
.two-select-filter .filters > .f-by-dd{
    width: 15%;
}


/* Filter Structure */


.custom-switch-right.custom-switch{
  padding-left: 0px;
  padding-right: 35px;
}
.custom-switch-right.custom-switch .custom-control-input:checked ~ .custom-control-label::after{
  position: absolute;
  left: inherit;
  right: -36px;
  top: 1px;
}
.custom-switch-right.custom-switch .custom-control-input:checked ~ .custom-control-label::before{
  position: absolute;
    right: -52px;
    left: inherit !important;
}
.custom-switch-right.custom-switch .custom-control-label::after{
  position: absolute;
  left: inherit;
  right: -36px;
  top: 1px;
}
.custom-switch-right.custom-switch .custom-control-label::before{
  position: absolute;
  left: inherit !important;
  right: -52px;
}
.custom-switch-right.custom-switch .custom-control-input{
  position: absolute;
    left: inherit;
    right: 35px;
}
.icon-link:hover{
    color: #12193d;
    text-decoration: none;
}



/*bottom-slide-panel*/

.bottom-slide-panel {
	position: fixed;
	height: 100vh;
	width: 100%;
	opacity: 1;
	transform: translateY(100vh);
	transition: opacity 0.3s ease-out;
	background-color: rgba(0,0,0,0.5);
	z-index: 100000;
}
.bottom-slide-panel.show {
    opacity: 1;
    transform: translateY(0);
}
.bottom-slide-panel::before {
    content: "";
  position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(18,25,61,0.5);
	left: 0;
}
 .bottom-slide-panel .panel-dialog{
    min-height: 380px;
    max-height: 100vh;
    height: auto;
    width: 100%;
    background-color: #FAFAFD;
    padding: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(380px);
    opacity: 0;
    transition: transform 0.3s ease-out;
    z-index: 100000;
}
.bottom-slide-panel .panel-dialog .panel-body{
    overflow-y: auto;
    max-height: calc(100vh - 160px);
}
 .bottom-slide-panel .panel-dialog.show-panel{
transform: translateY(0);
    opacity: 1;
}
 .bottom-slide-panel .panel-dialog .panel-header{
    width: 100%;
    margin-bottom: 32px;
}
.bottom-slide-panel .panel-dialog .panel-header > .btn{
    margin-left: auto;
}
/*bottom-slide-panel*/


.list-head {
    padding: 24px 24px;
	background: #6c7690;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	border-radius: 8px 8px 0 0;
	border: 1px solid rgb(108 118 144 / 15%);
	text-decoration: none;
}



/*Multiselect Plugin*/

.cmn-mutliselect .ms-container{
    width: 100%;
}
.cmn-mutliselect  .ms-container .ms-selectable,
.cmn-mutliselect  .ms-container .ms-selection{
    width: calc(50% - 25px) ;
}
.cmn-mutliselect  .ms-container .ms-selectable{
margin-right: 25px;
}
.cmn-mutliselect  .ms-container .ms-selection{
margin-left: 25px;
position: relative;
}
.ms-selectable .search-input-add,
.ms-selection .search-input-remove {
  background: url("../images/search.svg") no-repeat right 22px center;  
}
.cmn-mutliselect  .ms-container .ms-selectable .multiselect-header,
.cmn-mutliselect  .ms-container .ms-selection .multiselect-header{
     border: 1px solid rgb(108 118 144 / 15%);
    border-bottom: 0 ;
    border-radius: 6px 6px 0 0 ;
    margin-bottom: 0;
padding: 24px 24px 12px 24px;
}
.cmn-mutliselect .ms-container .ms-selectable ul li, .cmn-mutliselect .ms-container .ms-selection ul li {
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	color: #0f1f43;
	padding: 8px 12px;
	border: 0;
    position: relative;
}
.create-temp-box .add_selected.ms-elem-selectable {
  background: url("../images/plus.svg") no-repeat center center;
  width: 25px;
  height: 25px;
  position: relative;
  top: 2px;
  left: 2px;
}
.add_selected.ms-elem-selectable .fa-plus {
  /* display: none; */
}
#lookupSwapForm .select2-container .select2-choice abbr, 
#lookupSwapForm.select2-container .select2-choice abbr:hover,
.data-source-field .select2-container .select2-choice abbr,
.add-data-source-card .select2-container .select2-choice abbr,
.lookup-tables-filter .select2-container .select2-choice abbr{
  top: 10px;
}
.cmn-mutliselect .ms-container .ms-selectable ul li::after, .cmn-mutliselect .ms-container .ms-selection ul li::after {
    font-family: 'icomoon' !important;
	color: #30B3BB;
	right: 24px;
	position: absolute;
}
.cmn-mutliselect .ms-container .ms-selectable ul li::after {
	content: "\e91b";
	
}
.cmn-mutliselect .ms-container .ms-selection ul li::after {
	content: "\e917";
}
.cmn-mutliselect .ms-container .ms-selectable ul.ms-list li:hover, .cmn-mutliselect .ms-container .ms-selection ul.ms-list li:hover {
    background: #fafafd;
    color: #12193d;
}
.cmn-mutliselect .ms-container .ms-selectable ul.ms-list, .cmn-mutliselect .ms-container .ms-selection ul.ms-list {
   	-webkit-box-shadow: none;
    -moz-box-shadow:none;
    box-shadow: none;
    border: 1px solid rgb(108 118 144 / 15%);
    border-radius: 6px;
    height: 250px;
    padding: 20px;
    margin-top: -4px;
}
.ms-selection .ms-list {
  background: #30B3BB0D;
  border: 1px solid #6C769026;
}
.cmn-mutliselect .ms-container .ms-selectable ul.ms-list li:hover, .cmn-mutliselect .ms-container .ms-selection ul.ms-list li:hover {
    background: #fafafd;
    color: #12193d;
}


.ms-container .ms-list {

}

/*Multiselect Plugin*/




/* Common Template Cards */
.cmn-template-card .asset-title h2{
  font-size: 24px;
  color: #12193d;
  line-height: 28px;
}
.cmn-template-card .asset-title p{
  color: #495576;
}
.cmn-card-prop {
/*

  border-top: transparent;
  border-bottom: transparent;
  padding: 0px 80px 0px 0px;
  border-left: transparent;
*/
width: calc(100% / 5);
padding-left: 60px;
padding-right: 60px;
border-right: 1px solid rgb(108 118 144 / 15%);

display: flex;
display: -ms-flex;
justify-content: center;
-ms-flex-pack: center !important;
}
.pool-history .cmn-card-prop {
  justify-content: left;
  padding-left: 32px;
  text-align: left !important;

}
.cmn-card-prop > div{
   word-break: break-all;
}

.cmn-card-prop:first-child{
padding-left: 0;
        justify-content: flex-start;
-ms-flex-pack: start  !important;
    width: 16%;
}
.cmn-card-prop:last-child{
  border: none;

}
.cmn-template-card-prop .cmn-card-prop h5{
  color: #495576;
}
.cmn-template-card-prop .cmn-card-prop p{
  color: #12193d;
}
.cmn-templates{
  max-width: 100%;
  flex-wrap: nowrap;
  width: auto;
  overflow-x: auto;
  overflow-y: hidden;
  min-width: 100%
}


.cmn-card-prop h2{
  font-size: 24px;
  font-weight: 700;
  color: #12193d;
}
.pool-history .cmn-template-card-prop .cmn-card-prop p{
  color: #495576;
  margin-bottom: 0;
  line-height: 20.6px;
}
.pool-review-process-list-other tr th:first-child, .pool-review-process-list-other tr th:nth-child(5) {
  width: auto;
  min-width: 180px;
}
.cmn-editor-area textarea{
  height: 200px !important;
}
.cmn-editor-area .cmn-editor{
  position: absolute;
  left: 1px;
  top: 32px;
  line-height: 48px;
  background: #fafafd;
  padding-left: 3px;
  max-width: 100%;
  width: 100%;
  height: 48px;
  border-radius: 8px;
  align-items: center;
}
.cmn-editor-area textarea{
  padding-top: 70px !important;
}

.header-footer-list .table tr th, .header-footer-list .table tr td {
  min-width: 250px !important;
  width: 50%;
}

.border-lefts {
  border-left: 1px solid rgb(108 118 144 / 15%)!important;
}
.text-darked {
  color: #12193d;
}
.variables-table .table thead th, 
.variables-table .table tbody td, 
.variables-table .table tbody td{  
  word-break: break-all;
}
.variables-table .table tr th:nth-child(1), 
.variables-table .table tr td:nth-child(1){
  min-width: 220px;
}

.card .card-body .padding-box{
    padding: 32px 24px;
}
.card .card-body .card-footer{
   border-color: rgb(108 118 144 / 15%)!important;
}

.v-add-info-box {
  background: rgba(48, 179, 187, 0.1);
  border: 1px solid #30B3BB;
  border-radius: 0px;
}
.v-add-info-box.--shortcut,
.v-add-info-box.--functions {
  border-radius: 0;
  border: 1px solid;
  position: relative;

}
.bootstrap-table .fixed-table-container .table thead th .both {
  line-height: 18px;
}
.v-add-info-box.--shortcut a.close-icon,
.data-source-info-box a.close-icon,
.v-add-info-box.--functions a.close-icon{
  position: absolute;
  top: 12px;
  right: 10px;
}
.v-add-info-box.--shortcut {
  background: #E1EFFF;
  border-color: #508BCC;
  padding: 14px 46px 14px 27px;
}
.v-add-info-box.--functions {
  padding: 18px 9px 17px 15px;
  background: #FDF0CA;
  border-color: #FFC107;
}

.v-add-info {
  display: flex;
  align-items: flex-start;
}

.v-add-info img {
  width: 20px;
  height: 20px;
  margin-top: 2px;
}

.variables-add.cmn-box {
  box-shadow: none;
}
.variables-add .feedback, .variables-add .form-group .feedback{
  color: #6c7690;
}

.add-formula-segment .custom-collapse .card-header button{
  background-color: #fafafd;
  color: #12193d;
  padding: 21px 24px;
}
.add-formula-segment .custom-collapse .collapse.show{
  box-shadow: none;
}
.cmn-tabs-2 {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  box-shadow: none;
}
.cmn-tabs-2.cmn-tabs .nav-item .nav-link {
  padding: 24px 16px;
}

.cmn-table-2 tr th:nth-child(1),
.cmn-table-2 tr td:nth-child(1)  {
  padding-left: 20px;
}
.cmn-table-2 tr th:nth-child(2),
.cmn-table-2 tr td:nth-child(2)  {
  width: 15%;
  text-align: center;
}
.cmn-tabs-2 tbody {
  display:block;
  max-height:526px;
  overflow-y:auto;
}
.cmn-tabs-2 thead,.cmn-tabs-2 tbody tr {
  display:table;
  width:100%;
  table-layout:fixed;
}
.cmn-tabs-2 thead {
  width: calc( 100% - 10px )
} 
.cmn-tabs-2 .table tr th, .cmn-tabs-2 .table tr td {
  min-width: 150px;
  font-size: 14px;
  color: #12193d;
  font-family: 'Lato';
  line-height: 24px;
}
.cmn-tabs-2 .table tr td {
  font-weight: 700;
  color: #495576;
  font-size: 12px;
}

/******************************/
.btn-sty1:hover, .btn-sty1:focus{
  background-color: #1c5490;
  border-color: #1c5490;
}

.form-control{
  font-family: 'Lato';
  font-weight: 700 !important;
  /* color: #303A43 !important; */
}

.form-control::placeholder{
  font-family: 'Lato';
  color: #81878D !important;
  opacity: 0.7 !important;
}
.pools-listing-list .bootstrap-table .fixed-table-container .table thead th .th-inner,
.users-list .bootstrap-table .fixed-table-container .table thead th .th-inner, 
.assumptions-scenerio-table .bootstrap-table .fixed-table-container .table thead th .th-inner,
.lookup-tables-list .bootstrap-table .fixed-table-container .table thead th .th-inner,
.table-responsive .bootstrap-table .fixed-table-container .table thead th .th-inner {
  padding: 10px 12px 5px;
}
.users-list .bootstrap-table .fixed-table-container .table thead th,
.pools-listing-list .bootstrap-table .fixed-table-container .table thead th,
.assumptions-scenerio-table .bootstrap-table .fixed-table-container .table thead th,
.lookup-tables-list .bootstrap-table .fixed-table-container .table thead th,
.output_templates-list .bootstrap-table .fixed-table-container .table thead th,
.table-responsive .bootstrap-table .fixed-table-container .table thead th {
  vertical-align: middle;
  height: 38px;
}
#change_status_confirm {
  height: 0;
  display: block;
}
.filter-block.users-filter .user-table-filter .filter-div.f-by-type {
  max-width: 170px;
}
.cmn-box.pool-history {
  padding: 14px 40px;
}
.pool-history-filter.filter-block .filter-div:first-child {
  margin-right: 5px !important;
} 
.pool-history-filter.filter-block .filter-div:first-child {
  max-width: 488px;
}
.w-170 {
  width: 170px !important;
}
.add-formula-segment {
  padding: 19px 48px 35px;
}
.placeholder_dark::placeholder {
  color: #00f;
}
.data_type_select .custom-select {
  padding-left: 16px !important;
  line-height: 16px;
  width: 230px;
}
.select_cat_var .select2-container .select2-choice>.select2-chosen {
  color: #303A43;
}
.select_cat_var.cmn-single-select .select2-container .select2-choice .select2-arrow {
  width: 35px;
}
#varuable_input {
  position: relative;
}
#formula_library_btn {
  background: url("../images/arrow.svg") no-repeat right center;
  color: #508BCC;
  font-weight: 700;
  position: absolute;
  right: 0;
  top: -5px;
  padding-right: 36px;
}

.form-control#variable_value {
  left: 0;
  width: calc(100% + 0);
  transition: all 1s;
  right: 0;
}
.form-control#variable_value:focus {
  position: relative;
  /* left: -75px; */
  /* width: calc(100% + 75px); */
  box-shadow: 0px 24px 34px rgba(120, 120, 143, 0.08);
  right: 0;
}

.add-data-source-card,
.cmn-box-padding {
  padding: 20px 32px 30px;
}
.create-fee-exp {
  padding: 12px 0px 30px;
}
#fees_expanses_table.cmn-table .table thead tr th {
  padding: 20px;
  color: #81878D;
}
#fees_expanses_table .table tr td {
  color: #81878D;
  padding: 13px 24px;
  font-weight: 400 !important;
}
#fees_expanses_table .table tr td .filter-div label.body-text-2 {
  display: none;
}
#fees_expanses_table .table tr td .filter-div {
  width: 140px !important;
  margin-bottom: 0;
}
#fees_expanses_table .table tr td .create-term-onclick-field .form-control:not(.select2-container) {
  height: 31px;
}
#fees_expanses_table .table tr td .create-term-onclick-field {
  width: 140px !important;
}
#fees_expanses_table .table tr td .filter-div a.select2-choice, 
#fees_expanses_table .table tr td .filter-div span.select2-chosen {
  height: 31px;
  line-height: 28px;
}
#fees_expanses_table.cmn-box {
  border: none;
  box-shadow: none;
}
.cmn-box.view-data-source-box {
  padding: 12px 30px;
}
.heading-block .link-dropdown.cmn-dropdown,
.heading-block .cmn-dropdown {
  padding: 0px 16px;
}
.field-wrapper {
  padding: 20px 30px;
  background-color: #ffffff;
  border-radius: 8px;
  /* box-shadow: 0 10px 30px 0px rgb(18 25 61 / 10%); */
  box-shadow: 0 24px 34px rgba(120, 120, 143, 0.08);
  border: 1px solid rgb(108 118 144 / 15%);
  position: relative;
  transition: all 0.3s ease-out;
}
.field-wrapper > .col {
  border-right: 1px solid #6C769026;
  padding: 0 43px;
}
.field-wrapper > .col:first-child {
  padding-left: 0;
}
.field-wrapper > .col:last-child {
  padding-right: 0;
  border-right: none;
}
.field-wrapper > .col label {
  color: #4E565F;
  font-size: 16px;
}
.data-source-info-box {
  position: absolute;
  max-width: 448px;
  padding: 20px;
  height: 96px;
  background: #FDF0CA;
  border: 1px solid #FFC107;
  bottom: -62px;
  left: 0;
}
.data-source-info-box span {
  color: #9C7D1F;

}
.myHr {
  border-width: 2px;
  border-color: #dfdfdf !important;
}
.integration-tabs-data .ms-selection ul li {
  list-style: none;
  font-size: 14px !important;
}
.integration-tabs-data .ms-selection ul li:hover {
  background: none !important;
}
.integration-tabs-data .ms-selection ul.ms-list {
  height: 400px !important;
  overflow-y: auto;
}
.integration-tabs-data .ms-selection:before {
  display: none;
}
.view-data-source-box.--field-tab {

}
.view-data-source-box.--field-tab label {
  font-weight: 400;
  color: #303A43;
  text-decoration: underline;
  text-transform: lowercase;
}
.view-data-source-box.--field-tab label:hover {
  text-decoration: none;
}
.collapsible-link {
  width: 100%;
  position: relative;
  text-align: left;
}

.collapsible-link::before {
  content: "";
  background: url("../images/arrow-down.svg") no-repeat;
  position: absolute;
  top: 52%;
  right: 0.75rem;
  transform: translateY(-50%);
  display: block;
  width: 13px;
  height: 9px;
}
.collapsible-link::after {
  position: absolute;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  border: 1px solid #ddd;
  content: "";
  right: 3px;
  top: 2px;
}

.collapsible-link[aria-expanded="true"]::before {
  content: "";
  background: url("../images/arrow-up.svg") no-repeat;
}
#accordionExample h2 {
  cursor: pointer;
}

.package-data-box.package-data-box-hide-show,
.preview-section.preview-data-box-hide-show {
  transform: translateX(0px);
}
.package-data-box,
.preview-section {
  background: #fff;
  width: 100%;
  transform: translateX(100vw);
  position: absolute;
  top: 140px;
  transition: transform 1s;
  z-index: 1;
  bottom: 0;
}
.preview-data-box-hide-show .cmn-box > form{
  height: 630px;
  overflow-y: auto;
  overflow-x: hidden;
}
.preview-section {
  top: 0;
  left: 0;
}
.preview-scenario {
  top: 70px;
}
.run-scenerio-segment {
  overflow: hidden;
}
.package-data-box .form-control:not(.select2-container),
.package-data-box .cmn-single-select .select2-container .select2-choice,
#package_form .update-pack-box-wrapper #fees_table .form-control:not(.select2-container),
#package_form .update-pack-box-wrapper #fees_table .cmn-single-select .custom-select {
  height: 31px;
  padding: 5px;
  font-size: 12px;
  line-height: 21px;
}
.package-data-box .cmn-single-select .select2-container .select2-choice .select2-arrow::before {
  font-size: 12px;
  right: -15px;
  position: relative;
  top: 5px;
}
.package-data-box.package-data-box-hide-show table tbody tr {
  border-bottom: 1px solid #6C769026;
}
.update-pack-box {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 24px 34px rgba(120, 120, 143, 0.08);
  border: 1px solid rgb(108 118 144 / 15%);
  padding: 0 0 37px 0;
}
.update-pack-footer-button a,
.update-pack-footer-button button {
  margin-right: 16px !important;
}
.update-pack-footer-button button:last-child {
  margin-right: 8px !important;
}
#package_form .update-pack-box-wrapper #fees_table .form-control:not(.select2-container),
#package_form .update-pack-box-wrapper #fees_table .cmn-single-select .custom-select  {
  font-size: 14px !important;
  width: 90px;
}
.update-pack-box-wrapper .ui-sortable-handle .select2-search-choice-close,
.update-pack-box-wrapper .select2-search-choice .select2-search-choice-close{
  top: 7px;
}
.update-pack-box-wrapper .ui-sortable-handle > div,
.update-pack-box-wrapper .select2-search-choice > div{
  color: #81878D;
  font-size: 12px;
}
.update-pack-box-wrapper .select2-search-field {
  padding-left: 10px !important;
}
.update-pack-box-wrapper .select2-search-field input {
  color: #303A43 !important;
}
.update-pack-box-wrapper .select2-search-choice {
  padding: 6px 27px 6px 10px !important;
  margin-bottom: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
  border: 1px solid #D9D9D9 !important;
  border-radius: 5px !important;
}
/* .update-pack-box-wrapper .select2-container.form-control .select2-search-choice { */
.update-pack-box-wrapper .select2-container.form-control ul.select2-choices{
  padding: 5px 10px 4px 5px !important;
}
.assumption-var-box .select2-container ul.select2-choices{
  padding: 5px 10px 4px 8px !important;
  overflow-y: auto;
  height: 40px !important;

}
.pools-listing-list a {
  color: #303A43 !important;
}
/* .btn.search_data .icon-icon-search {
  position: relative;
  top: -2px;
} */
.discussion_ribbon_enable_body .pool-history-right-icons {
  position: fixed;
  right: 0;
  top: 46.75%;
  width: 40px;
  display: block;
  z-index: 9999999;
}
.pool-history-right-icons {
  display: none;
}
.discussion_ribbon_enable_body .collapse > .cmn-tabs {
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 8px;
}
.discussion_ribbon_enable_body .collapse .cmn-tabs .discussion_ribbon_enabled{
  background: #ffffff;
  border: 1px solid rgba(108, 118, 144, 0.15);
  box-shadow: 0 24px 34px rgba(120, 120, 143, 0.08);
  border-radius: 8px;
}
.pool-history-right-icons a {
  background: #30B3BB;
  border-radius: 6px 0 0 6px;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 5px 0;
  position: relative;
}
.pool-history-right-icons a img,
.cart-drawer-close-btn img {
  width: 20px;
  height: 20px;
}
.pool-history-right-icons a span {
  width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 50%;
    color: #30B3BB;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: bold;
    position: absolute;
    top: 4px;
    right: 4px;

}
.cart-drawer {
  height: 100%;
  position: fixed;
  top: 70px;
  width: 400px;
  z-index: 1;
}

.cart-drawer.pool-work-wrapper {
  top: 212px;
  border-radius: 8px;
  box-shadow: 0 24px 34px rgba(120, 120, 143, 0.08);
  position: fixed;
  height: calc(100vh - 190px);
}

.plan-box-inner.--work-box {
  border-radius: 8px;
}

.view-hide-box {display:none;}
.show {display:visible;}
.view-hide-box > div {
  padding: 14px;
  background: #f7f8f9;
  border: 1px solid rgba(108, 118, 144, 0.15);
  margin: 10px 0;
  border-radius: 8px;
}
.cart-drawer-right { 
  right: -440px; }

.cart-drawer-right.cart-drawer-open,
.cart-drawer-right.cart-drawer-open1 { 
  right: 0; z-index: 99999999; 
}
#scratchWork input {
  border: none;
  border-bottom: 1px solid rgba(108, 118, 144, 0.15);
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
}
.cmn-table.createClose {
  background: none;
  box-shadow: none;
}
#scratchWork .form-control:placeholder-shown {
  font-weight: 400 !important;
} 
.cart-drawer, 
.cart-drawer-push {
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
transition: all 0.5s ease;
}

.cart-drawer-close-btn,
.cart-drawer-close-btn1 {
  cursor: pointer;
  position: absolute;
  top: 40%;
  left: -40px;
  z-index: 999;
  background: #30B3BB;
  border-radius: 6px 0 0 6px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.plan-box-inner {
  float: right;
  overflow: hidden;
  background: #ffffff;
  width: 400px;
  height: 100%;
  padding: 15px 0;
  position: relative;
}
.show-lookup-toggle .onoffswitch1 {
  margin-top: 9px;
}
.pool-his-slide-tabs .cmn-tabs {
  background: none;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #efefef;
  border-radius: 0;
  padding: 0 0px;
}
.pool-his-slide-tabs .cmn-tabs .nav-item .nav-link::after {
  width: 100%;
  height: 1px;
}
i.icon-icon-close.cart-drawer-close-btn,
i.icon-icon-close.cart-drawer-close-btn1 {
  position: static;
  background: no-repeat;
  height: auto;
  width: auto;
}
.pool-his-slide-tabs .cmn-tabs .nav-item .nav-link {
  text-transform: capitalize;
  padding-left: 30px;
  padding-right: 30px;
}
.pool-his-slide-tabs .chat-in {
  padding-right: 40px;
  margin-bottom: 20px;
}
.pool-his-slide-tabs .chat-out {
  padding-left: 40px;
  margin-bottom: 20px;
}
.pool-his-slide-tabs .chat-in p {
  background: #eef4fa;
  padding: 10px;
  border-radius: 6px;
  margin-bottom: 5px;
}
.pool-his-slide-tabs .chat-out p {
  border-radius: 6px;
  background: #508bcc;
  padding: 10px;
  color: #fff;
  margin-bottom: 5px;
}
.pool-his-slide-tabs .chat-out .auth-time {
  text-align: right;
}
.pool-his-slide-tabs .chat-box {
  height: 50vh;
  overflow-y: auto;
}
.assumption-var-box.two-select-filter .filter-by-var-cat{
  width: 170px !important;
}
.assumption-var-box.two-select-filter .filter-by-var-cat .select2-search-choice {
  border: 1px solid #D9D9D9 !important;
  background: #F2F2F2!important;
  color: #81878D !important;
  font-size: 12px;
  border-radius: 5px !important;
  padding: 6px 24px 5px 10px !important;
  margin-left: 0 !important;
  margin-right: 6px !important;
}
.assumption-var-box.two-select-filter .filter-by-var-cat .select2-search-choice-close {
  top: 7px;
}
.loading-text {
  font-size: 20px !important;
}
#ind_resp {
  position: relative;
}
#ind_resp::after {
  position: absolute;
  content: "";
  background: #0000001A;
  left: -20px;
  right: 0;
  bottom: 0;
  height: 1px;
  width: calc(100% + 40px);
}
#corelogic_resp .table tr td,
#ind_resp .table tr td,
#hpa_resp .table tr td {
  font-size: 12px;
  color: #303A43;
  border: none;
  font-weight: 600;
  padding: 7.5px 5px;
}

#corelogic_resp .table *:hover,
#ind_resp .table *:hover,
#hpa_resp .table *:hover {
  background: none;
}
#corelogic_resp .table tr:first-child td,
#ind_resp .table tr:first-child td,
#hpa_resp .table tr:first-child td {
  color: #81878D;
}

#corelogic_resp .table tr:last-child td,
#ind_resp .table tr:last-child td,
#hpa_resp .table tr:last-child td {
  border-top: 1px solid #0000001A;
}
h5.modal-title {
  font-size: 18px;
  color: #303A43 !important;
}
.modal-body .cmn-tabs {
  box-shadow: none;
}
.lookup_is_bucket .checked-box,
.lookup_table_type .checked-box {
  background: #EEF9FA;
}
.lookup_is_bucket .custom-control ,
.lookup_table_type .custom-control {
  padding: 6px 11px 0px 40px;
}
.lookup_is_bucket .checked-box label,
.lookup_table_type .checked-box label {
  font-weight: bold;
}
#import_info ul li {
  color: #30B3BB;
  font-size: 16px;
  font-weight: bold;
  background: url("../images/import-tick.svg") no-repeat left center;
  padding: 5px 0 5px 30px;
}
.table tr td p {
  font-size: 13px;
}
#viewMappedModal .nav-tabs {
  border: none;
}
.export-xl-pdf-box .select2-container.form-control .select2-choices {
  height: 34px !important;
  overflow: auto;
  min-height: 34px !important;
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}
.export-xl-pdf-box .cmn-table .table tbody tr td {
  vertical-align: middle !important;
}
.view-cat-model label.body-text-2{
  margin-bottom: 0;
  padding: 5px 0 5px 20px;
  color: rgba(48, 179, 187, 1);
}
.view-cat-model .view-cat-row input,
.view-cat-model .view-cat-row select  {
    margin-left: 20px;
    max-width: 150px;
    border-top: none;
    border-right: none;
    border-left: none;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
}
.view-cat-model span.custom-tool-tip {
  display: block;
  width: 25px;
  text-align: center;
}
.view-cat-model .view-cat-row .form-group {
  margin-bottom: 0;

}
.view-cat-model .view-cat-row .view-cat-model-label-tootip {
  background: rgba(250, 250, 253, 1);
  align-items: center;
}
#package_table_data_wrapper .dataTables_scrollBody {
    border-bottom: none !important;
}
#package_table_data_wrapper #package_table_data .input-container {
    max-width: max-content;
}
.view-scenario-box table td:first-child {
  text-decoration: underline;
}
.view-scenario-box table td:first-child a .custom-tool-tip img {
  width: 12px;
  height: 12px;
}
.view-scenario-box table td:first-child a .custom-tool-tip {
  background: #fff;
  border-radius: 50%;
  padding: 2px;
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
  margin-left: 5px;
}
.view-scenario-box table td .form-control,
.view-scenario-box table td .custom-select {
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
  padding-left: 0;
  margin-right: 5px;
  min-width: 170px;
  max-width: 170px;
  padding: 5px 0;
}
/*****************************/
/***** Comman css *******/
.text_reg {
  font-weight: 400;
}
.semi-bold {
  font-weight: 500;
}
.bold_600 {
  font-weight: 600;
}
.bold {
  font-weight: 700 !important;
}
.text_12 {
  font-size: 12px;
}
.text_14 {
  font-size: 14px;
}
.text_16 {
  font-size: 16px;
}
.grey_text {
  color: #81878D;
}
.grey_light_text {
  color: rgba(130, 140, 153, 1);
}
.dark_text {
  color: #303A43 !important;
}
.white_text {
  color: #fff;
}
.black_text {
  color: #000;
}
.red_text {
  color: #D7467A !important;
}
.green_text {
  color: #0EB500 !important;
}
.text-decoration-underline {
  text-decoration: underline;
}
.text-decoration-none {
  text-decoration: none !important;
}
.blue_text {
  color: rgba(80, 139, 204, 1);
}
/***** Comman css *******/
/***** Responsive css *******/
@media (min-width: 1200px) {
  .view-cat-model .view-cat-row .view-cat-model-label-tootip {
    min-width: 300px;
  }
  #reportTabContent.tab-content .discussion_ribbon_enabled.w-70 {
    width: calc(100% - 420px);
  }
  #reportTabContent.tab-content>.active {
    transition: width 0.5s;
    width: 100%;
  }
  .assumption-var-box .show-lookup-toggle {
    min-width: 230px;
  }
  .models-box .f-by-name {
    width: 200px !important;
  }
  .assumption-var-box .show-lookup-toggle .onoffswitch1 {
    margin-top: 2px;
  }
  .f-by-logic {
    min-width: 150px;
  }
  .prod-ver-box {
    max-width: 200px;
  } 
  .update-pack-box tr td:first-child {
    min-width: 300px;
  }
}
@media (min-width: 992px) {
  .createSceFields,
  .tuneSceFields {
    -ms-flex: 0 0 96.666667%;
    flex: 0 0 96.666667%;
    max-width: 91.666667%;
  }
  .createSceClose,
  .tuneSceClose {
    -ms-flex: 0 0 3.333333%;
    flex: 0 0 3.333333%;
    max-width: 3.333333%;
    display: flex;
    align-items: center;
  }
  .w-80 {
    width: 80px;
  }
  .w-70 {
      width: 70px;
  }
  .w-60 {
      width: 60px;
  }
}
@media (min-width: 1350px) and (max-width: 1700px) {
  .field-wrapper > .col {
    padding: 0 10px;
  }
}
@media (min-width: 1440px) {
  .pools-listing-filter .f-by-name,
  .products-filter .f-by-name,
  .utility-cat-filter .f-by-name {
    max-width: 488px;
  }
  .create-temp-box .notes-opt {
    padding-right: 15px;
  }
}
@media (max-width: 1199px) {
  .view-cat-model .view-cat-row .view-cat-model-label-tootip {
    min-width: 220px;
  }
  #package_table_data_wrapper tr th:first-child, 
  #package_table_data_wrapper tr td:first-child {
    min-width: unset;
  }
}
@media (max-width: 1099px) {
  .field-wrapper > .col {
    padding: 0 15px;
  }
  .field-wrapper {
    overflow-x: auto;
  }
  .field-wrapper > .col {
    flex: 0 0 20%;
  }
  .package-data-box,
  .preview-section {
    top: 180px;
  }
  .filter-block.users-filter .user-table-filter .filter-div.f-by-type {
    width: 250px;
  }
  .filter-block .user-table-filter .filter-div{
    width: 50%;
  }
  .filter-block.pools-listing-filter .filter-div{
    width: 30%;
  }
  .cmn-table .action-btn {
    margin-bottom: 5px;
  }
  .filter-block.pools-listing-filter .filters > .f-by-input {
    margin-bottom: 0 !important;
    width: 25%;
  }
  .filter-block.pools-listing-filter .filters > .filter-div.search-btn {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 991px) {
  .cmn-tabs.pool-history-tabs {
    overflow: unset;
  }
  .dataSourceAdcoBox {
    margin-bottom: 20px;
  }
  .cpr-history-box #filter_form{
    width: 100% !important;
  }
  .assumptions-tab,
  .utility-cat-filter,
  .cpr-history-box {
    flex-direction: column-reverse;
  }
  .assumptions-tab > form,
  .utility-cat-filter > form {
    width: 100% !important;
  }
  .package-data-box,
  .preview-section {
    top: 120px;
  }
  .heading-block h1 {
    font-size: 24px;
  }
}
@media (min-width: 1440px) and (max-width: 1758px) {
  .variable-box .search-btn,
  .lookup-tables-filter .search-btn{
    margin-top: 16px;
  }
}
@media (min-width: 1440px) and (max-width: 1560px) {

}
@media (min-width: 992px) and (max-width: 1439px) {
  #ind_resp .bootstrap-table .fixed-table-container .fixed-table-body {
    overflow: unset;
  }
  .utilities-box .search-btn,
  .fields-box .search-btn,
  .models-box .search-btn {
    margin-top: 16px;
  }
  .utilities-box .f-by-name {
    width: 200px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  
  .mt-lg-16 {
    margin-top: 16px !important;
  }
  .mt-lg-20 {
    margin-top: 20px !important;
  }
  .utility {
    height: 150px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .two-select-filter.models-box .filters > .f-by-input,
  .two-select-filter.models-box .filters > .f-by-dd {
    margin-bottom: 0 !important;
  }
  .filter-block.property-type-filter .filter-div {
    width: 25%;
  }
  .mt-md-16 {
    margin-top: 16px !important;
  }
  .mt-md-20 {
    margin-top: 20px !important;
  }
  .w-30 {
    width: 30% !important;
  }
  .w--25 {
    width: calc(25% - 16px) !important;
  }
  .mb-md-16 {
    margin-bottom: 16px !important;
  }
  .mb-md-0 {
    margin-bottom: 0px !important;
  }
}
@media (min-width: 768px) {
  .cmn-mutliselect  .ms-container .ms-selection:before {
    content: "";
    position: absolute;
    background: url("../images/refresh.svg") no-repeat center center;
    width: 25px;
    height: 25px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: -37px;
  }
}
@media (max-width: 767px) { 
  #ind_resp .bootstrap-table .fixed-table-container .fixed-table-body {
    overflow: unset;
  }
  .indices_data {
    overflow-x: auto;
  }
  .lists,
  .utility {
    height: 150px;
  } 
  .assumption-var-box.two-select-filter .filter-by-var-cat {
    width: 100% !important;
  }
  .show-lookup-toggle {
    width: 100% !important;
    padding-left: 0;
  }
  .lookup-tables-filter.filter-block .filter-div.search-btn > .btn,
  .utilities-box.filter-block .filter-div.search-btn > .btn,
  .pools-listing-filter.filter-block .filter-div.search-btn > .btn,
  .products-filter.filter-block .filter-div.search-btn > .btn,
  .fees-exp-box.filter-block .filter-div.search-btn > .btn,
  .utility-cat-filter.filter-block .filter-div.search-btn > .btn,
  .utility-box.filter-block .filter-div.search-btn > .btn,
  .property-type-filter.filter-block .filter-div.search-btn > .btn,
  .fields-box.filter-block .filter-div.search-btn > .btn,
  .models-box.filter-block .filter-div.search-btn > .btn,
  .cpr-history-box.filter-block .filter-div.search-btn > .btn {
    margin-top: 0 !important;
    margin-right: 16px;
  }
  .lookup-tables-filter.filter-block .filter-div.search-btn > .btn,
  .assumptions-tab.filter-block .filter-div.search-btn > .btn,
  .utilities-box.filter-block .filter-div.search-btn > .btn,
  .pools-listing-filter.filter-block .filter-div.search-btn > .btn,
  .products-filter.filter-block .filter-div.search-btn > .btn,
  .fees-exp-box.filter-block .filter-div.search-btn > .btn,
  .utility-cat-filter.filter-block .filter-div.search-btn > .btn,
  .utility-box.filter-block .filter-div.search-btn > .btn,
  .property-type-filter.filter-block .filter-div.search-btn > .btn,
  .fields-box.filter-block .filter-div.search-btn > .btn,
  .models-box.filter-block .filter-div.search-btn > .btn,
  .cpr-history-box.filter-block .filter-div.search-btn > .btn {
    width: 150px;
  }
  .update-pack-box-wrapper .select2-search-choice {
    margin-bottom: 5px !important;
  }
  .field-wrapper > .col {
    flex: 0 0 40%;
  }
  .filter-block.users-filter .user-table-filter .filter-div.f-by-type,
  .filter-block.pools-listing-filter .filters > .f-by-input,
  .filter-block.pools-listing-filter .filter-div,
  .utilities-box .f-by-name  {
    width: 100% !important;
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .call_to_action > div {
    margin-bottom: 8px !important;
  }
  .preview-btn {
    padding-left: 15px !important;
  }
}
@media (max-width: 420px) {
  .lookup-tables-filter.filter-block .filter-div.search-btn > .btn.reset-btn,
  .assumptions-tab.filter-block .filter-div.search-btn > .btn.reset-btn,
  .utilities-box.filter-block .filter-div.search-btn > .btn.reset-btn,
  .pools-listing-filter.filter-block .filter-div.search-btn > .btn.reset-btn,
  .fees-exp-box.filter-block .filter-div.search-btn > .btn.reset-btn,
  .products-filter.filter-block .filter-div.search-btn > .btn.reset-btn,
  .utility-cat-filter.filter-block .filter-div.search-btn > .btn.reset-btn,
  .utility-box.filter-block .filter-div.search-btn > .btn.reset-btn,
  .property-type-filter.filter-block .filter-div.search-btn > .btn.reset-btn,
  .fields-box.filter-block .filter-div.search-btn > .btn.reset-btn,
  .models-box.filter-block .filter-div.search-btn > .btn.reset-btn,
  .cpr-history-box.filter-block .filter-div.search-btn > .btn.reset-btn {
    width: 120px;
  }
}
@media (max-width: 399px) {
  #fees_and_expenses_form .product-select {
    padding-left: 16px;
  }
  #fees_and_expenses_form .product-select .w-170 {
    width: 185px !important;
  }
}
/***** Responsive css *******/
