.rendered-form * {
    box-sizing: border-box
}

.rendered-form button, .rendered-form input, .rendered-form select, .rendered-form textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

.rendered-form input {
    line-height: normal
}

.rendered-form textarea {
    overflow: auto
}

.rendered-form button, .rendered-form input, .rendered-form select, .rendered-form textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

.rendered-form .btn-group {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.rendered-form .btn-group > .btn {
    position: relative;
    float: left
}

.rendered-form .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.rendered-form .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.rendered-form .btn-group .btn + .btn, .rendered-form .btn-group .btn + .btn-group, .rendered-form .btn-group .btn-group + .btn, .rendered-form .btn-group .btn-group + .btn-group {
    margin-left: -1px
}

.rendered-form .btn-group > .btn:last-child:not(:first-child), .rendered-form .btn-group > .dropdown-toggle:not(:first-child), .rendered-form .btn-group .input-group .form-control:last-child, .rendered-form .btn-group .input-group-addon:last-child, .rendered-form .btn-group .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .rendered-form .btn-group .input-group-btn:first-child > .btn:not(:first-child), .rendered-form .btn-group .input-group-btn:last-child > .btn, .rendered-form .btn-group .input-group-btn:last-child > .btn-group > .btn, .rendered-form .btn-group .input-group-btn:last-child > .dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.rendered-form .btn-group > .btn.active, .rendered-form .btn-group > .btn:active, .rendered-form .btn-group > .btn:focus, .rendered-form .btn-group > .btn:hover {
    z-index: 2
}

.rendered-form .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 4px
}

.rendered-form .btn.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.rendered-form .btn.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.rendered-form .btn.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.rendered-form .btn.active, .rendered-form .btn.btn-active, .rendered-form .btn:active {
    background-image: none
}

.rendered-form .input-group .form-control:last-child, .rendered-form .input-group-addon:last-child, .rendered-form .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .rendered-form .input-group-btn:first-child > .btn:not(:first-child), .rendered-form .input-group-btn:last-child > .btn, .rendered-form .input-group-btn:last-child > .btn-group > .btn, .rendered-form .input-group-btn:last-child > .dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.rendered-form .input-group .form-control, .rendered-form .input-group-addon, .rendered-form .input-group-btn {
    display: table-cell
}

.rendered-form .input-group-lg > .form-control, .rendered-form .input-group-lg > .input-group-addon, .rendered-form .input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.rendered-form .input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.rendered-form .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.rendered-form .form-control, .rendered-form output {
    font-size: 14px;
    line-height: 1.42857143;
    display: block
}

.rendered-form textarea.form-control {
    height: auto
}

.rendered-form .form-control {
    height: 34px;
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px
}

.rendered-form .form-control:focus {
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.rendered-form .form-group {
    margin-left: 0px;
    margin-bottom: 15px
}

.rendered-form .btn, .rendered-form .form-control {
    background-image: none
}

.rendered-form .pull-right {
    float: right
}

.rendered-form .pull-left {
    float: left
}

.rendered-form .formbuilder-required, .rendered-form .required-asterisk {
    color: #c10000
}

.rendered-form .formbuilder-checkbox-group input[type=checkbox], .rendered-form .formbuilder-checkbox-group input[type=radio], .rendered-form .formbuilder-radio-group input[type=checkbox], .rendered-form .formbuilder-radio-group input[type=radio] {
    margin: 0 4px 0 0
}

.rendered-form .formbuilder-checkbox-inline, .rendered-form .formbuilder-radio-inline {
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 0
}

.rendered-form .formbuilder-checkbox-inline label input[type=text], .rendered-form .formbuilder-radio-inline label input[type=text] {
    margin-top: 0
}

.rendered-form .formbuilder-checkbox-inline:first-child, .rendered-form .formbuilder-radio-inline:first-child {
    padding-left: 0
}

.rendered-form .formbuilder-autocomplete-list {
    background-color: #fff;
    display: none;
    list-style: none;
    padding: 0;
    border: 1px solid #ccc;
    border-width: 0 1px 1px;
    position: absolute;
    z-index: 20;
    max-height: 200px;
    overflow-y: auto
}

.rendered-form .formbuilder-autocomplete-list li {
    display: none;
    cursor: default;
    padding: 5px;
    margin: 0;
    transition: background-color 200ms ease-in-out
}

.rendered-form .formbuilder-autocomplete-list li:hover, .rendered-form .formbuilder-autocomplete-list li.active-option {
    background-color: rgba(0, 0, 0, .075)
}

.rendered-form .kc-toggle {
    padding-left: 0 !important
}

.rendered-form .kc-toggle span {
    position: relative;
    width: 48px;
    height: 24px;
    background: #e6e6e6;
    display: inline-block;
    border-radius: 4px;
    border: 1px solid #ccc;
    padding: 2px;
    overflow: hidden;
    float: left;
    margin-right: 5px;
    will-change: transform
}

.rendered-form .kc-toggle span::after, .rendered-form .kc-toggle span::before {
    position: absolute;
    display: inline-block;
    top: 0
}

.rendered-form .kc-toggle span::after {
    position: relative;
    content: "";
    width: 50%;
    height: 100%;
    left: 0;
    border-radius: 3px;
    background: linear-gradient(to bottom, white 0%, #ccc 100%);
    border: 1px solid #999;
    transition: transform 100ms;
    transform: translateX(0)
}

.rendered-form .kc-toggle span::before {
    border-radius: 4px;
    top: 2px;
    left: 2px;
    content: "";
    width: calc(100% - 4px);
    height: 18px;
    box-shadow: 0 0 1px 1px #b3b3b3 inset;
    background-color: transparent
}

.rendered-form .kc-toggle input {
    height: 0;
    overflow: hidden;
    width: 0;
    opacity: 0;
    pointer-events: none;
    margin: 0
}

.rendered-form .kc-toggle input:checked + span::after {
    transform: translateX(100%)
}

.rendered-form .kc-toggle input:checked + span::before {
    background-color: #6fc665
}

.rendered-form label {
    font-weight: normal
}

.form-group .formbuilder-required {
    color: #c10000
}

.other-option:checked + label input {
    display: inline-block
}

.other-val {
    margin-left: 5px;
    display: none
}

*[tooltip] {
    position: relative
}

*[tooltip]:hover::after {
    background: rgba(0, 0, 0, .9);
    border-radius: 5px 5px 5px 0;
    bottom: 23px;
    color: #fff;
    content: attr(tooltip);
    padding: 10px 5px;
    position: absolute;
    z-index: 98;
    left: 2px;
    width: 230px;
    text-shadow: none;
    font-size: 12px;
    line-height: 1.5em
}

*[tooltip]:hover::before {
    border: solid;
    border-color: #222 transparent;
    border-width: 6px 6px 0;
    bottom: 17px;
    content: "";
    left: 2px;
    position: absolute;
    z-index: 99
}

.tooltip-element {
    color: #fff;
    background: #000;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    display: inline-block;
    text-align: center;
    line-height: 16px;
    margin: 0 5px;
    font-size: 12px
}

.form-control.number {
    width: auto
}

.form-control[type=color] {
    width: 60px;
    padding: 2px;
    display: inline-block
}

.form-control[multiple] {
    height: auto
}

.rendered-form {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #FFFFFF;
    box-shadow: 0px 3px 15px 1px rgba(45, 103, 227, 0.1000);
    border-radius: 4px;
    overflow: hidden;
    margin: auto;
    flex-direction: row;
}

.rendered-form > div {
    text-align: left;
}

.rendered-form .form-control {
    margin-top: 6px;
}

.rendered-form .form-control:not(p) {
    height: auto;
    border-radius: 2px;
    border: 1px solid #D7DCE2;
    text-align: left;
}

.rendered-form .form-group:not(.formbuilder-header) {
    margin-top: 13px;
    margin-bottom: 0px;
}

.rendered-form label {
    float: none;
    color: #000;
}

.rendered-form p.form-control {
    color: #000;
    word-break: normal;
    white-space: pre-wrap;
    word-wrap: break-word;
    height: auto;
    border: none;
}

.rendered-form .radio-group label, .rendered-form .checkbox-group label, .rendered-form select option {
    font-size: 14px;
    color: #333333;
}

.rendered-form .radio-group input[type="radio"],
.rendered-form .checkbox-group input[type="checkbox"] {
    width: 14px;
    height: 14px;
    border-color: #666;
}

.rendered-form .radio-group input[type="radio"]:checked + label,
.rendered-form .checkbox-group input[type="checkbox"]:checked + label {
    color: #2D67E3;
}

.rendered-form .radio-group, .rendered-form .checkbox-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.rendered-form .radio-group .formbuilder-radio,
.rendered-form .checkbox-group .formbuilder-checkbox {
    width: 100%;
}

.rendered-form .radio-group .formbuilder-radio-inline,
.rendered-form .checkbox-group .formbuilder-checkbox-inline {
    width: auto;
    padding-right: 15px;
    margin-right: 50px;
}

@media screen and (max-width: 500px) {
    .rendered-form .radio-group .formbuilder-radio-inline,
    .rendered-form .checkbox-group .formbuilder-checkbox-inline {
        width: auto;
        padding-right: 25px;
        margin-right: 0;
    }

    .rendered-form p.form-control {
        padding: 0 15px !important;
    }
}

.rendered-form .formbuilder-radio,
.rendered-form .formbuilder-radio-inline,
.rendered-form .formbuilder-checkbox,
.rendered-form .formbuilder-checkbox-inline,
.rendered-form select option {
    display: flex !important;
    align-items: center;
    padding-top: 8px;
}

.rendered-form > div.formbuilder-select select {
    color: #000;
    position: relative;
    border: 1px solid #999999;
    border-radius: 2px;
    min-height: 35px;
    outline: none;
    scrollbar-width: none; /* firefox */
    -ms-overflow-style: none; /* IE 10+ */
}

select option:checked {
    background-color: #e2ecf9;
    position: relative;
}

select option:checked:not(:disabled)::after {
    content: '✔';
    position: absolute;
    top: 0;
    right: 12px;
    color: #2D67E3;
    font-size: 16px;
    margin-top: 4px;
}

.rendered-form > div.formbuilder-select select::-webkit-scrollbar {
    display: none; /* Chrome Safari */
}

.rendered-form select option {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 40px;
    outline: none;
    padding-left: 10px;
    text-overflow: ellipsis;
    word-break: normal;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.rendered-form select option:target {
    background-color: #e2ecf9;
}

.rendered-form .formbuilder-select-label {
    margin-bottom: 8px;
    display: block;
}

.form-group .formbuilder-required {
    color: #E85757;
    margin-left: 4px;
    float: none;
}

.rendered-form h2 {
    border-radius: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-size: 16px;
    padding: 18px 32px;
    background: #db261f;
    color: #fff;
    margin-bottom: 0;
    margin-top: 0;
    display: block;
}

.rendered-form > div.formbuilder-text {
    width: 50%;
}

.rendered-form > div.formbuilder-textarea,
.rendered-form > div.formbuilder-button,
.rendered-form > div.formbuilder-paragraph,
.rendered-form > div.formbuilder-radio-group,
.rendered-form > div.formbuilder-checkbox-group,
.rendered-form > div.formbuilder-select {
    width: 100%;
}

.rendered-form > div:not(.form-group), .rendered-form .formbuilder-header {
    width: 100%;
}

.rendered-form > div.formbuilder-text,
.rendered-form > div.formbuilder-textarea,
.rendered-form > div.formbuilder-button,
.rendered-form > div.formbuilder-radio-group,
.rendered-form > div.formbuilder-checkbox-group,
.rendered-form > div.formbuilder-select,
.rendered-form > div p {
    padding: 6px 30px !important;
}

.rendered-form > div.formbuilder-checkbox-group.checkbox-valid::after,
.rendered-form > div.formbuilder-select.select-valid::after {
    content: 'Choose your option(s).';
    font-size: 12px;
    color: rgb(234, 88, 89);
    margin-top: 10px;
    line-height: 1;
    display: block;
}

.rendered-form > div.formbuilder-radio-group.radio-valid::after {
    content: 'Please select one option.';
    font-size: 12px;
    color: rgb(234, 88, 89);
    margin-top: 10px;
    line-height: 1;
    display: block;
}

.rendered-form > div.formbuilder-select select {
    display: block;
    width: 80%;
}

.rendered-form select option:disabled {
    color: #666;
}

select option:disabled:checked {
    background-color: #f5f5f5;
}

@media screen and (max-width: 500px) {
    .rendered-form > div.formbuilder-text,
    .rendered-form > div.formbuilder-textarea,
    .rendered-form > div.formbuilder-radio-group,
    .rendered-form > div.formbuilder-checkbox-group,
    .rendered-form > div.formbuilder-select {
        width: 100% !important;
        padding: 0 15px !important;
    }
}

.rendered-form > div.formbuilder-button {
    text-align: center;
}

.rendered-form > div.formbuilder-button button {
    text-align: center;
    background: #db261f;
    color: #fff;
    border: 0px none;
    padding: 7px 15px;
    font-size: 14px;
    line-height: 21px;
    max-width: 110px;
    min-width: 70px;
    border-radius: 0;
    margin: 30px auto;
}

#crmMailMask {
    font-size: 14px;
    line-height: 1.5;
    color: #444;
    text-align: center;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 109990000;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2VpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoxMzhBMDgyNjE0NzJFNTExODlDRkYxMjg1ODdCMDI5OSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDowMDlCOTg5NDhDNTkxMUU1QjUwQ0ZCQTIwREJBQkZGNyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDowMDlCOTg5MzhDNTkxMUU1QjUwQ0ZCQTIwREJBQkZGNyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QkJGNzQ3Q0IyNDg0RTUxMUFGRTdDOEI0MUZCQTFFQjQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MTM4QTA4MjYxNDcyRTUxMTg5Q0ZGMTI4NTg3QjAyOTkiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4UOTX9AAAAD0lEQVR42mJiYGDwBQgwAABcAFBNz9C5AAAAAElFTkSuQmCC");
    background: rgba(80, 80, 80, 0.5)
}

#crmMailMask,
#crmMailMask * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box
}

#crmMailMask:after,
#crmMailMask > div {
    display: inline-block;
    vertical-align: middle
}

#crmMailMask:after {
    content: '';
    height: 100%;
    width: 0;
    overflow: hidden
}

#crmMailMask .crmMailMask-box {
    background: #fff;
    width: 290px;
    border-radius: 4px;
    max-width: 98%;
    padding: 15px 20px;
    margin: 15px 0 40px 0
}

#crmMailMask .crmMailMask-box .crmMailMask-boxBot {
    margin-top: 10px
}

#crmMailMask .crmMailMask-box .crmMailMask-boxBot button {
    line-height: 1;
    border: 0px none;
    padding: 10px 15px;
    background: #135287;
    color: #fff;
    font-size: 13px;
    text-transform: capitalize
}

.crm-submit-load {
    display: inline-block;
    width: 24px;
    height: 20px;
    background: url("data:image/gif;base64,R0lGODlhFAAUAJEDAMfHx3Z2du7u7v///yH/C05FVFNDQVBFMi4wAwEAAAAh/wtYTVAgRGF0YVhNUDw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoyQjRBNTc3ODRBNEUxMUU2QkIzMThDODBEOUVDNjkyMCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoyQjRBNTc3OTRBNEUxMUU2QkIzMThDODBEOUVDNjkyMCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjJCNEE1Nzc2NEE0RTExRTZCQjMxOEM4MEQ5RUM2OTIwIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjJCNEE1Nzc3NEE0RTExRTZCQjMxOEM4MEQ5RUM2OTIwIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkEBQoAAwAsAAAAABQAFAAAAjycj6nLjRHcglAaAAaNQjSMaVznLWB2kKWJIh3zNnFKwjU9J6q+LrnbM/yAuZ2v9jIeB7vh0emAWqZUQwEAIfkEBQoAAwAsBAACAAwABgAAAhacDXCLqSvEcCqEEeOsNmR5dJfGWEMBACH5BAUKAAMALAgAAgAKAAoAAAIXnDSpdrh8BgArzvnkzZqrEHAgmI1hGRYAIfkEBQoAAwAsDAAEAAYADAAAAhecNHmnm4ZeAuBROq+tI4TneUn4jeVQAAAh+QQFCgADACwIAAgACgAKAAACGJw/IniqnByMEIBp7Qlh5DtwnAeG4jRCBQAh+QQFCgADACwEAAwADAAGAAACFlwyqSJ2uJh4CIAh2xnW4qZwXUh6YQEAIfkEBQoAAwAsAgAIAAoACgAAAhdcMql2uHxeilIBUO+VGguxbN8njWAJFgAh+QQFCgADACwCAAQABgAMAAACF5wTNojH2gYAak5jKdZqCKF8nyGCJFgAADs=") no-repeat center right;
    vertical-align: middle
}

.crm-body-clear {
    overflow: hidden !important
}