.body .form-group .search-dropdown .input-wrapper {
		position: relative;
		--form-group-search-paddings: 12px;
		--form-group-border-width-right: 0;
		--form-group-border-width-left: 0;
	}

	.body .form-group .search-dropdown .input-wrapper .input-wrapper__prepend,
	.form-group .search-dropdown .input-wrapper .input-wrapper__append {
		position: absolute;
		background: none;
		border: none;
		top: 50%;
		transform: translateY(-50%);
		padding: 0 2px;
		color: #61768e !important;
    font-size:17px;
	}

	.body .form-group .search-results {
	    position: absolute !important;
    max-height: 300px;
    border-radius: 8px;
    margin-top: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-color: transparent;
    border-style: solid;
    box-shadow: 0 12px 24px 12px rgba(0, 0, 0, 0.2);
    overflow-y: auto;
    width: calc(100% - 3rem);
    background: #fff;
    z-index: 1;
    left: 25px;
	}
	.body .form-group .search-dropdown .input-wrapper .input-wrapper__prepend {
		left: 10px;
	}
	.body .form-group .search-dropdown .input-wrapper .form-control {
		padding-left: calc(var(--form-group-search-paddings) + 28px);
		padding-right: calc(var(--form-group-search-paddings) + 14px);
	}
	.body .form-group .select2-selection--single {
		display: flex;
		align-items: center;
	}


	.body .form-group .search-dropdown .input-wrapper .input-wrapper__append {
		font-size: 15px;
		right: 16px;
		display: none;
	}
	.body .form-group .search-dropdown .input-wrapper .input-wrapper__prepend:hover,
	.body .form-group .search-dropdown .input-wrapper .input-wrapper__append:hover {
		opacity: 0.5;
	}
	.body .form-group .search-dropdown .input-wrapper .input-wrapper__prepend:hover,
	.body .form-group .search-dropdown .input-wrapper .input-wrapper__append:focus {
		outline: none;
	}
  .body .form-group .search-results ul.resultServicesList {
    padding-left: 0;
    margin-bottom: 5px;
}
 .body .form-group .search-results ul.resultServicesList li.resultService {
    cursor: pointer;
    list-style-type: none;
}
.body .form-group .search-results ul.resultServicesList li.resultService:hover {
    background-color: #f2f2f2;
}
.body .form-group .search-results ul.resultServicesList li.resultService a {
  color: #000;
}

    @keyframes spinner {
        to {
            transform: rotate(360deg)
        }
    }

    .hidden {
        display: none !important;
    }

    .spinner-block__inline {
        display: inline-block
    }

    .spinner-block__container {
        display: block;
        width: 100%;
        height: 558px
    }

    .spinner-block__wrapper {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .spinner-block__small {
        width: 16px;
        height: 16px
    }

    .spinner-block__small span {
        font-size: 14px
    }

    .spinner-block__medium {
        width: 24px;
        height: 24px
    }

    .spinner-block__medium span {
        font-size: 24px
    }

    .spinner-block__high {
        width: 42px;
        height: 42px;
    }

    .spinner-block__high span {
        font-size: 42px;
    }

    .spinner-block__wrapper span {
        animation: spinner .6s linear infinite;
    }

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

    .modal-backdrop.in {
        opacity: .5;
    }

    .modal-backdrop.fade {
        opacity: 0;
    }

    .modal-backdrop.show {
        opacity: 0.5;
    }

    .binance-modal .center-block {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

    .binance-modal .binance-btn-block {
        display: block;
        width: 100%;
    }

    .binance-modal.modal {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
        font-size: 14px !important;
        line-height: 1.42857143 !important;
        color: #333 !important;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1050;
        display: none;
        overflow: hidden;
        -webkit-overflow-scrolling: touch;
        outline: 0;
    }

    .modal-open .binance-modal.modal {
        overflow-x: hidden;
        overflow-y: auto;
    }

    .binance-modal .binance-modal-dialog-scrollable {
        display: flex;
        max-height: calc(100% - 1rem) !important;
        height: auto !important;
    }

    .binance-modal .binance-alert {
        padding: 15px;
        margin-bottom: 20px;
        border: 1px solid transparent;
        border-radius: 4px;
    }

    .binance-modal .binance-alert-danger {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1;
    }

    .binance-modal .binance-alert-success {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }

    .binance-modal .binance-modal-dialog-scrollable .binance-modal-content {
        background-color: #fff !important;
        max-height: calc(100vh - 1rem);
        overflow: hidden;
        display: flex;
        flex-direction: column;
        width: 100%;
        border: none !important;
        border-radius: 6px;
        outline: 0;
        position: relative;
        background-clip: padding-box;
        pointer-events: auto;
    }

    .binance-modal .binance-modal-dialog-scrollable .binance-modal-body {
        background-color: #fff !important;
        overflow-y: auto;
        position: relative;
        padding: 15px;
    }

    .binance-modal .binance-modal-dialog-scrollable .binance-modal-header {
        padding: 15px;
        border-bottom: 1px solid #E6E6E6;
    }

    .binance-modal .binance-modal-dialog-scrollable .binance-modal-header .binance-btn-close {
        float: right;
        font-size: 21px;
        font-weight: bold;
        line-height: 1;
        color: #000;
        text-shadow: 0 1px 0 #fff;
        filter: alpha(opacity=20);
        opacity: .2;
        appearance: none;
        padding: 0;
        cursor: pointer;
        background: transparent;
        border: 0;
        margin-top: -2px;
    }

    .binance-modal .binance-modal-dialog-scrollable .binance-modal-footer {
        padding: 15px;
        text-align: right;
        border-top: 1px solid #E6E6E6;
    }

    .binance-modal .binance-modal-dialog-scrollable .binance-modal-footer,
    .binance-modal .binance-modal-dialog-scrollable .binance-modal-header {
        background-color: #fff !important;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .binance-modal .binance-modal-title {
        float: left;
        margin: 0;
    }

    .binance-modal .binance-steps {
        display: flex;
        align-items: center;
        margin-top: 32px;
    }

    .binance-modal .binance-step {
        flex: 1 0 auto;
        text-align: center;
        position: relative;
        display: flex;
    }

    .binance-modal .binance-step-wrap {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        flex: 1;
        margin-top: -12px;
    }

    .binance-modal .binance-step .binance-step-line {
        flex: 1;
        height: 1px;
    }

    .binance-modal .binance-step.start .binance-step-line.before {
        background: linear-gradient(to right, white, #337AB7) !important;
    }

    .binance-modal .binance-step.start .binance-step-line.after {
        flex: 0.2;
        background: #337AB7 !important;
    }

    .binance-modal .binance-step.end .binance-step-line.after {
        background: linear-gradient(to left, white, #337AB7) !important;
    }

    .binance-modal .binance-step.end .binance-step-line.before {
        flex: 0.2;
        background: #337AB7 !important;
    }

    .binance-modal .binance-step-num {
        font-weight: 700;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        background-color: #ADADAD !important;
        color: #fff;
        position: relative;
    }

    .binance-modal .binance-step-wrap::after,
    .binance-modal .binance-step-wrap::before {
        content: "";
        position: absolute;
        top: 12px;
        height: 1px;
        background: #337AB7 !important;
    }

    .binance-modal .binance-step-wrap::before {
        left: 0;
        width: 35%;
    }

    .binance-modal .binance-step-wrap::after {
        right: 0;
        width: 35%;
    }

    .binance-modal .binance-step-num.active {
        background-color: #337AB7 !important;
    }

    .binance-modal .binance-step-num.success {
        background: transparent;
        border: 1.5px solid #57B18C !important;
    }

    .binance-modal .binance-step-num.success .fa-check {
        color: #57B18C !important;
        font-size: 12px;
    }

    .binance-modal .binance-step-label {
        margin-top: 4px;
        white-space: nowrap;
    }

    .binance-amount {
        padding: 24px;
        text-align: center;
    }

    .binance-amount-value {
        font-weight: 700;
        font-size: 32px;
    }

    .binance-currency-value {
        font-weight: 500;
        font-size: 24px;
    }

    .binance-pay-instruction,
    .binance-verify-instruction {
        background-color: #F2F2F2;
        padding: 24px 16px;
        border-radius: 4px;
    }

    .binance-pay-instruction img {
        width: 140px;
        height: 140px;
        object-fit: contain;
    }

    .binance-verify-instruction img {
        width: 183px;
        height: 200px;
        object-fit: contain;
    }

    .binance-pay-instruction-text,
    .binance-verify-instruction-text {
        margin-top: 24px;
    }

    .binance-pay-instruction-text p:last-child {
        margin-bottom: 0px;
    }

    .binance-verify-instruction p:last-child {
        margin-bottom: 0px;
    }

    .binance-amount-uuid {
        margin-top: 24px;
        margin-bottom: 16px;
        padding: 8px 16px;
        display: flex;
        align-items: center;
        background-color: #F2F2F2;
        border-radius: 4px;
    }

    .binance-amount-uuid .amount-currency,
    .binance-amount-uuid .uuid {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .binance-amount-uuid .amount-currency .amount-label,
    .binance-amount-uuid .uuid .uuid-label {
        font-size: 10px !important;
        color: #767676 !important;
        margin-bottom: 4px;
    }

    .binance-amount-uuid .amount-currency .amount-block .binance-amount-value,
    .binance-amount-uuid .amount-currency .amount-block .binance-currency-value {
        font-size: 14px !important;
        word-break: break-all;
        font-weight: 400 !important;
    }

    .binance-amount-uuid .uuid .uuid-block {
        font-size: 14px !important;
    }

    .binance-amount-uuid .uuid .binance-uuid-value-copy {
        display: inline-block;
        margin-left: 6px;
        padding: 0px;
        outline: none;
        border: none;
        margin: 0;
        box-shadow: none;
        color: #337AB7;
    }

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

    .binance-modal .binance-btn.disabled {
        pointer-events: none;
        box-shadow: none;
        opacity: 0.65;
    }

    .binance-modal .binance-btn-block {
        display: block;
        width: 100%;
    }

    .binance-modal .binance-btn-primary {
        color: #fff;
        background-color: #337ab7;
        border-color: #2e6da4;
    }

    .binance-modal .binance-btn-primary:hover {
        background-color: #286090;
        border-color: #204d74;
    }

    .binance-modal .binance-btn-default {
        color: #333;
        background-color: #fff;
        border-color: #ccc;
    }

    .binance-modal .binance-btn-default:hover {
        color: #333;
        border-color: #8c8c8c;
    }

    .binance-modal button[type='submit'] {
        .fa-spinner-third {
            animation: spinner .6s linear infinite;
        }
    }

    .binance-modal button[type='submit'] .fa-spinner-third {
        margin-right: 8px;
    }

    .binance-modal .binance-input-group>.binance-input-group-btn {
        padding: 0 !important;
        width: 1%;
        white-space: nowrap;
        vertical-align: middle;
        position: relative;
        font-size: 0;
        display: table-cell;
    }

    .binance-modal .binance-input-group-btn:last-child>.binance-btn {
        z-index: 2;
        margin-left: -1px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

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

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

    .binance-modal label {
        display: inline-block;
        max-width: 100%;
        margin-bottom: 5px;
        font-weight: bold;
    }

    .binance-modal .binance-form-control {
        display: block;
        width: 100%;
        height: 34px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    }

    .binance-modal .binance-form-control:focus {
        border-color: #66afe9;
        outline: 0;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    }

    .binance-modal .binance-form-control:read-only {
        background-color: #eee;
        opacity: 1;
    }

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

    .binance-modal .binance-input-group .binance-form-control {
        display: table-cell;
    }

    .binance-input-group .binance-form-control:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    @media (min-width: 768px) {
        .binance-modal .modal-dialog {
            width: 460px;
            margin: 30px auto;
        }
    }
html body .binance-modal.modal,
html body .binance-modal.modal * {
    color: #333 !important;

}


/* Particle snow effect for festive themes */
.particle-snow {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    pointer-events: none;
}

.particle-snow canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

/* Christmas garland styling */
.christmas-garland {
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    padding: 0;
    pointer-events: none;
    width: 100%;
    height: 85px;
}

.christmas-garland .christmas-garland__item {
    position: relative;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: inline-block;
    margin-left: 20px;
}

.christmas-garland .christmas-garland__item .shape {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: flash-1;
    animation-name: flash-1;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.christmas-garland .christmas-garland__item .apple {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8px;
}

.christmas-garland .christmas-garland__item .pear {
    width: 12px;
    height: 28px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6px;
}

.christmas-garland .christmas-garland__item:nth-child(2n+1) .shape {
    -webkit-animation-name: flash-2;
    animation-name: flash-2;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
}

.christmas-garland .christmas-garland__item:nth-child(4n+2) .shape {
    -webkit-animation-name: flash-3;
    animation-name: flash-3;
    -webkit-animation-duration: 1.1s;
    animation-duration: 1.1s;
}

.christmas-garland .christmas-garland__item:nth-child(odd) .shape {
    -webkit-animation-duration: 1.8s;
    animation-duration: 1.8s;
}

.christmas-garland .christmas-garland__item:nth-child(3n+1) .shape {
    -webkit-animation-duration: 1.4s;
    animation-duration: 1.4s;
}

.christmas-garland .christmas-garland__item:before {
    content: "";
    position: absolute;
    background: #222;
    width: 10px;
    height: 10px;
    border-radius: 3px;
    top: -1px;
    left: 9px;
}

.christmas-garland .christmas-garland__item:after {
    content: "";
    top: -9px;
    left: 14px;
    position: absolute;
    width: 52px;
    height: 18px;
    border-bottom: solid #222 2px;
    border-radius: 50%;
}

.christmas-garland .christmas-garland__item:last-child:after {
    content: none;
}

.christmas-garland .christmas-garland__item:first-child {
    margin-left: -40px;
}
 