/* Start Box-tickets */
.ambassador-ticket {
  position: fixed;
  bottom: 0;
  z-index: 9;
  right: 0;
  background: #e5795a;
  border-radius: 20px;
  width: 473px;
  border-start-end-radius: 0;
  border-end-end-radius: 0;
  border-end-start-radius: 0;
}

.ambassador-ticket .btn-primary:active {
  background: #e5795a;
  border-radius: 20px;

}

.ambassador-ticket::before,
.ambassador-ticket::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 46px;
  background-repeat: no-repeat;
  background-position: center bottom;
  z-index: -1;
  background-size: contain;
}

.ambassador-ticket::before {
  right: 0;
  top: -45px;
  background-image: url("../images/shape.png");
}

.ambassador-ticket::after {
  left: -24.5px;
  bottom: 0;
  background-image: url("../images/shape-2.png");
}

.ambassador-ticket .btn {
  background: none;
  padding: 28px 34px 23px;
  padding-inline-end: 34px;
  text-align: start;
  width: 100%;
}

.ambassador-ticket .btn .title-collapse .icon {
  width: 24px;
  height: 24px;
  line-height: 24px;
  margin: 0 0 7px;
  display: flex;
}

.ambassador-ticket .btn .title-collapse .icon span {
  margin-left: 10px;
  color: #fff;
  font-family: Almarai;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.ambassador-ticket .btn .title-collapse .details {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.ambassador-ticket .btn .title-collapse .details .ticket-open-icon {
  display: none;
}

.ambassador-ticket .btn .title-collapse .details span {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

.ambassador-ticket .btn .title-collapse .details h3 {
  margin: 2px 0 0;
  font-size: 23px;
  font-weight: 700;
  line-height: 23px;
  color: #fff;
}

.ambassador-ticket #collapseTickets {
  margin: 0 29px 0;
  background: #fff;
  border-radius: 20px 20px 0 0;
  padding: 26px 29px;
  position: relative;
  min-height: 400px;
}

.ambassador-ticket #collapseTickets .top-header{
  color: #838E8F;
  font-family: Almarai;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.ambassador-ticket #collapseTickets .chooseNow {
  display: flex;
  justify-content: flex-start;
  max-width: 316px;
  margin: 0 0 30px;
}

.ambassador-ticket #collapseTickets .chooseNow .radio {
  position: relative;
  margin: 0px 5px;
}

.ambassador-ticket #collapseTickets .chooseNow .radio .inpuChoose {
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}

.ambassador-ticket #collapseTickets .chooseNow .radio .details-input {
  min-width: 84px;
  /* height: 64px; */
  border-radius: 8px;
  box-shadow: 0px 10px 45px 0px #0000000d;
  background: #ecf0f1;
  padding: 12px;
}

.ambassador-ticket #collapseTickets .chooseNow .radio .details-input .icon {
  width: 23px;
  height: 23px;
  line-height: 23px;
  text-align: center;
}

.ambassador-ticket #collapseTickets .chooseNow .radio .details-input h5 {
  margin: 3px 0 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: 0em;
  color: #435363;
}

.show-hide {
  display: none;
}

.chooseContent {
  min-height: 350px;
}

.ambassador-ticket
  #collapseTickets
  .chooseNow
  .radio
  input:checked
  ~ .details-input {
  background: var(--main-color);
}

.ambassador-ticket
  #collapseTickets
  .chooseNow
  .radio
  input:checked
  ~ .details-input
  .icon {
  filter: brightness(0) invert(1);
}

.ambassador-ticket
  #collapseTickets
  .chooseNow
  .radio
  input:checked
  ~ .details-input
  h5 {
  color: #fff;
}

.chooseContent .chooseInner p {
  font-size: 11px;
  font-weight: 700;
  line-height: 12px;
  letter-spacing: 0em;
  color: #838e8f;
  text-transform: uppercase;
}

.chooseContent .chooseInner .nav.nav-tabs {
  margin: 13px 0;
  border: none !important;
  justify-content: flex-start;
}

.chooseContent .chooseInner .nav.nav-tabs .nav-item .nav-link {
  margin-top: 10px;
  padding: 10px 15px;
  background: #ecf0f1;
  border-radius: 8px;
  color: #435363;
  font-size: 13px;
  font-weight: 700;
  line-height: 15px;
  margin-inline-end: 16px;
  border: none;
}

.chooseContent .chooseInner .nav.nav-tabs .nav-item .nav-link.active {
  background: var(--main-color);
  color: #fff;
  width: auto;
}

.chooseContent .chooseInner .chooseTab-inner .listButtons {
  margin: 19px 0 0;
  min-height: 215px;
}

.chooseContent  #enablement .chooseInner .chooseTab-inner .listButtons {
  margin: 19px 0 0;
  min-height: 300px;
}

.chooseContent .chooseInner .chooseTab-inner {
  padding: 29px 0 0;
}

#enablement .chooseTab-inner {
  padding: 0px !important;
}

.chooseContent .chooseInner .chooseTab-inner .listButtons button {
  display: flex;
  width: 100%;
  background: none !important;
  border: none;
  text-align: start;
  justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  border-bottom: 1px #ecf0f1 solid;
  border-radius: 0;
  box-shadow: none !important;
  outline: none !important;
  padding: 12px 0;
}

.chooseContent
  .chooseInner
  .chooseTab-inner
  .listButtons
  button:nth-last-child(2) {
  border: none !important;
}

.chooseContent .chooseInner .chooseTab-inner .listButtons button h3 {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  color: #202649;
}

.chooseContent .chooseInner .chooseTab-inner .listButtons button i {
  color: #000;
  font-size: 14px;
}

.chooseContent .chooseInner .chooseTab-inner .listButtons p {
  margin: 31px 0 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 13px;
  color: #697582;
}

.section-form {
  position: absolute;
  inset: 0;
  background: #fff;
  overflow: hidden;
  overflow-y: scroll;
  max-height: 100%;
  padding: 19px 30px;
  border-radius: 20px;
  z-index: 4;
}

.btnCloseForm,
.btnCloseForm2 {
  border: none !important;
  background: none !important;
  padding: 0;
  font-family: Almarai;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  color: #435363;
}

.btnCloseForm i,
.btnCloseForm2 i {
  margin-inline-end: 5px;
}

.titleForm {
  margin: 8px 0 19px;
}

.titleForm h3 {
  margin: 0;
  font-size: 21px;
  font-weight: 700;
  line-height: 23px;
  color: #435363;
}

.section-form-inner.tab-inner-sidebar
  .form-inner.form-tabs
  .form-group
  .choose-item {
  font-family: Almarai;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
}

.section-form-inner.tab-inner-sidebar
  .form-inner.form-tabs
  .form-group
  .choose-item
  input {
}

.section-form-inner.tab-inner-sidebar
  .form-inner.form-tabs
  .form-group
  .choose-tabs
  .col-md-4 {
  width: auto;
}

.section-form-inner.tab-inner-sidebar
  .form-inner.form-tabs
  .form-group
  label
  span {
  color: red;
}

.section-form-inner.tab-inner-sidebar
  .form-inner.form-tabs
  .form-group
  .choose-item
  h3 {
  font-family: Almarai;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  margin: 0;
}

.section-form-inner.tab-inner-sidebar
  .form-inner.form-tabs
  .form-group
  .choose-item
  .deta {
  width: calc(100% - 27px);
}

.section-form-inner.tab-inner-sidebar
  .form-inner.form-tabs
  .form-group
  .choose-item
  span {
  font-family: Almarai;
  font-size: 11px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  color: #435363;
}

.section-form-inner.tab-inner-sidebar
  .form-inner.form-tabs
  .form-group
  .btn.btn-primary.text-light
  span {
  color: #435363;
}

.chooseContent .chooseInner .succ-block .details p {
  max-width: 306.28px;
  margin: 0 auto;
  color: #435363;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.tab-inner-sidebar
  .form-tabs
  .form-group
  button.btn.btn-form.btn-next.btn-success.btn-done {
  background: #435363;
}

.ambassador-ticket .form-group {
  margin: 0 0 20px;
}

.ambassador-ticket .form-group label {
  font-family: Almarai;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #435363;
  margin: 0 0 8px;
}

.ambassador-ticket textarea {
  height: 234px;
  padding: 10px 14px;
  width: 100%;
  border: none !important;
  outline: none !important;
  box-shadow: 0px 2px 5px 0px #676e7626;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #435363;
  appearance: auto !important;
}

.ambassador-ticket .form-group button {
  width: 100%;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  padding: 14px 22px;
  border-radius: 16px;
  background: #2b708c;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  margin: 5px 0 0;
}

.ambassador-ticket .choose-item {
  font-family: Almarai;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  color: #435363;
}

.ambassador-ticket .choose-item input {
  width: 16px;
  height: 16px;
  transition: all 0.3s;
  margin-inline-end: 11px;
  box-shadow: 0px 0px 0px 4px #676e7629;
  border-radius: 999px;
  -webkit-appearance: inherit;
  border: none;
  position: relative;
  box-sizing: border-box;
  accent-color: #000;
}

.ambassador-ticket .choose-item input:checked::before {
  content: "";
  position: absolute;
  border-radius: 999px;
  left: 0;
  top: 0;
  width: 14px;
  height: 14px;
  border: 5px #2b708c solid;
  background: #fff;
  bottom: 0;
  right: 0;
  margin: auto;
  transition: all 0.3s;
}
.ambassador-ticket form select {
  appearance: auto !important;
}
/* End Box-tickets */

/* create new space  */
#add-new-user-email {
  width: 46px;
  height: 37px;
  background: #435363;
  color: #fff;
  border-radius: 0px 8px 8px 0px;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
}
#spaceName {
  width: 90%;
}
#userrole {
  width: 127%;
}
.add-new-user-email-container {
  display: flex;
  width: 100%;
  background: none !important;
  border: none;
  text-align: start;
  justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  border-radius: 0;
  box-shadow: none !important;
  outline: none !important;
  padding: 12px 0;
}

.chooseContent
  .chooseInner
  .chooseTab-inner
  .listButtons
  button:nth-last-child(2) {
  border: none !important;
}

.chooseContent .chooseInner .chooseTab-inner .listButtons button h3 {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  color: #202649;
}

.chooseContent .chooseInner .chooseTab-inner .listButtons button i {
  color: #000;
  font-size: 14px;
}

.chooseContent .chooseInner .chooseTab-inner .listButtons p {
  margin: 31px 0 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 13px;
  color: #697582;
}

.section-form {
  position: absolute;
  inset: 0;
  background: #fff;
  overflow: hidden;
  overflow-y: scroll;
  max-height: 100%;
  padding: 19px 30px;
  border-radius: 20px;
  z-index: 4;
}

.btnCloseForm,
.btnCloseForm2 {
  border: none !important;
  background: none !important;
  padding: 0;
  font-family: Almarai;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  color: #435363;
}

.btnCloseForm i,
.btnCloseForm2 i {
  margin-inline-end: 5px;
}

.titleForm {
  margin: 8px 0 19px;
}

.titleForm h3 {
  margin: 0;
  font-size: 21px;
  font-weight: 700;
  line-height: 23px;
  color: #435363;
}

.section-form-inner.tab-inner-sidebar
  .form-inner.form-tabs
  .form-group
  .choose-item {
  font-family: Almarai;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
}

.section-form-inner.tab-inner-sidebar
  .form-inner.form-tabs
  .form-group
  .choose-item
  input {
}

.section-form-inner.tab-inner-sidebar
  .form-inner.form-tabs
  .form-group
  .choose-tabs
  .col-md-4 {
  width: auto;
}

.section-form-inner.tab-inner-sidebar
  .form-inner.form-tabs
  .form-group
  label
  span {
  color: red;
}

.section-form-inner.tab-inner-sidebar
  .form-inner.form-tabs
  .form-group
  .choose-item
  h3 {
  font-family: Almarai;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  margin: 0;
}

.section-form-inner.tab-inner-sidebar
  .form-inner.form-tabs
  .form-group
  .choose-item
  .deta {
  width: calc(100% - 27px);
}

.section-form-inner.tab-inner-sidebar
  .form-inner.form-tabs
  .form-group
  .choose-item
  span {
  font-family: Almarai;
  font-size: 11px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  color: #435363;
}

.section-form-inner.tab-inner-sidebar
  .form-inner.form-tabs
  .form-group
  .btn.btn-primary.text-light
  span {
  color: #435363;
}

.chooseContent .chooseInner .succ-block .details p {
  max-width: 306.28px;
  margin: 0 auto;
  color: #435363;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.tab-inner-sidebar
  .form-tabs
  .form-group
  button.btn.btn-form.btn-next.btn-success.btn-done {
  background: #435363;
}


.ambassador-ticket .form-group {
  margin: 0 0 20px;
}

.ambassador-ticket .form-group label {
  font-family: Almarai;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #435363;
  margin: 0 0 8px;
}

.ambassador-ticket .form-group label .subtitle{
  display: block;
  color: #435363;
  font-family: Almarai;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-left: 31px;
}

.ambassador-ticket textarea {
  height: 234px;
  padding: 10px 14px;
  width: 100%;
  border: none !important;
  outline: none !important;
  box-shadow: 0px 2px 5px 0px #676e7626;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #435363;
  appearance: auto !important;
}

.ambassador-ticket .form-group button {
  width: 100%;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  padding: 14px 22px;
  border-radius: 16px;
  background: #2b708c;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  margin: 5px 0 0;
}

.ambassador-ticket .choose-item {
  font-family: Almarai;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  color: #435363;
}

.ambassador-ticket .choose-item input {
  width: 16px;
  height: 16px;
  transition: all 0.3s;
  margin-inline-end: 11px;
  box-shadow: 0px 0px 0px 4px #676e7629;
  border-radius: 999px;
  -webkit-appearance: inherit;
  border: none;
  position: relative;
  box-sizing: border-box;
  accent-color: #000;
}

.ambassador-ticket .choose-item input:checked::before {
  content: "";
  position: absolute;
  border-radius: 999px;
  left: 0;
  top: 0;
  width: 14px;
  height: 14px;
  border: 5px #2b708c solid;
  background: #fff;
  bottom: 0;
  right: 0;
  margin: auto;
  transition: all 0.3s;
}
/* End Box-tickets */

/* create new space  */
#add-new-user-email {
  width: 46px;
  height: 44px;
  background: #435363;
  color: #fff;
  border-radius: 0px 8px 8px 0px;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
}

#spaceName {
  width: 90%;
}

.add-new-user-email-container {
  display: flex;
}

input#new-user-email {
  width: 100%;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.delete-user {
  padding: 0 !important;
  border-radius: 0 !important;
  background: #f6f8f8 !important;
  color: #435363 !important;
  margin: 0px !important;
}

.added-users {
  display: flex;
  flex-flow: wrap;
}

.added-users .user, .added-names .user {
  margin: 4px;
  display: flex;
  height: 18px;
  padding: 8px;
  justify-content: center;
  align-items: center;
  gap: 9px;
  border-radius: 50px;
  background: #f6f8f8;
  font-family: Almarai;
  font-size: 9px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.added-names{
  display: flex;
}

.added-names .user {
  width: fit-content;
}
/* add user to elk space  */
#addUser {
  color: #435363;
  font-family: Almarai;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  margin-top: -10px;
}

#addUser i {
  font-weight: 700;
}

.user-elk-space {
  background: #fff !important;
}

/* add user to mojdevops projecy  */

.portfolio-role-container {
  display: flex;
  gap: 5px;
}

/* Submit Ambassadors Deployment Issues Ticket */

.attachment-group a {
  display: flex;
  gap: 5px;
}

.attachment-group a span {
  color: #435363 !important;
  background: transparent !important;
}

#ambassador-ubmit-another-request {
  border-radius: 16px;
  background: var(--Complementary-C, #374f55);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.12),
    0px 0px 0px 1px rgba(103, 110, 118, 0.16),
    0px 2px 5px 0px rgba(103, 110, 118, 0.08);
}

#step-1 #nextBtn {
  margin-top: 0px;
  padding: 0px;
  text-align: center;
  line-height: 55px;
  text-transform: capitalize;
  font-weight: 700;
}
