.aacb-main{
    margin-top: 10px;
    background: #ffffff;
    width:98%;
}
.aacb-container{
    padding: 5%;
    position: relative;
}
.aacb_row{
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}
.aacb_row>*{
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}
.aacb-col-6{
    flex: 0 0 auto;
    width: 45%;
    /*padding: 5px;*/
}
.aacb_form-control {
    display: block;
    width: 100%;
    padding: .75rem 1rem;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.5;
    color: #181c32;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e4e6ef;
    appearance: none;
    border-radius: .475rem;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

/* Style inputs with type="text", select elements and textareas */
.aacb-form input[type=text], .aacb-form select, .aacb-form textarea {
    width: 100%; /* Full width */
    padding: 12px; /* Some padding */
    border: 1px solid #ccc; /* Gray border */
    border-radius: 4px; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 6px; /* Add a top margin */
    margin-bottom: 16px; /* Bottom margin */
    resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
.aacb-form input[type=submit] {
    background-color: #04AA6D;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
.aacb-form input[type=submit]:hover {
    background-color: #45a049;
}
.aacb-form .select2-container{
    margin: 6px 1px 16px;
}
#hsForm_e1bc5b35-90c9-4a76-94d5-65b3a22eb622 > div.hubspot-link__container.sproket{
    display: none !important;
}

.aacb_loader{
    display: inline-block;
    max-width: 30px;
    width: 17px;
    height: 15px;
    background: url(setting_loader.gif);
    background-position: center center;
    background-size: cover;
    padding-left: 5px;
}

.aacb_success{
    color: green;
    font-weight: bold;
}

.aacb_success .dashicons-yes{
    vertical-align: middle;
    margin-top: -2px;
}
input[type=submit]:disabled{
    background-color: rgb(197 197 197);
    border-color: rgba(220,220,222,.75);
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 4%);
    color: #ffffff;
    cursor: wait;
}

.aacb_preview-window{
    outline: 1px solid #2d446d;
    position: relative;
    width: 100%;
    height: 400px;
    border-radius: 4px;
    overflow: hidden;
}
.aacb_preview-window__toolbar{
    position: absolute;
    width: 100%;
    height: 20px;
    background: #2d446d;
}
.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}
.select2-container--bootstrap5 .select2-selection--single {
    display: flex;
    align-items: center;
}
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 60px;
    user-select: none;
    -webkit-user-select: none;
}
.aacb_preview-window__button{
    position: absolute;
    /*bottom: 15px;*/
}
.aacb_preview-window__button svg{

    box-sizing: border-box;

}
.aacb_btn-type i.hide{
    display: none;
}

.aacb_triggerSVGSelect svg{
    padding: 10px;
    width: 50px;
    height: auto;
    color: #fff;
    background-color: #000;
    fill: #fff;
    box-sizing: border-box;
}
.aacb-col-4{
    width:35%;
    float:left;
    padding-left: 15%
}
.aacb-col-5{
    width:40%;
    float:left;
    padding-left: 15px
}
.aacb_form-control {
    box-shadow: none!important;
}
.aacb_h-60px {
    /* height: 56px!important; */
}

.form-select {
    display: block;
    width: 100%;
    padding: .75rem 3rem .75rem 1rem;
    -moz-padding-start: calc(1rem - 3px);
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.5;
    color: #181c32;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1…d' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 16px 12px;
    border: 1px solid #e4e6ef;
    border-radius: .475rem;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.075);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    appearance: none;
}
.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}
.select2-container--bootstrap5 .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #a1a5b7;
}
.select2-container--bootstrap5 .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #a1a5b7;
}
.aacb-modal-open {
   overflow: hidden;
}

.aacb-modal {
   position: fixed;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 99999;
   display: none;
   overflow: hidden;
   outline: 0;
    width: 400px;
}
.aacb-modal-open {
    overflow-x: hidden;
    overflow-y: auto;
}
.aacb-modal-dialog {
   position: relative;
   width: auto;
   pointer-events: none;
    margin: 1.75rem auto;
}

.aacb-modal.fade{
    transform: translate(0, -25%);
}
.aacb-modal.show {
    transform: translate(0, 0);
    display: block;
}


.aacb-modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - (1rem * 2));
}

   .aacb-modal-content {
       position: relative;
       display: flex;
       flex-direction: column;
       width: 100%;
       pointer-events: auto;
       background-color: #ffffff;
       background-clip: padding-box;
       outline: 0;
   }

   .aacb-modal-backdrop {
       position: fixed;
       top: 0;
       right: 0;
       bottom: 0;
       left: 0;
       z-index: 8888;
       background-color: #444444;
}

.aacb-modal-header {
   display: flex;
   align-items: flex-start;
   justify-content: space-between;
   padding: 15px;
   border-bottom: 2px solid #444444;
}

.close {
    padding: 5px;
    margin: 0 auto;
}


   .aacb-modal-title {
       margin-bottom: 0;
       line-height: 12px;
   }

.aacb-modal-body {
    position: relative;
flex: 1 1 auto;
    padding: 15px;
}

.aacb-modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 10px;
}

.aacb-modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
