body{font-family:"Helvetica Neue",Helvetica,"Open Sans",sans-serif;font-size:14px;line-height:1.428571429;color:#333333;background-color:#ffffff;}

+ .card-body{
  padding: 1% 3%;  
}
.containerDashboard h4{
      border-color: #C1C8D4!important;
}

.navbar {
  height:80px!important;
}
.brand>img{
  height:60px!important;
}

.card>span{
  margin-left:50px!important;
  font-weight:700;
  font-size:1rem;
}

.blue>hr{
  display:none;
}

.containerDashboard > div > .text-center > button {
  border: none;
}

hr {
  color: #C1C8D4;
  opacity: 1 !important
}

.form-switch .form-check-input {
  border: 2px solid #243B67;
  width: 35px;
  margin-left: -35px;
}

.form-switch .form-check-input:after {
  content: "";
  display: block;
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: relative;
  left: 2px;
  transition: left 0.15s ease-in-out;
  top: 1px;
  border: 2px solid #243B67;
}

.form-switch .form-check-input:checked:after {
  left: 20px;
  transition: left 0.15s ease-in-out;
  border: 2px solid #ffffff;
}

@media (max-width: 991px) {
  nav.sidebar.expanded + section.main {
    margin-left: 0;
  }

  nav.sidebar .brand {
    display: none;
  }

  nav.sidebar.expanded {
    top: 56px;
    display: flex;
    width: 300px;
  }
  nav.sidebar.expanded.active {
    top: 0;
    padding-top: 70px;
  }
  .card-body {
    background-color: #fefefe;
  }
}
@media (min-width: 992px) {
  .d-flex.brand {
    margin-left: 0px !important;
  }
  nav.sidebar .brand {
    margin-top: 10px;
    z-index: 99;
    width: auto;
  }
  nav.sidebar .info {
    z-index: 99;
    position: fixed;
    width: 320px;
    top: 55px;
  }
  nav.sidebar ul.list-items {
    z-index: 50;
    margin-top: 106px;
    position: relative;
    width: 320px;
    height: 100%;
    overflow-y: scroll;
  }
  /* Hide scrollbar for Chrome, Safari and Opera */
  .list-items::-webkit-scrollbar {
    display: none;
  }

  /* Hide scrollbar for IE, Edge and Firefox */
  .list-items {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
}
.colNav {
  background-color: rgb(5, 26, 69);
  position: relative;
  padding: 0;
}
.colNav2 {
  position: relative;
  padding: 0;
}

@media (min-width: 768px) {
  .d-flex.brand {
    margin-left: 13px;
  }
  .colNav,
  .colNav2 {
    width: 18%;
  }
  .colContent {
    width: 64%;
  }
}
#map {
  margin: 0 auto;
}
.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
  outline-offset: 0;
}

.containerDashboard .form-control {
  display: block;
  width: 100%;
  border-radius: 0;
  height: 34px;
  padding: 0 12px 6px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.rowForm {
  border-right: 3px solid transparent;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.insuranceForm .addDocument {
  margin-bottom: 15px;
}
.containerDashboard .form-control:focus {
  border-color: transparent;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.containerDashboard .card {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  color: #243b67;
  text-align: left;
  font-size: 16px;
  border: 1px solid #C1C8D4;
  padding: 2%;
  font-weight: 600;
  margin-bottom: 20px;
  border-radius: 3px;
}
.containerDashboard .card .red {
  color: #de171f;
  font-weight: bold;
}
.containerDashboard .card .icon {
  margin-right: 5px;
}
.containerDashboard .card svg {
  width: 25px;
  position: relative;
  top: -2px;
}
.navbar-default {
  padding-left: calc(10% - 100px);
}
.navbar-default .navbar-nav > li > a {
  display: none;
}
.navHome {
  padding-bottom: 100px;
  padding-top: 150px;
  width: 100%;
}
.contentEdit {
  margin-left: 30px;
  margin-right: 30px;
}
/*.sidebar ul li.d-block.active ul.collapse li a {*/
/*    transition: all 5s ease-in-out;*/
/*}*/
.sidebar a {
  color: #ffffff;
  font-size: 16px; /* Approximation due to font substitution */
  font-weight: 300;
}
.sidebar div.info,
.sidebar div.info a:hover,
.sidebar div.info a:active {
  color: #ffffff;
  font-size: 16px; /* Approximation due to font substitution */
  /*font-weight: 700;*/
}

nav.sidebar ul li ul > li a.dropdown-item {
  font-size: 14px; /* Approximation due to font substitution */
  font-weight: 700;
}

.secondNavHome a {
  color: #7f8c8d;
  font-size: 16px; /* Approximation due to font substitution */
  font-weight: 600;
  line-height: 18px;
}
.navText {
  padding-left: 10px;
  width: calc(100% - 45px);
}
.navImage {
  display: inline-block;
  padding-right: 0;
  width: 45px;
  text-align: center;
}
.navIco {
  font-size: 20px;
}

.navHome .navIco {
  color: white;
}
.navigationDesktop li {
  padding: 15px 5%;
  width: 100%;
  border-right: 3px solid transparent;
  min-height: 54px;
}
.secondNavHome li {
  padding: 15px 3%;
  width: 100%;
  border-right: 3px solid transparent;
  min-height: 54px;
}
.navigationDesktop li:hover,
.navigationDesktop li.navActive {
  background-color: rgb(10, 25, 56);
  border-right: 3px solid #de171f;
  text-decoration: none;
}
.navigationDesktop li:hover a,
.navigationDesktop li.navActive a {
  color: #de171f;
}
.secondNavHome li:hover,
.secondNavHome li.nav2Active,
.itemRow:active,
.itemRow:hover,
.itemRow:focus {
  background-color: #f8f8f8;
  border-right: 3px solid #de171f;
  text-decoration: none;
}
li.nav2Active .navText {
  color: #de171f;
  font-weight: 700;
}
.itemRow {
  /*padding-left: 15px;*/
  /*padding-top: 5px;*/
  padding-bottom: 5px;
  /*border-right: 3px solid transparent;*/
}
.itemRow div {
  margin: auto 0 auto 0;
}
@media (min-width: 768px) {
  /*.itemRow div{*/
  /*    margin: auto;*/
  /*}*/
}

.rowForm.rowActive,
.rowForm:hover {
  background-color: #f8f8f8;
  border-right: 3px solid #de171f;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
.titleThirdNav {
  margin: 0;
  padding: 15px 0;
  text-align: left;
  font-size: 18px;
}

.colContent {
  background-color: #f4f4f4;
  padding: 25px;
  /*z-index: 1000;*/
  min-height: 100vh;
}
.titleProfil {
  background-color: rgb(5, 26, 69);
  color: #ffffff;
  font-size: 30px; /* Approximation due to font substitution */
  font-weight: 700;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  text-align: center;
  margin: 0;
  padding-bottom: 15px;
  padding-top: 25px;
}
.titleProfil hr,
.contentAddress hr {
  border-top: 3px solid #061a45;
  width: 75px;
}
.contentAddress li:first-child hr {
  display: none;
}
.contentDashboard {
  color: #7f8c8d;
  font-size: 14px;
  font-weight: 400;
}
.rowThirdNav {
  padding-top: 30px;
  padding-bottom: 30px;
  width: 100%;
}
@media (min-width: 768px) {
  .rowThirdNav .col-sm-3,
  .rowThirdNav .col-sm-4 {
    display: table;
    width: 33%;
  }
}
.rowThirdNav a {
  color: #051a45;
  font-size: 15px;
  font-weight: 700;
  width: 100%;
  padding-top: 11px;
  padding-bottom: 11px;
  display: table-cell;
  vertical-align: middle;
}
.rowThirdNav:not(.rowVideosNav) a:hover i,
.rowThirdNav:not(.rowVideosNav) a.active i {
  color: white !important;
}
.rowThirdNav label {
  color: #7f8c8d;
  font-size: 15px;
  font-weight: 700;
  width: 100%;
  padding-top: 11px;
  padding-bottom: 11px;
  display: table-cell;
  vertical-align: middle;
}
.rowThirdNav label:not(.backgroundImg, .backgroundImg label):hover,
.rowThirdNav label:not(.backgroundImg, .backgroundImg label).active {
  border-radius: 3px;
  background-color: #de171f;
  color: white !important;
}
.rowThirdNav label:hover label,
.rowThirdNav label.active label {
  color: white !important;
}
.contentThirdNavHome {
  /*background-color: white;*/
  text-align: center;
  padding-right: 2%;
  padding-left: 2%;
}
.bootstrap-select.btn-group .dropdown-toggle .caret,
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  position: absolute;
  top: 10px;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
  display: none;
}
.contentHome {
  padding: 4%;
}
.contentHome .intro,
.contentDashboard .intro {
  text-indent: 50px;
}
.contentHome2 {
  padding: 5% 10%;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: 0;
}
.btn-group > .btn:first-child {
  padding-left: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 8px dashed #0d2047;
  border-top: 4px solid \9;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}

.modal.modalAlert {
  background: rgba(0, 0, 0, 0.5);
}

.modalAlert .modal-dialog {
  color: #636363;
  width: 325px;
}

@media (min-width: 1024px) {
  .modalAlert .modal-dialog {
    margin-left: 150px;
  }
}

.modalAlert .modal-dialog .modal-content {
  padding: 20px;
  border-radius: 3px;
  /*border: 2px black;*/
}
.modalAlert .modal-dialog .modal-header {
  border-bottom: none;
  position: relative;
}
.modalAlert .modal-dialog h4 {
  text-align: center;
  font-size: 26px;
  margin: 15px 0 -15px;
}
.modalAlert .modal-dialog .form-control,
.modalAlert .modal-dialog .btn {
  min-height: 40px;
  border-radius: 3px;
}
.modalAlert .modal-dialog .close {
  position: absolute;
  top: -5px;
  right: -5px;
}
.modalAlert .modal-dialog .modal-footer {
  border: none;
  text-align: center;
  border-radius: 3px;
  font-size: 13px;
}
.modalAlert .modal-dialog .icon-box {
  color: #fff;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: -60px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  z-index: 9;
  padding: 12px;
  text-align: center;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}
.modalAlert .modal-dialog.modal-success .icon-box {
  background: #051a45;
}
.modalAlert .modal-dialog.modal-danger .icon-box {
  background: #de171f;
}
.modalAlert .modal-dialog .icon-box i {
  font-size: 58px;
  position: relative;
}

.alert.alertLayout {
  position: fixed;
  z-index: 100000;
  bottom: auto;
  margin-bottom: 0;
  width: 180px;
  padding: 30px;
  text-align: center;
  left: calc(50% - 90px);
  font-weight: 700;
  right: auto;
  top: calc(50% - 90px);
  border-width: 2px;
  box-shadow: 1px 1px 20px #969696, -1px -1px 20px #969696;
}
.alert-success {
  color: #ffffff;
  background-color: #051a45;
  border-color: white;
}
.card-body h4,
.contentEdit h4,
.contentVideos h4 {
  font-family: "Open Sans", semibold, serif;
  color: #051a45;
  font-size: 16px; /* Approximation due to font substitution */
  font-weight: 600 !important;
  margin-bottom: 10px;
}
.contentEdit .form-control:not(.file-caption) {
  display: block;
  width: 100%;
  height: 50px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #051a45;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  border-color: #7f8c8d;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  background-color: #FFF;
}
.contentEdit .form-control:focus {
  /*-webkit-box-shadow: 1px 1px 3px #7f8c8d;
  box-shadow: 1px 1px 3px #7f8c8d;*/
  border-color: #7f8c8d;
}
.contentEdit .form-control::placeholder {
  font-style: italic;
  color: #7f8c8d !important;
  font-size: 13px !important;
}
.contentEdit .form-control.tokenfield {
  padding-top: 16px;
  height: auto;
  min-height: 50px;
}
.contentEdit label {
  font-family: "Open Sans", serif;
  color: #081F4A;
  font-size: 13px;
  font-weight: 400;
  display: block;
  text-align: left;
  padding-left: 0;
}
.contentEdit .titleLabel {

  font-family: "Open Sans", serif;
  color: #081F4A;
  font-size: 13px;
  font-weight: 400;
  display: block;
  text-align: left;
  padding-left: 0;
}

.contentEdit label.labelRequest {
  color: #0d2047;
  font-size: 15px; /* Approximation due to font substitution */
  font-weight: 700;
}
.contentEdit .secondLoginBtn {
  visibility: hidden;
}
.contentEdit2 .secondLoginBtn {
  visibility: hidden;
}
.contentEdit3 .secondLoginBtn {
  visibility: hidden;
}
.addChildIco .fa-plus {
  color: #051a45;
  margin-left: 15px;
  margin-right: 15px;
}
.addChild {
  padding: 10px;
  background-color: white;
  margin: 10px 10px 10px 15px;
  color: #051a45 !important;
  font-weight: 700;
  border: 2px solid #051a45;
  text-decoration: none !important;
  display: inline-block;
  min-width: 177px;
}
.addChildIco .fa-plus {
  font-size: 16px;
  border-radius: 3px;
}
.addChild:hover {
  padding: 10px;
  background-color: #051a45;
  color: white !important;
  font-weight: 700;
  text-decoration: none !important;
  display: inline-block;
}
.addChild .fa-plus {
  padding: 0;
  background-color: transparent;
  color: inherit;
  margin-left: 0;
  margin-right: 10px;
}
.itemForm .fa-plus,
.vehicleForm .fa-plus,
.complaintXForm .fa-plus {
  /*    padding: 10px;
        background-color: #051a45;
        color: white;
        margin-left: 15px;
        margin-right: 15px;*/
}
.contentEdit .fa-close {
  /*    padding: 10px;
        margin-bottom: 5px;
        background-color: #de171f;
        color: white;
        margin-left: 15px;
        margin-right: 15px;*/
}
.deleteChild {
  padding: 10px;
  background-color: white;
  margin: -15px 10px 10px 15px;
  color: #de171f !important;
  font-weight: 700;
  border: 2px solid #de171f;
  text-decoration: none !important;
  display: inline-block;
  min-width: 177px;
}
.krajee-default.file-preview-frame .file-thumbnail-footer {
  display: none;
}
.deleteChild:hover {
  padding: 10px;
  background-color: #de171f;
  color: white !important;
  font-weight: 700;
  text-decoration: none !important;
  display: inline-block;
}
.deleteChild .fa-close {
  padding: 0;
  background-color: transparent;
  color: inherit;
  margin-left: 0;
  margin-right: 10px;
}
form[name="App_disasterdeclaration"] .tokenfield {
  min-height: 50px;
  height: auto !important;
  resize: none;
}
.complaintXForm textarea {
  min-height: 50px;
  resize: none;
}

.itemForm .fa-close,
.vehicleForm .fa-close,
.complaintXForm .fa-close {
  /*    padding: 10px;
    margin-bottom: 5px;
    background-color: #de171f;
    color: white;
    margin-left: 15px;
    margin-right: 15px;*/
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}
.otherplaces,
.seconddomiciles,
.children {
  padding: 0;
}
/* .linkCollection{
    margin-right: -15px;
    margin-left: -15px;
} */
.labelRequest .fa {
  margin-left: 8px;
}

.labelRequest {
  cursor: pointer;
}
.requestInput {
  display: none;
}
select::-ms-expand {
  display: none;
}
select {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
}
.arrowRed {
  position: absolute;
  right: 15px;
  top: 15px;
}
.rowForm .arrowRed {
  top: 10px;
}
.spanBirthDate {
  position: absolute;
  top: 13px;
  left: 27px;
  color: #051a45;
  z-index: 1000;
}
.itemForm ul:not(.es-list):not(.list),
.vehicleForm ul:not(.es-list):not(.list),
.complaintXForm ul:not(.es-list):not(.list),
form[name="App_identity_card"] ul:not(.es-list):not(.list),
.jsForm ul:not(.es-list):not(.list) {
  padding-left: 0;
}
.itemForm .linkCollection .control-label,
.jsForm .linkCollection .control-label,
.vehicleForm .linkCollection .control-label,
.complaintXForm .linkCollection .control-label {
  margin-top: 0;
  margin-bottom: 5px;
  padding: 10px;
  background-color: #f4f4f4;
  display: none;
}
.itemForm .btn-primary,
.vehicleForm .btn-primary,
.complaintXForm .btn-primary,
.jsForm .btn-primary {
  color: #fff;
  background-color: #de171f;
  border-color: #de171f;
}
.itemForm .btn-primary:hover,
.vehicleForm .btn-primary:hover,
.complaintXForm .btn-primary:hover,
.jsForm .btn-primary:hover {
  color: #fff;
  background-color: #051a45;
  border-color: #051a45;
}
.input-group .form-group {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border: 1px solid #7e8c8d;
  padding-top: 5px;
  /* margin-bottom: 5px; */
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.itemForm .input-group.file-caption-main,
.jsForm .input-group.file-caption-main,
.complaintXForm .input-group.file-caption-main {
  max-width: 350px;
}
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
  outline: none !important;
}
.rowVideosNav .radio {
  margin: 0;
}
.containerVideo h4 {
  margin-bottom: 0;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: transparent;
  border-color: transparent;
}
.btn-default,
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: transparent;
  border-color: transparent;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}
.btn-default:hover {
  color: #333;
  background-color: transparent;
  border-color: transparent;
}
.accountNumber {
  position: absolute;
  top: 100px;
  background-color: #ffffff59;
  width: 100%;
  font-weight: 700;
  font-size: 15px;
  padding: 10px 10px 10px 20px;
}
.childrenForm .form-control {
  display: inline-block !important;
}
.emailTransferForm {
  display: none;
}
.formRoad .fa-chevron-right {
  font-size: 10px;
  padding: 5px;
  position: relative;
  bottom: 2px;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  font-style: italic;
}
form[name="App_addresses_infos"] .deleteChild,
form[name="App_addresses_infos"] .addChild {
  min-width: 205px;
  margin-left: 15px;
}
form[name="App_addresses_infos"] .deleteChild {
  margin-top: 0;
  margin-bottom: 25px;
}
div[id^="App_addresses_infos_secondDomiciles"] input[id$="gmapsAddress"] {
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none;
  box-shadow: none;
}
#App_identity_card_identityCardFile,
#App_identity_card_secondIdentityCardFile {
  display: none;
}
.documentForm .addDocument,
.documentForm .addDocument2 {
  display: inline-block;
}
.blocAddDocument {
  display: inline-block;
}
.noDisplayIdentity {
  display: none;
}
.rowForm .bootstrap-select > .dropdown-toggle.bs-placeholder,
.rowForm .bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.rowForm .bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.rowForm .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  font-style: normal;
}
.btn:active,
.btn.active {
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #7f8c8d;
  background-color: transparent;
  border: none transparent;
} 
.btn-default,
.btn-default:focus,
.btn-default.focus {
  border: none;
}
.btn-default:focus,
.btn-default.focus,
.btn-default,
.btn-default:hover {
  border: none;
}
select:-moz-focusring {
  color: transparent !important;
  text-shadow: 0 0 0 #7f8c8d !important;
  background-image: none !important;
  border: 0;
}
select::-moz-focus-inner {
  color: transparent !important;
  text-shadow: 0 0 0 #7f8c8d !important;
  background-image: none !important;
  border: 0;
}
option:not(:checked) {
  color: #051a45 !important; /* prevent <option>s from becoming transparent as well */
}
a,
a:focus,
a.focus,
a:focus:active,
a:active {
  text-decoration: none !important;
}
.lineTicket {
  line-height: 0.8;
  display: inline-block;
}
.titleIdem {
  display: inline-block;
}

@media (min-width: 577px) {
  .titleIdem {
    width: 250px;
  }
}
@media (max-width: 576px) {
  .titleIdem {
    width: 200px;
  }
}

.linkDetailItem img {
  vertical-align: top;
  margin-top: 3px;
  margin-right: 5px;
}
.linkDetailItem {
  display: inline-block;
  width: 100%;
  text-align: left;
  font-size: 15px;
  /* line-height: 1px; */
  font-weight: 700;
  padding-left: 5px;
}
#App_identify_infos_partnerName {
  text-transform: uppercase !important;
}
#App_identify_infos_lastName {
  text-transform: uppercase !important;
}
#App_identify_infos_firstName {
  text-transform: capitalize !important;
}
@media (min-width: 768px) and (max-width: 1000px) {
  .accountNumber {
    font-size: 13px;
  }
  .navbar-header {
    width: 18%;
  }
  .otherplaces .linkCollection .form-group,
  .seconddomiciles .linkCollection .form-group,
  .children .linkCollection2 .form-group,
  .form-group.minFormGroup {
    width: 50%;
  }
  .contentEdit label {
    height: 30px;
  }
}
.btnSecurity {
  visibility: hidden;
}
#map {
  max-width: 100%;
}
.arrowRed {
  pointer-events: none;
}
.ellipseLines {
  white-space: unset;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ellipse {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.colIdentityType label {
  color: #051a45;
}
:placeholder-shown {
  font-style: normal;
  color: red;
}
.input-group {
  margin-bottom: 15px;
}
.input-group .input-group-addon {
  cursor: pointer;
}
.input-group input {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-right: none !important;
}
.input-group .remove {
  background-color: #de171f;
  color: white;
  border-top: #7e8c8d;
  border-bottom: #7e8c8d;
  border-right: #7e8c8d;
  border-left: none;
}
.placeholding,
.form-control-placeholder {
  position: absolute;
  z-index: 9;
  top: 10px;
  left: 0;
  padding: 4px 10px;
  transition: all 200ms;
  opacity: 0.5;
  pointer-events: none;
}
.placeholding.label-valid,
.form-control-placeholder.label-valid,
.form-control:focus + .form-control-placeholder,
.form-control:valid + .form-control-placeholder,
.form-control[type="datetime-local"] + .form-control-placeholder,
.form-control[type="date"] + .form-control-placeholder,
.form-control[type="time"] + .form-control-placeholder,
.time_pick + .form-control-placeholder {
  color: #051a45;
  font-size: 75%;
  transform: translate3d(0, -120%, 0);
  opacity: 1;
  background-color: #fefefe;
  border: none;
  left: 5px;
  top: 20px;
  height: auto;
}
.remove-button {
  padding: 2px 5px;
  background-color: #de171f;
  color: white;
  margin-right: 5px;
  border-radius: 3px;
  display: inline-block;
}
.rowForm .form-group {
  margin-bottom: 0;
}
.icon-group-img {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #de171f;
  color: white;
  padding: 2px 5px;
  cursor: pointer;
  border-radius: 0 5px 0 0;
}
.img-button {
  width: 100px !important;
  height: 80px !important;
  position: relative;
  margin-left: 8px;
}
.addDocument2,
.addDocument {
  position: relative;
  padding: 13px 20px;
  cursor: pointer;
  color: #0d2047;
  font-size: 14px;
  font-weight: 700;
  border: 2px solid;
  border-radius: 5px;
}
.addDocument2 .icon-group,
.addDocument .icon-group {
  width: 38px;
  height: 38px;
  text-align: center;
  position: absolute;
  top: 7px;
  right: 7px;
  bottom: 0;
  color: rgb(5, 26, 69);
  font-size: 21px;
  padding: 5px 10px;
  border: rgb(5, 26, 69);
  margin: -4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.addDocument2 img,
.addDocument img {
  margin-bottom: 5px;
}
textarea.form-control {
  padding-top: 15px !important;
}
.preview .previewVich {
  display: none;
}
.text-lowercase:first-letter {
  text-transform: capitalize;
}
.verticalCenter {
  position: absolute;
  top: 50%; /* poussé de la moitié de hauteur du référent */
  transform: translateY(-50%); /* tiré de la moitié de sa propre hauteur */
}
.horizontalCenter {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.listPreview {
  background-color: rgba(6, 25, 69, 0.1);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 55px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  display: flex;
}
.listPreview .itemName {
  color: #ffffff;
  font-size: 12px;
}
.tooltip > .tooltip-inner {
  z-index: 96;
  background-color: #051a45;
  font-weight: bold;
  font-size: 14px;
  padding: 10px;
  min-width: 100px;
  max-width: 500px;
}
.emptyInput {
  display: none;
  background-color: #de171f;
  color: white;
  border-top: #7e8c8d;
  border-bottom: #7e8c8d;
  border-right: #7e8c8d;
  border-left: none;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  padding: 18px 10px;
}
.ui-menu {
  z-index: 9999;
}
.ui-widget.ui-widget-content {
  border: 1px solid #000000;
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}

.tokenfield .token .token-label {
  max-width: none !important;
}

.tokenfield .token .token-label:first-letter {
  text-transform: capitalize;
}

.vich-image .file-caption,
.vich-image .file-caption-main,
.file-input .file-caption,
.file-input .file-caption-main {
  display: none;
}

.vich-file:not(.linkCollection .vich-file) .file-caption,
.vich-file:not(.linkCollection .vich-file) .file-caption-main {
  display: table;
}

li.photos {
  vertical-align: top;
  display: inline-block;
  position: relative;
  margin-right: 5px;
  display: block;
}

li.photos .mb-3 {
  margin-bottom: 0 !important;
}
li.photos .mb-2 {
  margin-bottom: 0 !important;
}

li.photos img,
.img-button a img {
  border: 1px solid #0d2047;
}
li.photos .form-group,
li.photos .vich-image .input-group {
  margin: 0;
}
.blocpic ul {
  margin-top: 0px;
  margin-bottom: 1px;
}

@media (min-width: 577px) {
  li.linkCollection .file-preview-image {
    width: 200px !important;
    /*height: 80px !important;*/
  }
}
@media (max-width: 576px) {
  li.linkCollection .file-preview-image {
    width: 150px !important;
    /*height: 80px !important;*/
  }
}

.krajee-default.file-preview-frame .kv-file-content,
.kv-preview-data.file-preview-other-frame {
  width: auto !important;
  height: auto !important;
  overflow: hidden;
}
.vich-image .btn-primary {
  color: #fff;
  background-color: #051a45;
  border-color: #051a45;
  border-radius: 3px;
}
.itemForm .input-group .form-control:last-child,
.itemForm .input-group-addon:last-child,
.itemForm .input-group-btn:last-child > .btn,
.itemForm .input-group-btn:last-child > .btn-group > .btn,
.itemForm .input-group-btn:last-child > .dropdown-toggle,
.itemForm .input-group-btn:first-child > .btn:not(:first-child),
.itemForm .input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.vehicleForm .input-group .form-control:last-child,
.vehicleForm .input-group-addon:last-child,
.vehicleForm .input-group-btn:last-child > .btn,
.vehicleForm .input-group-btn:last-child > .btn-group > .btn,
.vehicleForm .input-group-btn:last-child > .dropdown-toggle,
.vehicleForm .input-group-btn:first-child > .btn:not(:first-child),
.vehicleForm .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-radius: 3px;
}

.vich-image .krajee-default.file-preview-frame {
  border: none;
  box-shadow: none;
  padding: 0;
  float: left;
  text-align: left;
  margin: 0 0 0 8px;
}
.vich-image .file-preview {
  border-radius: 0;
  border: none;
  padding: 0;
  width: auto;
  margin-bottom: 5px;
}
.vich-image .file-preview-image {
  width: auto !important;
}
.vich-image .krajee-default.file-preview-frame:not(.file-preview-error):hover {
  box-shadow: none;
}
div.backgroundImg h4 {
  margin-bottom: 10px !important;
}
div.backgroundImg {
  background-position: bottom;
  background-size: cover;
  width: 100%;
  max-width: 100%;
  min-height: 90px;
  margin: auto auto 20px;
  border-radius: 0;
  position: relative;
}
div.form-check.background0 {
  background-image: linear-gradient(
      rgba(80, 112, 170, 0.6),
      rgba(80, 112, 170, 0.6)
    ),
    url("../../img/categoryDisaster/nature0.jpg");
}
div.form-check.background1 {
  background-image: linear-gradient(
      rgba(80, 112, 170, 0.6),
      rgba(80, 112, 170, 0.6)
    ),
    url("../../img/categoryDisaster/nature1.jpg");
}
div.form-check.background2 {
  background-image: linear-gradient(
      rgba(80, 112, 170, 0.6),
      rgba(80, 112, 170, 0.6)
    ),
    url("../../img/categoryDisaster/nature2.jpg");
}
div.form-check.background3 {
  background-image: linear-gradient(
      rgba(80, 112, 170, 0.6),
      rgba(80, 112, 170, 0.6)
    ),
    url("../../img/categoryDisaster/nature3.jpg");
}
div.form-check.background4 {
  background-image: linear-gradient(
      rgba(80, 112, 170, 0.6),
      rgba(80, 112, 170, 0.6)
    ),
    url("../../img/categoryDisaster/nature4.jpg");
}
div.form-check.background5 {
  background-image: linear-gradient(
      rgba(80, 112, 170, 0.6),
      rgba(80, 112, 170, 0.6)
    ),
    url("../../img/categoryDisaster/nature5.jpg");
}
div.form-check.background0:hover,
div.form-check.background0.active,
div.form-check.background0:active {
  background-image: url("../../img/categoryDisaster/nature0.jpg");
}
div.form-check.background1:hover,
div.form-check.background1.active,
div.form-check.background1:active {
  background-image: url("../../img/categoryDisaster/nature1.jpg");
}
div.form-check.background2:hover,
div.form-check.background2.active,
div.form-check.background2:active {
  background-image: url("../../img/categoryDisaster/nature2.jpg");
}
div.form-check.background3:hover,
div.form-check.background3.active,
div.form-check.background3:active {
  background-image: url("../../img/categoryDisaster/nature3.jpg");
}
div.form-check.background4:hover,
div.form-check.background4.active,
div.form-check.background4:active {
  background-image: url("../../img/categoryDisaster/nature4.jpg");
}
div.form-check.background5:hover,
div.form-check.background5.active,
div.form-check.background5:active {
  background-image: url("../../img/categoryDisaster/nature5.jpg");
}

div.form-check.background-waterDegradations {
  background-image: linear-gradient(
      rgba(80, 112, 170, 0.6),
      rgba(80, 112, 170, 0.6)
    ),
    url("../../img/categoryDisaster/nature0.jpg");
}
div.form-check.background-fire {
  background-image: linear-gradient(
      rgba(80, 112, 170, 0.6),
      rgba(80, 112, 170, 0.6)
    ),
    url("../../img/categoryDisaster/nature1.jpg");
}
div.form-check.background-hail {
  background-image: linear-gradient(
      rgba(80, 112, 170, 0.6),
      rgba(80, 112, 170, 0.6)
    ),
    url("../../img/categoryDisaster/nature2.jpg");
}
div.form-check.background-flood {
  background-image: linear-gradient(
      rgba(80, 112, 170, 0.6),
      rgba(80, 112, 170, 0.6)
    ),
    url("../../img/categoryDisaster/nature3.jpg");
}
div.form-check.background-storm {
  background-image: linear-gradient(
      rgba(80, 112, 170, 0.6),
      rgba(80, 112, 170, 0.6)
    ),
    url("../../img/categoryDisaster/nature4.jpg");
}
div.form-check.background-ligthning {
  background-image: linear-gradient(
      rgba(80, 112, 170, 0.6),
      rgba(80, 112, 170, 0.6)
    ),
    url("../../img/categoryDisaster/nature5.jpg");
}
div.form-check.background-waterDegradations:hover,
div.form-check.background-waterDegradations.active,
div.form-check.background-waterDegradations:active {
  background-image: url("../../img/categoryDisaster/nature0.jpg");
}
div.form-check.background-fire:hover,
div.form-check.background-fire.active,
div.form-check.background-fire:active {
  background-image: url("../../img/categoryDisaster/nature1.jpg");
}
div.form-check.background-hail:hover,
div.form-check.background-hail.active,
div.form-check.background-hail:active {
  background-image: url("../../img/categoryDisaster/nature2.jpg");
}
div.form-check.background-flood:hover,
div.form-check.background-flood.active,
div.form-check.background-flood:active {
  background-image: url("../../img/categoryDisaster/nature3.jpg");
}
div.form-check.background-storm:hover,
div.form-check.background-storm.active,
div.form-check.background-storm:active {
  background-image: url("../../img/categoryDisaster/nature4.jpg");
}
div.form-check.background-ligthning:hover,
div.form-check.background-ligthning.active,
div.form-check.background-ligthning:active {
  background-image: url("../../img/categoryDisaster/nature5.jpg");
}

div.backgroundImg.otherPlaceBackground {
  background-image: linear-gradient(
      rgba(80, 112, 170, 0.6),
      rgba(80, 112, 170, 0.6)
    ),
    url("../../img/categoryInsurance/otherLocal1.jpg");
}
div.backgroundImg.secondDomicileBackground {
  background-position: center;
  background-image: linear-gradient(
      rgba(80, 112, 170, 0.6),
      rgba(80, 112, 170, 0.6)
    ),
    url("../../img/categoryInsurance/country.jpg");
}
div.backgroundImg.mainAddressBackground {
  background-position: center;
  background-image: linear-gradient(
      rgba(80, 112, 170, 0.6),
      rgba(80, 112, 170, 0.6)
    ),
    url("../../img/categoryInsurance/superior.jpg");
}
div.backgroundImg.otherPlaceBackground:hover,
div.backgroundImg.otherPlaceBackground.active,
div.backgroundImg.otherPlaceBackground:active {
  background-image: url("../../img/categoryInsurance/otherLocal1.jpg");
}
div.backgroundImg.secondDomicileBackground:hover,
div.backgroundImg.secondDomicileBackground.active,
div.backgroundImg.secondDomicileBackground:active {
  background-position: center;
  background-image: url("../../img/categoryInsurance/country.jpg");
}
div.backgroundImg.mainAddressBackground:hover,
div.backgroundImg.mainAddressBackground.active,
div.backgroundImg.mainAddressBackground:active {
  background-position: center;
  background-image: url("../../img/categoryInsurance/superior.jpg");
}
.backgroundImg label {
  display: table;
  width: 100%;
  color: white;
  cursor: pointer;
  padding-bottom: 0;
  white-space: normal;
  padding-top: 0;
}
.listVideo {
  color: #424242;
  padding: 5px 15px;
  border: 1px solid black;
  border-radius: 3px;
  font-size: 25px;
}
@media (min-width: 768px) {
  .containerList .col-sm-2 {
    /*width: 120px;*/
  }
  .containerList .col-sm-8 {
    /*width: calc(100% - 240px);*/
  }
}
label.error {
  color: #de171f;
  font-size: 12px;
  font-weight: 400;
  padding-left: 12px;
}
#ui-datepicker-div {
  z-index: 10 !important;
}
.colNotVehicule {
  display: none;
}
.contentEditItems h5 {
  margin-bottom: 15px;
}
.cardPersonn {
  padding: 0 10px;
  display: inline-block;
  border-radius: 3px;
  color: #051a45;
}
.cardPersonn i {
  width: 20px;
  text-align: center;
}
.cardPersonn h4 {
  letter-spacing: 1px;
  margin-top: 0;
  margin-left: 2px;
  border-bottom: 1px solid;
  padding-bottom: 10px;
}
.blocAddress .secondStep .form-group {
  margin-top: 0;
  margin-bottom: 15px;
}
.textareaSized {
  height: 115px !important;
  min-height: 115px !important;
  max-height: 115px !important;
  resize: none !important;
  overflow-y: auto !important;
}

input.is-invalid ~ label {
  color: #de171f;
  opacity: 1;
}

form[name="App_disasterdeclaration"] .blocInput:not(.parkingPlaceNature):not(.disasterCause) .tokenfield {
  height: 115px !important;
  min-height: 115px !important;
  max-height: 115px !important;
  resize: none !important;
  overflow-y: auto !important;
}

form[name="App_itemslistcomplaint"] .itemsListComplaint .nice-select.niceSelect,
form[name="App_itemslistcomplaint"] .paymentsListComplaint .nice-select.niceSelect,
form[name="App_disasterdeclaration"] .destroyedItems .nice-select.niceSelect {
  height: 115px !important;
}

.contentEdit .has-error .help-block,
.contentEdit label.error {
  position: absolute;
  top: -10px;
  margin: 0;
  font-size: 10px;
  right: 0;
  background-color: white;
  z-index: 9;
  height: auto;
  padding-left: 5px;
}
.contentEdit .has-error .help-block .list-unstyled {
  margin-bottom: 0;
}
.insuranceItem .colPhotos {
  padding-left: 10px;
  padding-right: 10px;
  color: white !important;
}
.listTagItem {
  /*width:70px;*/
  /*margin-right: 10px;*/
  /*padding: 5px;*/
  display: inline-block;
  /*color: white;*/
}
.listTagItem.listTagDonné {
  color: #27ae60;
}
.listTagItem.listTagVendu {
  color: #27ae60;
}
.listTagItem.listTagVolé {
  color: #de171f;
}
.listTagItem.listTagPerdu {
  color: #ffc04e;
}
.listTagItem.listTagDétruit {
  color: #de171f;
}
.listTagItem.listTagOk {
  color: #0d2047;
}
.blocVideo {
  position: relative;
  border: 1px solid transparent;
}
.blocVideo video {
  border: 1px solid transparent;
}
.blocVideo:hover video {
  border: 1px solid #de171f;
}
.blocVideoContent {
  position: relative;
}
.blocVideoContent .fa-play {
  font-size: 25px;
  color: #de171f;
  cursor: pointer;
  display: none;
}
.blocVideo:hover .fa-play {
  display: block;
}
.blocVideo .tools {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
}
.blocVideo .tools i {
  background-color: #de171f;
  padding: 5px;
  width: 26px;
  border-radius: 2px;
}
.blocVideo .tools i:first-child {
  margin-bottom: 5px;
}
.blocVideo:hover .tools {
  display: block;
}
.disabledPointer {
  pointer-events: none;
}
p.blue a {
  text-decoration: underline !important;
  color: inherit;
}
.firstCol {
  vertical-align: top;
}
.ndCol {
  display: inline-block;
  width: calc(100% - 255px);
  overflow-wrap: break-word;
}
.highMarge {
  margin: 0 10%;
}

@media (max-width: 768px) {
  .highMarge {
    margin: 0 5%;
  }
}

.card-header.bg-primary {
  background-color: #fefefe !important;
  color: #00204c !important;
  border: 0 !important;
}

/*.card-body {*/
/*    padding-top: 53px;*/
/*}*/

@media (max-width: 991px) {
  .text-blue-riposte {
    color: white;
  }
}

.sidebar ul li a.dropdown-toggle .pull-right-container {
  position: relative;
  right: 10px;
  float: right;
  width: 100%;
}
.sidebar ul li a.dropdown-toggle .pull-right-container > .fa-angle-right {
  -webkit-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  color: white;
  width: auto;
  height: auto;
  padding: 0;
}

.sidebar ul li a.dropdown-toggle[aria-expanded="true"] .pull-right-container > .fa-angle-right {
  -ms-transform: rotate(90deg);

  transform: rotate(90deg);
}

.sidebar ul li ul {
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

@media (max-width: 991px) {
  .sidebar ul li a.dropdown-toggle .pull-right-container > .fa-angle-right {
    color: #667093;
  }
}

.fa.pull-right {
  margin-left: 0.3em;
}
.pull-right {
  float: right;
}

div.form-group .tag-yellow {
  color: #fcc04e !important;
}

div.form-group .tag-red {
  color: #de171f !important;
}

div.form-group .tag-black {
  color: #000000 !important;
}

div.form-group .tag-green {
  color: #27ae60 !important;
}
.pack {
  margin: 0 auto 20px;
  background-color: #fff;
  border-radius: 6px;
  color: #333;
  padding-bottom: 100px;
  cursor: pointer;
  border: 1px solid #C1C8D4;
  position: relative;
}
.packs>div:nth-child(odd) .pack_container {
  margin-left: 0;
  margin-right: 40px;
}
.packs>div:nth-child(even) .pack_container {
  margin-left: 40px;
  margin-right: 0;
}
.pack:hover {
  border: 2px #243B67 solid;
}
.pack hr {
  width: 60px;
  margin: 20px auto;
  height: 6px;
  color: #C9332D;
}
.pack .pack_option img {
  margin-right: 20px;
  margin-top: 5px;
}
.pack ul {
  padding-left: 10px;
  font-size: 18px;
  color: #051a45;
  font-weight: bold;
}
.pack .pack_title {
  margin-top: 20px;
  font-size: 20px;
  color: #051a45;
  font-weight: bold;
}
.pack .pack_title span {
  font-size: 30px;
  top: -10px;
  position: relative;
}
.pack .pack_price {
  color: #051a45;
  font-size: 40px;
  font-weight: bold;
  margin: 0;
}
.pack .pack_mail {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #de171f;
  font-weight: 600;
}
.pack_info {
  position: relative;
  z-index: 9;
  left: 20px;
}
.pack .pack_info {
  color: #051a45;
  margin-left: 15px;
  font-size: 8px;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 9;
  pointer-events: none;
}
.pack .pack_option {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
  text-align: left;
}
.pack .pack_option svg {
  width: 20px;
  margin-top: 1px;
  margin-right: 5px;
}
.pack .pack_description {
  color: #fff;
  position: absolute;
  font-size: 20px;
  bottom: 20px;
  left: 0;
  margin: 0;
  width: 100%;
  padding: 0 20px;
  display: table;
}
.pack .pack_description p {
  text-align: center;
  background-color: #de171f;
  padding: 10px;
  height: 82px;
  border-radius: 0 10px;
  font-size: 18px;
  font-weight: bold;
  display: table-cell;
  vertical-align: middle;
  color: #FFF !important;
}
.pack .pack_flag {
  background-color: #051a45;
  color: #fff;
  position: absolute;
  bottom: 14px;
  right: -34px;
  margin: 0;
  padding: 4px;
  font-size: 20px;
  transform: rotate(-45deg);
  width: 140px;
  text-align: center;
}
.btn:focus {
  box-shadow: 0 0 0 0;
}
.btn-blue {
  display: flex;
  background-color: #243b67;
  border-color: #243b67;
  color: white;
  align-items: center;
  margin: auto;
  font-size: 13px;
  font-weight: normal;
  padding: 12px 0px;
  justify-content: space-between;
}

.btn-blue .icon {
  background-color: white;
  border-radius: 50%;
  color: #243b67;
  display: block;
  width: 30px;
  height: 30px;
  font-size: 18px;
}

.btn-blue2 {
  display: flex;

  align-items: center;
  width: 200px;
  font-size: 18px;
  font-weight: normal;
  padding: 10px 30px;
  justify-content: space-between;
}

.btn-blue .icon svg {
  height: 15px;
  stroke-width:4;
}

.btn-blue2 .icon {
  border: 1px solid #243b67;
  border-radius: 50%;
  color: #243b67;
  display: block;
  width: 30px;
  height: 30px;
}

.btn-blue2 .icon svg {
  height: 15px;
}
.btn-grey {
  display: flex;
  background-color: transparent;
  border-color: #243b67;
  min-width: 200px;
  border-radius: 3px;
  border-style: solid;
  border-width: 2px;
  color: #243b67;
  align-items: center;
  width: auto;
  font-size: 13px;
  font-weight: bold;
  padding: 10px 0;
  justify-content: center;
  text-align: center;
}
.btn.gray .icon {
  font-size: 18px;
}
.btn-grey.large {
  width: 300px;
}
.btn-grey .icon {
  background-color: #243b67;
  border-radius: 50%;
  color: white;
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 5px;
}
.btn-grey .icon svg , .btn-blue .icon svg {
  height: 15px;
  stroke-width:4;
  position: relative;
  top: 5px;
}
.btn-blue .icon svg {
  height: 15px;
  stroke-width:4;
  position: relative;
  top: 1px;
  left: 1px;
}


@media (min-width: 320px) {
  .pack {
    height: 480px;
    padding: 10px;
  }
}
@media (min-width: 576px) {
  .pack {
    height: 460px;
    padding: 10px;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .pack {
    height: 460px;
    padding: 10px;
  }
}
@media (min-width: 992px) {
  .pack-second {
    border-left: 1px solid #243b67;
  }
  /* .complaint_title {
    margin-left: 13px;
  } */
  /* .packs>div:nth-child(odd) .pack_container {
    margin-left: 0;
    margin-right: 15px;
  }
  .packs>div:nth-child(even) .pack_container {
    margin-left: 15px;
    margin-right: 0;
  } */
  .pack {
    height: 460px;
    padding: 10px;
    width: 330px;
  }
  .pack_signature {
    width: 330px;
  }
}
@media (min-width: 1060px) {
  .packs>div:nth-child(odd) .pack_container {
    margin-left: 0;
    margin-right: 40px;
  }
  .packs>div:nth-child(even) .pack_container {
    margin-left: 40px;
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  .complaint_title {
    margin-left: -10px;
  }
}

@media (max-width: 767px) {
  .packs>div:nth-child(odd) .pack_container {
    margin-left: 0;
    margin-right: 0;
  }
  .packs>div:nth-child(even) .pack_container {
    margin-left: 0;
    margin-right: 0;
  }
  .navbar_title span {
      font-size: 25px !important;
  }
}

.input_icon {
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border: 1px solid #7f8c8d;
}

.input_icon img {
  width: 55% !important;
}


.input_icon img.image {
  width: 100% !important;
  max-width: 100%;
  max-height: 100%;
}

.textarea-tokens-close {
  position: absolute;
  right: 10px;
  top: 40px;
  display: flex;
  flex-direction: column;
  bottom: 0;
  height: 13px;
  line-height: 18px;
  color: #db1a21;
  cursor: pointer;
}
.color-blue {
  color: #243b67;
}

@media(min-width: 1363px) {
  .break {
    display: none;
  }
}
@media(max-width: 1147px) {
  .break {
    display: none;
  }
}

.tokenfield.form-control:has(input[aria-invalid="true"]) {
  border-color: #db1a21;
}

.tokenfield, select {
  position: relative;
}

.tokenfield::after{
  content: '\2B9F'; /* Unicode character for down arrow */
  position: absolute;
  right: 10px; /* Adjust as needed */
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none; /* Ensure the icon doesn't interfere with clicking the input */
  font-family: Arial, sans-serif; /* Adjust font family as needed */
}


.px-0-75 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-1-5-rem {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.pb-1-5-rem {
  padding-bottom: 1.5rem !important;
}

.ms-0-75 {
  margin-left: 0.75rem;
}

.navbar_title {
  color: #243b67;
}