/* Google Fonts | Omonjon */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Manrope:wght@200;300;400;500;600;700;800&display=swap');

/* Bootstrap tools | Omonjon */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --title-color: #313131;
    --title-color-after: rgb(20, 82, 159);
    --text-color: #000000;
    --text-color-light: #737387;
    --color-gray: #F1F2F4;
    --primary-transition: 0.37s;
}

.nav-icon-flag--svg {
    width: 16px !important;
    height: 16px !important;
}

body {
    font-family: Manrope, sans-serif;
    font-weight: 400;
    font-size: 1rem;
}

.title-color {
    color: var(--title-color) !important;
}

.title-color-after {
    color: var(--title-color-after) !important;
}

.text-color {
    color: var(--text-color) !important;
}

.text-color-light {
    color: var(--text-color-light) !important;
}

.no-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    cursor: default;
}

.w-26 {
    width: 26%;
}

.w-35px {
    width: 35px;
}

.w-56px {
    width: 56px;
}

.h-35px {
    height: 35px;
}

.fw-900 {
    font-weight: 900 !important;
}

.fw-800 {
    font-weight: 800 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.label-color {
    color: #a2a2a2;
}

.form-check-input:checked {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.primary-title-color {
    color: #666;
}

.header-nav-logo {
    width: 150px;
    height: auto;
    object-fit: contain;
}

.form-check-input:focus {
    border-color: var(--bs-primary);
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, .25);
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    padding-top: 0;
}

.accordion-button::after {
    display: none;
}

button[aria-expanded^="true"] i {
    background-color: var(--bs-primary) !important;
    transform: rotate(-180deg) !important;
    color: black !important;
    box-shadow: 0px 8px 18px -8px rgba(116, 246, 0, 0.90);
}

.btn-primary {
    border-radius: 10px;
    color: var(--bs-white);
    background: var(--bs-primary);
}

.box-shadow-none {
    box-shadow: none !important;
}

.primary-shadow {
    box-shadow: 0px 2px 6.4px -1px rgba(19, 16, 34, 0.03), 0px 4.4px 12px -1px rgba(19, 16, 34, 0.06);
}

.text-gray {
    color: var(--bs-gray);
}

.bg-gray {
    background: #EFF2FC;
}

.form-control:focus {
    border-color: var(--bs-primary);
    box-shadow: 0 0 0 .25rem rgba(48, 169, 83, .25);
}

.btn-secondary {
    border-radius: 10px;
    color: var(--bs-light);
    background: var(--bs-gray-600);
}

.cursor-pointer {
    cursor: pointer;
}

.z-index-1 {
    z-index: 1;
}

.z-index-2 {
    z-index: 2;
}

.z-index-3 {
    z-index: 3;
}

.z-index-4 {
    z-index: 4;
}

.z-index-5 {
    z-index: 5;
}

.z-index-6 {
    z-index: 6;
}

.z-index-7 {
    z-index: 7;
}

.z-index-8 {
    z-index: 8;
}

.z-index-9 {
    z-index: 9;
}

.z-index-10 {
    z-index: 10;
}

.fs-1-self {
    font-size: calc(1.3rem + 4px) !important;
}

.fs-6 {
    font-size: 1.125rem !important;
}

.fs-7 {
    font-size: 1rem !important;
}

.fs-8 {
    font-size: 0.875rem !important;
}

.fs-9 {
    font-size: 0.75rem !important;
}

.w-max-content {
    width: max-content !important;
}

.opacity-7 {
    opacity: 0.7;
}

.outline-none {
    outline: none;
}

.transition {
    transition: .3s;
}

.fs-title {
    font-size: 2.25rem;
}

.rounded-top-self {
    border-radius: var(--bs-border-radius-xl) var(--bs-border-radius-xl) 0 0 !important;
}

.rounded-bottom-self {
    border-radius: 0 0 var(--bs-border-radius-xl) var(--bs-border-radius-xl) !important;
}

.fs-title-sec {
    font-size: 1.625rem;
}

input,
button {
    outline: none;
}

.dropdown-arrow::after {
    border-bottom: 2px solid currentColor;
    border-right: 2px solid currentColor;
    border-left: initial !important;
    border-top: initial !important;
    content: "";
    display: block;
    height: 6px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 2px;
    top: 55%;
    transform-origin: 66% 66%;
    transform: rotate(45deg);
    /* transition: all .15s ease-in-out; */
    transition: var(--primary-transition);
    width: 6px;
}

.dropdown-arrow.show::after {
    transform: rotate(-135deg);
}

.border-none {
    border: none;
}

.primary-hover:hover {
    box-shadow: 0 2px 20px rgba(0, 0, 0, .16);
}

.btn-primary:hover,
.btn-primary:focus {
    background: var(--bs-primary) !important;
}

.btn-danger:hover,
.btn-danger:focus {
    background: var(--bs-danger) !important;
}

.btn {
    border: none;
}

.form-control.text-primary:focus,
.form-select.text-primary:focus {
    /*box-shadow: 0 0 0 0.1rem var(--bs-primary);*/
    border-color: var(--bs-primary) !important;
    box-shadow: none !important;
}

.form-control.text-primary:focus {
    color: var(--bs-primary);
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* .form-select{
    --bs-form-select-bg-img: none;
} */

.shadow-swiperBtn {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

li,
ul,
ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

p {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

/* ==================== HEADER | Omonjon ==================== */
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: white;
    z-index: 10;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

/* ==================== CALCULATOR SECTION | Omonjon ==================== */
.calculator-box {
    max-width: 1080px;
    width: 100%;
    border-radius: 20px;
    background: var(--bs-white);
    box-shadow: -7px 21px 96px 0px rgba(35, 33, 75, 0.13);
}

.nav-tabs .nav-link {
    display: flex;
    padding: 8px 16px;
    border-radius: 6px;
    color: var(--bs-gray);
    background: #EFF2FC;
    justify-content: center;
    align-items: center;
    border: none;
    column-gap: 8px;
    font-size: 16px;
    font-weight: 600;
}

.nav-tabs .nav-link svg path {
    fill: var(--bs-gray);
}

.nav-tabs .active {
    background: var(--bs-primary) !important;
    color: var(--bs-white) !important;
}

.nav-tabs .active svg path {
    fill: white;
}

.calculator-w {
    width: 100%;
}

/* ====================| CALCULATOR SECTION |==================== */
.line-position {
    right: -150px;
    top: 25px;
}

/* ====================| VIDEO PLAYER |==================== */
.video__button {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto auto;
    width: 70px;
    height: 70px;
    border-radius: 50% !important;
}

.play-self {
    bottom: -20px;
    right: 20px;
    margin: auto 40px 0 auto;
}

.video__content {
    position: relative;
}

.video__button-icon {
    color: var(--bs-secondary);
    font-size: 2rem;
}

/* ==================== VIDEO PLAYER | Omonjon ==================== */
.footer-linkBg {
    background: rgba(255, 255, 255, 0.05);
    padding: 12px;
}

/*=============== SCROLL BAR | Omonjon ===============*/
::-webkit-scrollbar {
    width: .6rem;
    border-radius: .5rem;
    background-color: hsla(93, 36%, 26%, 0.71)
}

::-webkit-scrollbar-thumb {
    background-color: var(--bs-primary);
    border-radius: .5rem;
}

::-webkit-scrollbar-thumb:hover {
    background-color: var(--bs-secondary);
}

/*=============== SCROLL UP | Omonjon ===============*/
.scroll_up {
    position: fixed;
    right: 3.5rem;
    bottom: -100%;
    background-color: var(--bs-primary);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    display: inline-flex;
    padding: .35rem;
    border-radius: .25rem;
    font-size: 1.1rem;
    color: var(--bs-white);
    z-index: 10;
    transition: bottom .4s, transform .4s, background-color .4s;
}

.scroll_up:hover {
    transform: translateY(-.35rem);
    background-color: var(--bs-secondary);
    color: var(--bs-white);
}

/* Show Scroll Up*/
.show-scroll {
    bottom: 4rem;
}

.calculator-card.position-sticky {
    top: 80px;
}

/* ADDED */

.tech_series {
    max-width: 84px;
    min-width: 84px;
}

.field-policyosgo-tech_pass_series label.control-label {
    width: 100%;
    overflow: visible;
    visibility: visible !important;
    white-space: nowrap;
}

.visible {
    visibility: visible !important;
}

.overflow-visible {
    overflow: visible !important;
}

.ws-nowrap {
    white-space: nowrap;
}

.circular-progress {
    position: relative;
    height: 45px;
    width: 45px;
    background-color: #26abfd;
    border-radius: 50%;
    display: grid;
    place-items: center;
}

.form-control::placeholder {
    color: #cecece !important;
}

.circular-progress:before {
    content: "";
    position: absolute;
    height: 75%;
    width: 75%;
    background-color: #fff;
    border-radius: 50%;
}

.value-container {
    position: relative;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    color: #000;
}

.disabled {
    background: var(--bs-form-control-disabled-bg);;
    cursor: not-allowed;
    pointer-events: none;
}

.arrow-down {
    position: absolute;
    top: 60%;
    right: 6%;
    transition: 250ms all;
}

.arrow-down.active {
    transform: rotate(180deg);
}

form .has-error .form-control {
    border: none;
    outline: none;
    box-shadow: 0 0 2px 2px red;
}

.form-group.has-error .help-block {
    font-size: 14px;
    color: red;
    word-break: break-all;
}

/* | Loader | */
.load {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: auto 0;
    background-color: var(--bs-primary);
    display: grid;
    place-items: center;
    z-index: 100;
}

.load .load-gif {
    width: 100%;
    height: 100vh;
}

/* loader */
figure {
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    top: 50%;
    margin: -60px -50px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 600;
    -moz-perspective: 600;
    perspective: 600;
}

figure span {
    display: block;
    position: absolute;
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

figure span:after {
    display: block;
    content: "";
    border-style: solid;
    border-color: transparent;
    border-width: 100px 58px 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

figure span:nth-child(1) {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    -moz-transform: rotate3d(0, 0, 1, 90deg);
    -ms-transform: rotate3d(0, 0, 1, 90deg);
    -o-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
}

figure span:nth-child(1):after {
    border-top-color: #479179;
    -webkit-transform: rotate3d(0.5, 1, 0, 180deg);
    -moz-transform: rotate3d(0.5, 1, 0, 180deg);
    -ms-transform: rotate3d(0.5, 1, 0, 180deg);
    -o-transform: rotate3d(0.5, 1, 0, 180deg);
    transform: rotate3d(0.5, 1, 0, 180deg);
    -webkit-animation: split 2s 0.1111111111s ease infinite;
    -moz-animation: split 2s 0.1111111111s ease infinite;
    animation: split 2s 0.1111111111s ease infinite;
}

figure span:nth-child(2) {
    -webkit-transform: rotate3d(0, 0, 1, 150deg);
    -moz-transform: rotate3d(0, 0, 1, 150deg);
    -ms-transform: rotate3d(0, 0, 1, 150deg);
    -o-transform: rotate3d(0, 0, 1, 150deg);
    transform: rotate3d(0, 0, 1, 150deg);
}

figure span:nth-child(2):after {
    border-top-color: #479179;;
    -webkit-transform: rotate3d(0.5, 1, 0, 180deg);
    -moz-transform: rotate3d(0.5, 1, 0, 180deg);
    -ms-transform: rotate3d(0.5, 1, 0, 180deg);
    -o-transform: rotate3d(0.5, 1, 0, 180deg);
    transform: rotate3d(0.5, 1, 0, 180deg);
    -webkit-animation: split 2s 0.2222222222s ease infinite;
    -moz-animation: split 2s 0.2222222222s ease infinite;
    animation: split 2s 0.2222222222s ease infinite;
}

figure span:nth-child(3) {
    -webkit-transform: rotate3d(0, 0, 1, 210deg);
    -moz-transform: rotate3d(0, 0, 1, 210deg);
    -ms-transform: rotate3d(0, 0, 1, 210deg);
    -o-transform: rotate3d(0, 0, 1, 210deg);
    transform: rotate3d(0, 0, 1, 210deg);
}

figure span:nth-child(3):after {
    border-top-color: #479179;;
    -webkit-transform: rotate3d(0.5, 1, 0, 180deg);
    -moz-transform: rotate3d(0.5, 1, 0, 180deg);
    -ms-transform: rotate3d(0.5, 1, 0, 180deg);
    -o-transform: rotate3d(0.5, 1, 0, 180deg);
    transform: rotate3d(0.5, 1, 0, 180deg);
    -webkit-animation: split 2s 0.3333333333s ease infinite;
    -moz-animation: split 2s 0.3333333333s ease infinite;
    animation: split 2s 0.3333333333s ease infinite;
}

figure span:nth-child(4) {
    -webkit-transform: rotate3d(0, 0, 1, 270deg);
    -moz-transform: rotate3d(0, 0, 1, 270deg);
    -ms-transform: rotate3d(0, 0, 1, 270deg);
    -o-transform: rotate3d(0, 0, 1, 270deg);
    transform: rotate3d(0, 0, 1, 270deg);
}

figure span:nth-child(4):after {
    border-top-color: #479179;;
    -webkit-transform: rotate3d(0.5, 1, 0, 180deg);
    -moz-transform: rotate3d(0.5, 1, 0, 180deg);
    -ms-transform: rotate3d(0.5, 1, 0, 180deg);
    -o-transform: rotate3d(0.5, 1, 0, 180deg);
    transform: rotate3d(0.5, 1, 0, 180deg);
    -webkit-animation: split 2s 0.4444444444s ease infinite;
    -moz-animation: split 2s 0.4444444444s ease infinite;
    animation: split 2s 0.4444444444s ease infinite;
}

figure span:nth-child(5) {
    -webkit-transform: rotate3d(0, 0, 1, 330deg);
    -moz-transform: rotate3d(0, 0, 1, 330deg);
    -ms-transform: rotate3d(0, 0, 1, 330deg);
    -o-transform: rotate3d(0, 0, 1, 330deg);
    transform: rotate3d(0, 0, 1, 330deg);
}

figure span:nth-child(5):after {
    border-top-color: #479179;;
    -webkit-transform: rotate3d(0.5, 1, 0, 180deg);
    -moz-transform: rotate3d(0.5, 1, 0, 180deg);
    -ms-transform: rotate3d(0.5, 1, 0, 180deg);
    -o-transform: rotate3d(0.5, 1, 0, 180deg);
    transform: rotate3d(0.5, 1, 0, 180deg);
    -webkit-animation: split 2s 0.5555555556s ease infinite;
    -moz-animation: split 2s 0.5555555556s ease infinite;
    animation: split 2s 0.5555555556s ease infinite;
}

figure span:nth-child(6) {
    -webkit-transform: rotate3d(0, 0, 1, 390deg);
    -moz-transform: rotate3d(0, 0, 1, 390deg);
    -ms-transform: rotate3d(0, 0, 1, 390deg);
    -o-transform: rotate3d(0, 0, 1, 390deg);
    transform: rotate3d(0, 0, 1, 390deg);
}

figure span:nth-child(6):after {
    border-top-color: #479179;;
    -webkit-transform: rotate3d(0.5, 1, 0, 180deg);
    -moz-transform: rotate3d(0.5, 1, 0, 180deg);
    -ms-transform: rotate3d(0.5, 1, 0, 180deg);
    -o-transform: rotate3d(0.5, 1, 0, 180deg);
    transform: rotate3d(0.5, 1, 0, 180deg);
    -webkit-animation: split 2s 0.6666666667s ease infinite;
    -moz-animation: split 2s 0.6666666667s ease infinite;
    animation: split 2s 0.6666666667s ease infinite;
}

@-webkit-keyframes split {
    0% {
        -webkit-transform-origin: 50% 100%;
        -webkit-transform: rotate3d(0.5, 1, 0, 180deg);
    }
    25% {
        -webkit-transform-origin: 50% 100%;
        -webkit-transform: rotate3d(0, 1, 0, 360deg);
    }
    50% {
        opacity: 1;
        -webkit-transform-origin: 100% 0%;
        -webkit-transform: rotate3d(0, 1, 0, 360deg);
    }
    75% {
        opacity: 0;
        -webkit-transform: rotate3d(0.5, 1, 0, 180deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: rotate3d(0.5, 1, 0, 180deg);
    }
}

@-moz-keyframes split {
    0% {
        -moz-transform-origin: 50% 100%;
        -moz-transform: rotate3d(0.5, 1, 0, 180deg);
    }
    25% {
        -moz-transform-origin: 50% 100%;
        -moz-transform: rotate3d(0, 1, 0, 360deg);
    }
    50% {
        opacity: 1;
        -moz-transform-origin: 100% 0%;
        -moz-transform: rotate3d(0, 1, 0, 360deg);
    }
    75% {
        opacity: 0;
        -moz-transform: rotate3d(0.5, 1, 0, 180deg);
    }
    100% {
        opacity: 1;
        -moz-transform: rotate3d(0.5, 1, 0, 180deg);
    }
}

@keyframes split {
    0% {
        -webkit-transform-origin: 50% 100%;
        -moz-transform-origin: 50% 100%;
        -ms-transform-origin: 50% 100%;
        -o-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transform: rotate3d(0.5, 1, 0, 180deg);
        -moz-transform: rotate3d(0.5, 1, 0, 180deg);
        -ms-transform: rotate3d(0.5, 1, 0, 180deg);
        -o-transform: rotate3d(0.5, 1, 0, 180deg);
        transform: rotate3d(0.5, 1, 0, 180deg);
    }
    25% {
        -webkit-transform-origin: 50% 100%;
        -moz-transform-origin: 50% 100%;
        -ms-transform-origin: 50% 100%;
        -o-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transform: rotate3d(0, 1, 0, 360deg);
        -moz-transform: rotate3d(0, 1, 0, 360deg);
        -ms-transform: rotate3d(0, 1, 0, 360deg);
        -o-transform: rotate3d(0, 1, 0, 360deg);
        transform: rotate3d(0, 1, 0, 360deg);
    }
    50% {
        opacity: 1;
        -webkit-transform-origin: 100% 0%;
        -moz-transform-origin: 100% 0%;
        -ms-transform-origin: 100% 0%;
        -o-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
        -webkit-transform: rotate3d(0, 1, 0, 360deg);
        -moz-transform: rotate3d(0, 1, 0, 360deg);
        -ms-transform: rotate3d(0, 1, 0, 360deg);
        -o-transform: rotate3d(0, 1, 0, 360deg);
        transform: rotate3d(0, 1, 0, 360deg);
    }
    75% {
        opacity: 0;
        -webkit-transform: rotate3d(0.5, 1, 0, 180deg);
        -moz-transform: rotate3d(0.5, 1, 0, 180deg);
        -ms-transform: rotate3d(0.5, 1, 0, 180deg);
        -o-transform: rotate3d(0.5, 1, 0, 180deg);
        transform: rotate3d(0.5, 1, 0, 180deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: rotate3d(0.5, 1, 0, 180deg);
        -moz-transform: rotate3d(0.5, 1, 0, 180deg);
        -ms-transform: rotate3d(0.5, 1, 0, 180deg);
        -o-transform: rotate3d(0.5, 1, 0, 180deg);
        transform: rotate3d(0.5, 1, 0, 180deg);
    }
}

.overlay {
    position: fixed;
    z-index: 10001;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    display: none;
}

.overlay .spinner {
    height: 30px;
    width: 30px;
    animation: rotate .8s infinite linear;
    border: 3px solid #2b3e71;
    border-right-color: transparent;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    position: absolute;
}

@media (max-width: 576px) {
    .w-100Mb {
        width: 100%;
    }

    .px-0Mb {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media (max-width: 424px) {
    .circular-progress {
        width: 35px;
        height: 35px;
    }

    .value-container {
        font-size: 12px;
    }
}

.cursor-not-allowed {
    cursor: not-allowed;
}

/*.details .line-self {*/
/*    background: url(/themes/v1/images/line-top-1.png) no-repeat center/cover;*/
/*    width: 100%;*/
/*    height: 31px;*/
/*}*/
/*.payment .line-self {*/
/*    background: url(/themes/v1/images/line-top-2.png) no-repeat center/cover;*/
/*    width: 100%;*/
/*    height: 31px;*/
/*}*/

li:has(> button.disabled-button) {
    cursor: not-allowed !important;

    position: relative;
}

.disabled-button {
    pointer-events: none !important;
}

/* for bird */
.bird__logo {
    max-width: 65px;
    fill: #fff;
}

.form-check-input[type=radio] {
    zoom: 1.5;
}

.form-check-input {
    border-radius: 50% !important;
    zoom: 1.2;
}

.marked {
    background-color: yellow;
    transition: 120ms ease-in-out;
}

.marked:hover {
    font-size: 18px !important;
    transform-origin: left;
    transition: 120ms ease-in-out;
}

.w-38 {
    width: 38px;
}
.h-38 {
    height: 38px;
}
.no-border {
    border: none;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.content li {
    list-style-type: none !important;
    padding-left: 0 !important;
}
.pagination > li {
    display: inline;
}
.pagination > li > a {
    background: #fafafa;
    color: #666;
}
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #777777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}