/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

/* Common Css */
.w-1 {
  width: 1rem;
}
.w-2 {
  width: 2rem;
}
.w-15 {
  width: 15rem;
}
.w-10 {
  width: 10%;
}
.w-85 {
  width: 85%;
}

.bg-blue {
  background-color: #104685;
  color: #fff !important;
}
.btn-bg-blue {
  background-color: #002b5c;
  border-color: #002b5c;
}

/* Customized Css */
.navbar-light .navbar-toggler {
  outline: none !important;
}
.nav-link.active,
.menu-bg:hover {
  background-color: #104685;
  border-radius: 3px;
}
.nav-link {
  padding-left: 0.75rem !important;
}
.dropdown-toggle.notification::after {
  display: none !important;
}

.profile > .list-group-item:hover {
  background: #002b5c;
  color: #fff !important;
  /* margin: 0 1em; */
}
.list-group .list-group-item {
  padding: 0.5rem 0.75rem;
  margin: 0 0.5rem;
}
.header .dropdown-menu .list-group .list-group-item {
  border-radius: 3px !important;
}

.border-top-blue {
  border-top: 1px solid #6a83a0 !important;
}
.border-bottom-blue {
  border-bottom: 1px solid #6a83a0 !important;
}
.card-title {
  margin-bottom: 0 !important;
  color: #002b5c;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: 0px !important;
  position: absolute;
  top: 30% !important;
  width: 0;
}

.file-upload {
  background-color: #ffffff;
  width: 400px;
  padding: 10px 0 30px 0;
  border-radius: 3px;
}

.file-upload-btn {
  width: 100%;
  margin: 0;
  color: #fff;
  background: #1fb264;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #15824b;
  transition: all 0.2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}

.file-upload-btn:hover {
  background: #1aa059;
  color: #ffffff;
  transition: all 0.2s ease;
  cursor: pointer;
}

.file-upload-btn:active {
  border: 0;
  transition: all 0.2s ease;
}

.file-upload-content {
  display: none;
  text-align: center;
  border: 1px dashed #002b5c;
  position: relative;
  border-radius: 5px;
}

.file-upload-input {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}

.image-upload-wrap {
  border: 1px dashed #002b5c;
  position: relative;
  border-radius: 5px;
}

.image-title-wrap {
  padding: 0 15px 15px 15px;
  color: #222;
}

.drag-text {
  text-align: center;
}

.drag-text h4 {
  font-weight: 100;
  text-transform: uppercase;
  color: #002b5c;
  padding: 60px 0;
}

.file-upload-image {
  max-height: 100px;
  max-width: 100px;
  margin: auto;
  padding: 20px;
}
#agreement-modal{
  overflow-y: auto; /* Enable vertical scrolling */
}
#user-agreement{
  display: none;
}
#company-name-field{
  display: none;
}
.remove-image {
  width: 200px;
  margin: 0;
  color: #fff;
  background: #cd4535;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #b02818;
  transition: all 0.2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}

.remove-image:hover {
  background: #c13b2a;
  color: #ffffff;
  transition: all 0.2s ease;
  cursor: pointer;
}
.select2-container .select2-selection--single {
  height: 40px !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 38px !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 6px !important;
}
.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #002b5c !important;
}

.avatar-upload {
  position: relative;
  max-width: 205px;
  margin-bottom: 4rem;
  margin-right: 1rem;
}

.table-responsive {
  overflow-x: scroll !important;
}
.avatar-upload .avatar-edit {
  position: absolute;
  right: 12px;
  z-index: 1;
  top: 10px;
}

.avatar-upload .avatar-edit input {
  display: none;
}

.avatar-upload .avatar-edit input + label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-top: 5.5rem;
  border-radius: 100%;
  background: #022d5e;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
  margin-left: auto;
}

.avatar-upload .avatar-edit input + label:hover {
  background: #022d5e;
  border-color: #022d5e;
}

.avatar-upload .avatar-edit input + label:after {
  position: absolute;
  top: 6rem;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  /* background-image: url("dist/images/tdr/camera.png"); */
}

.avatar-upload .avatar-preview {
  width: 130px;
  height: 130px;
  position: relative;
  border-radius: 100%;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
input#name:focus,
input#email:focus,
input#phone-number:focus,
input#password:focus,
input#new-password:focus,
input#retype-password:focus {
  border-color: #ced4da !important;
}
span#basic-addon1,
span#basic-addon2,
span#basic-addon3 {
  background-color: #fff !important;
  border: 1px solid #ced4da !important;
}

/* Custom Changes */
.star_danger{
    color: #ff0000;
}

#single_search_table {
    border: hidden;
}

#single_search_table td {
    border: 0 !important;
}

.color_green {
    color: green;
}

.color_red {
    color: red;
}

.error_message {
    color: #ff3e6c;
}

.custom_font_color {
    color: #002b5c;
}

#user-menu-width{
    width: 210px;
}

td.break-words{
    word-wrap: break-word;
    white-space: normal;
}

.form_item{
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #c7c7c7;
}

.myaccordion .card,
.myaccordion .card:last-child .card-header {
    border: none;
}

.myaccordion .card-header {
    border-bottom-color: #EDEFF0;
    background: transparent;
    border-bottom: none;
}

.myaccordion .fa-stack {
    font-size: 16px;
    color: #000;
    cursor: pointer;
}

.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
    text-decoration: none;
}

.myaccordion .card-body{
    padding: 0.5rem 1.5rem;
}

.myaccordion .card{
    margin-bottom: 10px;
    border-top: 1px solid grey;
}

.scrol-icons{
    position: relative;
    right:-35px;
    top:-1px;
    pointer-events: none;
    cursor: default;
}

.select-dropdown {
    width: 100px;
    font-size: 0.875rem;
    border: 1px solid #e1e1e1 !important;
    border-top-left-radius: 0.2rem !important;
    border-bottom-left-radius: 0.2rem !important;
    background-color: transparent !important;
}

.select-input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.button{
  color: #002b5c !important;
  background: white;
  border-color: #002b5c;
  cursor: pointer;
}

#accessTokenCopyBtn{
    margin-right: 10px;
}

.border_with_margin{
    border: #c7c7c7 solid 1px;
    margin-top: 10px;
    padding: 10px 0 20px 0;
}

.background-white{
    background-color: #fff !important;
}

.role-menu-list{
  padding-left: 50px !important;
}

.role-menu-list .my-auto{
  margin-left: 10px !important;
}
.modal {
      background: rgb(0 0 0 / 50%); 
}
.two-fa-radio {
    border: 1px solid #adb5bd;
    padding: 0.5rem 2.5rem;
    border-radius: 0.25rem;
    margin-right: 0;
}

.checked {
   border: 1px solid #002b5c;
}
.iti.iti--allow-dropdown.iti--show-flags {
  width: 100%
}
.iti__flag-container {
  height: 34px;
}
.iti__selected-flag {
  height: 100%;
}