@font-face {
  font-family: "IBMPlexSans-Regular";
  src: url("../fonts/IBMPlexSans-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "IBMPlexSans-Bold";
  src: url("../fonts/IBMPlexSans-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "IBMPlexSans-SemiBold";
  src: url("../fonts/IBMPlexSans-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "IBMPlexSans-Light";
  src: url("../fonts/IBMPlexSans-Light.ttf") format("truetype");
}
@font-face {
  font-family: "IBMPlexSans-Medium";
  src: url("../fonts/IBMPlexSans-Medium.ttf") format("truetype");
}
body {
  padding: 0;
  margin: 0;
  font-family: "IBMPlexSans-Regular";
}
body a:hover{
  text-decoration: none;
}
a{
  color:inherit;
}
body .hide-mobile{
  display:block;
}
body .show-mobile{
  display:none;
}
body .wrapper {
  position: relative;
  display: flex;
  min-height: 100vh;
  background-color: #F7F8FA;
}

body .wrapper .sidebar {
  position: fixed;
  height: 100%;
  width: 350px;
  background-color: #1A4383;
}
body .wrapper .sidebar .logo img {
  display: block;
  margin: 0 auto;
  padding: 20px 0;
}
body .wrapper .sidebar ul {
  margin: 100px 30px;
  padding: 0;
  list-style: none;
}
body .wrapper .sidebar ul li {
  border-radius: 3px;
}
body .wrapper .sidebar ul li a {
  position: relative;
  color: #fff;
  display: block;
  padding: 15px 15px 15px 65px;
  text-decoration: none;
  font-size: 18px;
  line-height: 23px;
  font-family: "IBMPlexSans-Medium";
  border-radius: 3px;
  overflow: hidden;
  outline: none;
}
body .wrapper .sidebar ul li a svg {
  position: absolute;
  left: 15px;
  top: 15px;
  filter: brightness(1000%);
}
body .wrapper .sidebar ul li.active a {
  background-color: rgba(255, 255, 255, 0.17);
  color: #ffec00;
}
body .wrapper .sidebar ul li.active a svg {
  filter: brightness(100%);
}
body .wrapper .sidebar ul li:hover a {
  color: #ffec00;
}
body .wrapper .sidebar ul li:hover a svg {
  filter: brightness(100%);
}
body .wrapper .page {
  display: flex;
  flex-direction: column;
  width: calc(100% - 350px);
  height: 100%;
  min-height: 100vh;
  margin-left: 350px;
}
body .wrapper .page .page-header {
  height: 80px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
}
body .wrapper .page .page-header .menu-left a {
  color: #25272B;
  font-size: 18px;
  line-height: 18px;
  text-decoration: none;
  font-family: "IBMPlexSans-Medium";
}
body .wrapper .page .page-header .menu-left a svg {
  margin-right: 10px;
}
body .wrapper .page .page-header .dropdown-toggle{
  font-size: 16px;
  line-height: 18px;
  font-family: "IBMPlexSans-Medium";
  cursor:pointer;
}
body .menu-right{
  display: flex;
}
body .menu-right .dropdown{
  margin:0 15px;
}
body .wrapper .menu-right select {
  padding: 0 20px;
  margin: 0 25px;
  font-size: 16px;
  line-height: 18px;
  font-family: "IBMPlexSans-Medium";
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Remove default arrow */
  background-image: url("../images/arrow-down.svg");
  /* Add custom arrow */
  background-repeat: no-repeat;
  background-position: right center;
  background-color: transparent;
  border: none;
  outline: none;
  cursor:pointer;
}
body .wrapper .page .page-header .menu-right option {
  padding: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Remove default arrow */
}
body .menu-right select::-ms-expand {
  display: none;
  /* Hide the default arrow in Internet Explorer 10 and Internet Explorer 11 */
}
body .wrapper .page .page-body {
  margin-right: 20vw;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
body .wrapper .page .page-body .page-body-wrapper {
  margin: 30px;
  padding: 30px;
  background-color: #fff;
  height: 100%;
  flex-grow: 1;
}
body .wrapper .page .page-body .page-body-wrapper.flex-wrapper {
  display: flex;
  flex-direction: column;
}
body .wrapper .page .page-footer {
  margin-right: 350px;
  text-align: center;
  padding: 20px 30px;
}

.body-title {
  margin: 0 0 30px;
  padding: 0;
  font-size: 24px;
  font-family: "IBMPlexSans-Bold";
}
.body-title.middle-title {
  margin: 30px 0;
}

.body-flex-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.body-flex-content.flex-center {
  justify-content: center;
  align-items: center;
}
.body-flex-content .title {
  margin: 0 0 50px;
  font-family: "IBMPlexSans-Bold";
  font-size: 44px;
  text-align: center;
}
.body-flex-content .image-wrapper {
  margin-bottom: 60px;
}

.flex-wrapper-devider {
  display: flex;
  justify-content: space-between;
}
.body-title.no-margin-bottom {
  margin-bottom: 0;
}
.flex-wrapper-devider .body-buttons {
  display: flex;
  align-items: center;
}
.flex-wrapper-devider .body-buttons span {
  font-family: "IBMPlexSans-SemiBold";
}

.body-buttons .btn{
  padding:8px 15px;
}

.table-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 15px 0 20px;
}

.single-parnter-header{
  margin-bottom:15px;
}

.comment-value{
  max-height: 84px;
  overflow: auto;
}


.load-image {
  margin-bottom: 30px;
}

.load-image button{
  margin-top:30px;
  margin-bottom:30px;
}

.load-image-partner img {
  max-width: 180px;
  object-fit: cover;
  border-radius: 4px;
  margin-right: 15px;
  max-height: 100px;
  margin: 0 auto;
  display: block;
  float: left;
  margin-right: 15px;
}

.load-image-setting img {
    max-width: 319px;
}

.buttons-wrapper-right {
  text-align: right;
}
.buttons-wrapper-right .btn {
  margin-left: 10px;
}

body .btn.focus, body .btn:focus {
  box-shadow: none;
}
body .btn {
  font-family: "IBMPlexSans-Bold";
  font-size: 18px;
  padding: 15px 22px;
  border-radius: 4px;
  line-height: 24px;
}
body .btn:hover {
  opacity: 0.8;
}
body .btn.small-btn {
  padding: 7px 15px;
  font-size: 16px;
  font-family: "IBMPlexSans-SemiBold";
}
body .btn.xsmall-btn {
  padding: 4px 15px;
  font-size: 14px;
  font-family: "IBMPlexSans-SemiBold";
}
body .btn.yellow {
  background-color: #FFEC00;
  color: #1C4183;
}
body .btn.btn-default {
  background-color: #fff;
  border: 1px solid #1C4183;
  color: #1C4183;
}
body .btn.btn-primary {
  background-color: #1C4183;
  color: #fff;
  border: 1px solid #1C4183;
}
body .form-group.search-wrapper,
body .input-group.search-wrapper {
  width: auto;
}
body .form-group.input-icon .input-group-prepend,
body .input-group.input-icon .input-group-prepend {
  border-right: none;
  margin-right: 0;
}
body .form-group.input-icon .input-group-prepend .input-group-text,
body .input-group.input-icon .input-group-prepend .input-group-text {
  padding: 0 0 0 10px;
  background-color: #3d70b21a;
  border-right: 0;
  border-color: #DFE5F2;
}
body .form-group.input-icon input,
body .input-group.input-icon input {
  border-left: 0;
}
body .form-group label,
body .input-group label {
  color: #0000004d;
  font-family: "IBMPlexSans-Regular";
  font-size: 16px;
}
body .form-group .form-control,
body .input-group .form-control {
  line-height: 56px;
  height: 56px;
  border: 1px solid #DFE5F2;
  border-radius: 4px;
}
body .form-group .form-control.input-colored,
body .input-group .form-control.input-colored {
  background-color: #3d70b21a;
}
body .form-group .form-control.input-colored::placeholder,
body .input-group .form-control.input-colored::placeholder {
  color: #5A6872;
}
body .form-group .form-control:focus,
body .input-group .form-control:focus {
  box-shadow: none;
}

.table-content {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}
.table-content table {
  width: 100%;
  max-width: 100%;
  overflow: auto;
  table-layout: auto;
}
.table-overflow {
  max-width:100%;
  overflow:auto;
}
.table-content .table-wrapper {
  margin: 0 -30px -30px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.table-content .table-wrapper .dataTables_wrapper {
  flex-grow: 1;
  padding-bottom: 70px;
  position: relative;
  overflow: hidden;
}
.table-content .table-wrapper .dataTables_wrapper .dataTables_filter {
  display: none;
}
.table-content .table-wrapper .dataTables_wrapper .dataTables_info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  margin: 10px 30px;
  padding: 5px 0;
  font-size: 14px;
  font-family: "IBMPlexSans-Regular";
}
.table-content .table-wrapper .dataTables_wrapper .dataTables_paginate {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  text-align: right;
  margin: 10px 30px;
  font-size: 18px;
  font-family: "IBMPlexSans-SemiBold";
}
.table-content .table-wrapper .dataTables_wrapper .dataTables_paginate span a {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 4px;
  outline: none;
}
.table-content .table-wrapper .dataTables_wrapper .dataTables_paginate span a.current {
  background-color: #FFEC00;
}
.table-content .table-wrapper .dataTables_wrapper .dataTables_paginate span a:hover:not(.current) {
  background-color: #DFE3E6;
}
.table-content .table-wrapper .dataTables_wrapper .dataTables_paginate a {
  cursor: pointer;
  outline: none;
  margin-left: 5px;
}
.table-content .table-wrapper .dataTables_wrapper .dataTables_paginate a:hover {
  opacity: 0.7;
}
.table-content table.dataTable thead .sorting_asc::after {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  width: 8.32px;
  height: 8.32px;
  margin-left: 5px;
  background-image: url("../images/sorting-asc.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
.table-content table.dataTable thead .sorting_desc::after {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  width: 8.32px;
  height: 8.32px;
  margin-left: 5px;
  background-image: url("../images/sorting-desc.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
.table-content table.dataTable thead {
  border: 1px solid #DFE3E6;
  border-bottom: none;
  background-color: #F5F7FA;
}
.table-content table.dataTable thead th {
  position: relative;
  padding-right: 15px;
  padding: 16px 20px;
  font-size: 14px;
  font-family: "IBMPlexSans-SemiBold";
  outline: none;
}
.table-content table.dataTable thead th a{
    color: #000;
    padding-right: 15px;
    cursor: pointer;
}
.table-content table.dataTable thead th a:hover{
    text-decoration: none;
    opacity: 0.7;
}
.table-content table.dataTable tbody tr {
  position: relative;
  background-color: #fff;
}
.table-content table.dataTable tbody tr:hover {
  background-color: #5596e61a;
}
.table-content table.dataTable tbody tr:hover td {
  z-index: 2;
}
.table-content table.dataTable tbody tr:hover td::before {
  border-top: 1px solid #5596E6;
  border-bottom: 1px solid #5596E6;
}
.table-content table.dataTable tbody tr:hover td:first-child::before {
  border-left: 1px solid #5596E6;
}
.table-content table.dataTable tbody tr:hover td:last-child::before {
  border-right: 1px solid #5596E6;
}
.table-content table.dataTable tbody tr td {
  position: relative;
  padding-right: 15px;
  padding: 16px 20px;
  font-size: 14px;
  font-family: "IBMPlexSans-Regular";
  outline: none;
  cursor: pointer;
  z-index: 1;
}
.table-content table.dataTable tbody tr td:first-child::before {
  border-left: 1px solid #DFE3E6;
}
.table-content table.dataTable tbody tr td:last-child::before {
  border-right: 1px solid #DFE3E6;
}
.table-content table.dataTable tbody tr td::before {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  width: calc(100% + 1px);
  height: calc(100% + 1px);
  border-top: 1px solid #DFE3E6;
  border-bottom: 1px solid #DFE3E6;
  pointer-events: none;
}

.table-content table.dataTable tbody tr td .btn-archive{
    padding: 8px 15px;
}

.table-content th i.fa.fa-sort{
  display:none;
}

.table-content th i.fa.fa-sort-asc,
.table-content th .fa.fa-sort-alpha-asc{
  display:inline;
}

.table-content th i{
  position: absolute;
  margin-left:-10px;
}

.table-content th i.fa.fa-sort-asc,
.table-content th i.fa.fa-sort-alpha-asc{
  margin-top: 5px;
}

.table-content th i.fa-sort-alpha-asc:before{
  content: "\f0de";
}

.table-content th .fa.fa-sort-alpha-desc:before{
  content: "\f0dd";
}

.login-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 100px 0;
}
.login-page .login-logo {
  width: 160px;
}
.login-page .login {
  width: 600px;
  padding: 30px;
  margin: 30px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 10px 0px #b4b4b438;
}
.login-page .login h1 {
  font-size: 26px;
  font-family: "IBMPlexSans-Bold";
  margin: 0 0 10px;
  color: #25272B;
  text-align: center;
}
.login-page .login p {
  margin-bottom: 40px;
  font-size: 16px;
  font-family: "IBMPlexSans-Regular";
  line-height: 20px;
  color: #9E9E9E;
  text-align: center;
}
.login-page .login .form-check {
  margin-bottom: 30px;
}
.login-page .login .form-check a {
  float: right;
  color: #152935;
}
.login-page .login .login-btn {
  display: block;
  width: 100%;
}

.login-footer {
  position: absolute;
  bottom: 15px;
  width: 100%;
  text-align: center;
}

.partner-show div.col-md-6{
    font-family: "IBMPlexSans-Medium";
    line-height: 2.5;
}

.partner-show div.col-md-6 span{
    font-style: italic;
}

.dropdown-menu{
  min-width: 100%;
}

.dashboard-header{
  justify-content: flex-start;
}

.dashboard-tab{
  display: flex;
  align-items: center;
  margin-right: 20px;
}

.dashboard-tab:hover{
  text-decoration: none;
}

.dashboard-tab-icon{
  padding:0 35px;
  align-self: stretch;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dashboard-tab-icon svg{
  box-shadow: 0px 5px 12px -2px #9b3d1926;
  border-radius: 100%;
}

.dashboard-tab.tab-weekly.active  .dashboard-tab-content{
  background-color: #FFEFE8;
  border-color: transparent;
}

.dashboard-tab.tab-monthly.active  .dashboard-tab-content{
  background-color: #FFFDDB;
  border-color: transparent;
}

.dashboard-tab.tab-monthly{
  margin-right:0;
}

.dashboard-tab-content{
  display: flex;
  justify-content: space-between;
  align-self: stretch;
  padding: 35px 15px;
  font-size: 20px;
  font-family: 'IBMPlexSans-SemiBold';
  color:#1C4183;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  border: 1px solid #DFE3E6;
  border-left:none;
  transition: all 0.3s ease-out;
}

.dashboard-tab:hover .dashboard-tab-content,
.dashboard-tab.active:hover .dashboard-tab-content{
  border-color: transparent;
  background-color:#DEE3ED;
}

.dashboard-tab-content .text{
  display: flex;
  align-items: center;
}

.dashboard-tab-content .number{
  display: block;
  margin-left: 20px;
  align-self: center;
}

.tab-weekly .dashboard-tab-icon{
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background-image: linear-gradient(to bottom, #FF6F37, #FF8F63);
}

.tab-monthly .dashboard-tab-icon{
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background-image: linear-gradient(to bottom, #FFEC00, #E5D726);
}

.sidebar-ads{
  position: absolute;
  bottom: 20px;
  width: 100%;
  padding: 0 30px;
  overflow: hidden;
  height: calc(100vh - 380px);
}

.sidebar-ads img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.body-ads {
  position: absolute;
  right: 30px;
  width: calc(20vw - 30px);
  top: 135px;
  height: calc(100vh - 230px);
}

.body-ads img{
  height: 100%;
  width: 100%;
  object-fit: contain;
}

body table .btn.btn-default.btn-icon{
  padding: 0px;
  border: 0px;
  background-color: transparent;
  margin:0 5px;
}

.btn-icon{
  padding: 0px ;
  border: 0px;
  background-color: transparent;
  margin:0 5px;
}

body .upload-files-box{
  margin-bottom: 10px;
  padding:15px 30px 12px 30px;
  background-color:#fff;
  border: 1px dashed #1C4183;
  border-radius: 3px;
  color: rgba(0, 0, 0, 0.3);
  font-size: 14px;
}

body .upload-files-box.active{
  background-color:#ddd;
}

body .upload-files-box svg{
  margin-right:10px;
}

body .upload-files-box label{
  margin:0;
  font-size: 14px;
  font-family: 'IBMPlexSans-Bold';
  color: #1C4183;
  text-decoration: underline;
}

body .upload-files-box label:hover{
  opacity:0.6;
}

body .uploaded-files .thumbnail{
  max-width: 360px;
  display: flex;
  justify-content: space-between;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #DFE5F2;
}

body .uploaded-files .thumbnail img{
  max-width: 50px;
  height: 50px;
  object-fit: contain;
}

body .uploaded-files .thumbnail button{
  margin: 0;
  padding: 0;
  color:#1C4183;
}
body .uploaded-files .thumbnail .filename{
  font-size: 14px;
  color:#1C4183;
  margin-left: 10px;
}

.buttons-wrapper-left .btn{
  margin-right:20px;
}

.upload-files-input{
  position: absolute;
  opacity:0;
  pointer-events: none;
  visibility: hidden;
  height:0;
}

.last-form-item{
  margin-bottom:30px;
}

textarea{
  min-height:100px;
  line-height: 30px !important;
}

.info-p{
  font-size: 14px;
  padding:0;
  margin:0;
  display:inline-block;
  color:#1C4183;
  margin-left: 10px;
}
.info-p svg{
  margin-right:5px;
}


/* Hamburger Menu */
.hamburger {
  padding: 0;
  margin-top: 7px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  outline:none;
  overflow: visible; }
  .hamburger:focus{
    outline:none;
  }
  .hamburger:hover {
    opacity: 0.7; }
  .hamburger.is-active:hover {
    opacity: 0.7; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #fff; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

    /*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear; }
  .hamburger--spring .hamburger-inner::before {
    top: 10px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring .hamburger-inner::after {
    top: 20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important; }
  .hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(-45deg); }

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring-r .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear; }
  .hamburger--spring-r .hamburger-inner::before {
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spring-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear; }
  .hamburger--spring-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }


  .address-contact{
      margin-top: 20px;
  }

  .address-contact p {
      line-height: 2;
      margin: 0px;
  }

  span.contact-info{
      font-weight: 600;
      line-height: 2;
  }

  .case-modal-content .col-md-6{
      line-height: 1.8;
  }

  .upload_files_label{
      cursor: pointer;
  }

@media (min-width: 576px){
    .modal-dialog {
        max-width: 700px;
        margin: 1.75rem auto;
    }
}

label .label-description{
    font-size: 13px;
}

.footer-text p{
  margin:0;
}

.icon-input{
  position:relative
}
.icon-input input{
  padding-right:25px;
}
.icon-input i{
  position: absolute;
  right: 15px;
  bottom: 20px;
  color: #bebebe;
  font-size: 18px;
  cursor:pointer;
}
.icon-input i:hover{
  opacity: 0.8;
}
.is-invalid.icon-input input{
  padding-right:45px
}
.is-invalid.icon-input i {
  right: 35px;
}
/*# sourceMappingURL=style.css.map */
