#quoteFormTab, #premiseFormTab, .multistepForm {
  margin-bottom: 30px;
  overflow: hidden;
}

#premiseFormTab {
  padding: 0 11px;
}

#riskPremiseForm .modal-footer button {
  margin-top: 5px;
}

#quoteFormTab li, #premiseFormTab li, .multistepForm li {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  width: auto;
  padding-right: 41px;
}

#quoteFormTab li a, #premiseFormTab li a, .multistepForm li a {
  margin: 0px;
  padding: 0px;
  background-color: white !important;
  color: black;
  font-size: .84em;
  float: left;
  position: relative;
}

#quoteFormTab li a:before, #premiseFormTab li a:before, .multistepForm li a:before {
  content: '\2713';
  display: inline-block;
  line-height: 15px;
  margin: 0 auto 5px auto;

  text-align: center;
  background: var(--formGray);
  border-radius: 48%;
  color: white;
  font-size: 8px;
  width: 16px;
  margin-bottom: 6px;
  margin-right: 11px;
}

#quoteFormTab li:after, #premiseFormTab li:after, .multistepForm li a:after {
  content: '';
  width: 2%;
  position: absolute;
  margin-left: 8px;
  margin-right: 8px;
  border-top: 1px dashed var(--formGray);
  margin-top: 11px;
}

#quoteFormTab li.visited:after, #premiseFormTab li.visited:after, .multistepForm li.visited:after {
  border-top: 1px dashed var(--formStepColor);
}

#quoteFormTab li.lastNav:after, #premiseFormTab li.lastNav:after, .multistepForm li.lastNav:after {
  border-top: 0px;
}

#quoteFormTab li a:first-child:after, #premiseFormTab li a:first-child:after, .multistepForm li a:first-child:after {
  /*connector not needed before the first step*/
  content: none;
}

#quoteFormTab li a.active, #quoteFormTab li a.visited, #premiseFormTab li a.active, #premiseFormTab li a.visited, .multistepForm li a.active, .multistepForm li a.visited {
  color: var(--formStepColor) !important;
  font-weight: 700;
}

#quoteFormTab li a.active:before, #progressbar li.active:after, #quoteFormTab li a.visited:before, #progressbar li.visited:after {
  background: var(--formStepColor);
  color: white;
}

#premiseFormTab li a.active:before, #premiseFormTab li a.visited:before, .multistepForm li a.active:before, .multistepForm li a.visited:before {
  background: var(--formStepColor);
  color: white;
}


.saveBtn {
  height: 40px;
  width: auto;
  font-size: 15px;
  background: var(--activeBg);
  color: white;
  font-weight: 500;
  border: 1px pink;
  padding: 0px 30px;
}

.nxtBtn {
  height: 40px;
  min-width: 92px;
  font-size: 15px;
  background: var(--activeBg);
  color: white;
  font-weight: 500;
  border: 1px pink !important;
}

.nxtBtn:hover, .nxtBtn:focus {
  border: 1px solid pink !important;
  box-shadow: 0 0 0 0.2rem pink !important;
}

.actionBtn, .saveAdditionalInformation {
  width: auto;
  font-size: 15px;
  background: var(--activeBg) !important;
  color: white;
  font-weight: 500;
  border: 1px pink;
  padding: 10px 17px;
}

#quoteErnForm input[type="checkbox"] {
  position: absolute;
  margin-top: 14px;
}

#contactUnderwriter {
  height: 45px;
  width: auto;
  font-size: .90rem;
  background: var(--activeBg) !important;
  color: white;
  font-weight: 500;
  border: 1px pink;
  display: block;
  padding: 12px 0px;
  width: 70%;
  border-radius: 5px;
  text-decoration: none;
}

.container1 {
  padding: 0px 1%;
}

#quoteForm .declaration p {
  padding: 0px;
  margin: 0;
}

#quoteForm h4 {
  font-size: 1.3rem;
  font-weight: 600;
}

.mt3Rem {
  margin-top: 3rem;
}

.pb2Rem {
  padding-bottom: 2rem;
}

.bbDashed {
  border-bottom: 1px dashed var(--formGray);
}

#quoteForm .declaration p {
  padding: .50rem 0px;
}

#quoteForm .col-form-label, #riskPremiseForm .col-form-label, #quoteClaimDetails .col-form-label, #riskItemForm .col-form-label, .genericForm .col-form-label {
  font-weight: 500;
  font-size: 16px;
  /* padding-top : calc(.375rem + 7px); */
}

#quoteForm .form-control, #riskPremiseForm .form-control, #quoteClaimDetails .form-control, #riskItemForm .form-control, .genericForm .form-control {
  border-radius: 0px;
  font-size: .90rem;
  height: 2.8rem;
}

#quoteForm .frmSearch .searchBox, #riskPremiseForm .frmSearch .searchBox {
  display: flex;
}


#quoteForm .frmSearch input, #riskPremiseForm .frmSearch input {
  width: 91%;
}

#quoteForm .frmSearch button, #riskPremiseForm .frmSearch button {
  width: 9%;
  background: var(--themeButtonBg);
  border: bisque;
  color: white;
  cursor: pointer;
}



.suggestionUl {
  float: left;
  list-style: none;
  margin-top: 1px;
  position: absolute;
  z-index: 1;
  background: white;
  padding: 5px 6px;
  max-height: 232px;
  overflow-y: scroll;
  border: 1px solid #c4c2c2;
  cursor: pointer;
  min-width: 327px;
  font-size: 1rem;
  width: 90%;
  max-width: 90%;
}

.suggestionUl li {
  border-bottom: 1px solid #c4c2c2;
  padding: 8px;
  font-size: .88rem;
  font-weight: 500;
}

.suggestionUl :last-child {
  border: none;
}


.errorUl li {
  text-align: left;
  cursor: pointer;
}

.errorUl li a {
  color: white;
  text-decoration: none;
  font-size: .85rem;
}

.closeSnackBar {
  float: left;
  margin-left: 20px;
  color: white;
  text-decoration: none;
}


.help-block, .error-block {
  color: red;
  display: block;
  float: left;
  font-size: 0.85rem;
  font-weight: 500;
}

#quoteForm h5 {
  font-size: 1.10rem !important;
  margin-top: 12px;
}


#quoteForm .searchDivForm {
  display: flex !important;
}


#quoteForm .searchDivForm label {
  /* margin-top: 3px; */
  margin-right: 0.5em;
  font-size: .95rem;
  font-weight: 500;
}

#quoteForm .searchDivForm label input {
  height: 39px;
  border-radius: 5px;
  border: 1px solid gray;
  padding-left: 5px;
}

.uploadBtnDiv {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.uploadBtnDiv input {
  position: absolute;
  font-size: 50px;
  opacity: 0;
  right: 0;
  top: 0;
  cursor: pointer;
}


.dataTables_empty {
  text-align: left !important;
}

#quoteForm .searchAndCreateForm {
  display: flex;
  justify-content: flex-end;
}

.searchAndCreateForm .premiseUploadDiv {
  display: flex;
  height: 39px;
}

.searchAndCreateForm .premiseUploadDiv .uploadPremiseArea {
  margin-left: 7px;
}

.downloadPremiseTemplate {
  display: block;
  font-size: 10px;
  text-align: left;
  text-decoration: underline;
  color: #ea5c1f;
}

#quoteForm .listingDiv {
  padding: 34px 0px;
  border: 1px solid var(--formGray);
  border-radius: 5px;
  margin: 29px 0px 30px;
}

.quoteStatusArea label {
  font-size: .85rem;
  font-weight: 500;
}


.required:after {
  content: " *";
  color: red;
}


.recommended:after {
  content: " +";
  color: green;
}

.subGridActionArea {
  display: flex;
}


.subGridActionArea .subGridactionBtn {
  cursor: pointer;
  padding: 0px 10px;
}

.subgridTable #riskPremiseTable_paginate {
  /* position: fixed; */
  right: 5%;
  padding-top: 10px;
}


#riskPremiseForm .tab-content {
  max-height: 65vh;
  overflow-y: auto;
  padding: 8px;
  overflow-x: hidden;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  background-color: var(--acPrimaryColor);
}

/* #premiseFormTab li {
  border: 1px solid #f5ebeb;
  border-radius: 5px;
} */

.default-style div.dataTables_wrapper div.dataTables_paginate ul.pagination .page-link {
  padding: 0.5rem 0.75rem;
}



/** Drag and Drop css start **/

#drop-region {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.05);
  width: 43%;
  padding: 43px 10px;
  text-align: center;
  cursor: pointer;
  transition: .3s;
  margin: auto;
}

#drop-region:hover {
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.1);
}

#image-preview {
  margin-top: 20px;
}

#image-preview .image-view {
  display: inline-block;
  position: relative;
  margin-right: 13px;
  margin-bottom: 13px;
}

#image-preview .image-view img {
  max-width: 100px;
  max-height: 100px;
}

#image-preview .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 2;
  background: rgba(255, 255, 255, 0.5);
}

.dropHighlighted {
  background-color: #c0bdbd;
}

.dropLeaveHighlighted {
  background-color: #fafafa;
}

/** Drag and Drop ends **/



.select2-container {
  min-width: 400px;
}

.select2-results__option {
  padding-right: 20px;
  vertical-align: middle;
}

.select2-results__option:before {
  content: "";
  display: inline-block;
  position: relative;
  height: 20px;
  width: 20px;
  border: 2px solid #e9e9e9;
  border-radius: 4px;
  background-color: #fff;
  margin-right: 20px;
  vertical-align: middle;
}

.select2-results__option[aria-selected=true]:before {
  font-family: fontAwesome;
  content: "\f00c";
  color: #fff;
  background-color: gray;
  border: 0;
  display: inline-block;
  padding-left: 3px;
}

.select2-results__option--selected:before {
  font-family: fontAwesome;
  content: "\f00c";
  color: #fff;
  background-color: gray;
  border: 0;
  display: inline-block;
  padding-left: 3px;
}

.select2-results__option--highlighted[aria-selected] {
  background-color: #eaeaeb;
  color: #272727;
}

/* .select2-container--default .select2-selection--multiple {
  margin-bottom: 10px;
} */

.xdsoft_today_button {
  display: none !important;
}

#documentsTab .sendPolicyDocEmail {
  background-color: orange;
}

.ui-widget-content {
  max-height: 182px !important;
  overflow-y: scroll !important;
}

.fa-download {
  cursor: pointer;
}


/* Expand button to all of option */

.select2-results__option.select2-results__message {
  padding: 0px;
}

/* Give button same hover effect */

.select2-results__option.select2-results__message:hover {
  color: white;
}

.ui-widget-content {
  max-height: 182px !important;
  overflow-y: scroll !important;
}


/* #brokerQuotesTable_wrapper #brokerQuotesTable_paginate {
  position: fixed;
  right: 5%;
  padding-top: 5px;
} */

#notesFile {
  width: 100%;
  height: 55vh;
}

#notesdialog .modal-header h4 {
  font-size: 1.2rem !important;
}


.select2-container--default .select2-selection--multiple {
  border-radius: 0px !important;
}

#quoteForm .select2-container {
  width: 100% !important;
  /* display: contents !important; */
}


#yourQuotes {
  padding: 10px;
  border-radius: 5px;
}

.ck-editor__editable_inline {
  min-height: 200px;
}

main.msger-chat.userCommentDiv.chatList {
  max-height: 50vh;
  min-height: 30vh;
  overflow-y: scroll;
}

.chatContainer {
  border: 1px solid #cfd3d7;
  border-radius: 5px;
  padding: 1rem;
  margin-top: 1.6rem;
}



.loadingChecklist {
  padding: 0;
  padding-left: 10px;
}

.loadingChecklist li {
  list-style: none;
  padding: 5px;
}

.loadingChecklist .faIcon {
  margin-right: 10px;
}

.loadingChecklist .faIcon i {
  font-size: 18px;
}

.loadingChecklist li .selected {
  background-color: yellow;
}

.loadingChecklist .fa-check {
  color: green;
}



/** CREATE POLICY POP UP **/

.loadingChecklistPolicy {
  padding: 0;
  padding-left: 10px;
}

.loadingChecklistPolicy li {
  list-style: none;
  padding: 5px;
}

.loadingChecklistPolicy .faIcon {
  margin-right: 10px;
}

.loadingChecklistPolicy .faIcon i {
  font-size: 18px;
}

.loadingChecklistPolicy li .selected {
  background-color: yellow;
}

.loadingChecklistPolicy .fa-check {
  color: green;
}


/** CREATE EMAIL DOCUMENT POP UP **/

.loadingChecklistPolicyEmail {
  padding: 0;
  padding-left: 10px;
}

.loadingChecklistPolicyEmail li {
  list-style: none;
  padding: 5px;
}

.loadingChecklistPolicyEmail .faIcon {
  margin-right: 10px;
}

.loadingChecklistPolicyEmail .faIcon i {
  font-size: 18px;
}

.loadingChecklistPolicyEmail li .selected {
  background-color: yellow;
}

.loadingChecklistPolicyEmail .fa-check {
  color: green;
}



#yourQuotes {
  padding: 10px;
}


.mesgs {
  float: left;
  /* padding: 30px 15px 0 25px; */
  width: 100%
}

.msg_history {
  height: 48vh;
  overflow-y: auto;
}

.outgoing_msg {
  overflow: hidden;
  margin: 26px 13px 26px;
}

.sent_msg {
  float: right;
  width: 55%;
}

.sent_msg .text {
  background: #05728f none repeat scroll 0 0;
  border-radius: 3px;
  font-size: 14px;
  margin: 0;
  color: #fff;
  padding: 5px 10px 5px 12px;
  width: 100%;
}

.time_date {
  color: #747474;
  display: block;
  font-size: 12px;
  margin: 8px 0 0;
}

.incoming_msg_img {
  display: inline-block;
  width: 6%;
}

.received_msg {
  display: inline-block;
  padding: 0 0 0 10px;
  vertical-align: top;
  width: 55%;
}

.received_withd_msg {
  width: 100%;
  text-align: left;
}

.incoming_msg {
  text-align: left;
  margin-left: 1rem;
  margin-bottom: 1.5rem;
}

.received_withd_msg .text {
  background: #ebebeb none repeat scroll 0 0;
  border-radius: 3px;
  color: #646464;
  font-size: 14px;
  margin: 0;
  padding: 5px 10px 5px 12px;
  width: 100%;
}

.received_withd_msg .sentText {
  background: #05728f none repeat scroll 0 0 !important;
  border-radius: 3px;
  font-size: 14px;
  margin: 0;
  color: #fff !important;
  padding: 5px 10px 5px 12px;
  width: 100%;
}


.incomingMsgUserImg {
  max-width: 58%;
}



.bgWhite {
  background-color: white !important;
}


.kycHeading {
  color: black;
  text-decoration: underline;
}


#kycForm {
  margin-bottom: 40px;
}



/** Media queries **/


@media (min-width: 992px) {
  #riskPremisedialog .modal-lg {
    max-width: 900px;
  }
}




@media (max-width: 768px) {
  #quoteForm .searchAndCreateForm {
    display: block;
    text-align: left !important;
  }

  #quoteForm .searchAndCreateForm label {
    width: 100%;
  }

  #quoteForm .searchAndCreateForm label input {
    width: 73%;
  }

  .searchAndCreateForm .premiseUploadDiv .uploadPremiseArea {
    margin-left: 10px;
  }



  /* #quoteForm .select2-container {
    width: 100% !important;
    display: contents !important;
  } */



}


@media (max-width: 512px) {
  .select2-container .select2-selection, .select2-container .select2-dropdown {
    width: 87% !important;
  }

  #quoteForm #nextBtn, #quoteForm #backBtn, #quoteForm #quoteFormBtn {
    margin-right: 0px !important;
  }

  #drop-region {
    width: 100% !important;
  }

  .subgridTable #riskPremiseTable_paginate, #brokerQuotesTable_wrapper #brokerQuotesTable_paginate {
    position: relative !important;
    /* padding-top: 17px !important; */
  }
}

@media (max-width: 376px) {
  .select2-container .select2-selection, .select2-container .select2-dropdown {
    width: 73% !important;
  }
}

.textAreaHeight {
  height: 5.8rem !important;
}