.btn-gh-key {
  width: 45px;
  height: 45px;
  background-color: var(--white-color, #fff);
  border: 2px solid var(--primary-background-color, #47b2e4);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.btn-xs {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

.btn-gh-action {
  border-radius: 5px;
  border: 1px solid var(--delimiter-color, #d7d7d7);
  color: var(--main-text-color, #777);
  width: 35px;
  height: 35px;
  padding: 0;
  background-color: inherit;
  font-size: 20px;
}
.btn-gh-action.plesk-button {
  background-image: url("/assets/img/plesk-pict.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.btn-gh {
  border-radius: 6px;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  font-weight: 700;
}
.btn-gh-main {
  background: var(--primary-background-color, #47b2e4);
  color: var(--white-color, #fff) !important;
}
.btn-gh-accented {
  background: var(--accented-color, #47b2e4);
  border: 1px solid var(--accented-color, #47b2e4);
  color: var(--white-color, #fff) !important;
}
.btn-gh-accented:hover {
  background: var(--accented-dark-color, #40a3d1);
  border: 1px solid var(--accented-dark-color, #40a3d1);
  color: var(--white-color, #fff);
}
.btn-gh-secondary {
  border: 1px solid var(--main-text-color, #000);
	color: var(--main-text-color, #000) !important;
  background: var(--main-background, #f3f5fa);
}
.btn-gh-secondary:hover  {
  background: var(--grey-color, #fdfdfd);
}
.btn-gh-abort { 
	color: var(--white-color, #fff) !important;
	border: 1px solid var(--suspended-color, #777);
  background: var(--suspended-color, #777);
}
.btn-gh-abort-outline {
	color: var(--delimiter-color, #d7d7d7);
	border: 1px solid var(--delimiter-color, #d7d7d7);
  background: transparent;
}
.btn-gh-danger-outline {
	color: var(--main-red, #DC3545);
	border: 1px solid var(--main-red, #DC3545);
  background: transparent;
}

.input-group-text.btn-gh-primary {
  border: 1px solid var(--primary-color, #37517e);
  background-color: var(--primary-color, #37517e);
  color: var(--white-color, #fff) !important;
}
.btn-gh-primary {
	color: var(--white-color, #fff) !important;
	border: 1px solid var(--menu-color-top, #37517e);
}

.modal-footer .btn-gh-primary {
  min-width: 90px !important;
}
.btn-danger {
  color: #fff !important;
}
.btn-gh-primary:hover {
	color: #f7f7f7;
  background-color: var(--menu-color-top, #37517e);
  /* background-color: #f7f7f7; */
}
.btn-gh-started {
    font-family: "Jost", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 28px 11px 28px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px 0 0 0;
    color: var(--white-color, #fff);
    background: var(--primary-background-color, #47b2e4);
}
.btn-gh-started:hover {
    background: var(--hover-collor, #209dd8);
    color: var(--fotte-background-color, #1C1D26);
    /*background: var(--fotte-background-color, #209dd8);*/
}
.btn-gh-info {
  border-radius: 10px;
  border-radius: 10px;
  background: #EEE;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
  color: var(--main-text-color, #777) !important;
  font-family: inherit;
}
.btn-gh-key {
  width: 45px;
  height: 45px;
  background-color: var(--white-color, #fff);
  border: 1px solid var(--main-text-color, #777777);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.btn-xs {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
/*--------------------------------------------------------------
# sizes
--------------------------------------------------------------*/
.btn-gh-medium {
  padding: 16px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.btn-gh-ex-small {
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  min-height: 14px;
  min-width: 25px;
}
.btn-gh-small {
  padding: 8px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
  /**----------------------------------------------------*/
.btn-gh-medium-size {
  padding: 11px 28px;
  min-width: 128px;
}

.btn-status {
  width: 140px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: default;
}
.btn-gh-common-size {
  padding: 10px 15px; 
  font-size: inherit;
}

/*--------------------------------------------------------------
# solid
--------------------------------------------------------------*/
.btn-gh-primary-solid {
  background-color: var(--primary-color, #2E86AB);
}
.btn-gh-primary-solid:hover {
  background-color: var(--primary-color, #2E86AB);
}

.btn-gh-primary {
	color: var(--white-color, #FFF);
	border: 1px solid var(--primary-color, #37517e);
  background-color: var(--primary-color, #37517e);
}
.btn-gh-primary:hover {
	color: var(--white-color, #FFF);
	border: 1px solid var(--primary-color-hover, #3cbefa);
  background-color: var(--primary-color-hover, #3cbefa);
  /* background-color: #f7f7f7; */
}
/*--------------------------------------------------------------
# statuses
--------------------------------------------------------------*/
.btn-gh.btn-gh-status-not-active {
  display: flex;
  padding: 5px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  background: rgba(223, 34, 9, 0.2);
  color: #ee3e3e;
}
.btn-gh.btn-gh-status-not-active .indicator {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  color: #ee3e3e;
  background-color: #ee3e3e;
}
.btn-gh.btn-gh-status-not-active {
  display: flex;
  padding: 5px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  background: linear-gradient(0deg, #DDD 0%, #DDD 100%), rgba(102, 187, 106, 0.20);
  color: #777777;
}
.btn-gh.btn-gh-status-active {
  display: flex;
  padding: 5px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  background: rgba(102, 187, 106, 0.20);
  color: #66BB6A;
}
.btn-gh.btn-gh-status-active .indicator {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  color: #66BB6A;
  background-color: #66BB6A;
}
.btn-gh.btn-gh-status-pending,
.btn-gh.btn-gh-status-completed,
.btn-gh.btn-gh-status-suspended,
.btn-gh.btn-gh-status-terminated,
.btn-gh.btn-gh-status-cancelled,
.btn-gh.btn-gh-status-fraud {
  display: flex;
  padding: 5px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  background: rgba(102, 187, 106, 0.20);
  color: #66BB6A;
}

.btn-gh.btn-gh-status-pending .indicator,
.btn-gh.btn-gh-status-completed .indicator,
.btn-gh.btn-gh-status-suspended .indicator,
.btn-gh.btn-gh-status-terminated .indicator,
.btn-gh.btn-gh-status-cancelled .indicator,
.btn-gh.btn-gh-status-fraud .indicator {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
}

.btn-gh.btn-gh-status-pending {
  --pending-color: #FA870F;
  color: var(--pending-color);
  background-color: var(--white-color, #fff);
  border: 3px solid var(--pending-color);
}

.btn-gh.btn-gh-status-completed {
  --completed-color: #1C1D26;
  color: var(--completed-color);
  background-color: var(--white-color, #fff);
  border: 3px solid var(--completed-color);
}

.btn-gh.btn-gh-status-suspended {
  --suspended-color: #777;
  color: var(--suspended-color);
  background-color: var(--white-color, #fff);
  border: 3px solid var(--suspended-color);
}

.btn-gh.btn-gh-status-terminated {
  --terminated-color: #9D5458;
  color: var(--terminated-color);
  background-color: var(--white-color, #fff);
  border: 3px solid var(--terminated-color);
}

.btn-gh.btn-gh-status-cancelled {
  --cancelled-color: #9D5458;
  color: var(--cancelled-color);
  background-color: var(--white-color, #fff);
  border: 3px solid var(--cancelled-color);
}

.btn-gh.btn-gh-status-fraud {
  --fraud-color: #d34545;
  color: var(--fraud-color);
  background-color: var(--white-color, #fff);
  border: 3px solid var(--fraud-color);
}

.btn-gh-preset-param {
  color: var(--highlight-text-color, #2C2A28);
  background-color: var(--dark-grey-color, #e5e5e5);
  display: flex;
  padding: 5px 10px;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  height: 24px;
  min-width: 45px;
  align-items: center;
  justify-content: center;
}

input[type="radio"]:checked+label.btn-gh-preset-param,
input[type="checkbox"]:checked+label.btn-gh-preset-param,
.btn-gh-preset-param.hovered,
.btn-gh-preset-param:hover {
  color: var(--white-color, #fff) !important;
  background-color: var(--primary-background-color, #EB5E28) !important;
}
.btn-secondary-outline {
  color: var(--dark-gray-color, #1C1D26);
  background-color: unset;
  border: 1px solid var(--dark-gray-color, #1C1D26);
}
.btn-secondary-outline:hover {
  color: var(--dark-gray-color, #1C1D26);
  border: 1px solid var(--dark-gray-color, #1C1D26);
  background-color: #e7e7e7;
}
.btn-gh-outline-primary {
  color: var(--primary-background-color, #EB5E28);
  background-color: unset;
  border: 2px solid var(--primary-background-color, #EB5E28);
}
/* .btn-gh-outline-primary:hover {
  border: 2px solid var(-primary-color-hover, #3cbefa);
  color: var(-primary-color-hover, #3cbefa);
} */
.btn-gh-outline-primary:hover {
  color: var(--white-color, #fff);
  border: 2px solid var(--primary-color-hover, #3cbefa);
  background-color: var(--primary-color-hover, #3cbefa);
}
.btn-gh-outline-primary:hover {
  color: var(--white-color, #fff);
  border: 2px solid var(--primary-color-hover, #3cbefa);
  background-color: var(--primary-color-hover, #3cbefa);
}
.btn-gh-outline-secondary {
  border-radius: 5px;
  border: 1px solid var(--light-grey-color, #777777);
  cursor: pointer;
  color: var(--light-grey-color, #777777) !important;
  background-color: inherit;
}
.btn-gh-outline-secondary-control {
  padding: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  border: 1px solid  #DDD;
  cursor: pointer;
  color: var(--light-grey-color, #777777) !important;
  background-color: inherit;
  width: 20px;
  height: 20px;
}

.btn-gh-outline-accented,
.btn-gh-outline-accented:hover {
  color: var(--highlight-text-color, #2C2A28) !important;
  background-color: unset;
  border: 2px solid var(--accented-color, #47b2e4);
}
.gh-panel-hosting .btn-gh-primary {
  border: 2px solid var(--primary-color-hover, #3cbefa);
}

.add-service-button {
  display: flex;
  padding: 10px 7px;
  justify-content: center;
  align-items: center;
  gap: 10px; 
  display: flex;
  color: var(--grey-color, #a7a3a3) !important;
  background: var(--accented-color, #3cbefa);
  margin: 0 20px;
  font-size: 14px; 
  font-weight: 700;
  height: 40px;
}
.add-service-button > div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.add-service-button > div .button-text{
  vertical-align: 7px;
}

.btn-domain {
  display: flex;
  padding: 10px 15px;
  align-items: center;
  gap: 8px; 
  border: 0;
}
.btn-blue {
  background: #47B2E4; 
  color: #FFF !important;
  font-family: "Open Sans" !important;
  font-size: 14px;
  font-weight: 700;
}
.btn-white{
  background: #FFF; 
  color: #000 !important;
  font-family: "Open Sans" !important;
  font-size: 14px;
  font-weight: 700;
}

.domain-whois{
  display: flex;
  width: 40px;
  height: 40px;
  padding: 10px 15px;
  justify-content: center;
  align-items: center;
  color: var(--accented-color, #47b2e4);
  font-family: "Open Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.product-checked-button,
.domain-checked-button,
.domain-check-button {
  display: flex;
  width: 38px;
  height: 38px;
  border-radius: 5px;
  padding: 10px 15px;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.product-checked-button,
.domain-checked-button {
  background: var(--primary-background-color, #47b2e4);
  color: var(--white-color, #fff);
}

.btn-circle {
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-gh-abort-outline {
  color: var(--delimiter-color, #d7d7d7);
  border: 1px solid var(--delimiter-color, #d7d7d7);
  background: transparent;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-image: none;
    background-size: auto;
}
.performing-action {
	display: flex;
	padding: 5px;
	justify-content: center;
	align-items: flex-start; 
	flex-direction: row;
	border: 1px solid var(--accented-color,#47B2E4);
}
.performing-action button {
	display: flex;
	padding: 10px 15px;
	align-items: center;
	gap: 8px; 
	background: linear-gradient(0deg, #FFF 0%, #FFF 100%), #47B2E4;
	border: none;

	color: #000;
	font-size: 14px;
	font-weight: 700;
}
.performing-action button.active-action {
	display: flex;
	padding: 10px 15px;
	align-items: center;
	gap: 8px;
	background: #47B2E4;
	border: none;

	color: #FFF;
	font-size: 14px;
	font-weight: 700;
}


.v-cancel-button {
  font-weight: 900;
  color: red;
}
.v-cancel-button:hover {
  font-weight: 900;
  color: red;
  background-color: #fff4f4;
}
.v-confirm-button {
  font-weight: 900;
  color: var(--main-text-color, #444444);
}
.v-confirm-button:hover {
  font-weight: 900;
  color: var(--main-text-color, #444444);
  background-color: #f6f6f6;
}