
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

body,html { margin: 0;}

body {
    font-size: 13px;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
    background: var(--main-bg);
}

:root {
  --main-bg:#F8F8FB;
  --white: #ffffff;
  --black:#000000;
  --blue:#556EE6;
  --red:#F46A6A;
}

a { outline: none !important;  color: #4f6f83;}

.sidebar-list-item .side-nav-item a,
.sidebar-list-item .side-nav-item a:hover svg path,.link-media li a, .btn-delete,.btn-circle, .btnedit  {
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.sidebar-list-item .side-nav-item a:hover{ color: #fff;}
.sidebar-list-item .side-nav-item a:hover svg path:not([fill="none"]){ fill: #fff;}

img { max-width: 100%;}
a,a:hover { text-decoration: none;}
button,select { outline: none !important;}
ul,ol {padding: 0px;margin: 0px;list-style: none;}
h1,h2,h3,h4,h5,h6 {  margin: 0px; line-height: 1.1;}

.btn-primary, .btn-secondary, .btn-outline {
  border-radius: 30px;
  border: none;
  position: relative;
  min-width: 98px;
  text-transform: capitalize;
  display: inline-block;
  text-align: center;
  font-family: 'Poppins';
  font-weight: normal;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.btn-primary.btn-fill{background:var(--blue);}
.btn-outline{ background-color: var(--white); border: 1px solid #556EE6; color: #556EE6;}

.btn-primary i, .btn-secondary i, .btn-outline i{ margin-left: 5px;}

.btn-primary:before, .btn-outline:before {
  position: absolute;
  transition: all 0.3s cubic-bezier(0, 0, 0.1, 1);
  content: '';
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
}

.btn-primary:hover:before, .btn-outline:before {width: 100%;}

.btn-primary:hover, 
.btn-primary:not(:disabled):not(.disabled).active, 
.btn-primary:not(:disabled):not(.disabled):active
{
  color: #fff;
  -webkit-box-shadow: 0px 3px 22px rgb(21 153 248 / 18%) !important;
  box-shadow: 0px 3px 22px rgb(21 153 248 / 18%) !important;
}


.btn-outline:hover, 
.btn-outline:not(:disabled):not(.disabled).active, 
.btn-outline:not(:disabled):not(.disabled):active
{
  color: #556EE6;
  -webkit-box-shadow: 0px 3px 22px rgb(21 153 248 / 18%) !important;
  box-shadow: 0px 3px 22px rgb(21 153 248 / 18%) !important;
}


.btn-check:focus+.btn-primary, .btn-primary:focus {
  -webkit-box-shadow: 0px 3px 22px rgb(21 153 248 / 18%) !important;
  box-shadow: 0px 3px 22px rgb(21 153 248 / 18%) !important;
}

.btn-check:focus+.btn-outline, .btn-outline:focus {
  -webkit-box-shadow: 0px 3px 22px rgb(21 153 248 / 18%) !important;
  box-shadow: 0px 3px 22px rgb(21 153 248 / 18%) !important;
}

.font-weight-medium{ font-weight: 500;}
.form-signin{ padding: 30px 15px;}
.card-plain-header {
  background: rgba(85, 110, 230, 25%);
  padding: 28px;
  background-repeat: no-repeat;
  background-position: center right;
  min-height: 114px;
  color: var(--blue);
}

.card-plain { width: 451px; max-width: 100%;}
.card-plain .shadow, .card-advisor-main .shadow {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 50px;
  overflow: hidden;
}

.form-signin-logo {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #ddd;
  display: flex;
  margin-top: -38px;
  margin-bottom: 30px;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.input-single .form-label{margin-bottom: 5px;color: #495057;font-weight: 500;}
.form-control {
  border: 1px solid #CED4DA;
  font-size: 13px;
  background-color: var(--white);
  color: #A9A9A9;
  height: 36px;
  border-radius: 4px;
  box-shadow: none;
  padding-right: 40px;
}
textarea.form-control {
  height: 128px;
  resize: none;
}
.filed-icon {position: absolute;right: 15px;top: 34px;}
.form-control:focus {
  border-color: rgba(140,152,164,.25);
  outline: 0;
  box-shadow: 0 0 1rem 0 rgba(140,152,164,.25);
  background-color: var(--white);
}


.social-link {margin-bottom: 25px;}
.social-link ul li{ margin: 0px 16px;}
.social-link ul li a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-in{ background: var(--blue);}
.icon-google{ background: var(--red);}

.card-plain-body {padding: 20px;}

.card-plain-header h3 {font-size: 16px;line-height: 25px;}
.card-plain .card-plain-header p{ color: var(--blue); line-height: 21px;}
.card-plain p{ color: #495057;}
.text-lead  { color: #74788D;}
.text-link{color: var(--blue);font-weight: 500;}

.form-check{ font-weight: 500;cursor: pointer;}
.form-check label{cursor: pointer;}
.form-check-input{width: 16px;height: 16px;margin-top: 0px;margin-right: 10px; cursor: pointer; border: 1px solid rgba(0,0,0,.25);}
.form-check-input:focus {outline: 0;box-shadow: none;}

.das-header {
  background: #fff;
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  z-index: 3;
  -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18,38,63,.03);
  box-shadow: 0 0.75rem 1.5rem rgba(18,38,63,.03);
}

.logo {width: 252px;background: #2A3042;}

.logo a {
  padding: 6px 20px;
  display: block;
  text-align: left;
}

.navbar-full {flex: 1;padding: 0px 30px;}

.dashaboard-main {
  margin-left: 252px;
  margin-top: 70px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.app-sidebar {
  width: 252px;
  left: 0;
  background-color: #2A3042;
  z-index: 9;
  overflow-y: auto;
  max-height: 100%;
  height: 100% !important;
  display: block !important;
  position: fixed;
  top: 70px;
  bottom: 0;
  padding: 20px 20px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.ic-avatar img {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  border-radius: 50%;
  background: #ddd;
  margin-right: 10px;
}

.user-img {cursor: pointer;}
.top-area .dropdown {padding: 17px 0px;}
.user-img .bi {margin-left: 5px;}
.top-area .dropdown .dropdown-item i {font-size: 15px;}
.ic-avatar h5 {font-size: 13px;font-weight: normal;}
.bell {margin-left: 20px;cursor: pointer;}


.side-nav-title {
  font-size: 12px;
  color: #6A7187;
  font-weight: 600;
  text-transform: uppercase;
}
.sidebar-list-item ul li{ margin-bottom: 23px;}
.sidebar-list-item .side-nav-item a{font-size: 14px;color: #A6B0CF;padding: 0px 6px;display: flex;align-items: center;width: 100%;}


.sidebar-list-item .side-nav-item.active a{ color: #fff;}
.sidebar-list-item .side-nav-item.active a svg path:not([fill="none"]){ fill: #fff;}
.sidebar-list-item .side-nav-item a span {min-width: 28px;display: inline-block;}

.sidebar-list-item .side-nav-item.item-selected a{ color: #55C9E6;}
.sidebar-list-item .side-nav-item.item-selected a svg path:not([fill="none"]){ fill: #55C9E6;}

.sidebar-list-item .side-nav-item a:hover{ color: #fff;}
.sidebar-list-item .side-nav-item a:hover svg path:not([fill="none"]){ fill: #fff;}


.app-sidebar{scrollbar-color: #A6B0CF #E8E8E8; scrollbar-width: thin;}
.app-sidebar::-webkit-scrollbar {width: 5px;background: #E8E8E8;}
.app-sidebar::-webkit-scrollbar-thumb {background-color:#A6B0CF;
border-radius: 0px;border: none;}

.dashaboard-content {
  min-height: calc(100vh - 70px);
  display: flex;
  flex-direction: column;
}

.dashaboard-inner {padding: 30px; overflow-x: hidden;}
.top-area>div+div {margin-left: 25px;}
.setting{ cursor: pointer;}
.das-header .dropdown-menu { left: auto !important; right: 0px !important;}
.card-section-title h2 {font-size: 22px;}
.sec-welcome .card-section-title h2 {color:var(--blue);}

.sec-welcome .card-column{
  width: 100%;
  border: 1px solid #556EE6;
  border-radius: 10px;
  overflow: hidden;
  background-image: url(../images/card-banner-ic.svg);
  background-repeat: no-repeat;
  background-position: center right;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.card-column.card-illustration {border-color: transparent;}
.card-column-header{ background:#D4DAF9; text-align: right;}

.card-column-body {padding: 15px;}
.user-auth {margin-top: -107px;}
.user-auth img {
  /* max-width: 90px;
  height: 90px; */
  width: 100px;
  height: 100px;
  flex: 0 0 90px;
  overflow: hidden;
  border-radius: 50%;
  background: #ddd;
  margin-bottom: 10px;
  border: 3px solid #f8f8fb;
}
.user-auth p { margin-bottom: 10px;font-size: 15px;color: #2A3042;font-weight: 500;}


.card-block .card--block-img {margin-bottom: 23px;display: block;}
.card-block h4 {font-size: 15px;font-weight: 500;margin-bottom: 12px;}
.card-block p {margin: 0;font-size: 20px;font-weight: 500;}
.action-link{ color:var(--blue); font-weight: 500;}
.table-requests-sent td .btn{min-width: 98px;}
.table-requests-sent td { vertical-align: middle;}
.table-requests-sent td p{ margin: 0px;}
.table-requests-sent td .d-flex img{ max-width: 32px; height: 32px; border-radius: 50%; overflow: hidden; flex: 0 0 32px;}
.table-dashboard h6 a{color: #495057;font-weight: 600;font-size: 15px;margin: 0px;}

.card-white .card-section-title {
  background: var(--main-bg);
  padding-bottom: 20px;
}

.btn-primary.position-ab {
  position: absolute;
  top: 50%;
  transform: translate(-50%, 50%);
  left: 50%;
}

.articles-img {margin-bottom: 24px;}
.articles-img img {border-radius: 10px;width: 100%;}
.post-info {margin-bottom: 20px;}
.card-articles p {font-size: 15px;}

.sec-latest-articles {position: relative;}

.owl-nav{
  position: absolute;
  width: 96px;
  right: 0;
  top: -50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.owl-nav .owl-prev{ left: 0px; width: 40px;}
.owl-nav .owl-next{ right: 0px; width: 40px;}

.owl-nav .owl-prev i, 
.owl-nav .owl-next i{
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  border-radius: 50%;
  border: 1px solid;
  color: #A9A9A9;
}

.owl-nav .owl-prev:hover i,
.owl-nav .owl-next:hover i{ color:var(--blue);}

.sidebar-toggle{cursor: pointer;padding: 0px;background: transparent;border: none;outline: none !important;}
.bar1, .bar2, .bar3 {
  background-color: #555B6D;
  cursor: pointer;
  height: 2px;
  margin: 7px 0;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  width: 30px;
}

.bar2 {width: 20px;}
.footer {background: #F2F2F5;padding: 20px 30px;color: #74788D;margin-top: auto;}
.overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 42%);
  z-index: 3;
  display: none;
}
.closeIcn {
  font-size: 25px;
  color: #fff;
  position: absolute;
  right: 15px;
  top: 10px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
}

.accordion-items {margin-bottom: 40px;display: inline-block;width: 100%;}
.accordion-header {
  background: #fff;
-webkit-box-shadow: 0 0.75rem 1.5rem rgba(18,38,63,.03);
box-shadow: 0 0.75rem 1.5rem rgba(18,38,63,.03);
cursor: pointer;
}
.accordion-button{font-size: 1rem;}
.accordion-button:not(.collapsed){ box-shadow: none;}
.sec-add-skills h3 {
  font-size: 15px;
  color: var(--blue);
  margin-bottom: 10px;
}

.uploadbtn {display: inline-block;}

.profile-img{ display: inline-block;  position: relative; margin-bottom: 10px;}
.btn-delete {
  display: flex;
  align-items: center;
  width: 24px;
  height: 24px;
  border: 1px solid #A6B0CF;
  background: #fff;
  border-radius: 50%;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 30px;
}
.btn-delete:hover{
  border-color:#556ee6;
  -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18,38,63,.03);
  box-shadow: 0 0.75rem 1.5rem rgba(18,38,63,.03);
}
.profile-img>img {
  max-width: 166px;
  height: 166px;
  flex: 0 0 166px;
  border-radius: 50%;
  width: 166px;
}
.uploadbtn input {
  position: absolute;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
}

/* .vertically-scroll {max-height: 244px; overflow: auto;}
.vertically-scroll{scrollbar-color: #A6B0CF #E8E8E8; scrollbar-width: thin;}
.vertically-scroll::-webkit-scrollbar {width: 8px;background: #E8E8E8;}
.vertically-scroll::-webkit-scrollbar-thumb {background-color:#A6B0CF;
border-radius: 10px; -webkit-border-radius: 10px;} */

.sec-add-skills .bootstrap-select .dropdown-menu {top:100% !important;}
.select-custom.bootstrap-select>.dropdown-toggle {
  background: #ffffff;
  border-color: #CED4DA;
  border-radius: 4px;
  font-size: 13px;
  color: #483d3d;
  padding: 13px;
  line-height: 1.3;
  outline: none !important;
  box-shadow: none !important;
}
.select-custom.bootstrap-select .dropdown-item{ font-size: 13px;}
.bs-searchbox .form-control{ box-shadow: none;}

.search-area .form-control {
  background-color: #E8E8E8;
  background-image: url(../images/icon-search.svg);
  background-repeat: no-repeat;
  background-position: center left 15px;
  border: 1px solid #E8E8E8;
  border-radius: 30px;
  height: 40px;
  font-size: 12px;
  color: #74788D;
  padding: 6px 20px 6px 45px;
  box-shadow: none;
}
.search-skills-area .bootstrap-select.form-control{ background-color: transparent;}
.search-skills-area label{ font-size: 15px; margin-bottom: 5px;}
.search-skills-area .select-custom.bootstrap-select>.dropdown-toggle {
  background: #E8E8E8;
  border-color: #E8E8E8;
  border-radius: 30px;
  font-size: 12px;
  color: #483d3d;
  padding: 11px 20px;
  line-height: 1.3;
  outline: none !important;
  box-shadow: none !important;
  display: flex;
  align-items: center;
}
.search-skills-area .bootstrap-select .dropdown-menu {top:100% !important;}


.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}

.bootstrap-select input.form-control {
  border: 1px solid;
}


.card-advisory-itam {
  padding: 20px;
  -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18,38,63,.03);
  box-shadow: 0 0.75rem 1.5rem rgba(18,38,63,.03);
}

.text-reset.notification-item.dropdown-item {
  white-space: normal;
  font-size: 12px;
  display: inline-block;
  width: 100%;
}

.noti-icon{ position: relative;}
.noti-icon .bi-bell {
  font-size: 20px;
  display: flex;
  align-items: center;
}

.noti-icon .badge {
  position: absolute;
  top: -8px;
  right: -8px;
  padding: 4px;
  width: 16px;
  height: 16px;
}

.card-info {
  padding: 0px 15px;
  flex: 0 0 180px;
  max-width: 180px;
}

.card-advisory-itam h5 {
  font-size: 15px;
  color: #495057;
  font-weight: 500;
  margin-bottom: 8px;
}

.card-advisory-itam p {
  font-size: 13px;
  color: #495057;
  font-weight: 500;
  margin-bottom: 20px;
}
.cardImg img{
  flex: 0 0 122px;
  max-width: 122px;
  width: 122px;
  height: 122px;
  border-radius: 50%;
  overflow: hidden;
}

.link-media li+li{ margin-left: 10px;}
.link-media li a {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #A6B0CF;
  border-radius: 50%;
}
.link-media li a:hover{
  border-color:#556ee6;
  box-shadow: 0px 1px 8px rgb(0 0 0 / 30%);
}

.card-caption {display: flex;flex: 1;}



.btn-circle {
  border: 1px solid var(--blue);
  background: #fff;
  color: var(--blue);
  border-radius: 50%;
  width: 32px;
  height: 32px;
  padding: 1px;
  display: inline-block;
  align-items: center;
  vertical-align: middle;
  line-height: 32px;
  font-size: 21px;
}

.btn-circle:hover{ 
  border-color:#556ee6;
  background: var(--blue);
  color: var(--white);
  box-shadow: 0px 1px 8px rgb(0 0 0 / 30%);}


.offcanvas-end.offcanvasRightSide{ width: 960px;}
.offcanvasRightSide .btn{ min-width: 117px;}
.brn-chevron-right.text-reset {
  background: transparent;
  border: none;
  font-size: 20px;
  font-weight: bold;
}
.offcanvasRightSide .offcanvas-header{padding: 20px 30px;}
.offcanvasRightSide .offcanvas-body{padding: 0px 30px;}
.offcanvasRightSide .offcanvas-footer{
  padding: 20px 29px;
  box-shadow: 0px -4px 20px rgb(0 0 0 / 14%);
}

.profile-picture img {max-width: 150px;height: 150px;border-radius: 50%;flex: 0 0 150px;margin-right: 30px;}
.profile-description h2 {font-size: 24px;font-weight: 500;color: #495057;margin-bottom: 10px;}
.profile-description p {margin-bottom: 10px;}
.profile-block .link-media li a{ width: 32px; height: 32px;}
.profile-block {
  margin-bottom: 50px;
}
.lower-content-block h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #495057;
}
.lower-content-block p{ font-size: 13px;}
.lower-content-block ul{ margin-bottom: 30px; margin-left: -13px; margin-right: 13px;}
.lower-content-block ul li {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  padding: 0px 13px;
}
.lower-content-block ul li+li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 1px;
  top: 4px;
  height: 18px;
  background: #495057;
}

.advisor-rating-area {
  display: flex;
  flex-direction: column;
  align-items: end;
  height: 100%;
  color: #34C38F;
}

.advisor-rating-area .bi.bi-bookmark {
  color: #A6B0CF;
  font-size: 25px;
  vertical-align: middle;
  margin-left: 10px;
}

.content-area-modal{ color:#495057}
.content-area-modal h2 {font-size: 40px;margin-bottom: 16px;}
.content-area-modal p {font-size: 20px;max-width: 436px;margin: auto;margin-bottom: 15px;}
.content-area-modal img {margin-top: -60px;margin-bottom: 25px;}
.modal-dialog {max-width: 575px;}
.modal-content{ border: none;}
.btn-primary.btn-green {background: #4BAE4F;margin-bottom: 50px;}

.card-advisor-main {width: 895px;max-width: 100%;border-radius: 10px;}


.card-aside {
  flex: 0 0 356px;
  max-width: 356px;
  background: #E8ECFF;
  padding: 65px 20px;
}
.card-content {flex: 1;background: var(--white);padding: 65px 45px;}


.userpicture {
  text-align: center;
  margin-bottom: 40px;
}

.upload-picture {
  text-align: center;
  position: relative;
  display: inline-block;
}

.upload-picture  input {
  position: absolute;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
}

.btnedit {
  display: flex;
  align-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  background: #fff;
  border-radius: 50%;
  justify-content: center;
  position: absolute;
  right: 0;
  bottom: 6px;
  overflow: hidden;
  color: #556EE6;
}
.btnedit:hover{ border-color: #556ee6;
  box-shadow: 0px 1px 8px rgb(0 0 0 / 30%);}
.upload-picture img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
}


.card-clipboard h2 {
  font-size: 22px;
  color: #495057;
  margin-bottom: 24px;
}

.card-option {
  background: #F8F8FB;
  border-radius: 5px;
  padding: 30px;
  border: 1px solid var(--blue);
  margin-bottom: 40px;
}


/* The container */
.radio-container {
  display: block;
  position: relative;
  color: #495057;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-height: 25px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.radio-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #556EE6;
}


.radio-container input:checked ~ .checkmark {
  background-color: #fff;
}

.radio-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.radio-container input:checked ~ .checkmark:after {
  display: block;
}

.radio-container .checkmark:after {
 	top: 5px;
 	left: 5px;
 	width: 11px;
 	height: 11px;
 	border-radius: 50%;
 	background: #556EE6;
}


.bx-tada {
  -webkit-animation: tada 1.5s ease infinite;
  animation: tada 1.5s ease infinite;
}

@keyframes tada {
  from {
      -webkit-transform: scale3d(1,1,1);
      transform: scale3d(1,1,1)
  }

  10%,20% {
      -webkit-transform: scale3d(.95,.95,.95) rotate3d(0,0,1,-10deg);
      transform: scale3d(.95,.95,.95) rotate3d(0,0,1,-10deg)
  }

  30%,50%,70%,90% {
      -webkit-transform: scale3d(1,1,1) rotate3d(0,0,1,10deg);
      transform: scale3d(1,1,1) rotate3d(0,0,1,10deg)
  }

  40%,60%,80% {
      -webkit-transform: rotate3d(0,0,1,-10deg);
      transform: rotate3d(0,0,1,-10deg)
  }

  to {
      -webkit-transform: scale3d(1,1,1);
      transform: scale3d(1,1,1)
  }
}


.flag-icon, .flag-icon-background {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
}
.flag-icon {
  position: relative;
  display: inline-block;
  width: 1.33333333em;
  line-height: 1em;
}
.flag-icon-us {
  background-image: url(../images/us.svg);
}

.flag-icon-es {
  background-image: url(../images/es.svg);
}

.lang-selectpicker .btn {
  background: #fff !important;
  outline: none !important;
  box-shadow: none !important;
}

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle{ outline: none !important;}

.lang-selectpicker .dropdown-menu.show {transform: none !important;}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}