code {
  padding: 5px 8px;
  border-radius: 10px;
  background-color: #f8f9f9;
  color: #CC0066;
}

[type='color'] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 0;
  width: 15px;
  height: 15px;
  border: none;
}

[type='color']::-webkit-color-swatch-wrapper {
  padding: 0;
}

[type='color']::-webkit-color-swatch {
  border: none;
}

.color-picker {
  padding: 10px 15px;
  border-radius: 10px;
  border: 1px solid #ccc;
  background-color: #f8f9f9;
}

.lockscreen {
  padding: 0;
}

.contact-parts {
  min-height: 600px;
}

.lockscreen .lockscreen-logo {
  margin-bottom: 15px !important;
}

.help-block pre {
  overflow-y: hidden;
  overflow-x: hidden;
  white-space: pre-wrap;
  display: inline-block;
  width: 100% !important;
  text-align: left;
}

.hold-transition .main-footer {
  margin-left: 0 !important;
}

.allrow-back {
  float: left;
  font-size: 30px;
  padding-top: 5px;
}

.f-14 {
  font-size: 14px;
  line-height: 22px;
}

.user-panel .image img {
  width: 33px;
  height: 33px;
  object-fit: cover;
}

.btn-custom-badge {
  font-weight: 500 !important;
  line-height: 20px;
  font-size: 16px;
}

#cover .spinner-border {
  position: absolute;
  top: 50%;
}

.user-menu .user-image,
.user-menu .user-header img {
  object-fit: cover;
}

.language-dropdown .dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.language-dropdown .open>.dropdown-menu {
  display: block;
}

.language-dropdown .bootstrap-select.btn-group.fit-width .btn .filter-option {
  vertical-align: middle;
}

.language-dropdown .dropdown-toggle::after {
  position: absolute;
  top: 18px;
}

.login-dropbox {
  max-width: 300px;
  min-width: 300px;
  padding: 0;
  background-color: #fff;
  position: absolute;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
  transform: translateY(-20px);
}

.login-dropdown:hover .login-dropbox {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s ease-in-out;
  transform: translateY(0px);
}

.login-dropdown label {
  font-size: 14px;
  font-weight: bold;
}

.login-dropdown input {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  text-indent: 10px;
}

.login-dropdown button {
  background: #2dc997;
  border: 0;
  padding: 7px 10px;
  color: #fff;
  transition: 0.4s;
  font-size: 14px;
  border-radius: 0;
}

.login-dropdown button:hover {
  background: #51d8ad;
  color: #fff;
}

.login-dropdown .forgot-link {
  color: #212529 !important;
}

.login-dropdown .forgot-link:hover {
  color: #2dc997 !important;
}

.shadow-part {
  -webkit-box-shadow: -1px -1px 17px -2px rgba(189, 189, 189, 0.66);
  -moz-box-shadow: -1px -1px 17px -2px rgba(189, 189, 189, 0.66);
  box-shadow: -1px -1px 17px -2px rgba(189, 189, 189, 0.66);
}

.profile-part {
  background: #ffffff;
  padding: 20px;
  border-radius: 5px;
}

.profile-part img {
  text-align: center;
  width: 100px;
  height: 100px;
  object-fit: cover;
  margin: 0 auto;
  display: inherit;
  border-radius: 50%;
  border: 3px solid #2dc997;
}


.profile-part h6 {
  font-size: 16px;
  line-height: 22px;
}

.info-part {
  padding: 20px;
  border-radius: 5px;
}

.profile-part h5 {
  padding-bottom: 10px;
  border-bottom: 1px solid #eaeaea;
}

.info-part h6 {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
  padding-bottom: 22px;
}

.info-part h6 span {
  font-weight: 500;
  color: #525252;
}

.border-box {
  border: 1px solid #eaeaea;
  padding: 15px;
}

table.table.cms-content-part.cms-content-part tbody tr th {
  width: 20%;
}

table.table.cms-content-part.cms-content-part tbody tr td#cms-description p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.active-color::before {
  margin: 30
}

/*#edit_permission .toggle-switchs ~ span {
    font-size: 14px;
}*/
#edit_permission .toggle-switchs {
  margin-right: 5px;
}


.os-content .active-color {
  background-image: url(http://cdn1.iconfinder.com/data/icons/onebit/PNG/onebit_34.png);
  background-repeat: no-repeat;
  background-position: 5px 1px;
  background-size: 15px 15px;
}

/*ribbon*/
.ribbon {
  position: absolute;
  left: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
}

.ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#F79E05 0%, #8F5408 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px;
  left: -21px;
}

.ribbon span::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #8F5408;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8F5408;
}

.ribbon span::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #8F5408;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8F5408;
}

.pay_radio {
  width: 20px;
  height: 20px;
}

.balance-card {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 15px;
  position: relative;
}

.balance-card .icon {
  margin-right: 15px;
}

.balance-card .amuntBox {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}

.download-btn {
  padding: 10px 20px;
  background-color: #4CAF50;
  /* Green background */
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  /* Changes cursor to thumb when hovering */
}

.download-btn:hover {
  background-color: #45a049;
  /* Darker green on hover */
}

.small-box.bg-info h3 {
  font-size: 17px;
}


/* Change CSS */




.clickable-image {

  transition: transform 0.3s ease-in-out;
}

.clicked {
  transform: scale(2);
  /* Enlarge the image when clicked */
  cursor: pointer;
}

