html {
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  height: 100%;
}

body {
  padding: 0px;
  margin: 0px;
  height: 100%;
}

a,
button,
input,
hover {
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

a img,
img {
  border: 0px;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

a:active,
a:focus,
a:hover,
a:visited {
  outline: 0px;
  text-decoration: none;
}

.no-gutter {
  margin: 0px !important;
  padding: 0px !important;
}

p,
ul,
h1,
h2,
h3,
h4,
h5 {
  margin: 0px;
}

ul {
  padding: 0px;
}

img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

td {
}

.clearfix {
  clear: both;
  float: none;
}

#root {
  height: 100%;
}

/* Start of the index page css */
.page-container {
  display: flex;
  height: 100vh;
}

/* Start of index-new css */
.search-container {
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 60px 0px;
}

.search-box {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}

.exploreAgent {
  /*display: inline-block;
  vertical-align: top;
  width: 50%;
  text-align: center;*/

  display: inline-block;
  width: 210px;
  text-align: center;
  background: #a7abb5;
  padding: 40px 0;
  border-radius: 10px;
  margin: 0 auto;
  box-shadow: 2px 2px 5px #000;
}

.search-top {
  font-size: 24px;
  color: #000;
}

.search-top .top-icon:first-child {
  margin-right: 60px;
}

.search-bottom {
  border: 1px solid #aeb7bb;
  height: 425px;
  overflow-y: scroll;
  background: #fff;
}

.search-bar {
  position: relative;
  font-size: 16px;
  margin: 5px 0px;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
}

.search-bar label {
  position: absolute;
  top: 6px;
  left: 15px;
}

.search-bar input {
  border: 1px solid #000;
  box-shadow: none;
  width: 100%;
  border-radius: 30px;
  height: 35px;
  padding: 10px 43px;
}

.dropable-container .inner-container {
  max-width: 250px;
  margin: 0 auto;
}

.dropable-container .logout {
  margin: 15px 0px 50px;
  display: block;
}

.dropable-container .logout i {
  font-size: 24px;
  color: #000;
}

.dropable-container .action-btn {
  margin-bottom: 30px;
}

.dropable-container .action-btn a,
.dropable-container .dragged-ele {
  display: inline-block;
  font-size: 18px;
  color: #000;
  width: auto;
  border: 1px solid #000;
  padding: 5px 20px;
}

.dropable-container .action-btn a:hover,
.dropable-container .dragged-ele:hover {
  border: 1px solid #607d8b;
  color: #fff;
  background: #607d8b;
}

.dropable-container .dragged-ele {
  margin-bottom: 30px;
}

.dropable-container .dragged-ele i {
  display: none;
}

.exploreAgent .briefcase_icon {
  font-size: 40px;
  color: #000;
}

.exploreAgent a {
  font-size: 18px;
  color: #000;
}

.input-group {
  min-height: 25px;
  padding: 0;
  color: #fff;
  display: flex;
  justify-content: flex-end;
  margin: 0 !important;
}

.input-group__item {
  cursor: pointer;
  padding: 2px;
}

.input-group__item i {
  font-size: 16px;
}

.input-group__item .fa-edit {
  position: relative;
  top: -1px;
}

.custom-ui2 {
  text-align: center;
  width: 500px;
  padding: 40px;
  background: rgba(0, 0, 0, 0.56);
  box-shadow: 0 20px 75px rgba(0, 0, 0, 0.23);
  color: #fff;
}

.custom-ui {
  text-align: center;
  width: 500px;
  padding: 40px;
  background: /*#e3714d;*/ #fff;
  box-shadow: 0 20px 75px rgba(0, 0, 0, 0.23);
  color: #000;
}

.custom-ui2 > button {
  width: 160px;
  padding: 10px;
  border: 1px solid #fff;
  margin: 10px;
  cursor: pointer;
  background: none;
  color: #fff;
  font-size: 14px;
}

.custom-ui > button {
  width: 160px;
  padding: 10px;
  border: 1px solid #fff;
  margin: 10px;
  cursor: pointer;
  /* background: none; */
  color: #fff;
  font-size: 14px;
}

.exclamation {
  border: 1px solid;
  display: inline-block;
  padding: 5px 14px;
  border-radius: 50%;
  font-size: 26px;
  position: absolute;
  margin-top: -62px;
  background-color: /*#e3714d*/ #fff;
  margin-left: -24px;
}

.custom-ui2 > .exclamation {
  border: 1px solid;
  display: inline-block;
  padding: 5px 14px;
  border-radius: 50%;
  font-size: 26px;
  position: absolute;
  margin-top: -62px;
  background-color: rgba(0, 0, 0, 0.56);
  margin-left: -24px;
}

.react-confirm-alert-overlay {
  background: rgba(0, 0, 0, 0.9) !important;
}

.scroll-horizontal {
  overflow-x: scroll !important;
}

/* End of index-new css */

/* Start of index-new css */
.search-container {
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 60px 0px;
}

.search-box {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}

.exploreAgent {
  display: inline-block;
  width: 30%;
  text-align: center;
}

.search-top {
  font-size: 24px;
  color: #000;
}

.search-top .top-icon {
  background: #9398a5;
  padding: 9px;
  border-radius: 10px;
  font-size: 15px;
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
  border: 1px solid #9398a5;
}

.search-top .top-icon:hover {
  /* color: #fff; */
  box-shadow: 2px 2px 2px #000;
}

.search-top .top-icon:first-child {
  margin-right: 60px;
}

.search-bottom,
.config-block,
.project-apple {
  /* border: 1px solid #aeb7bb;
  height: 400px;
  background: #fff; */

  border: 1px solid #a7abb5;
  min-height: 383px;
  background: #a7abb5;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 2px 2px 5px #000;
}

.search-bottom {
  overflow-y: scroll;
}

.search-bar {
  position: relative;
  font-size: 16px;
  margin: 5px 0px;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
}

.search-bar label {
  position: absolute;
  top: 6px;
  left: 15px;
}

.search-bar input {
  border: 1px solid #000;
  box-shadow: none;
  width: 100%;
  border-radius: 30px;
  height: 35px;
  padding: 10px 43px;
}

.dropable-container {
  padding: 0px 25%;
}

.dropable-container .logout {
  margin: 15px 0px 50px;
  display: inline-block;
  cursor: pointer;
}

.dropable-container .logout i {
  font-size: 24px;
  color: #000;
}

.dropable-container .action-btn {
  margin-bottom: 30px;
}

.dropable-container .action-btn a,
.dropable-container .action-btn button,
.dropable-container .dragged-ele {
  /* display: inline-block;
  font-size: 18px;
  color: #000;
  width: auto;
  border: 1px solid #000;
  padding: 5px 20px; */
  display: inline-block;
  font-size: 18px;
  color: #fff;
  width: 100%;
  border: 1px solid #000;
  padding: 5px 20px;
  background: #2d364c;
  border-radius: 8px;
  box-shadow: 0 0 3px #000;
  text-align: center;
}

.dropable-container .action-btn a:hover,
.dropable-container .action-btn button:hover,
.dropable-container .dragged-ele:hover,
.dropable-container .action-btn a.active,
.dropable-container .dragged-ele.active {
  border: 1px solid #607d8b;
  color: #fff;
  background: #6534ac;
  box-shadow: 0 0 3px #000;
}

.dropable-container .dragged-ele {
  margin-bottom: 30px;
}

.dropable-container .dragged-ele i {
  display: none;
}

.main-section .action-btn .action-btn__link {
  white-space: nowrap;
  text-overflow: ellipsis;
}

.exploreAgent .briefcase_icon {
  font-size: 40px;
  color: #000;
}

.exploreAgent a {
  font-size: 18px;
  color: #000;
}

.config-block {
  /* display: inline-block;
  margin-top: 0px;
  margin-bottom: 10px;
  width: 50%;
  position: relative;
  padding: 15px;
  margin-left: 15px; */
  display: inline-block;
  margin-top: -1px;
  margin-bottom: -5px;
  width: 45%;
  position: relative;
  padding: 15px;
  margin-left: -6px;
  margin-left: 10px;
}

.config-block .head-title {
  font-weight: bold;
  color: #000;
}

.config-close-icon {
  border-radius: 5px;
  color: #b7c4d5;
  position: relative;
  top: 0;
  right: -100%;
  padding: 5px;
}
.config-close-icon:hover {
  background-color: #2d364c;
  cursor: pointer;
}

.config-block .config-title {
  color: #000;
}

.config-btn button {
  margin: 5px 15px 0px 0px;
}

.config-btn button + button {
  margin-right: 0px;
}

.pagination-block {
  height: 110px;
  overflow-y: auto;
}

.config-block .page-num {
  color: #000;
}

.config-block .page-num span input {
  border: 1px solid #000;
  padding: 3px;
  margin: 0px 8px;
  width: 30px;
  height: 30px;
  text-align: center;
  display: inline-block;
  color: #000;
}

.config-block .site-sec {
  padding: 5px 0px;
}

.pagination-block label {
  color: #000;
}

.pagination-block .form-group {
  margin-bottom: 5px;
}

.site-sec .site-block .site-inline .form-group {
  margin-bottom: 5px;
}

.site-label .form-control {
  padding: 0px;
  height: 27px;
  border-radius: 5px;
  border: 0px;
  box-shadow: none;
  background: transparent;
  color: #000;
}

.time-sec a {
  color: #fff;
  padding: 4px 8px;
  border: 1px solid #000;
  background: #2d364c;
  border-radius: 5px;
  display: block;
  text-align: center;
}

.time-sec a:hover,
.site-sec .site-block .site-inline a:hover {
  background: #6534ac;
}

.site-sec .site-block .site-inline {
  display: inline-block;
}

.site-sec .site-block .site-uri {
  width: 140px;
}

.site-sec .site-block .site-uri a {
  width: 100%;
  display: block;
}

.site-sec .site-block .site-inline a {
  border: 1px solid #000;
  padding: 5px;
  line-height: normal;
  background: #2d364c;
  color: #fff;
  border-radius: 5px;
}

/* Start of Checkbox Css */
.checkbox label {
  color: #000;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkbox .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 16px;
  width: 16px;
  border-radius: 3px;
  border: 1px solid #000;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox label input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox label .checkmark:after {
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-color: #2d364c;
}

/* End of Checkbox Css */
.site-sec .site-block .site-addchkbox.site-inline {
  border: none;
  margin-left: 5px;
  padding: 0px;
}

.site-sec .site-block .site-addchkbox.site-inline input[type="checkbox"] {
  margin-right: 10px;
  vertical-align: top;
}

.time-sec .time-inline {
  display: inline-block;
}

.time-sec {
  margin-top: 6px;
  margin-bottom: 10px;
}

.time-sec .box-label {
  width: 80px;
  margin-right: 5px;
}

.time-sec .sync-label.time-inline {
  border: none;
  padding: 0px;
  color: #000;
  width: 100px;
}

.site-sec .site-block .site-inline input:not([type="checkbox"]) {
  width: 70px;
}

.dropable-container .logout2 {
  margin: 15px 0px 50px;
  display: inline-block;
}

.deleteFlowGroupBtn {
  position: relative;
  bottom: 63px;
  left: 40px;
  cursor: pointer;
  float: right;
  color: #a94442 !important;
}

.addFlowGroupBtn {
  position: relative;
  bottom: 5px;
  cursor: pointer;
  color: #6534ac;
}

.search-container .fas {
  color: #6534ac !important;
}

/* End of index-new css */

/* Start Add New License CSS */
.add-lc-dtls {
  width: 90%;
  margin: 0 auto;
  display: block;
  align-items: center;
  max-height: 550px;
}

/* .ad-license .main-cont{
    overflow-Y: scroll;
} */
.menu-sec .active {
  background: #6534ac;
}

.add-lc-dtls .form-group.row label {
  color: #fff;
}

.add-lc-dtls .form-group.row {
  margin-bottom: 15px;
}

.btn-primary {
  color: #fff;
  background-color: #6534ac;
  border-color: transparent;
  padding: 10px 30px;
}
.btn-generate {
  border-radius: 10px;
}

/* .btn-green{
    text-align: center;
	margin-bottom: 20px;
	margin-top: 15px;
} */
.grn-btn {
  width: auto;
  margin-left: 15px;
  margin-bottom: 15px;
}

.link {
  color: #fff;
  color: #76869a;
  text-decoration: underline;
}

.link:hover {
  color: #6534ac;
}

.payment-btn {
  text-align: right;
}

.pay-btn {
  background: cornflowerblue;
  border: transparent;
}

.pay-btn:hover {
  background: #18191b;
  border: transparent;
}

.copy-txt {
  margin-bottom: 20px;
  color: #fff;
  font-weight: 700;
}

.copy-txt p {
  margin-bottom: 3px;
}

/* .copy-txt .form-group{
    text-align: center;
    margin: 0% 20%;
} */
.btn-circle.btn-xl {
  width: 40px;
  height: 40px;
  padding: 10px 16px;
  border-radius: 35px;
  font-size: 10px;
  line-height: 1.33;
  margin-top: -2px;
}

.btn-circle {
  width: 30px;
  height: 30px;
  padding: 6px 0px;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.42857;
}

.btn-warning {
  color: #fff;
  background-color: cornflowerblue;
  border-color: cornflowerblue;
}

.control-label {
  color: white;
}

/* End Add New License CSS */

/* login style */

.login-sec .login-container {
  width: 480px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%); /* IE 9 */
  -webkit-transform: translate(-50%, -50%); /* Safari 3-8 */
  transform: translate(-50%, -50%);
}

.login-sec .Logo,
.login-header {
  margin-bottom: 20px;
}

.login-sec .login-header {
  font-size: 18px;
}

.login-sec .login-form input {
  height: 60px;
  padding: 15px;
}

.login-sec .login-btn {
  display: block;
  width: 100%;
  background: #ec971f;
  color: #fff;
  padding: 15px;
  height: 60px;
  text-transform: uppercase;
}

.login-sec .login-btn:hover {
  background: #edaf57;
  /* border-color: #00B2ED; */
  color: #fff;
}

.login-sec .bottom-links {
  margin-top: 25px;
}

.login-sec .bottom-links span a {
  color: #00b2ed;
  text-transform: capitalize;
}

.login-sec .signup-link a {
  border-bottom: 2px dotted;
  padding-bottom: 3px;
}

.Logo h2 {
  color: #ec971f;
}

/* End login css */

.table-header-control,
.table-row-control {
  position: absolute;
  background: #fff;
  border: 1px solid #ccc;
  height: 21px;
  width: 21px;
  padding: 0;
}

.table-header-control {
  top: 5px;
  right: 3px;
}

.table-row-control {
  top: 3px;
  right: 8px;
}

.table-control-menu {
  display: none;
  position: fixed;
  background: #6787f8;
  border-radius: 5px;
  padding: 0;
  width: 100px;
  color: white;
  border: 0px;
  border-bottom: none;
  right: -1px;
  top: 100%;
  z-index: 99;
}

.table-control-menu li {
  padding: 4px;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
  text-align: center;
}
.table-control-menu li:last-child {
  border-bottom: 0px;
}
.table-control-menu li:hover {
  background-color: #2e5af5;
  border-radius: 5px;
  /*color: #fff;*/
  font-weight: bold;
}

.cursor-pointer {
  cursor: pointer;
}
.color-red {
  color: red;
}
.color-green {
  color: green;
}
.img-responsive-red,
.img-responsive-green {
  margin-left: 25px;
}
.tab-btn {
  height: 35px;
  /* line-height: 35px; */
  background-color: transparent;
  border: none;
  position: relative;
  z-index: 0;
  display: flex;
  white-space: nowrap;
  align-content: center;
  justify-content: center;
  margin-left: 10px;
  color: #fff;
  font-size: 15px !important;
  font-weight: 700;
  padding: 8px;
}
.tab-btn:before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  display: block;
  background-color: #fff;
  opacity: 0.2;
  border-radius: 7px;
  transition: opacity 200ms ease-in-out;
  z-index: -1;
}
.tab-btn:disabled {
  color: #6787f8;
}
.modal-content .modal-header,
.modal-content .modal-body,
.modal-content .modal-footer {
  margin: 0px !important;
  padding: 5px 15px !important;
}
.w-35 {
  width: 35% !important;
}
.w-20 {
  width: 20% !important;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.display-inline-flex {
  display: inline-flex !important;
}
.script-droppable .css-j7qwjs {
  display: inherit !important;
}
.script-droppable .css-15in0mw {
  flex: inherit !important;
}
.condition-class {
  display: flex;
  flex-direction: row;
  height: 30px;
  line-height: 30px;
}
.condition-class:before,
.condition-class:after {
  content: "";
  flex: 1 1;
  border-bottom: 1px solid;
  border-color: white;
  margin: auto;
}
.condition-class:before {
  margin-right: 10px;
}
.condition-class:after {
  margin-left: 10px;
}
.color0 {
  background: blue;
}
.color1 {
  background: #00fff7;
}
.color2 {
  background: #48ff00;
}
.color3 {
  background: #ff0000;
}
.color4 {
  background: #dd00ff;
}
.color5 {
  background: #ffdd00;
}
.color6 {
  background: #00ffe1;
}
.color7 {
  background: #00ff80;
}
.color8 {
  background: #2d2d85;
}
.color9 {
  background: #0a8123;
}
.color10 {
  background: #a19e02;
}
.color11 {
  background: #9d073f;
}
.color12 {
  background: #754020;
}
.color13 {
  background: #721877;
}
.color14 {
  background: #363636;
}
.color15 {
  background: #f7ff5c;
}

/* Dropdown Button */
.dropbtn {
  background-color: #3498db;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

/* Dropdown button on hover & focus */
.dropbtn:hover,
.dropbtn:focus {
  background-color: #2980b9;
}

/* The container <div> - needed to position the dropdown content */
.toggle-dropdown {
  position: relative;
}

/* Dropdown Content (Hidden by Default) */
.toggle-dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.toggle-dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.toggle-dropdown-content a:hover {
  background-color: #ddd;
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.toggle-show {
  display: block;
  margin-top: 36px;
}

select.licenseType:active,
select.licenseType:focus {
  color: #76869a !important;
}
label.tab-active {
  background: #232d3b !important;
}
.flow-active-component-close {
  color: white;
  position: absolute;
  right: 13px;
  cursor: pointer;
  font-size: 25px;
  margin-top: -30px;
}
.divider .jsonxml-run-row span {
  color: white;
}
.light .jsonxml-run-row span {
  color: #595959 !important;
}

.fieldset {
  width: 100%;
  display: block;
  margin-inline-start: 2px;
  margin-inline-end: 2px;
  padding-block-start: 0.35em;
  padding-inline-start: 0.75em;
  padding-inline-end: 0.75em;
  padding-block-end: 0.625em;
  min-inline-size: min-content;
  border-width: 2px;
  border-style: groove;
  border-color: rgb(192, 192, 192);
  border-image: initial;
  padding: 15px 10px !important;
  margin: inherit !important;
  border: 2px solid gray !important;
}

.legend {
  display: block;
  width: inherit !important;
  padding-inline-start: 2px;
  padding-inline-end: 2px;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  width: auto !important;
  margin-bottom: 0px;
  font-size: 22px;
  font-weight: bold;
  color: gray;
}
.tabs-container .react-tabs .react-tabs__tab-list {
  display: flex;
}
.light .form-group label {
  color: #595959;
}
.light .expand-icon {
  background: #f2f4f7 !important;
}
.ext-form-group-date-parent {
  position: relative;
  display: flex;
  align-items: baseline;
  margin: 0 0 24px;
}

.ext-form-group-panel {
  border: 1px solid #6e748a;
  padding: 12px 16px;
}

.ext-form-group-left-panel {
  width: 204px;
  padding: 0;
}

.ext-form-group-left-panel ul {
  list-style: none;
  margin: 0;
  padding: 12px 16px;
}

.ext-form-group-left-panel li {
  cursor: pointer;
  color: #76869a;
}

.ext-form-group-left-panel li.active {
  color: #b7c4d5;
}

.ext-form-group-right-panel {
  position: absolute;
  top: 0;
  left: 210px;
  right: 0;
  bottom: 0;
  overflow: auto;
}
.ext-form-group-right-panel .panel-content {
  display: none;
}

.ext-form-group-right-panel .panel-content.active {
  display: block;
}

.ext-form-group-right-panel .cp-lead {
  margin: 6px 0;
}

.ext-form-group-right-panel select {
  margin-bottom: 12px;
}

.ext-form-group-right-panel input[type="text"] {
  margin-bottom: 12px;
}

.ext-form-group-right-panel input[type="text"]:last-child {
  margin-bottom: 0;
}

.panel-content-calendar-type .form-group-radio {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 150px;
  margin-bottom: 10px;
}

.panel-content-calendar-type .form-group-radio-item {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  width: 40px;
}

.panel-content-calendar-type .form-group-radio-item label {
  cursor: pointer;
}

.panel-content-calendar-type .form-group-radio-item input[type="radio"] {
  margin: 4px 4px 0 4px;
  cursor: pointer;
}
.modal-manage-title {
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-ellipsis {
  width: 200px;
}
#resultShow {
  padding: 3px;
  position: relative;
}
#resultShow ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  padding: 0px 5px;
}
#resultShow ul li {
  padding: 5px 2px;
  border-bottom: 1px solid black;
}
#resultShow ul li:hover {
  background: #eee;
  color: #000;
}
.autoCompleteList {
  border-bottom: "1px solid #fff";
  position: absolute;
  bottom: 4rem;
  background-color: white;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  padding: 8px 8px 15px 8px;
  color: black;
  width: 94%;
}

.column-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.column-row .form-control {
  flex: 1;
  margin-right: 10px;
}

.add-button-container {
  display: flex;
  justify-content: flex-end;
}
.loop-option-dropdown {
  width: 200px;
  height: 40px;
  margin-left: 15px;
  background-color: #1d2632;
  color: #647386;
  border-radius: 3px;
}

.light .loop-option-dropdown {
  background-color: #f2f4f7;
  color: #647386;
}

.modal-content-paypal {
  width: 30vw !important;
}
.modal-content-paypal {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  margin: 0;

  max-width: 100%;
}
.privacyPolicy {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #1a1d26;
}
.light {
  .privacyPolicy {
    color: #101828 !important;
    background-color: #f2f4f7 !important;
    .pp-footer {
      background-color: white !important;
    }
  }
}
.privacyPolicy p {
  font-size: 18px;
}
.privacyPolicy h4 {
  text-align: left;
}
.curl-field {
  color: white;
}
.light {
  .curl-field {
    color: black !important;
  }
}
