@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');

html {
  width: 100%;
}


body {
  overflow-x: hidden !important;
  background: #F8FAFE;
  font-family: 'Poppins', sans-serif !important;
} 
h1 {
    font-size: 26px;
    padding-bottom: 10px;
    display: inline-block;
    font-weight: 500 !important;
}

h5 {
  font-size: 21px;
  color: #192331;
}

body.show-spinner>main {
  overflow: hidden !important;
}
.list-thumbnail.xsmall {
  width: 40px;
  height: 40px;
  font-size: 1rem;
}

/* Hide everything under body tag */
body.show-spinner>* {
  opacity: 0;
}
/* Spinner */
body.show-spinner::after {
  content: " ";
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  border-top-color: rgba(0, 0, 0, 0.3);
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
  left: calc(50% - 15px);
  top: calc(50% - 15px);
  position: fixed;
  z-index: 1;
}
.text-muted {
  color: #878A8E !important;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}


section .row{
  margin-bottom: 10px;
  background: #E9F0FF;
  list-style: none;
  padding: 15px 20px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section .row i{
  color: #6990F2;
  font-size: 30px;
}
section .details span{
  font-size: 14px;
}
.progress-area .row .content{
  width: 100%;
  margin-left: 15px;
}
.progress-area .details{
  display: flex;
  align-items: center;
  margin-bottom: 7px;
  justify-content: space-between;
}
.progress-area .content .progress-bar{
  height: 6px;
  width: 100%;
  margin-bottom: 4px;
  background: #fff;
  border-radius: 30px;
}
.content .progress-bar .progress{
  height: 100%;
  width: 0%;
  background: #6990F2;
  border-radius: inherit;
}
.uploaded-area{
  max-height: 232px;
  overflow-y: scroll;
}
.uploaded-area.onprogress{
  max-height: 150px;
}
.uploaded-area::-webkit-scrollbar{
  width: 0px;
}
.uploaded-area .row .content{
  display: flex;
  align-items: center;
}
.uploaded-area .row .details{
  display: flex;
  margin-left: 15px;
  flex-direction: column;
}
.uploaded-area .row .details .size{
  color: #404040;
  font-size: 11px;
}
.uploaded-area i.fa-check{
  font-size: 16px;
}

.breadcrumb-item a {
  font-size: 16px;
  color: #8F8F8F;
}

/* pagina inicio */

.text-muted-color {
  color: #FE792E !important;
}

.datos_inicio .card {
  min-height: 150px;
  display: flex;
  justify-content: space-around;
}

p.lead.color-theme-1.mb-1.value {
  color: #292E35;
  font-weight: 600;
}

.auth-card .image-side {
  width: 40%;
  background: url(../img/embarques-scaled.jpg) no-repeat center top;
  background-size: cover;
  padding: 80px 40px;
}

.logo-single {
  width: 220px;
  height: 80px;  
  background: url(../logos/logo_svg.svg) no-repeat;
  background-position: center center;
  background-size: contain;
  display: inline-block;
  margin-bottom: 60px;
}
.logo-mobile {
  width: 75px;
  height: 35px;
  background: url(../logos/logo_svg.svg) no-repeat;
  background-position: center center;
  background-size: contain;

}
.inicio_pricer .form-control {
  border-radius: 1rem;
}
.bootstrap-tagsinput, .form-control {
  border-radius: 0;
  outline: initial!important;
  box-shadow: initial!important;
  background-color: #f5f5f5 !important;
  font-size: 13px;
  padding: 0.5rem 0.75rem;
  line-height: 1;
  border: none;
  color: #878A8E;
  border: 0.5px solid #F8FAFE;
  height: calc(2em + 0.8rem);
}
.logo {
  width: 165px;  
  height: 50px;
  background: url(../logos/logo_svg.svg) no-repeat;
  background-position: center center;
  background-size: contain;
  margin: 0 auto;
}



.btn-primary {
  /*background: transparent linear-gradient(180deg, #FE792E 0%, #FF373A 100%) 0% 0% no-repeat padding-box;*/
  background: #FE792E;
  border-color: transparent !important;
  border: none !important;
  font-weight: 500;
}
.btn-primary:hover {
  color: #fff;
  background-color: #3A3A3A;
  border-color: #3A3A3A;
}
.btn-secondary {
  background-color: white;
  border-color: #FE792E;
  color: #FE792E;
}
.btn-dark {
  color: #ececec;
  background-color: #292E35;
  border-color: #292E35;
}
.btn-outline-dark {
  color: #C3C3C3;
  border-color: #C3C3C3;
}
.btn-group-xs>.btn, .btn-xs {
  padding: 9px 20px;
  font-size: 14px;
  line-height: 1.3;
}
button.btn.btn-outline-dark.btn-lg.dropdown-toggle {
  padding: 0.75rem 15px 1rem 15px;
  width: 320px;
  text-align: left;
}

input[type=file]::file-selector-button {
  border: 2px solid #FE792E;
  padding: .3em .5em;
  margin: 0 !important;
  border-radius: .2em;
  background-color: transparent;
  transition: 1s;
  color: #FE792E;
  float: right;
  height: max-content;
}

input[type=file]::file-selector-button:hover {
  background-color: #FE792E;
  border: 2px solid #FE792E;
  color: #fff;
}
#displayOptions_siniestros {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: flex-start;
}
#displayOptions_siniestros input {
  border-radius: 50px !important;
  background: transparent;
  padding: 1.5rem 15px 1.5rem 15px;
}
hr.no-gutters {
  margin-right: -30px;
  margin-left: -30px;
}
.no-gutters {
  padding-right: 0px;
  padding-left: 0px;
}

.btn-outline-primary {
  color: #FE792E;
  border-color: #FE792E;
}

.separate_btn .btn-group>.btn-group:not(:last-child)>.btn, .separate_btn .btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
   border-top-right-radius: 50px !important;
   border-bottom-right-radius: 50px !important;
}
.separate_btn .btn-group>.btn-group:not(:first-child)>.btn, .separate_btn .btn-group>.btn:not(:first-child) {
  border-top-left-radius: 50px !important; 
  border-bottom-left-radius: 50px !important; 
}
label.btn.btn-warning {
  margin-right: 20px;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show>.btn-warning.dropdown-toggle {
  color: #212529;
  background-color: transparent;
  border-color: #FE792E;
  color: #FE792E;
}

.btn-warning {
  background-color: transparent;
  border-color: #292E35;
  color: #292E35;
}
input[type='radio'] {
  accent-color: #FE792E;
}

.navbar .header-icon#notificationButton .count {
  font-size: 9px;
  color: #FE792E;
  border: 1px solid #FE792E;
  border-radius: 10px;
  position: absolute;
  width: 18px;
  height: 15px;
  text-align: center;
  font-weight: 700;
  top: -4px;
  right: 2px;
  line-height: 14px;
}
.custom-select {
  border-radius: 50px;
  padding: 0.75rem 15px 1rem 15px;
  font-size: 14px;
  line-height: 1;
  height: auto;
  background: transparent;
}
.data-table-scrollable tbody tr:nth-of-type(odd) {
  background-color: #F3F7FF !important;
}
table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
  border-collapse: collapse !important;
}

.navbar .header-icon:hover {
  color: #FE792E;
}
.modal .modal-header {
  border-bottom: none;
}
.modal .modal-footer {
  border-top: none;
}





.radio-item {
  display: inline-block;
  position: relative;
  padding: 0 6px;
  margin: 10px 0 0;
}

.radio-item input[type='radio'] {
  display: none;
}

.radio-item label {
  color: #666;
  font-weight: normal;
}

.radio-item label:before {
  content: " ";
  display: inline-block;
  position: relative;
  top: 5px;
  margin: 0 5px 0 0;
  width: 20px;
  height: 20px;
  border-radius: 11px;
  border: 2px solid #FE792E;
  background-color: transparent;
}

.radio-item input[type=radio]:checked + label:after {
  border-radius: 11px;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 9px;
  left: 10px;
  content: " ";
  display: block;
  background: #FE792E;
}


@media (max-width: 450px) {
.btn {
  border-radius: 50px;
  outline: initial!important;
  box-shadow: none!important;
  box-shadow: initial!important;
  font-size: 16px;
  padding: 10px 10px 10px 10px;
  transition: background-color box-shadow .1s linear;
}
.table_prima .card {
  overflow-x: scroll;
}
button.btn.btn-outline-dark.btn-lg.dropdown-toggle {
  padding: 0.75rem 15px 1rem 15px;
  width: 330px;
  text-align: left;
}
#displayOptions_siniestros {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-end;
  align-items: center;
}
.list-item-heading {
  font-size: 12px;
}
.lead {
  font-size: 35px;
  line-height: 1.6rem;
  margin-top: 20px;
}
}