/*For side bar menu Padding*/
@media (min-width: 320px) and (max-width: 991px) {
    .nav_menu {
        padding: 0;
    }
}

.lds-roller {
    display: inline-block;
    position: relative;
    padding-top: 10px;
    padding-left: 40%;
    width: 64px;
    height: 64px;
}

.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 32px 32px;
}

.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: black;
    margin: -3px 0 0 -3px;
}

.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
    top: 50px;
    left: 50px;
}

.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
    top: 54px;
    left: 45px;
}

.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
    top: 57px;
    left: 39px;
}

.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
    top: 58px;
    left: 32px;
}

.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
    top: 57px;
    left: 25px;
}

.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
    top: 54px;
    left: 19px;
}

.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
    top: 50px;
    left: 14px;
}

.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
    top: 45px;
    left: 10px;
}

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    top: -9px;
    left: -20px;
}

.lds-ellipsis div {
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #fff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 6px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 6px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 26px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 45px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(19px, 0);
    }
}

.loader {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #3498db;
    width: 30px;
    height: 30px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.lds-roller {
    display: inline-block;
    position: relative;
    padding-top: 10px;
    padding-left: 40%;
    width: 64px;
    height: 64px;
}

.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 32px 32px;
}

.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: black;
    margin: -3px 0 0 -3px;
}

.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
    top: 50px;
    left: 50px;
}

.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
    top: 54px;
    left: 45px;
}

.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
    top: 57px;
    left: 39px;
}

.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
    top: 58px;
    left: 32px;
}

.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
    top: 57px;
    left: 25px;
}

.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
    top: 54px;
    left: 19px;
}

.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
    top: 50px;
    left: 14px;
}

.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
    top: 45px;
    left: 10px;
}

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    top: -9px;
    left: -20px;
}

.lds-ellipsis div {
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #fff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 6px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 6px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 26px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 45px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(19px, 0);
    }
}

.loader {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #3498db;
    width: 30px;
    height: 30px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.customNav img {
    max-width: 150px;
    margin: auto;
    display: block;
}

.nav-sm .monogram_icon {
    max-width: 90%;
}

.login-form h4 {
    margin-top: 20px;
}

.login-form {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    right: initial;
}

.login-form form {
    margin-bottom: 0;
}

.dropDownLang .dropdown-menu,
.dropDownTheme .dropdown-menu {
    min-width: 85px !important;
    border-top: 3px solid #f2554c;
    padding: 10px 0;
}

.dropDownLang img,
.dropDownTheme i {
    margin-right: 10px;
}

.LogoSettings input.form-control {
    height: 42px;

}

.LogoSettings .btnSettingsLogo {
    background: none;
    color: #f0473e;
    border: 0;
    padding: 0;
    max-width: 233.5px;
    width: 100%;
}

.dropbtn {
    color: #3c4858;
}

.nav_bridger_tab .switch {
    position: absolute;
    bottom: 5px;
    right: 0
}

.switch label input[type=checkbox] {
    opacity: 0;
    width: 0;
    height: 0;
}

/*[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
    opacity: 0;
}*/

.switch label input[type=checkbox]:checked + .lever {
    background-color: #ace7c2;
}

.switch label .lever {
    content: "";
    display: inline-block;
    position: relative;
    width: 36px;
    height: 12px;
    background-color: #33333378;
    border-radius: 15px;
    margin-right: 10px;
    transition: background 0.3s ease;
    vertical-align: middle;
    margin: 0 16px;
}

.switch label input[type=checkbox]:checked + .lever:after {
    background-color: #09a10f;
    left: 24px;
}

.switch label .lever:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: #f0483e;
    border-radius: 21px;
    left: -5px;
    top: -2px;
    transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease;
}

.nav-tabs.nav_bridger_tab > li.active {
    background: #eee;
    border-top: 4px solid #f0483e;
}

.nav-tabs.nav_bridger_tab > li.active > a,
.nav.nav_bridger_tab > li > a {
    color: #386797;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: none;
    border-bottom-color: transparent;
    text-align: center;
    background: transparent;
}

.nav-tabs.nav_bridger_tab > li {
    float: left;
    background: #fff;
    border: 2px solid #f7f7f7;
    width: 22%;
    height: 100px;
}

.nav-tabs.nav_bridger_tab > li.width {
    float: left;
    margin-bottom: 1px;
    background: #fff;
    border: 2px solid #f7f7f7;
    width: 34%;
    height: 100px;
    font-size: 2rem;
}

.nav-tabs.nav_bridger_tab {
    border: 0;
    box-shadow: rgba(0, 3, 51, 0.2) 0px 5px 10px 0px;
    width: 1000px;
}

.nav-tabs.countries_tab {
    border: 0;
    box-shadow: rgba(0, 3, 51, 0.2) 0px 5px 10px 0px;
    width: 100%
}

.well_c {
    padding: 0 15px;
    margin: 10px 0px;
}

.well_c .bg_inner {
    display: flex;
    align-content: center;
    align-items: center;
    align-self: center;
    justify-content: center;
    flex-direction: column;
    background: #fff;
    padding: 0;
    height: 100px;
    position: relative;

    border-right: 2px solid;
    border-color: #f7f7f7;
}

.well_c .bg_inner h5,
.well_c .bg_inner .switch {
    font-size: 2rem;
    margin: 0;
}

.well_c .bg_inner p.sub_p {
    text-align: center;
    font-size: 1.2rem
}

.paymentR .title_text {
    display: flex;
    justify-content: start;
    align-items: center;
    align-content: center;
}

.title_text input {
    width: 200px;
    margin: 0 20px;
}

.no_of_psp_show {
    position: absolute;
    bottom: 5px;
    right: 9px;
}

.nav.nav_bridger_tab > li > a {
    width: 100%
}

.nav.nav_bridger_tab > li > a img {
    max-width: 32px;
    margin: -5px 10px 0 0;
    display: inline-table;
}

.nav.nav_bridger_tab > li > a span {
    display: inline-table;
}

#table_transaction thead,
#table_transaction th,
#table_transaction tbody {
    text-align: center;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    vertical-align: middle;
}

#country span#span2 {
    display: none;
}


.dropbtn {
    border: 2px solid #f59792;
    border-radius: 20px;
    margin: 1.5rem auto;
    height: 33px;
    padding: .5rem 3rem;
    background: transparent;
    color: #000000;

}

.nav_menu .dropdown span:nth-child(2) {
    text-transform: capitalize;

}

.nav_menu .dropdown:hover .dropdown-menu {
    display: block;
}


@media (max-width: 991px) {
    .nav-md .container.body .right_col {
        padding-right: 15px;
        padding-left: 15px;
    }

}

@media (max-width: 767px) {
    .nav.nav_bridger_tab > li > a span {
        font-size: 14px;
        display: initial;
    }

    body .modal.right.fade.in .modal-dialog {
        width: 100%;
    }

    #country span#span1 {
        display: none;
    }

    #country span#span2 {
        display: block;
    }

    .nav-md .container.body .right_col {
        padding-right: 15px;
        padding-left: 15px;
    }

    .nav-tabs.nav_bridger_tab > li.width {
        width: 100%
    }

    .nav-tabs.nav_bridger_tab > li {
        width: 33.3%
    }

    .nav.nav_bridger_tab > li > a img {
        margin: 0 0 10px;
    }

    .well_c .bg_inner {
        border: 2px solid #f7f7f7;
        border-color: #f7f7f7;
    }

}

.card-psp-assign {
    padding: 1.5rem;
    border-radius: 0.5rem;
    border: 1px solid #ccc;
    margin-bottom: 0.5rem;
}

.d-inline-block {
    display: inline-block;
}

.card-psp-assign .right-click {
    float: right;
    margin-top: 1rem;
}

.pointer-on-hover:hover {
    cursor: pointer;
}
.black-on-hover:hover {
    color: black;
}