/*--------------------------------------------------------------
# Main CSS
--------------------------------------------------------------*/
.fs-icon {
  font-size: 17px;
}

.create-deployment-box {
  background: #EEEEEED9;
  border: 1px solid #E8E8E8;
  border-radius: 30px;
  padding: 35px 60px;
  text-align: center;
  margin-top: 100px;
}

.create-deployment-box img {
  width: 90px;
  margin-bottom: 5px;
}

.create-deployment-box h3 {
  color: #191B1D;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 5px;
}

.create-deployment-box h4 {
  color: #353535;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}

.create-deployment-box p {
  color: #4B4B4B;
  font-size: 12px;
  font-weight: 400;
}

.create-deployment-box a {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  box-shadow: 0px 0px 5px 0px #BCCEE3;
  background: #266586;
  border-radius: 9px;
  padding: 14px 12px;
  margin-top: 2px;
}

.modal-backdrop {
  background-color: rgba(255, 255, 255, 0.85);
  opacity: 1 !important;
}

.create-deployment-modal .modal-content {
  padding: 25px;
  padding-top: 20px;
  border-radius: 24px;
  border: 1px solid #D7E2F0;
  box-shadow: 0px 0px 24px 0px #367B9D17;
  backdrop-filter: blur(15px)
}

.create-deployment-modal .modal-header {
  padding: 0;
  border-bottom: 1px solid;
  border-image: linear-gradient(90deg, #FFFFFF 0%, #EFF4FB 6.19%, #F0F4FC 93.47%, #FFFFFF 100%) 1;
  padding-bottom: 20px;
}

.create-deployment-modal .modal-header .modal-title {
  color: #000000;
  font-size: 21px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 5px;
  line-height: 1;
}

.create-deployment-modal .btn-close {
  background: #EBEEF3;
  color: #6D88B4;
  font-size: 20px;
  width: 32px;
  padding: 0;
  height: 32px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  margin-top: -10px;
  box-shadow: none;
}

.choose-method-wrap {
  border: 1px solid #D7E2F0;
  border-radius: 12px;
  padding: 20px;
}

.choose-method-wrap h4 {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}



.choose-method-wrap p {
  color: #000000;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 15px;
}

.choose-servers .option-card {
  border: 1px solid #C1E9FD;
  box-shadow: 0px 0px 15px 0px #57ABD526;
  border-radius: 15px;
  padding: 10px 12px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  background: #fff;
}

.choose-servers .option-card:hover {
  border-color: #C2D1E9;
  background: #F2FBFF;
}

.choose-servers .option-card.selected {
  border-color: #C2D1E9;
  background: #F2FBFF;
}

.choose-servers .option-card input[type="radio"] {
  position: absolute;
  right: 12px;
  top: 12px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  pointer-events: none;
  accent-color: #207098;
  border: 1.5px solid #79B3D0;
}

.choose-servers .option-card input[type="radio"]:checked {
  background-color: #207098;
}

.choose-servers .option-title {
  font-weight: 500;
  font-size: 15px;
  color: #000000;
  margin-bottom: 5px;
  display: flex;
  gap: 5px;
  align-items: center;
}

.choose-servers .option-description {
  color: #606060;
  font-size: 12px;
  margin: 0;
}

.target-host-wrap {
  border: 1px solid #D7E2F0;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 20px;
}

.target-host-wrap h4 {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0px;
}

.target-host-wrap p {
  color: #000000;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 12px;
}

.host-fields .form-group {
  position: relative;
}

.host-fields .form-label {
  color: #000000;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 5px;
}

.host-fields .form-control {
  border: 1px solid #DEEBF2;
  border-radius: 7px;
  box-shadow: none;
  color: #12284B;
  font-size: 14px;
  padding: 8px 12px;
  min-height: 42px;
}

.host-fields .form-control::placeholder {
  color: #D4D4D4;
  font-size: 13px;
  font-weight: 400;
}

.host-fields .text-copy {
  position: absolute;
  right: 8px;
  bottom: 6px;
  color: #BEC6D3;
  font-size: 20px;
}

.authentication-wrap {
  border: 1px solid #D7E2F0;
  border-radius: 12px;
  padding: 20px;
}

.authentication-wrap h4 {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}

.authentication-wrap p {
  color: #000000;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 12px;
}

.authentication-switch {
  display: flex;
  gap: 25px;
  align-items: center;
}

.authentication-switch .toggle-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.authentication-switch .toggle-checkbox {
  display: none;
}

.authentication-switch .toggle-switch {
  position: relative;
  width: 40px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #A8C5D3;
  border-radius: 30px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  display: inline-block;
  margin-bottom: 5px;
}

.authentication-switch .toggle-switch:hover {
  opacity: 0.9;
}

.authentication-switch .toggle-checkbox:checked+.toggle-switch {
  background-color: #C4D7E0;
}

.authentication-switch .toggle-circle {
  position: absolute;
  top: 2px;
  left: 3px;
  width: 14px;
  height: 14px;
  background-color: #207098;
  border-radius: 50%;
  transition: transform 0.3s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.authentication-switch .toggle-checkbox:checked+.toggle-switch .toggle-circle {
  transform: translateX(18px);
}

.present-pro-sys-wrap {
  border: 1px solid #D7E2F0;
  box-shadow: 0px 0px 9px 0px #EAF7FE;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 20px;
}

.present-pro-sys-wrap .wrap-heading {
  padding: 15px;
  background-color: #F3F8FF;
}

.present-pro-sys-wrap .wrap-heading h4 {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}

.present-pro-sys-wrap .wrap-heading a {
  color: #2062D8;
  font-size: 12px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 5px;
}

.present-pro-sys-wrap .wrap-body {
  padding: 20px;
}

.system-pro-wrap {
  border: 1px solid #E0ECFB;
  border-radius: 12px;
  padding: 20px;
  overflow: hidden;
}

.system-pro-wrap h5 {
  color: #000000;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 8px;
}

.system-pro-wrap .system-pro-box {
  background: #E8F7FF;
  border: 1px solid #B8E7FE;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 15px;
}

.system-pro-wrap .system-pro-box h6 {
  color: #000000;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 0;
}

.system-pro-wrap .system-pro-box.aws {
  background: #FFEED6;
  border: 1px solid #FF9900
}

.system-pro-wrap .system-pro-box .check-round {
  width: 25px;
  height: 25px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #33C77D;
  background: #fff;
  font-size: 20px;
}

.selected-package-wrap {
  border: 1px solid #D7E2F0;
  box-shadow: 0px 0px 9px 0px #EAF7FE;
  border-radius: 15px;
  overflow: hidden;
}

.selected-package-wrap .package-head {
  background: #F3F8FF;
  padding: 15px;
}

.selected-package-wrap .package-head h4 {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 5px;
}

.selected-package-wrap .package-head p {
  font-size: 12px;
  font-weight: 400;
  color: #000000;
  margin: 0;
}

.selected-package-wrap .package-body {
  padding: 25px 20px;
}

.selected-package-wrap .package-body h6 {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 12px;
}

.selected-package-wrap .package-body ul li {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 4px;
  list-style: none;
}

.selected-package-wrap .package-body p {
  font-size: 12px;
  font-weight: 400;
  color: #000000;
  margin-top: 10px;
  margin-bottom: 0;
}

.selected-package-wrap .package-footer {
  padding: 20px;
  padding-top: 0;
}

.selected-package-wrap .package-footer a {
  border-radius: 9px;
  background: #207098;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  padding: 12px;
  display: block;
  width: 100%;
  text-align: center;
}

.selected-package-wrap .total-package-price {
  border: 1px solid #BAD6E4;
  border-radius: 12px;
  padding: 25px 30px 15px 30px;
  text-align: center;
  position: relative;
  background: #EFF1F4;
  background-repeat: no-repeat;
  background-size: cover;
}

.selected-package-wrap .total-package-price::after {
  content: '';
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  height: calc(100% + 12px);
  background: #EBF4FF;
  z-index: -1;
  border-radius: 20px;
}

.selected-package-wrap .total-package-price h4 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
}

.selected-package-wrap .total-package-price h3 {
  color: #0084C7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 27px;
  font-weight: 700;
  margin-bottom: 12px;
}

.selected-package-wrap .total-package-price h3 span {
  font-size: 16px;
  font-weight: 500;
  color: #A9A9A9;
}

.selected-package-wrap .total-package-price p {
  font-size: 12px;
  color: #000;
  font-weight: 400;
  margin-top: 6px;
}

.selected-package-wrap .total-package-price .check-round {
  position: absolute;
  right: -10px;
  top: -10px;
  border-radius: 30px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #57ABD5;
  border: 1px solid #207098;
  color: #fff;
  font-size: 24px;
}

.pymnt-subs-modal .modal-content {
  padding: 25px;
  padding-top: 20px;
  border-radius: 15px;
  border: 1px solid #C5CFDE;
  box-shadow: 0px 0px 20px 0px #00000017;
}

.pymnt-subs-modal .modal-header {
  border: none;
  padding: 0;
}

.pymnt-subs-modal .btn-close {
  background: #EBEEF3;
  color: #6D88B4;
  font-size: 20px;
  width: 32px;
  padding: 0;
  height: 32px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  margin-top: -6px;
  box-shadow: none;
}

.pymnt-subs-modal .modal-body img {
  width: 190px;
  text-align: center;
  margin-bottom: 25px;
}

.pymnt-subs-modal .modal-body h5 {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-content: center;
  justify-content: center;
  width: 90%;
  margin: auto;
  line-height: 25px;
  margin-bottom: 20px;
}

.pymnt-subs-modal .modal-body h5 span {
  font-size: 24px;
  font-weight: 700;
  color: #000;
}

.pymnt-subs-fields .form-group {
  text-align: left;
  margin-bottom: 10px;
}

.pymnt-subs-fields .form-label {
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  margin-bottom: 5px;
}

.pymnt-subs-fields .form-control {
  border: 1px solid #D9D9D9;
  border-radius: 7px;
  padding: 8px 12px;
  font-size: 16px;
  color: #000000;
  box-shadow: none;
}

.pymnt-subs-fields .subscription-btn button {
  padding: 12px 12px;
  border-radius: 7px;
  background: #207098;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  margin-top: 15px;
  width: 100%;
  border: none;
  box-shadow: none;
}

.choose-pro-basic {
  border: 1px solid #D7E2F0;
  padding: 20px;
  border-radius: 20px;
}

.choose-pro-basic h4 {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}

.choose-pro-basic p {
  color: #000000;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 15px;
}

.choose-pro-basic label input {
  display: none;
}

.choose-aws {
  border-radius: 9px;
  padding: 10px 12px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #FF9900;
  background: #fff;
  max-height: 47px;
  min-height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.choose-aws.selected-provider {
  background: #FFEED6;
  justify-content: space-between;
}

.choose-aws:hover, .choose-aws.active {
  background: #FFEED6;
}

.choose-gc {
  border-radius: 9px;
  padding: 10px 12px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #EA4335;
  background: #fff;
  max-height: 47px;
  min-height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.choose-gc:hover, .choose-gc.active {
  background: #FFE7E5;
}

.choose-do {
  border-radius: 9px;
  padding: 10px 12px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #0C62F6;
  background: #fff;
  max-height: 47px;
  min-height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.choose-do:hover, .choose-do.active {
  background: #DDE9FF;
}

.chosen-pro-baic {
  box-shadow: 0px 0px 9px 0px #EAF7FE;
  border: 1px solid #D7E2F0;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 20px;
}

.chosen-pro-baic h4 {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}

.chosen-pro-baic p {
  color: #404040;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0px;
}

.chosen-pro-baic a {
  color: #2062D8;
  font-size: 12px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: flex-end;
  margin-top: 8px;
}

.selected-provider .selected-icon {
  width: 27px;
  height: 27px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #33C77D;
  background: #fff;
  font-size: 20px;
}

.provider-auth {
  box-shadow: 0px 0px 9px 0px #EAF7FE;
  border: 1px solid #D7E2F0;
  padding: 20px;
  border-radius: 20px;
}

.provider-auth h4 {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}

.provider-auth p {
  color: #404040;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 15px;
}

.provider-auth-keys-id {
  background: #FAFDFF;
  border: 1px solid #BBD8E8;
  border-radius: 9px;
  padding: 20px;
  padding-top: 10px;
}

.provider-auth-keys-id .form-label {
  color: #000000;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 5px;
}

.provider-auth-keys-id .form-control {
  border: 1px solid #B5C8D2;
  border-radius: 5px;
  box-shadow: none;
  color: #12284B;
  font-size: 14px;
  padding: 4px 12px;
  min-height: 34px;
}

.provider-auth-keys-id .form-select {
  border: 1px solid #B5C8D2;
  border-radius: 5px;
  box-shadow: none;
  color: #12284B;
  font-size: 13px;
  padding: 4px 12px;
  min-height: 34px;
}

.provider-auth-keys-id .form-control::placeholder {
  color: #BDBDBD;
  font-size: 13px;
  font-weight: 400;
}

.savelogs .form-label {
  color: #000000;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 5px;
}

.savelogs .form-select {
  border: 1px solid #B5C8D2;
  border-radius: 5px;
  box-shadow: none;
  color: #12284B;
  font-size: 13px;
  padding: 4px 12px;
  min-height: 32px;
  width: 75%;
}

.savelogs button {
  background-color: #419CC9;
  color: #FFFFFF;
  border: none;
  box-shadow: none;
  border-radius: 5px;
  min-height: 32px;
  font-size: 12px;
  font-weight: 500;
}

/* <-------------Payment-History------------> */

.payment-history {
  border: 1px solid #D7E2F0;
  box-shadow: 0px 0px 15px 0px #20709826;
  border-radius: 15px;
  padding: 15px;
  background: #fff;
  margin-bottom: 15px;
}

.payment-history-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 18px;
}

.payment-history-head h4 {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 5px;
}

.payment-history-head h4 i {
  font-size: 18px;
  font-weight: 500;
}

.custom-search-box {
  display: flex;
  align-items: center;
  gap: 10px;
}

.custom-search {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}

.custom-search .customsearch-input {
  border: 1px solid #DEEAFF;
  box-shadow: none;
  outline: none;
  border-radius: 5px;
  padding: 2px 10px;
  min-height: 35px;
  color: #000000;
  font-size: 14px;
  padding-left: 32px;
  min-width: 380px;
}

.custom-search .customsearch-input::placeholder {
  font-size: 12px;
  color: #8DA5CD;
  font-weight: 400;
}

.custom-search .custom-src-icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #AFD3E5;
}

.custom-search .custom-src-button {
  background: #F4F8FF;
  border: 1px solid #DEEAFF;
  border-radius: 5px;
  color: #4A6693;
  font-size: 12px;
  font-weight: 500;
  padding: 5px 12px;
  min-height: 35px;
}

.back-to-previous {
  background: #fff;
  border: 1px solid #95D4F3;
  border-radius: 5px;
  color: #207098;
  font-size: 14px;
  font-weight: 400;
  padding: 3px 10px 3px 6px;
  display: flex;
  gap: 2px;
  align-items: center;
  min-height: 35px;
}

.assets-btn button {
  background: #207098;
  border: 1px solid #207098;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 3px 12px 3px 12px;
  display: flex;
  gap: 5px;
  align-items: center;
  min-height: 35px;
}

.assets-btn .dropdown-menu {
  box-shadow: 0px 0px 15px 0px #20709817;
  border: 1px solid #D1DFF5;
  border-radius: 5px;
  padding: 6px 0;
  min-width: 120px;
}

.assets-btn .dropdown-menu .dropdown-item {
  font-size: 13px;
  font-weight: 400;
  color: #000000 !important;
  padding: 2px 12px;
  padding-bottom: 4px;
  background-color: #fff !important;
}

.assets-btn button::after {
  display: none;
}

.payment-history-table {
  background-color: white;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #D7E2F0;
}

.payment-history-table .table {
  margin-bottom: 0;
}

.payment-history-table .table input {
  font-size: 13px;
  margin-top: 3px;
}

.payment-history-table .table thead th {
  background: #F8FAFF;
  padding: 8px;
}

.payment-history-table .table thead th:first-child {
  border-top-left-radius: 12px;
  padding-right: 0;
}

.payment-history-table .table thead th:last-child {
  border-top-right-radius: 12px;
}

.payment-history-table .table thead th:nth-child(2) {
  padding-left: 0;
  padding-right: 0;
}

.payment-history-table .table thead th:nth-child(2) span {
  border: none;
  padding-left: 0;
}

.payment-history-table .table tbody td:first-child {
  padding-right: 0;
}

.payment-history-table .table tbody td:first-child input {
  margin-top: 7px;
}

.payment-history-table .table tbody td:nth-child(2) span {
  padding-left: 0;
}

.payment-history-table .table tbody td:nth-child(2) {
  padding-left: 0;
}

.payment-history-table .table thead th span {
  font-size: 12px;
  color: #4A6693;
  font-weight: 400;
  border-left: 1px solid #DEEAFF;
  padding: 6px;
  padding-left: 10px;
  display: inline-block;
}

.payment-history-table .table tbody td {
  padding: 10px;
  background: #fff;
}

.payment-history-table .table tbody tr {
  border-bottom: 1px solid #D7E2F0;
  background: #fff;
}

.payment-history-table .table tbody tr:last-child {
  border-bottom: 1px solid #fff;
}

.payment-history-table .table tbody td span {
  font-size: 12px;
  color: #000000;
  font-weight: 400;
  padding: 5px 10px;
}

.payment-history-table .table tbody td .click-btn {
  background: #BFFFF2;
  border: 1px solid #7EE6D2;
  color: #075E4D;
  border-radius: 3px;
  padding: 2px 8px;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
}

.payment-history-table .more-btn button {
  padding: 0;
  border: none;
  color: #7E9DCC !important;
  font-size: 18px;
}

.payment-history-table .more-btn button::after {
  display: none;
}

.payment-history-table .more-btn .dropdown-menu {
  box-shadow: 0px 0px 15px 0px #20709817;
  border: 1px solid #D1DFF5;
  border-radius: 5px;
  padding: 4px 0;
  min-width: 120px;
}

.payment-history-table .more-btn .dropdown-menu .dropdown-item {
  font-size: 12px;
  font-weight: 400;
  color: #000000 !important;
  padding: 2px 12px;
  padding-bottom: 4px;
  background-color: #fff !important;
}

.payment-history-table .more-btn .dropdown-menu .dropdown-item i {
  font-size: 15px;
}

.payment-history-table .download-btn {
  color: #9FB8DF;
  font-size: 18px;
}

/* <-------------Payment-History------------> */

.profile-settings-wrap {
  border: 1px solid #D7E2F0;
  box-shadow: 0px 0px 15px 0px #20709826;
  border-radius: 15px;
  background: #fff;
  padding: 12px;
}

.profile-tabs {
  border: 1px solid #D7E2F0;
  padding: 10px;
  border-radius: 12px;
  height: 100%;
}

.profile-tabs .nav-link {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  border: 1px solid #fff;
  padding: 9px 15px;
  margin-bottom: 4px;
}

.profile-tabs .nav-link i {
  font-size: 16px;
}

.profile-tabs .nav-link.active {
  background-color: #EFF4FA;
  border-radius: 7px;
  border: 1px solid #D7E2F0;
  color: #207098;
}

.profile-settings-box {
  padding-top: 10px;
  padding-right: 5px;
}

.profile-settings-box-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 15px;
}

.profile-settings-box-head h4 {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 5px;
}

.profile-settings-box-head h4 i {
  font-size: 18px;
  font-weight: 500;
}

.user-profile {
  border: 1px solid #D7E2F0;
  border-radius: 12px;
  padding: 10px;
  margin-bottom: 15px;
}

.user-profile .user-profile-info {
  display: flex;
  align-items: center;
  gap: 15px;
}

.user-profile .user-profile-info img {
  border: 1px solid #D7E2F0;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  object-fit: cover;
}

.user-profile .user-profile-info .img-upload {
  border: 1px solid #D7E2F0;
  border-radius: 50%;
  height: 85px;
  width: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.user-profile .user-profile-info .img-upload i {
  color: #969AA1;
  font-size: 18px;
}

.user-profile .user-profile-info .img-upload h6 {
  color: #777777;
  font-size: 12px;
  font-weight: 400;
  margin: 0;
}

.user-profile .user-profile-info h5 {
  font-size: 15px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 5px;
}

.user-profile .user-profile-info h6 {
  font-size: 13px;
  font-weight: 500;
  color: #4A6693;
  margin-bottom: -2px;
}

.user-profile .user-profile-info span {
  font-size: 13px;
  font-weight: 400;
  color: #4A6693;
  margin-bottom: 0px;
}

.edit-informationbtn {
  text-align: right;
  padding-top: 8px;
  padding-right: 8px;
}

.edit-informationbtn a {
  border: 1px solid #BDE7FD;
  color: #207098;
  font-size: 12px;
  font-weight: 400;
  border-radius: 5px;
  padding: 4px 11px;
  display: inline-block;
}

.edit-informationbtn a i {
  font-size: 14px;
}


.profile-information .accordion-button {
  background-color: #EFF4FA;
  color: #000000;
  font-weight: 500;
  font-size: 15px;
  padding: 13px 15px;
  box-shadow: none !important;
  border: 1px solid #D7E2F0;
  border-radius: 12px;
}

.profile-information .accordion-button::after {
  width: 16px;
  height: 16px;
  background-size: 100%;
}

.profile-information .accordion-button i {
  font-size: 18px;
  margin-right: 5px;
}

.profile-information .accordion-body {
  background-color: white;
  padding: 20px;
  border: 1px solid #D7E2F0;
  border-top: none;
}

.profile-information .accordion-item {
  border: none;
  margin-bottom: 15px;
  border-radius: 12px;
  overflow: hidden;
}

.profile-information .accordion-item:last-child {
  margin-bottom: 0;
}

.profile-information .accordion-button:not(.collapsed) {
  border-radius: 12px 12px 0 0;
}

.profile-information .accordion-body {
  border-radius: 0 0 12px 12px;
}

.profile-information .info-dtls {
  margin-bottom: 22px;
}

.profile-information .info-dtls h5 {
  color: #4A6693;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 8px;
}

.profile-information .info-dtls h4 {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0px;
}

.editprofile-modal .modal-content {
  border: 1px solid #A8C5D3;
  box-shadow: 0px 0px 9.3px 0px #4A66933D;
  border-radius: 12px;
  padding: 10px;
  border: none;
}

.edit-img-dtls {
  padding: 15px 20px 15px 10px;
  border-right: 1px solid #D8E6FF;
  height: 100%;
  display: flex;
  align-items: center;
}

.edit-img-dtls .edit-img {
  width: 124px;
  height: 124px;
  display: block;
  border-radius: 50%;
  margin: auto;
  position: relative;
}

.edit-img-dtls .edit-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.edit-img-dtls .edit-img .edit-icons {
  background: #00000059;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.edit-img-dtls .edit-img .edit-icons i {
  color: #fff;
  font-size: 20px;
}

.edit-img-dtls .edit-img .edit-icons h5 {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  margin: 0;
}

.edit-img-dtls p {
  font-size: 12px;
  font-weight: 400;
  color: #A2A2A2;
  margin: 10px 0;
  text-align: center;
}

.edit-img-dtls .removeimg-btn {
  border: 1px solid #BCCED8;
  background: #fff;
  border-radius: 5px;
  color: #000000;
  font-weight: 500;
  font-size: 12px;
  padding: 7px 18px;
}

.edit-img-dtls .uploadimg-btn {
  border: 1px solid #3E95C0;
  background: #3E95C0;
  border-radius: 5px;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  padding: 7px 18px;
}

.edit-information-dtls {
  padding: 5px 15px 10px 0px;
}

.edit-information-dtls .form-group {
  margin-bottom: 8px;
}

.edit-information-dtls .form-group .form-label {
  color: #4A6693;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 5px;
}

.edit-information-dtls .form-group .form-control {
  border: 1px solid #D7E2F0;
  border-radius: 5px;
  padding: 8px 15px;
  height: 40px;
  box-shadow: none;
  font-size: 14px;
  color: #000000;
}

.edit-information-dtls .form-group .form-control::placeholder {
  color: #BEBEBE;
  font-weight: 400;
  font-size: 12px;
}

.edit-information-dtls .close-editinfo-btn {
  border: 1px solid #BCCED8;
  background: #fff;
  border-radius: 5px;
  color: #207098;
  font-size: 12px;
  font-weight: 600;
  padding: 10px 20px;
}

.edit-information-dtls .update-editinfo-btn {
  border: 1px solid #207098;
  background: #207098;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 10px 20px;
}

.chng-profile-pass {
  padding: 0;
  padding-right: 20px;
  border-right: 1px solid #EFF4FA;
}

.chng-profile-pass .form-group {
  margin-bottom: 15px;
  position: relative;
}

.chng-profile-pass .form-group .form-label {
  font-size: 13px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 7px;
}

.chng-profile-pass .form-group .form-control {
  border: 1px solid #D7E2F0;
  border-radius: 7px;
  padding: 13px;
  box-shadow: none;
  font-size: 14px;
  color: #000000;
}

.chng-profile-pass .form-group .form-control::placeholder {
  color: #737373;
  font-weight: 400;
  font-size: 12px;
}

.chng-profile-pass .form-group a {
  position: absolute;
  right: 14px;
  bottom: 14px;
  color: #4A6693;
  font-size: 16px;
}

.chng-profile-pass .chng-profile-pass-btn {
  background-color: #207098;
  border: 1px solid #207098;
  border-radius: 7px;
  display: block;
  width: 100%;
  padding: 14px 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}

.chng-profile-passinfo {
  padding-left: 10px;
}

.chng-profile-passinfo h4 {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #4A6693;
}

.chng-profile-passinfo ul {
  padding: 0;
  margin: 0;
}

.chng-profile-passinfo ul li {
  color: #555454;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 6px;
  list-style: none;
}

.chng-profile-passinfo ul li i {
  font-size: 8px;
  color: #C3C3C3;
}

.step-controll-btn {
  margin-top: 25px;
}

.deployment-back-btn {
  background: #fff;
  border: 1px solid #91C4DE;
  border-radius: 9px;
  color: #207098;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.deployment-continue-btn {
  background: #207098;
  border: 1px solid #207098;
  border-radius: 9px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 26px;
}

.deployment-continue-btn:disabled {
  background: #C8DBE4;
  cursor: not-allowed;
  border-color: #C8DBE4;
}

/* <-------------SendEmil-Modal------------> */


.sendemil-modal .modal-content {
  border-radius: 15px;
  border: 1px solid #fff;
  box-shadow: 0px 0px 12px 0px #2069E53D;
}

.sendemil-modal .modal-header {
  border-bottom: 1px solid #EFEFEF;
  padding: 18px 20px;
}

.sendemil-modal .modal-header h1 {
  color: #0D2B5B;
  font-size: 15px;
  font-weight: 600;
}

.sendemil-modal .modal-header .btn-close {
  font-size: 12px;
  box-shadow: none;
}

.sendemil-modal .modal-dialog {
  margin-top: 110px;
}

.sendemil-modal .modal-body {
  padding: 16px 20px;
}

.sendemil-modal .form-group {
  margin-bottom: 15px;
}

.sendemil-modal .form-label {
  font-size: 12px;
  font-weight: 400;
  color: #000000;
}

.sendemil-modal .form-control {
  border: 1px solid #D8E3F4;
  border-radius: 5px;
  box-shadow: none;
  color: #000000;
  padding: 9px 12px;
}

.sendemil-modal textarea {
  min-height: 120px;
}

.sendemil-modal textarea.view-mail-textarea {
  min-height: 72px;
}

.sendemil-modal .form-group .input-group {
  background-color: #F8FAFF;
  border: 1px solid #D8E3F4;
  padding: 0px;
  border-radius: 5px;
}

.sendemil-modal .form-group .input-group .form-control {
  padding: 12px;
  background-color: transparent;
  font-size: 12px;
  color: #8597B5;
  border: none;
}

.sendemil-modal .form-group .input-group .input-group-text {
  border: none;
  padding: 0px;
  padding-left: 8px;
}

.sendemil-modal .comment-wrap {
  box-shadow: 0px -3px 12px 0px #2069E512;
  padding: 10px 20px;
}

.sendemil-modal .modal-footer {
  justify-content: space-between;
  border-top: 1px solid #EFEFEF;
  padding: 12px 20px;
}

.sendemil-modal .modal-footer p {
  font-size: 12px;
  width: 65%;
  color: #454444;
}

.sendemil-modal .modal-footer .sendmail {
  color: #fff;
  border-radius: 5px;
  border: none;
  box-shadow: none;
  background: #207098;
  font-weight: 400;
  font-size: 12px;
  padding: 6px 8px;
  display: flex;
  align-items: center;
  gap: 2px;
}

/* <-------------Deployment Dashboard------------> */


.deployment-dashboard-head {
  border-bottom: 1px solid;
  border-image: linear-gradient(to right, #F3F3F3, #C1E1F2, #F4F4F4) 1;
  padding-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.deployment-dashboard-head h4 {
  color: #0D2B5B;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.deployment-counts {
  display: flex;
  align-items: center;
}

.deployment-counts h5 {
  margin: 0;
  color: #696767;
  font-size: 18px;
  font-weight: 400;
  padding: 0 10px;
  border-right: 1px solid #B1B1B1
}

.deployment-counts h5:nth-child(3) {
  border-right: none;
}

.deployment-counts h5 span {
  color: #000000;
}

.deployment-counts a {
  box-shadow: 0px 0px 5.7px 0px #8BB5FF80;
  background: #207098;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  border-radius: 5px;
  margin-left: 15px;
  padding: 9px 10px;
}

.deployment-table {
  width: 100%;
  margin-top: 15px;
}

.deployment-table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 12px;
}

.deployment-table tbody tr {
  background: white;
  box-shadow: 0px 0px 15px 0px #6F79880D;
}

.deployment-table tbody tr td:first-child {
  border-radius: 7px 0 0 7px;
  padding-right: 0;
}

.deployment-table tbody tr td:last-child {
  border-radius: 0 7px 7px 0;
}

.deployment-table td {
  padding: 10px 15px;
  vertical-align: top;
}

.deployment-table .checkbox-cell {
  width: 40px;
  text-align: center;
}

.deployment-table .checkbox-cell input {
  width: 18px;
  height: 18px;
  margin-top: 5px;
}

.deployment-table .info-cell {
  min-width: 220px;
}

.deployment-table .info-title {
  font-size: 14px;
  font-weight: 500;
  color: #12284B;
  margin-bottom: 4px;
}

.deployment-table .info-text {
  font-size: 13px;
  color: #AEAEAE;
  font-weight: 400;
  margin-bottom: 2px;
}

.deployment-table .info-text span {
  font-weight: 600;
}

.deployment-table .metric-cell {
  min-width: 100px;
  position: relative;
}

.deployment-table .metric-cell::after {
  position: absolute;
  content: '';
  height: 50px;
  width: 1px;
  border-right: 1px solid;
  border-image: linear-gradient(to top, #fff, #EAEAEA, #fff) 1;
  left: 0;
  top: 14px;
}

.deployment-table .metric-cell .runtimeicon {
  color: #2DC097;
  font-size: 12px;
}

.deployment-table .metric-cell .emailsendicon {
  font-size: 18px;
  color: #4A5B76;
}

.deployment-table .metric-cell .emailfailicon {
  font-size: 18px;
  color: #E45252;
}

.deployment-table .metric-cell .ststusicon {
  color: #36B57A;
  font-size: 16px;
}

.deployment-table .metric-cell .dateicon {
  color: #526D99;
  font-size: 18px;
}

.deployment-table .metric-label {
  font-size: 14px;
  color: #696969;
  font-weight: 500;
  margin-bottom: 2px;
  display: block;
  margin-top: 5px;
}

.deployment-table .metric-value {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  color: #4A5B76;
  font-weight: 400;
}

.deployment-table .status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
}

.deployment-table .status-dot.cyan {
  background: #00c7be;
}

.deployment-table .status-dot.gray {
  background: #86868b;
}

.deployment-table .status-badge {
  display: inline-flex;
  color: #4A5B76;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  font-weight: 400;
}

.deployment-table .status-badge.running {
  color: #34c759;
  background: #e8f8ea;
}

.deployment-table .status-badge.paused {
  color: #86868b;
  background: #f2f2f7;
}

.deployment-table .settings-cell {
  width: 50px;
  text-align: center;
}

.deployment-table .settings-cell .dep-settings-btn button {
  padding: 0;
  border: none;
  color: #95ADD3;
  font-size: 20px;
  background-color: #fff;
}

.deployment-table .settings-cell .dep-settings-btn button::after {
  display: none;
}

.deployment-table .settings-cell .dep-settings-btn .dropdown-menu {
  box-shadow: 0px 0px 15px 0px #20709817;
  border: 1px solid #D1DFF5;
  border-radius: 5px;
  padding: 6px 0;
  min-width: 120px;
}

.deployment-table .settings-cell .dep-settings-btn .dropdown-menu .dropdown-item {
  font-size: 13px;
  font-weight: 400;
  color: #000000 !important;
  padding: 2px 12px;
  padding-bottom: 4px;
  background-color: #fff !important;
}


/* <-------------Deploying Process------------> */

.deploying-process-modal .modal-content {
  border-radius: 24px;
  border: 1px solid #D7E2F0;
  box-shadow: 0px 0px 24px 0px #367B9D17;
  backdrop-filter: blur(15px)
}

.deploying-process-modal .modal-body {
  padding: 30px 10px 10px 10px;
}

.Deploying-progress-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 20px;
}

.Deploying-progress-bar h4 {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  margin: 0;
  width: 200px;
}

.Deploying-progress-bar .progress-bar-wrap {
  width: calc(100% - 200px);
}

.deploying-steps-wrap {
  border-radius: 9px;
  overflow: hidden;
}

.deploying-steps-wrap .deploying-steps {
  background: #113862;
  padding: 20px;
  height: 100%;
  display: flex;
  align-items: center;
}

.deploying-steps-wrap .deploying-steps ul {
  padding: 0;
  margin: 0;
}

.deploying-steps-wrap .deploying-steps ul li {
  font-size: 13px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: #838383;
}

.deploying-steps-wrap .deploying-steps ul li i {
  color: #32B96A;
  font-size: 30px;
}

.deploying-steps-wrap .deploying-steps ul li.active {
  color: #fff;
}

.deploying-steps-wrap .deploying-logs {
  background: #000000;
  height: 235px;
}

.deploy-progress-bar {
  position: relative;
}

.deploy-progress-bar .percentage-label {
  position: absolute;
  top: -20px;
  left: 25%;
  font-weight: 600;
  font-size: 13px;
  color: #456699;
}

.deploy-progress-bar .progress {
  height: 6px;
  border-radius: 10px;
  background-color: #d3d3d3;
  overflow: visible;
}

.deploy-progress-bar .progress-bar {
  background-color: #4caf50;
  border-radius: 10px;
  height: 9px;
  margin-top: -2px;
}