:root {
  --bluebg: #eff8ff;
  --btnbg: #667085;
  --fontdarkcolor:#667085;
}
.form-control::-moz-placeholder{
  color:#ccc !important;
  opacity:1
}
body {
    color: rgba(45, 98, 140, 0.60);
    /* background-image: url(/inner-bg.jpg); */
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}
label{
  color: rgba(45, 98, 140, 0.60);
}
.form-control:-ms-input-placeholder{
  color:#ccc !important
}

.form-control::-webkit-input-placeholder{
  color:#ccc !important
}

body{
  padding: 0;
  margin: 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
a{
  color:#212529;
  text-decoration: none !important;
}
p{
  margin-bottom: 0;
}
input, optgroup, select, textarea{
  margin-bottom: 0px;
  box-shadow: inset #dfdfdf 0px 0px 0px 0px;
}
.checkbox {
  font-weight: normal;
  float: left;
  font-size: 12px;
  display: flex;
  align-items: center;
}

.form-control {
  position: relative;
  font-size: 12px;
  height: 32px;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  margin-bottom: 15px !important;
}
.actions .btn-primary{
  padding: 3px 20px !important;
  font-size: 12px !important;
}
.forgot-pass {
  float: right;
  color: #667085;
  font-family: "Century Gothic";
  font-size: 7.95px !important;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.437px;
}
.rememberMe{
  color: #667085;
  font-family: "Century Gothic";
  font-size: 7.95px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.437px;
}
.btn-primary.custom-btn{
  float: right;
  padding: 3px 20px !important;
  background: #667085;
  border: 0;
  font-size: 12px !important;
  line-height: 22px;
  border-radius: 4px !important;
  font-weight: 400 !important;
  width: 100% !important;
  margin-top: 10px;
    margin-bottom: 10px;
}

.checkbox input[type=checkbox]{
  margin-top: 0;
  margin-left: 0;
  margin-right: 4px;
}
.top-bar{
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--bluebg);
  padding: 0 20px;
  border-bottom: 1px solid #ccc;
  min-height: 40px;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9999;
}
.dflex{
  display: flex;
  align-items: center;
}
.dflex1{
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 36px;
  margin-top: 40px;
}
.dflex1 p{
  font-family: 'Century Gothic';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 5.44444px;
  text-transform: uppercase;
  color: #667085;
}
.top-bar-heading{
  margin-bottom: 15px;
  text-align: left;
  font-weight: 700;
  color: #667085;
  font-size: 15px;
}
.logout-btn{
  font-size: 14px;
  margin-right: 20px;
  color: #667085;
}
.profile{
  font-size: 16px;
  /* padding: 4px 10px; */
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #667085;
  font-family: "Century Gothic";
}
.leftbar{
  height: 100vh;
  background: #eff8ff;
  border-right: 0px solid #ccc;
  display: flex;
  align-content: space-evenly;
  justify-items: start;
  justify-content: flex-start;
  flex-direction: column;
  padding: 66px 23px;
  float: left;
  position: fixed;
  top: 0;
  width: 223px;
}
a#logoutBtn {
  font-family: 'Century Gothic';
  font-size: 10.667px;
  font-style: normal;
  font-weight: 400;
  line-height: 11.556px;
  letter-spacing: 0.444px;
  margin-top: 60px !important;
  text-transform: capitalize;
  cursor: pointer;
}
.left-icon{
  width: 16px;
  margin-right: 5px;
  margin-top: -1px;
}
.leftbar a{
  margin-bottom: 0px;
  border-radius: 5px;
  font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 11px;
  color: #77818C;
  cursor: pointer;
  display: block;
  padding: 8px 10px 8px 18px;
  letter-spacing: 0.444px;
}
.leftbar a:hover{
  background: rgb(45 98 140 / 11%);
  text-decoration: none;
  color: #77818C;
}
.leftbar a.active{
  background: #dce8f4;
  color: #044a7c;
}
.rightbar{
  float: left;
  padding: 20px;
  margin-left: 240px;
  margin-top: 0px;    
}
.logout-btn a{
  color: var(--fontdarkcolor);
}
.crmEntityFormView,
.entity-form h2{
  border: 0 !important;
}
.entity-form h2{
  display: none;
  visibility: hidden;
  opacity: 0;
}
.crmEntityFormView .tab{
  margin-bottom: 0px !important;
}
.crmEntityFormView .actions {
  border-top: 0 !important;
  margin: 0px 0 !important;
  padding: 0px 20px 0px 0 !important;
}
.crmEntityFormView fieldset {
  margin-bottom: 0px !important;
}
.entity-form .tab-column{
  width: 100% !important;
}
.entity-form table label{
  font-size: 14px;
  font-weight: 400;
}
.crmEntityFormView .cell {
  padding: 0 28px 10px 0 !important;
}
button[aria-label="Close"]{
  box-shadow: none;
}
span.fa.fa-filter {
  margin-right: 10px;
}
.form-control.form-select{
  padding:.375rem 2.25rem .375rem .75rem !important
}
html[dir=ltr] .crmEntityFormView .cell.boolean-radio-cell input[type=radio]{
  margin: 6px 5px 5px 10px;
}
.mob-flex{
  display: inline-block;
  width: 100%;
  height: 100%;
}
.input-group-addon, .input-group-addon.active {
  padding: 5px 12px !important;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.1;
  color: #fff !important;
  text-align: center;
  background-color: #2d628c !important;
  border: 0px solid #2d628c !important;
  border-radius: 0 6px 6px 0 !important;
}
.input-group-addon:focus, .input-group-addon:focus-visible, .input-group-addon:hover {
  color: #fff !important;
  text-align: center;
  background-color: #e9eef3 !important;
  border: 1px solid #ccc;
}
.btn:focus, .btn:focus-visible {
  outline: 0px auto -webkit-focus-ring-color !important;
  outline-offset: 0px !important; 
}
table tr td.day button{
  margin-bottom: 0px;
  box-shadow: none;
}
.bootstrap-datetimepicker-widget.dropdown-menu{
  width: 15em !important;
}
.table-width{
  width: calc(100% - 25px);
  font-size: 12px;
}
.mbot20{
  margin-bottom: 20px;
}
.bootstrap-datetimepicker-widget table td.day {
  height: 15px !important;
  line-height: 15px !important;
}
label#error-message, #login-error {
  color: #4A81AD;
  font-family: Century Gothic;
  font-size: 7.95px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.437px;
  text-align: left;
  display: none;
  margin-top: 10px;
}
.GPloader {
  width: 100%;
  height: 100%;
  position: fixed;
  background-size: 7%;
  background-position: center;
  background-color: #0000000a;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  opacity: 1;
  display: none;
}
.GPloader .form-loading {
  left: auto !important;
  top: auto !important;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: space-around;
  height: 100%;
}
.GPloader .form-loading span {
  font-size: 16px;
}
.loader-img {
  width: 156px;
  height: 156px;
}
.form-signin h2{
  text-align: center;
  color: #65778B;
  font-family: Century Gothic;
  font-size: 15.016px;
  margin-top: 10px;
  margin-bottom: 0px;
  font-weight: 700;
}
.form-signin p{
  margin-bottom: 40px;
  text-align: center;
  position: relative;
  top: 10px;
  color: #8597AB;
  font-family: Century Gothic;
  font-size: 11.483px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.632px;
}
input.form-control{
  width: 100%;
  padding: 9px;
  margin-left: 0 !important;
  margin-top: 0;
  border-radius: 7.067px;
  border: 0.883px solid rgba(187, 201, 217, 0.20) !important;
  background: #E9EEF3 !important;
  margin-bottom: 10px !important;
  color: #65778B !important;
  font-family: Century Gothic;
  font-size: 10.6px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.583px;
  background-color: #E9EEF3 !important;
}
:focus-visible {
  outline: -webkit-focus-ring-color auto 0px !important;
}
.form-control:focus {
  box-shadow: none !important;
}
.a-font{
  font-size: 12px;
}
 input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #BEC9D4 !important;
  opacity: 1; /* Firefox */
}

input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #BEC9D4 !important; 
}

input::-ms-input-placeholder { /* Microsoft Edge */
  color: #BEC9D4 !important;
}
.btn.btn-primary{
  font-family: Century Gothic;
  font-size: 10.6px !important;
  font-style: normal;
  font-weight: 700 !important;
  line-height: normal;
  letter-spacing: 0.583px;
  width: 117px;
  height: 33px;
  border-radius: 5.771px !important;
  float: right;
  text-shadow: 0 0 BLACK;
  color: white !important;
  background-color: rgb(45, 96, 140) !important;
  border-color: rgb(45, 96, 140) !important;
}
.btn-primary:hover,
.btn-primary:focus, 
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #2d628c !important;
  border-color: #2d628c !important;
}
.my-label{
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 4px;
  color: #767676;
}
.btn-hide #InsertButton{
  display: none;
  opacity: 0;
  visibility: hidden;
}
.text-muted{
  display: none;
  opacity: 0;
  visibility: hidden;
}
.control input[readonly="readonly"]{
  background: #E9EEF3 !important;
  padding: 10px !important;
  color: #65778B !important;
  cursor: not-allowed !important;
}
.crmEntityFormView .form-control.readonly:focus, .crmEntityFormView .form-control[readonly][disabled]:focus, .form-readonly .form-control:focus{
  outline: 0px auto -webkit-focus-ring-color !important;
}
.bootstrap-datetimepicker-widget table{
  font-size: 12px !important;
}
.control .control{
  background: #E9EEF3 !important;
  position: relative;
  font-size: 12px;
  height: 30px;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  margin-bottom: 15px !important;
  line-height: 9px;
  appearance: none;
  border-radius: 7.067px !important;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  cursor: not-allowed;
}
.control .control a.text-primary{
  cursor: pointer;
  pointer-events: none;
  color: #65778B !important;
  font-size: 10.6px;
  font-weight: 700;
}
fieldset table[data-name="hide"]{
  display: none;
  opacity: 0;
  visibility: hidden;
}
.sectionBlockLayout.text-start {
  padding: 0 !important;
}
.table>:not(caption)>*>*{
  color: #667085 !important;
  font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 12.143px;
  padding: 8px !important;
  text-align: left !important;
}
.crmEntityFormView table.table td {
  padding: 8px !important; 
}
.crmEntityFormView table.table td:first-child {
  padding: 8px !important;
}
table tr th {
  background: #fff !important;
}
table tr th a {
  color: #667085 !important;
  font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 12.143px;
}
/* table tr th a {
  pointer-events: none !important;
}
table tr th a span{
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
} */
.redColor{
  color: #f00 !important;
  font-weight: 500;
}
.greenColor{
  color: #008000 !important;
  font-weight: 500;
}
.crmEntityFormView, .entitylist, .modal-content, .popover-content {
  border: 0px solid #f2f2f2 !important;
}
#cr68f_counteralert{
  font-size: 10.6px;
  font-style: normal;
  font-weight: 700;
}
.break-file-name {
  padding-top: 3px !important;
  word-break: break-word !important;
  font-size: 10.6px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  color: #65778B !important;
}
td[aria-label="action menu"] .dropdown.action button{
  opacity: 0;
  visibility: hidden;
  padding: 0px 12px;
}
td[aria-label="action menu"] .dropdown.action ul.dropdown-menu{
  display: block;
  width: auto;
  min-width: auto;
  padding: 0;
  background: transparent;
  border: 0;
  position: absolute !important;
  top: 1px;
}
td[aria-label="action menu"] .dropdown.action ul.dropdown-menu a{
  padding: 0;
}
td[aria-label="action menu"] .dropdown.action ul.dropdown-menu a:hover,
td[aria-label="action menu"] .dropdown.action ul.dropdown-menu a:focus {
  background: transparent;
}
.modal-form .modal-body iframe {
  height: 310px;
}
#content-container{
  max-width: 100%;
  padding-right: 0;
}
select.form-control{
  background: #E9EEF3 !important;
  margin-bottom: 10px !important;
  color: #65778B !important;
  font-family: Century Gothic;
  font-size: 10.6px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.583px;
  appearance: auto;
}
html[dir=ltr] .form-loading {
  left: 46%;
}
html[dir=ltr] div.message.success {
  padding: 9px 10px 9px 14px;
}
#btnCloseMessage {
  padding: 10px 7px 13px;
  font-size: 14px;
  height: auto;
  width: auto;
}
.alert-danger #btnCloseMessage {
  padding: 2px 7px 4px;
  font-size: 14px;
  height: auto;
  width: auto;
  line-height: 16px;
}
/* .dashboard table tbody tr td[data-attribute="cr68f_counteralert_"]{
  color: #ff0000;
  font-weight: 600;
} */
select.form-control{
  padding: 0px 10px !important;
}
.alert-danger h2{
  display: block;
  visibility: visible;
  opacity: 1;
}
.modal h1{
  margin-top: 0 !important;
}
fieldset[aria-label="PRHide"]{
  display: none;
  opacity: 0;
  visibility: hidden;
} 
.modal h1 {
    text-align: center;
    float: none;
    padding: 0px 0px !important;
    margin: 0 !important;
    text-transform: uppercase !important;
    font-weight: 400 !important;
    letter-spacing: 5.7px !important;
    color: rgb(75, 125, 165) !important;
    font-size: 20px !important;
    font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif !important;
    margin-left: 0;
    /* margin-top: 0 !important; */

}
.modal label{
  letter-spacing: 0.66px !important;
  margin-bottom: 9px !important;
  color: #4B7DA5 !important;
  font-family: 'Century Gothic' !important;
  font-size: 9.528px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: normal !important;
}
table tr th a{
    font-size: 10px !important;
}
.alert-warning, .alert-warning{
    font-size: 12px !important;
    padding: 10px !important;
}
#cr68f_amount {
    background: #e9eef3 !important;
    pointer-events: none;
}
.modal-content .modal-body .form-loading {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0 !important;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.modal-content .modal-body .form-loading .fa-spin{
    -webkit-transform-origin: 0% 0% !important;
    -moz-transform-origin: 0% 0% !important;
    -o-transform-origin: 0% 0% !important;
    -ms-transform-origin: 0% 0% !important;
    transform-origin: 0% 0% !important;
    -webkit-animation-name: none !important;
    animation-name: none !important;
}
.modal-content .modal-body .form-loading .fa-spinner:before {
    content: " " !important;
    background-image: url(https://customerportalsraxio.powerappsportals.com/loading-animation-mf.gif);
    width: 150px !important;
    height: 150px !important;
    background-size: contain;
    display: inline-block;
    background-repeat: no-repeat;
}

.GPloader .form-loading {
  display: flex !important;
}
.validation-summary{
    background-color: #FFDADA !important;
    border-color: #FFDADA;
    border-radius: 15px;
}
.validation-summary h2 {
    color: #BC0000;
    font-family: Century Gothic;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 16px !important;
}
.validation-summary ul li a {
    color: #D75757 !important;
    font-family: Century Gothic;
    font-size: 12px;
    font-style: normal;
    font-weight: 400 !important;
    line-height: normal;
    letter-spacing: 0.66px;
    padding-left: 22px;
}
@media (max-width:767px){
  .mob-flex{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .leftbar{
    min-height: 100%;
    height: 100%;
    position: relative;
    top: 40px;
    width: 100%;
  }
  .rightbar{
    position: relative;
    width: 100%;
    margin-left: 0;
  }
  .card{
    width:100% !important;
  }

}
table td.clearfix.cell.form-control-cell .table-info, table td.clearfix.cell.picklist-cell .table-info, table td.clearfix.cell.subgrid-cell .table-info {
    position: relative;
    border-radius: 0px 0px 0px 0px;
    border: 0px solid #ccc;
    height: auto;
    margin-top: 0px;
    width: auto;
    float: none;
    padding-top: 0px;
    padding-left: 0px;
    border-right: 0;
}
table td.clearfix.cell.form-control-cell .control, table td.clearfix.cell.picklist-cell .control, table td.clearfix.cell.subgrid-cell .control {
    display: block;
    flex-direction: column;
    border: 0px solid #ccc;
    height: auto;
    align-content: center;
    justify-content: center;
    border-radius: 0px 0px 0px 0px;
    float: none;
    width: auto;
}
table td.clearfix.cell .table-info {
    position: absolute;
    border-radius: 10px 0px 0px 10px;
    border: 1px solid #ccc;
    height: 72px;
    margin-top: 0px;
    width: 27%;
    float: left;
    padding-top: 30px;
    padding-left: 15px;
    border-right: 0;
}
table td.clearfix.cell .control {
    display: flex;
    flex-direction: column;
    border: 1px solid #ccc;
    height: 72px;
    align-content: center;
    justify-content: center;
    border-radius: 0px 10px 10px 0px;
    float: right;
    width: 30%;
}
.container-file-input {
    margin: 0 !important;
    text-align: center;
}
.btn.btn-default.btn-for-file-input{
    width: 100px !important;
    padding: 5px 15px !important;
    margin-bottom: 0px;
    border: 1px solid rgb(154 154 154 / 24%);
    color: #2D628C !important;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Century Gothic !important;
    font-size: 8.038px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 10.871px;
    float: none;
    border-radius: 4px;
    background-color: #F5F5F5 !important;
} 
.break-file-name.file-name-container{
    display: none;
}
.btn.btn-default.btn-for-delete.btn-without-border{
  margin-bottom: 0px;
    margin-top: 0px !important;
    margin-right: 0px !important;
    padding: 0px 28px !important;
    border: 1px solid rgb(154 154 154 / 24%) !important;
    margin-left: 0px !important;
    height: 22px !important;
    color: #2d608c;
    float: none;
    color: #2D628C !important;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Century Gothic;
    font-size: 8.038px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 10.871px;
    float: none;
    border-radius: 4px;
    background-color: #F5F5F5 !important;
}
.container-filelink-delete.gap-between-vertical-element {
    display: flex;
    align-content: center;
    justify-content: center;
}
.crmEntityFormView label.field-label {
    color: #4B7DA5;
    font-family: 'Century Gothic' !important;
    font-size: 9.528px !important;
    font-style: normal;
    font-weight: 700 !important;
    line-height: normal;
    letter-spacing: 0.524px !important;
    margin-bottom: 10px;
}
.input-group-addon, .input-group-addon.active {
    padding: 5px 12px !important;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.1;
    color: #fff !important;
    text-align: center;
    background-color: #e9eef3 !important;
    border: 0px solid #2d628c !important;
    border-radius: 0 6px 6px 0 !important;
    border-left: 1px solid #dee5ed !important;
}
.input-group-addon.btn .fa::before{
    color: #2d608c;
}
.form-control:focus {
    border-color: #69c;
    outline: 0px !important;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%) !important;
    border: 0.747px solid #69c !important;
}
/* Dropdown main box */
.choices__inner {

    vertical-align: top;
    width: 100% !important;
    min-height: 27.097px !important;
    overflow: hidden !important;
    border: 0.747px solid rgba(187, 201, 217, 0.20) ;
    font-family: Century Gothic !important;
    font-size: 10.6px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: normal !important;
    letter-spacing: 0.583px !important;
    height: 27.097px !important;
    padding: 1px 5px !important;
    border-radius: 5.975px !important;
    box-shadow: none !important;
    background-color: #E9EEF3 !important;
}
.choices__list--dropdown, .choices__list[aria-expanded]{
        border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    background-color: #e9eef3 !important;
}
/* Dropdown list */
.choices__list--dropdown {
  border-radius: 4px !important;
  border: 1px solid #0078d4 !important;
}

/* Option hover */
.choices__list--dropdown .choices__item--selectable:hover {
  background-color: #002e5b !important;
  color: #fff !important;
}

/* Selected option (active one) */
.choices__list--dropdown .choices__item--selected {
  background-color: #0078d4 !important;
  color: #fff !important;
}



.choices[data-type*=select-one] .choices__inner {
    padding-bottom: 0.5px !important;
}
.choices__inner {
    background: #E9EEF3 !important;
    padding: 0.5px 3.5px 3.75px !important;
    border: 1px solid #ddd !important;
    border-radius: 5.975px !important;
    font-size: 12px !important;
    min-height: 30px !important;
}
.choices__list--dropdown .choices__item, .choices__list[aria-expanded] .choices__item {
    position: relative;
    padding: 1.8px 10px !important;
    font-size: 12px !important;
    color: #2D628C;
}
.choices__list--dropdown .choices__item--selectable.is-highlighted, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
    background-color: #C1BEBE !important;
    color: #2D628C !important;
}
.choices__list--single {
    display: inline-block !important;
    padding: 7px 16px 4px 7px !important;
    width: 100% !important;
    color: #65778B !important;
    font-size: 10.6px !important;
}
.choices__placeholder {
    opacity: 1 !important;
}
.choices[data-type*=select-one]::after{
    height: 20px !important;
    width: 20px !important;
    border-style: solid !important;
    border-color: transparent !important;
    border-width: 5px !important;
    position: absolute !important;
    right: 9.5px !important;
    top: 8px !important;
    margin-top: -2.5px !important;
    pointer-events: none !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}
.choices[data-type*=select-one].is-open::after {
    border-color: transparent !important;
    margin-top: -3px !important;
}
.is-open .choices__inner {
    border-color: #69c !important;
    outline: 0;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%) !important;
    border: 1px solid #69c !important;
}
.cp-form .file-control-container .container-filelink-delete a, .cp-form .container-file-input .break-file-name a {
    background-color: transparent !important;
    border-radius: 0 !important;
    border: 0px solid #949494 !important;
    color: #667085 !important;
    font-family: 'Century Gothic' !important;
    font-size: 11.6px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 13.493px !important;
    letter-spacing: 0.18px !important;
    height: auto !important;
    padding: 0 !important;
}
.cp-form .gap-between-vertical-element div, .cp-form .gap-between-vertical-element a, .cp-form .file-control-container .container-filelink-delete div {
    background-color: transparent !important;
    border-radius: 0 !important;
    border: 0px solid #949494 !important;
    color: #667085 !important;
    font-family: 'Century Gothic' !important;
    font-size: 11.6px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 13.493px !important;
    letter-spacing: 0.18px !important;
    height: auto !important;
    padding: 0 !important;
}
.file-link-and-delete {
    width: calc(100% - 0px);
}
.container-filelink-delete {
    align-items: inherit;
}
.file-control-container {
    display: flex;
}
.cp-form fieldset table tr td .table-info, .cp-form fieldset table tr td .control {
    width: 50% !important;
}
.cp-form #EntityFormPanel .table-info label {
    color: #667085 !important;
    font-family: 'Century Gothic' !important;
    font-size: 9.528px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.cp-form fieldset table tr td {
    padding: 8px 15px !important;
    display: flex;
    border-top: 0.675px solid #EAECF0 !important;
}
.cp-form tr {
    border-top: 0px solid #ccc;
    border-bottom: 0 !important;
}
.cp-form table td.clearfix.cell .table-info {
    position: relative;
    height: auto;
    border: 0;
    padding-top: 0;
    padding-left: 0;
    /* float: left; */
}
.cp-form table td.clearfix.cell .control {
    height: auto;
    border: 0;
}
.cp-form .break-file-name.file-name-container {
    display: block;
}
td.clearfix.cell.subgrid-cell .control {
    width: 100% !important;
    /* display: inline-block !important; */
}
.entity-grid .message{
  margin: -10px 0 20px 0;
}
.logo {
    height: auto;
    width: 130px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.crmEntityFormView .cell div.table-info.required label:after {
    content: ' *';
    color: #a94442 !important;
}
button.btn-for-file-input[disabled] {
    display: none;
}
button.btn-for-delete[disabled] {
    display: none;
}
table[data-name="hide-submit-btn"] .break-file-name.file-name-container{
  display: block;
  max-width: 100%;
  margin-left: 10px;
}
table[data-name="hide-submit-btn"] .gap-between-vertical-element{
  margin-top: 0px;
}
