/* #selectLocation{
  position: fixed;
  top: 13px;
  z-index: 1600;
} */
#selectLocation .selecLocationPosition{
  position: relative;
}
#selectLocation .prefixIcon{
  font-size: 20px;
  position: absolute;
  z-index: 1;
  left: 14px;
  top: 7px;
}
#selectLocation .el-input__inner{
  padding-left: 40px;
}

.selecLocationPosition .el-select-dropdown__item.selected{
  color: #424242 !important;
  font-weight: 500 !important;
}
.alert-gray{
  background: #F1F1F1;
  color: #3A474E;
  font-weight: 400;
  padding-left: 15px;
  padding-right: 15px;
}

.modal-cookie-us {
  display: none;
  padding: 20px;
  max-width: 750px;
  z-index: 16000020;
  position: fixed;
}

.spinner-border {
  display: inline-block;
  width: 5rem;
  height: 5rem;
  vertical-align: text-bottom;

  border: 0.5em solid transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
  animation: spinner-border 1s linear infinite;

  background: linear-gradient(white, white), conic-gradient(from 0.15turn, #DE3C3D, rgba(196, 196, 196, 0));
  background-origin: border-box;
  background-clip: content-box, border-box;
}

#wrap-dropdown-profile{
  float: right;
}
.wrapInfo {
  padding: 0px;
  height: 40px;
  padding-left: 20px;
  padding-right: 20px; 
}
.wrapInfo .infoText {
  float: left; 
}
.wrapInfo .infoText .infoName {
  display: block;
  margin-top: 10px;
  color: #f44336;
  font-weight: 500;
  line-height: 0px;
 }
.wrapInfo .infoText .infoMail {
  display: block;
  font-size: 13px;
  color: #0a0a0a; 
  margin-top: 5px;
  font-weight: 400;
}
.wrapInfo .infoImage {
  position: relative;
  float: left;
 }
.wrapInfo .infoImage img {
  width: 35px;
  height: 35px;
  border-radius: 30px;
  /* margin-top: 5px; */
  margin-right: 10px;
  border: 1px solid #e2e2e2; 
}
.wrapInfo .infoImage i {
  background-color: #46be8a;
  position: absolute;
  right: 11px;
  bottom: 0;
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  border-radius: 100%; 
}

#wrap-select-profile .dropdown-menu{
  min-width: 200px;
}

#wrap-select-profile .dropdown-toggle::after{
  transform: translateY(8px);
  font-size: 15px;
}

.textChangeDC{
  font-weight: bold;
  color: #405eff;
  display: inline-block;
}

.textChangeDC::first-letter{
  text-transform: capitalize;
}

.elSelectTitleInside .el-select{
  width: 100% !important
}
.elSelectTitleInside .el-select .el-input__inner{
  height: 60px;
  line-height: 60px;
  padding-top: 20px;
  padding-left: 48px !important;
  font-weight: 600;
  font-size: 16px;
  background-color: transparent;
}
.elSelectTitleInside .elTitleInside{
  position: absolute;
  z-index: 0;
  left: 15px;
}
.elSelectTitleInside .elTitleInside span{
  font-size: 13px;
  font-weight: 500;
  color: #a4a4a4;
}
.elSelectTitleInside .elTitleInside img{
  width: 25px;
  margin-top: 20px;
  margin-right: 5px;
}
.elSelectTitleInside .el-select-dropdown__item {
  padding-left: 48px;
}
#managePage .account_name{
  word-break: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.list-portals .account_name{
  font-weight: 600;
  color: #03363d;
}
.list-portals .el-table--enable-row-hover .el-table__body tr:hover>td{
  background: #03363d;
  color: #fff;
}
.list-portals .el-table__row:hover .account_name{
  color: #fff;
}
.list-portals .el-table__row:hover{
  cursor: pointer;
}
.list-portals .el-table .cell,
.list-portals .el-table th>.cell{
  padding-left: 20px;
}
.list-portals .el-table th{
  color: #393939;
}

/** Custom for iti input*/
.form-group .iti{
  width: 100%;
}

.blog-title{
	display: -webkit-box !important;
	font-size:18px !important;
	line-height:24px !important;
	-webkit-box-orient: vertical ;
	-webkit-line-clamp: 2 ;
	overflow: hidden !important;  
}
.blog-meta{
	display: -webkit-box !important;
	-webkit-box-orient: vertical ;
	-webkit-line-clamp: 3 ;
	overflow: hidden !important;  
}
@keyframes spinner-border {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.disable-href {
  pointer-events: none;
  cursor: default;
  color: #AAA !important;
}

.border-radius-15{
  border-radius: 15px;
}

#block_footer_rectangle img{
  display: block;
  margin: auto;
}

.input-line .input-group{
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #ebebeb;
}

.section-register input.form-control{
  font-size: 14px;
}
.section-register .input-group-addon{
  font-size: 14px;
}

.thenavbar-alert{
  background: #ffefc1;
  color: #495562;
  position: fixed;
  width: 100%;
  z-index: 10000;
  padding-left: 60px;
  top: 0px;
  padding-top: 5px;
  padding-bottom: 3px;
  /* display: flex; */
}

.thenavbar-alert a{
  text-decoration: none;
}

.thenavbar-alert .thenavbar-alert-left{
  display: flex;
  float: left;
  width: 70%;
}

.thenavbar-alert .thenavbar-alert-right{
  float: right;
  width: 30%;
  text-align: right;
  padding-right: 20px;
}

.thenavbar-alert-title{
  font-weight: bold;
  color: #353e44;
  font-size: 16px;
}
.thenavbar-alert .el-button{
  font-weight: 500;
}

#post-pink img {
  object-fit: contain;
  width: auto;
  height: auto;
}


/** Banner **/
#banner-top-fix{
  width: 100%;
  position: fixed;
  z-index: 950;
  top: 0px;
  height: 72px !important;
  display: none;
}
.have-banner-top #banner-top-fix{
  display: block;
}

.have-banner-top.topbar {
  top: 72px;
}

@media (max-width: 767px){
  #banner-top-fix{
    top: -5px;
    height: 20px !important;
  }
  .have-banner-top.topbar{
    height: 16px;
    top: 16px;
  }

  .have-banner-top.topbar .nav-full-container{
    margin-top: 40px;
  }
  .body-scrolled .have-banner-top.topbar .nav-full-container{
    margin-top: 0px !important;
  }
  .have-banner-top .topbar-backdrop::after{
    top: 30px;
  }
}

#createOrJoinPage {
  min-height: 50rem;
}

#createOrJoinPage h1, h2, h3, h4, h5, h6 {
  color: #091E42;
  font-weight: 700;
}

#createOrJoinPage #formPortalRegister {
  background: #FFFFFF;
  box-shadow: 1px -1px 8px rgba(0, 0, 0, 0.15);
  border-radius: 9px;
  padding: 10px 39px 50px;
}

#createOrJoinPage #formPortalRegister .section-header {
  font-weight: 700;
}

#createOrJoinPage #formPortalRegister #portalRegisterBtn {
  background: #FF4954;
  border-radius: 2px;
}

#createOrJoinPage .create-portal-left {
  margin-bottom: 2rem;
  z-index: 1;
}

#createOrJoinPage .create-portal-left .left-bottom {
  text-align: center;
}

#createOrJoinPage .create-portal-left .left-bottom-title {
  font-weight: 500;
  line-height: 20px;
}

#createOrJoinPage .img-banner-center-right {
  position: absolute;
  left: 3rem;
}

@media (min-width: 768px) {
  #createOrJoinPage .create-portal-right {
    position: absolute;
    width: 100%;
    top: 125px;
  }

  #createOrJoinPage .img-banner-center-right {
    left: 5rem;
    top: 2rem;
  }

  #createOrJoinPage .create-portal-left .left-bottom {
    text-align: left;
  }
}

#createOrJoinPage .warning-create-portal {
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 20px;
}

#createOrJoinPage .form-group label {
  font-weight: 600;
  color: #42526E;
}

#createOrJoinPage .input-group {
  border: 2px solid #B3BAC5;
  border-radius: 2px;
}

button, input, optgroup, select, textarea {
  font-family: Roboto, serif;
}