body {
    font-family: 'Roboto', sans-serif;
    background-color: #e5e8ed;
    color: #152947;
}

a:hover {
    text-decoration: none;
}

.sb-header nav {
    background-color: #152947;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #152947;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    display: block;
    transition: 0.3s;
}

.sidenavwidth {
    width: 250px;
}

.sidenav a:hover {
    color: #1493ff;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

#main {
    transition: margin-left .5s;
}

.sb-logo {
    padding-left: 25px;
}

.sb-navbar li a {
    color: #fff;
}

.sb-before-login {
    margin-left: auto;
    margin-bottom: 0px;
}

.sb-before-login li {
    display: inline-block;
    margin-right: 15px;
}

.sb-before-login li:last-child {
    margin-right: 0px;
}

.sb-before-login li a.sb-login-btn {
    border: 1px solid #fff;
    border-radius: 3px;
    padding: 5px 19px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
}

.sb-before-login li a.sb-join-btn {
    border: 1px solid #0d7fe1;
    background-color: #0d7fe1;
    font-size: 12px;
    font-weight: 500;
    border-radius: 3px;
    padding: 5px 19px;
    color: #fff;
}

.sb-before-login li a.sb-login-btn:hover {
    background-color: #0d7fe1;
    color: #fff;
    border-color: #0d7fe1;
}

.sb-before-login li a.sb-join-btn:hover {
    background-color: transparent;
    border-color: #fff;
}

.sb-after-login {
    margin-left: auto;
}

.menulist {
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.menulist:first-child {
    margin-bottom: 5px;
}

.menulist li {
    display: inline-block;
    margin-right: 18px;
}

.menulist li:last-child {
    margin-right: 0px;
}

.menulist li a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    display: flex;
    align-items: center;
}

.menulist li a img {
    padding-right: 5px;
}

.menulist li a span {
    position: absolute;
    background-color: #1493ff;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    font-size: 7px;
    left: 5px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    top: -3px;
}

.menulist li .dropdown button {
    background-color: transparent;
    border: 1px solid #fff;
    padding: 2px 8px;
    font-size: 14px;
    font-weight: 500;
}

.menulist li .dropdown button:focus {
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid #fff;
    background-color: #0d7fe1;
}

.common-btn {
    background-color: transparent;
    border: 1px solid #fff;
    padding: 2px 8px;
    border-radius: 3px;
}

.menulist li .dropdown .dropdown-menu a {
    color: #000 !important;
}

.mobile-menu {
    display: none;
}

.mobile-menu a {
    position: relative;
}

.mobile-menu a svg {
    fill: #fff;
    width: 18px;
    margin-right: 7px;
}

.mobile-menu a span {
    position: absolute;
    background-color: #1493ff;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    font-size: 8px;
    left: 45px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    top: 8px;
    line-height: 10px;
}

.filter-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.filters-row {
    padding: 15px 0px;
    margin: 0px;
}

.filters-row li {
    display: inline-block;
    margin-right: 10px;
}

.filters-row li a {
    color: #152947;
    font-size: 12px;
    background-color: #fff;
    padding: 6px 16px;
    border-radius: 0px;
}

.filters-row li a:hover,
.filters-row li.active a {
    background-color: #152947;
    color: #fff;
}

.sb-refresh-btn {
    background-color: #0d7fe1;
    width: 23px;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
}

.home-sidebar .nav-link[data-toggle].collapsed:before {
    content: url('../images/download.svg');
    width: 12px;
    position: absolute;
    right: 10px;
}

.home-sidebar .nav-link[data-toggle]:not(.collapsed):before {
    content: url('../images/download.svg');
    width: 12px;
    position: absolute;
    right: 10px;
}

.home-sidebar {
    padding: 0px;
    margin: 0px;
    padding: 0px;
    margin: 0px;
    max-width: 280px;
    margin-left: auto;
}

.home-sidebar li {
    list-style: none;
    border-bottom: 1px solid #cccdcf;
}

.home-sidebar h4,
.mobile-filter-option h4 {
    color: #0d7fe1;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.home-sidebar li a {
    font-size: 14px;
    font-weight: 400;
    color: #152947;
    padding: 15px 0px;
    position: relative;
}

.home-sidebar li a span {
    display: flex;
    align-items: center;
}

.home-sidebar li a span img {
    padding-right: 10px;
}

.sidebar-submenu li {
    border: none;
}

.sidebar-submenu li a {
    padding-left: 5px;
    padding-top: 8px;
    padding-bottom: 8px;
    /* text-transform: uppercase; */
}

.sidebar-submenu li.active {
    background-color: #cccdcf;
}

.team-detail {
    display: flex;
    align-items: center;
}

.team-detail .team-image {
    width: 25px;
    height: 25px;
    padding-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.team-detail img {
    object-fit: contain;
    object-position: center;
    max-width: 100%;
}

.team-detail p {
    margin-bottom: 0px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    width: 160px;
}

.team-match-time {
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 400;
    color: #152947;
    text-transform: uppercase;
    text-align: left !important;
    padding: 0px 0px 0px 12px !important;
}

.team-details-more {
    /* position: relative; */
    padding: 0px !important;
}

.team-details-more a {
    width: 36px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    margin-right: 25px;
    color: #152947;
}

.sb-details-table {
    margin-bottom: 50px;
}

.filter-grid {
    padding-left: 0px;
    padding-right: 0px;
}

.sb-detail-grid {
    padding-left: 0px;
    padding-right: 0;
}

.betslip-section {
    background-color: #fff;
    padding: 15px;
    border-radius: 3px;
    position: sticky;
    top: 15px;
    /* max-width: 310px; */
}

.betslip-section h4 {
    font-size: 14px;
    font-weight: 700;
    color: #0d7fe1;
    margin-bottom: 20px;
}

.betslip-section .ticket-btns {
    display: flex;
    justify-content: space-between;
}

/* .betslip-section .ticket-btns button {
    font-size: 14px;
    background-color: #f0f3f8;
    color: #1493ff;
    border: none;
    padding: 7px 17px;
    border-radius: 3px;
} */

/* .betslip-section .ticket-btns .dropdown button:focus {
    background-color: #1493ff;
    box-shadow: none !important;
    outline: none;
} */

.betslip-section .ticket-btns .dropdown .dropdown-menu {
    left: auto !important;
    right: 0;
    transform: translate3d(0px, 35px, 0px) !important;
}

.betslip-table {
    margin-bottom: 10px;
}

.betslip-table table {
    width: 100%;
    font-size: 12px;
}

.betslip-table table thead tr th {
    padding-bottom: 5px;
    border-bottom: 1px solid #dee2e6;
    border-top: none;
    text-align: left;
    padding-left: 0.25rem;
}

.betslip-table table td {
    padding: 0.25rem;
    border: none;
}

.betslip-label {
    text-align: center;
}

.betslip-label label {
    color: #152947;
    font-weight: 700;
    font-size: 13px;
}

.betslip-label p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0px;
}

.betslip-submit {
    text-align: center;
    padding-top: 20px;
}

.betslip-submit button {
    background-color: #0d7fe1;
    font-size: 12px;
    font-weight: 500;
    border: none;
    color: #fff;
    padding: 6px 17px;
    border-radius: 3px;
    border: 1px solid #0d7fe1;
}

.betslip-submit button:hover {
    background-color: #fff;
    border: 1px solid #0d7fe1;
    color: #0d7fe1;
}

.sb-detail-header {
    background-color: #152947;
    padding: 15px 0px;
}

.sb-detail-header .sb-detail-title h4 {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0px;
}

.sb-detail-body {
    background-color: #fff;
}

.sb-detail-body table th,
.sb-detail-body table td {
    /*text-align: center;*/
    border: none !important;
}

.sb-detail-body table th {
    font-size: 14px;
    color: #152947;
    padding-bottom: 5px;
    padding-top: 5px;
}

.sb-detail-body table td {
    font-size: 12px;
    text-transform: uppercase;
}

.sb-detail-body-row {
    padding-bottom: 5px !important;
    padding-top: 0px !important;
}

.sb-team-item {
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 0px;
    padding-bottom: 10px;
}

.sb-complete-team-col {
    padding-left: 45px;
    text-align: center;
}

.sb-team-first-row td {
    padding-top: 10px !important;
}

.sb-team-last-row td {
    padding-bottom: 10px !important;
}

.betslip-grid {
    padding: 0px 10px;
}

.sb-detail-body-value span {
    font-size: 14px;
    width: 106px;
    height: 30px;
    color: #1493ff;
    margin-right: 15px;
    border-radius: 3px;
    /* background-color: #f0f3f8; */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}

.sb-detail-body-value.active span {
    color: #fff;
    background-color: #1493ff;
}

.team-more-tables {
    display: flex;
}

.team-details-more .popModal .close {
    display: none !important;
}

.team-details-more .popModal {
    padding: 0px !important;
}

.team-more-tables table tr th,
.team-more-tables table tr td {
    padding: 0px;
}

.menulist .dropdown-menu {
    left: auto;
    right: 0;
}

.mobile-filter {
    display: none;
}

.mobile-filter .nav-link .filter-img {
    width: 15px;
}

.mobile-filter-option {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.desktop-sidebar {
    display: block;
}

.mobile-filter .home-sidebar {
    position: absolute;
    z-index: 1;
    right: 15px;
    left: auto;
    width: 100%;
    top: 25px;
    background-color: #fff;
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
    padding: 0;
}

.mobile-filter .collapsing {
    position: absolute !important;
    transition: none;
}

.mobile-filter .home-sidebar li {
    border-color: #e5e6e8;
}

.mobile-filter .home-sidebar li a {
    padding: 15px 10px;
}

.desktop-betslip {
    display: block;
}

.mobile-betslip {
    display: none;
}

.mobile-filter-icons {
    display: flex;
}

.mobile-betslip {
    position: absolute;
    z-index: 1;
    right: 14px;
    left: auto;
    width: 100%;
    top: 40px;
    background-color: #fff;
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
    border-radius: 0px;
}

.Hunter-pop-up h3 {
    display: none;
}

.team-more-tables table {
    width: 52%;
}

.team-more-tables table th,
.team-more-tables table td {
    text-align: center;
    font-size: 12px;
}

.team-more-tables table tr:first-child th {
    color: #0d7fe1;
    padding-bottom: 15px;
}

.team-more-tables table tr:nth-child(2) th {
    color: #152947;
    padding-bottom: 20px;
}

.team-more-tables table tr:nth-child(3) td {
    padding-bottom: 5px;
}

.team-more-tables table tr td {
    color: #1493ff;
    padding-bottom: 24px;
}

.team-more-tables table tr:last-child td {
    padding-bottom: 0px;
}

.Hunter-wrap {
    max-height: 130px !important;
}

.Hunter-pop-up .close {
    display: none;
}

.login-logo {
    text-align: center;
    padding-top: 57px;
    padding-bottom: 72px;
}

.login-popup .close {
    opacity: 1;
    outline: none;
}

.login-form .input-group-prepend {
    position: absolute;
    left: 0;
    z-index: 99;
    height: 100%;
}

.login-form .input-group-prepend span {
    border: none;
    background-color: transparent;
    justify-content: center;
    width: 35px;
    padding: 0 0 5px 0;
}

.login-form .input-group input {
    text-indent: 30px;
    font-size: 14px;
    color: #152947;
    font-weight: 400;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0px;
}

.login-form .input-group input:focus {
    box-shadow: none;
    border-color: #1493ff;
    opacity: 1;
}

.login-form .input-group .input-error:focus {
    border-color: #fa0d0d;
    opacity: 1;
}

.invalid-error {
    font-size: 13px;
    color: #fa0d0d;
    position: absolute;
    top: 35px;
}

.login-form .input-group input::placeholder {
    font-size: 14px;
    color: #152947;
    opacity: 0.5;
}

.login-form .input-group input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #152947;
    opacity: 0.5;
}

.login-form .input-group input::-moz-placeholder {
    /* Firefox 19+ */
    color: #152947;
    opacity: 0.5;
}

.login-form .input-group input:-ms-input-placeholder {
    /* IE 10+ */
    color: #152947;
    opacity: 0.5;
}

.login-form .input-group input:-moz-placeholder {
    /* Firefox 18- */
    color: #152947;
    opacity: 0.5;
}

.login-form .input-group {
    margin-bottom: 30px;
}

.login-form .input-group:nth-child(2) {
    margin-bottom: 20px;
}

.login-form .form-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.login-form .form-group label {
    font-size: 14px;
    color: #152947;
}

.login-form .form-group .sb-forgor-password a {
    color: #1488ed;
    font-size: 14px;
}

.login-form .form-group .sb-forgor-password a:hover {
    color: #152947;
}

.login-form-btn button {
    width: 100%;
    border-radius: 0;
    background-color: #1488ed;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    height: 50px;
}

.login-form-btn {
    margin-top: 40px;
}

.login-form-btn button:hover {
    background-color: #152947;
    color: #fff;
}

.login-join-now {
    padding-top: 20px;
    padding-bottom: 50px;
}

.login-join-now p {
    margin-bottom: 0px;
    font-size: 16px;
    color: #152947;
    text-align: center;
}

.login-join-now p a {
    color: #1488ed;
    font-weight: 700;
}

.sb-login-page {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sb-login-page .login-form {
    background-color: #fff;
    padding: 60px 40px 50px 40px;
    box-shadow: 0px 0px 11.76px 9.24px rgba(0, 0, 0, 0.35);
    border-radius: 5px;
    max-width: 480px;
    margin: 0 auto;
}

.login-page-row {
    justify-content: center;
    align-items: center;
}

.sb-login-page .login-logo {
    padding-top: 0px;
    padding-bottom: 20px;
}

.sb-login-page .login-join-now p,
.sb-login-page .login-join-now p a {
    color: #fff;
}

.sb-login-page {
    background-image: url('../images/form-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.sb-signup-page {
    background-image: url('../images/form-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sb-login-page .login-join-now {
    padding-top: 30px;
    padding-bottom: 0px;
}

.signup-logo {
    text-align: left;
    padding-top: 50px;
    padding-bottom: 30px;
}

.join-popup .signup-form {
    padding-left: 20px;
    padding-right: 20px;
}

.signup-form h4 {
    font-size: 15px;
    font-weight: 500;
    color: #152947;
    margin-bottom: 35px;
}

.signup-form .form-group select {
    border-left: none;
    border-right: none;
    border-top: none;
    border-radius: 0px;
    opacity: 1;
    font-size: 14px;
    color: rgba(21, 41, 71, 0.5);
    padding-left: 0px;
}

.signup-form .form-group {
    position: relative;
}

.signup-form .form-group select option {
    opacity: 1;
    font-size: 14px;
    color: #152947;
    background-color: #fff !important;
    border: none !important;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

.signup-form .form-group select:focus,
.signup-form .form-group input:focus {
    box-shadow: none;
    border-color: #1493ff;
    outline: none;
    opacity: 1;
}

.signup-form .form-group input {
    border-left: none;
    border-right: none;
    border-top: none;
    border-radius: 0px;
    border-width: 1px;
    border-color: #ced4da;
    color: #152947;
    width: 100%;
}

.signup-form .form-group input::placeholder {
    font-size: 14px;
    color: #152947;
    opacity: 0.5;
}

.signup-form .form-group input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #152947;
    opacity: 0.5;
}

.signup-form .form-group input::-moz-placeholder {
    /* Firefox 19+ */
    color: #152947;
    opacity: 0.5;
}

.signup-form .form-group input:-ms-input-placeholder {
    /* IE 10+ */
    color: #152947;
    opacity: 0.5;
}

.signup-form .form-group input:-moz-placeholder {
    /* Firefox 18- */
    color: #152947;
    opacity: 0.5;
}

.join-popup .login-join-now {
    padding-bottom: 20px;
}

.join-popup .close:focus {
    outline: none;
}

.sb-signup-page .signup-form {
    background-color: #fff;
    padding: 40px;
    box-shadow: 0px 0px 11.76px 9.24px rgba(0, 0, 0, 0.35);
    border-radius: 5px;
}

.sb-signup-page .signup-form h4 {
    margin-left: 3px;
    margin-bottom: 15px;
}

.sb-signup-page .login-join-now {
    padding-bottom: 0;
}

.sb-signup-page .login-logo {
    padding-top: 0;
    padding-bottom: 30px;
}

.sb-signup-page .login-join-now p {
    color: #fff;
}

.sb-signup-page .login-join-now p a {
    color: #fff;
}
.text-white{
    color: #fff;;
}
.p-ripple.purple .p-ink {    
    background: rgba(256,39,176,.3);
}

.p-ripple.green .p-ink {    
    background: rgb(34,139,34,.3);
}

.p-ripple.orange .p-ink {
    background: rgba(255, 193, 6, 0.3);
}
.p-breadcrumb{
    font-size: 0.7rem!important;
    font-weight: 600!important;
    text-transform: uppercase;
    font-style: italic;
}
 
.teamName_cell {
    font-weight: 500!important;
    font-size: 1.198em!important;  
  }

  .p-breadcrumb {
    background: #ffffff;
    border: 1px 1px 0px 1px solid #dee2e6;
    border-radius: 6px;
    padding: 1rem;
    padding-top: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .betslip-section .row .col-4 {
        padding: 3px;
    }
}

@media (max-width: 991px) {
    .sidenavwidth {
        width: 100vw;
        max-width: 100%;
    }
    .menulist:first-child {
        display: none;
    }
    .sidenav a {
        font-size: 18px;
    }
    .menulist:last-child {
        margin-top: 10px;
    }
    .mobile-menu {
        display: block;
    }
    .sidenavwidth {
        width: 250px;
        max-width: 100%;
    }
    .sidenav a {
        font-size: 14px;
    }
    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 10px;
        font-size: 30px;
        margin-left: 50px;
    }
    .sb-header nav {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .betslip-section .ticket-btns .dropdown .dropdown-menu {
        max-width: 150px;
    }
    .betslip-section .ticket-btns .dropdown .dropdown-menu a {
        font-size: 14px;
    }
    .desktop-sidebar {
        display: none;
    }
    .mobile-filter {
        display: block;
    }
    .mobile-betslip {
        display: block;
    }
    .desktop-betslip {
        display: none;
    }
    .sb-details-table {
        margin-bottom: 20px;
    }
    .home-sidebar {
        margin-left: 0;
        margin-right: auto;
        max-width: 280px;
        margin-bottom: 30px;
        margin-top: 15px;
    }
    .filter-grid {
        padding: 0px;
    }
    .filters-row {
        padding: 15px 15px;
    }
    .filters-row li a {
        padding: 6px 12px;
    }
    .sb-refresh-btn {
        margin-right: 15px;
    }
    .Hunter-pop-up .Hunter-wrap {
        right: -50px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {}

@media (max-width: 767px) {
    .team-detail p {
        width: 146px;
    }
    .betslip-grid {
        padding: 0px 15px;
    }
    .betslip-grid {
        margin-bottom: 30px;
    }
    .betslip-section {
        margin-left: 0px;
        margin-right: auto;
    }
    .sidenavwidth {
        width: 200px;
        max-width: 100%;
    }
    .sidenav a {
        font-size: 14px;
    }
    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 10px;
        font-size: 27px;
        margin-left: 50px;
    }
    .sb-login-page .login-form {
        padding: 70px 20px 50px 20px;
    }
    .sb-signup-page .signup-form {
        padding: 40px 30px 40px 30px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .sb-detail-header .container {
        max-width: 100%;
    }
}

@media (max-width: 575px) {
    .filter-grid {
        padding: 0px 10px;
    }
    .home-sidebar {
        padding: 0px 10px;
    }
    .sidenavwidth {
        width: 200px;
        max-width: 100%;
    }
    .sidenav a {
        font-size: 14px;
    }
    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 10px;
        font-size: 27px;
        margin-left: 50px;
    }
    .filters-row {
        padding: 15px 0px;
    }
    .login-logo {
        padding-top: 50px;
        padding-bottom: 30px;
    }
    .login-logo img {
        max-width: 70%;
    }
    .login-form .form-group label {
        font-size: 13px;
    }
    .login-form .form-group .sb-forgor-password a {
        font-size: 13px;
    }
    .login-form .input-group input {
        font-size: 13px;
    }
    .login-form .input-group input::placeholder {
        font-size: 13px;
    }
    .login-form .input-group .invalid-error {
        font-size: 13px;
    }
    .login-join-now {
        padding-top: 15px;
        padding-bottom: 30px;
    }
    .login-form-btn {
        margin-top: 30px;
    }
    .login-join-now {
        font-size: 15px;
    }
    .sb-login-page .login-form {
        padding: 35px 15px 25px 15px;
        max-width: 480px;
        margin: 0 auto;
    }
    .sb-login-page .login-join-now {
        padding-top: 15px;
    }
    .login-form-btn button {
        font-size: 16px;
        height: 45px;
    }
    .login-join-now p {
        font-size: 15px;
    }
    .signup-form .form-group .col-sm-6 input {
        height: calc(1.5em + .75rem + 2px);
        margin-bottom: 1rem;
    }
    .signup-form .form-group .col-sm-6:last-child input {
        margin-bottom: 0;
    }
    .signup-form .form-group .col-sm-4 select {
        height: calc(1.5em + .75rem + 2px);
        margin-bottom: 1rem;
    }
    .signup-form .form-group .col-sm-4:last-child select {
        margin-bottom: 0;
    }
    .signup-form .form-group select {
        height: calc(1.5em + .75rem + 2px);
    }
    .signup-logo {
        padding-top: 30px;
        padding-bottom: 20px;
    }
    .join-popup .signup-form {
        padding-left: 5px;
        padding-right: 5px;
    }
    .signup-logo img {
        max-width: 70%;
    }
    .signup-form h4 {
        margin-bottom: 20px;
    }
}

@media (max-width: 445px) {
    .sb-before-login {
        margin-top: 15px;
    }
    .sb-logo .navbar-brand {
        margin-right: 0px;
    }
    .menulist {
        padding: 0px;
    }
    .menulist li {
        margin-right: 5px;
    }
    .menulist li .dropdown button {
        padding: 2px 5px;
        font-size: 12px;
        height: 25px;
    }
    .menulist li a {
        font-size: 12px;
    }
    .common-btn {
        padding: 2px 5px;
        border-radius: 3px;
        height: 25px;
    }
    .filters-row li a {
        padding: 6px 10px;
    }
    .sb-refresh-btn {
        margin-right: 1px;
    }
}

@media (max-width: 382px) {
    .menulist li {
        display: inline-block;
        margin-bottom: 10px;
    }
    .menulist li {
        margin-left: 1px;
        margin-right: 0px;
    }
    .menulist {
        text-align: right;
        display: inline-block;
    }
    .menulist li .dropdown button {
        font-size: 10px;
    }
    .menulist li a {
        font-size: 11px;
    }
    .filters-row li a {
        padding: 6px 10px;
        font-size: 11px;
    }
    .filters-row li {
        margin-right: 1px;
    }
    .filter-grid {
        padding: 0px 5px;
    }
    .home-sidebar {
        padding: 0px 10px;
    }
    .Hunter-pop-up .Hunter-wrap {
        max-width: 280px !important;
    }
}

@media (max-height: 800px) {
    .sb-signup-page {
        padding-bottom: 50px;
        padding-top: 50px;
        height: auto;
    }
}

@media (max-height: 500px) {
    .sb-login-page {
        padding-bottom: 50px;
        padding-top: 50px;
        height: auto;
    }
}