﻿body {
    overflow-x: hidden
}

.toast-message,
.toast {
    opacity: 1 !important
}

#select2-GroupIDs-results li .wrap {
    width: 100%;
    height: 100%
}

[aria-controls=select2-CurrencyID-results] {
    display: none
}

.ui-widget.ui-widget-content {
    z-index: 99 !important
}

.alertBox {
    border: none !important;
    color: #fff !important;
    padding: 0 !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    width: 10% !important;
    border-radius: 10px !important;
    min-width: 150px !important;
    left: 45% !important
}

.alertBoxMobile {
    left: 28% !important
}

.arrow>.error {
    color: rgba(var(--bs-danger), 1) !important
}

.arrow {
    margin-left: 1px !important;
    position: absolute !important;
    top: 63px !important;
    width: 100% !important
}

.applink {
    width: 100%
}

.applink a {
    width: 80%
}

.androidApp {
    height: 50px
}

iosapp {
    height: 50px
}

#name-error,
#surname-error,
#newpassword2-error {
    color: rgba(var(--bs-danger), 1) !important;
    margin-top: 30px;
    margin-left: 0
}

#newpassword-error,
#mail-error,
#phone-error,
#tcno-error,
#password-error,
#confirm_password-error {
    color: rgba(var(--bs-danger), 1) !important;
    margin-top: 50px;
    margin-left: 0
}

#cardcode-error,
#cardcode2-error {
    top: 50px
}

@media (min-width: 767.98px) and (max-width: 991.98px) {
    .dropdown-menu.show {
        display: block !important
    }

    .dropdown-menu {}
}

@media (min-width: 575.98px) and (max-width: 767.98px) {
    .dropdown-menu.show {
        display: block !important
    }

    .dropdown-menu {}
}

@media (max-width: 575.98px) {
    .dropdown-menu.show {
        display: block !important
    }

    .dropdown-menu {}
}