html {
    font-family: 'Roboto', sans-serif;
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body {
    background: #f5f5f5 !important;
}

.mt-2 {
    margin-top: 20px;
}

.ml-1 {
    margin-left: 10px;
}

.w-100 {
    width: 100%;
}

.login-screen-page {
    display: flex;
    min-height: 100vh;
    align-items: center;
    justify-content: space-between;
}

@media(max-width: 991px) {
    .login-screen-page {
        flex-direction: column;
    }
}

.login-screen-page .login-lft-screen {
    background: #fff;
    display: flex;
    min-height: 100vh;
    align-items: center;
    justify-content: center;
    width: 50%;
}

.login-screen-page .login-lft-screen .login-lft-screen-content {
    width: 100%;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
}

.login-screen-page .login-rht-screen {
    background: url("../ad-bg-img-login.png");
    background-size: cover;
    background-position: center;
    display: flex;
    min-height: 100vh;
    align-items: center;
    justify-content: center;
    width: 50%;
}

.login-lft-screen-content .rp-block-head {
    margin-bottom: 20px;
}

.rp-block-head-content h5 {
    font-size: 22px;
    letter-spacing: -0.16px;
    font-family: 'Nunito Sans', sans-serif;
    color: rgba(0, 0, 0, 1);
    font-weight: 700;
}

.rp-block-des p {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
}

.custom-form .form-group .form-label {
    font-size: 14px;
    font-weight: 500;
    color: #344357;
    margin-bottom: 8px;
}

.custom-form .form-control {
    color: #3c4d62;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dbdfea;
    border-radius: 4px;
    box-shadow: none;
    outline: none;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.custom-form .form-control-lg {
    height: calc(42px + 2px);
    padding: 11px 16px;
    font-size: 15px;
    line-height: 20px;
    border-radius: 5px;
}

.custom-form .btn-primary {
    color: #fff;
    background-color: #5824c9;
    border-color: #5824c9;
    padding: 11px 24px;
    font-size: 15px;
    line-height: 20px;
    border-radius: 5px;
    font-weight: 600;
    letter-spacing: -0.16px;
    transition: all 0.5s ease;
}

.custom-form .btn-primary:hover,
.custom-form .btn-primary:focus {
    opacity: 0.9;
}

.sm-logo-roobai {
    width: 60px;
    height: 60px;
    margin-bottom: 2px;
    display: none;
}

@media(max-width: 991px) {
    .login-screen-page {
        flex-direction: column;
        overflow-y: hidden;
    }
    .login-screen-page .login-rht-screen {
        display: none;
    }
    .sm-logo-roobai {
        display: block;
    }
    .login-screen-page .login-lft-screen {
        width: 100%;
    }
    .login-screen-page .login-lft-screen .login-lft-screen-content {
        width: 90%;
    }
    .login-hidden {
        overflow-y: hidden;
    }
}

.icon-btn-rb {
    transition: all 0.5s ease;
}

.custom-form .btn-primary:hover .icon-btn-rb {
    transform: translateX(5px);
}

.d-flex-btn-ad {
    display: flex;
    align-items: center;
    justify-content: center;
}

.rb-login-roobai-circle {
    position: relative;
    display: inline-block;
    margin: 50px;
}

.rb-login-roobai-circle .circle {
    height: 190px;
    width: 190px;
    border-radius: 20px;
    background-color: #5824c9;
    position: relative;
    -webkit-transition: height 0.25s ease, width 0.25s ease;
    transition: height 0.25s ease, width 0.25s ease;
}

.rb-login-roobai-circle .circle:before,
.rb-login-roobai-circle .circle:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 20px;
    background-color: rgba(88, 36, 201, 0.11);
    /* background-color: rgba(240, 103, 33, 0.11); */
}

.rb-login-roobai-circle .circle:before {
    -webkit-animation: ripple 2s linear infinite;
    animation: ripple 2s linear infinite;
}

.rb-login-roobai-circle .circle:after {
    -webkit-animation: ripple 2s linear 1s infinite;
    animation: ripple 2s linear 1s infinite;
}

@-webkit-keyframes ripple {
    0% {
        -webkit-transform: scale(1);
    }
    100% {
        -webkit-transform: scale(2);
        opacity: 0;
    }
}

@keyframes ripple {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(2);
        opacity: 0;
    }
}

.position-relative {
    position: relative;
}

.password-showhide {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 44px;
    height: 44px;
}

.password-showhide .show-password,
.password-showhide .hide-password {
    position: absolute;
    top: 60%;
    right: 5%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
    font-size: 18px;
    color: #a4a4a4;
    display: block;
    line-height: initial;
}

.password-showhide .show-password svg,
.password-showhide .hide-password svg {
    width: 22px;
    height: 22px;
}

.level h2 {
    font-size: 14px;
}

.bg-light-color {
    background: #f5f5f5;
}


/*----------------page-wrapper----------------*/

.page-wrapper {
    height: 100vh;
}

.page-wrapper .theme {
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 4px;
    margin: 2px;
}

.page-wrapper .theme.chiller-theme {
    background: #1e2229;
}


/*----------------toggeled sidebar----------------*/

.page-wrapper.toggled .sidebar-wrapper {
    left: 0px;
    top: 60px;
}

@media screen and (min-width: 768px) {
    .page-wrapper.toggled .page-content {
        padding-left: 260px;
    }
}


/*----------------show sidebar button----------------*/

#show-sidebar {
    position: fixed;
    left: 15px;
    top: 8px;
    border-radius: 0 4px 4px 0px;
    width: 35px;
    transition-delay: 0.3s;
    z-index: 9;
    font-size: 25px;
    color: rgba(0, 0, 0, 0.5);
}

.page-wrapper.toggled #show-sidebar {
    left: -40px;
}


/*----------------sidebar-wrapper----------------*/

.sidebar-wrapper {
    width: 70px;
    height: 100%;
    max-height: 100%;
    position: fixed;
    top: 0;
    top: 60px;
    /* left: -300px; */
    z-index: 999;
}

.page-wrapper.toggled .sidebar-menu ul li a span {
    display: inline-block;
}

.sidebar-wrapper .sidebar-menu ul li a span {
    display: none;
}

.fullIcon .page-wrapper.toggled .sidebar-wrapper {
    width: 230px;
}

.fullIcon .sidebar-wrapper .sidebar-menu ul li a span {
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
}

.fullIcon .sidebar-wrapper {
    width: 230px;
}

@media screen and (min-width: 768px) {
    .fullIcon .page-wrapper .page-content {
        padding-left: 230px;
    }
}

@media screen and (max-width: 767px) {
    .hallIcon .page-wrapper .page-content {
        padding-left: 60px;
    }
}

.hallIcon .container-fluid {
    max-width: 97%;
    margin-left: auto;
    margin-right: 0px;
}

@media screen and (max-width: 767px) {
    .hallIcon .container-fluid {
        max-width: 100%;
    }
}

@media screen and (min-width: 1501px) {
    .hallIcon .container-fluid {
        max-width: 98%;
    }
}

.page-wrapper.toggled .sidebar-wrapper {
    width: 230px;
}

.sidebar-wrapper ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.sidebar-wrapper a {
    text-decoration: none;
}


/*----------------sidebar-content----------------*/

.sidebar-content {
    max-height: calc(100% - 50px);
    height: calc(100% - 0px);
    overflow-y: auto;
    position: relative;
}

.sidebar-content.desktop {
    overflow-y: hidden;
}


/*--------------------sidebar-brand----------------------*/

.sidebar-wrapper .sidebar-brand {
    padding: 10px 20px;
    display: flex;
    align-items: center;
}

.sidebar-wrapper .sidebar-brand>a {
    text-transform: uppercase;
    font-weight: bold;
    flex-grow: 1;
}

.sidebar-wrapper .sidebar-brand #close-sidebar {
    cursor: pointer;
    font-size: 20px;
}


/*--------------------sidebar-header----------------------*/

.sidebar-wrapper .sidebar-header {
    padding: 20px;
    overflow: hidden;
}

.sidebar-wrapper .sidebar-header .user-pic {
    float: left;
    width: 60px;
    padding: 2px;
    border-radius: 12px;
    margin-right: 15px;
    overflow: hidden;
}

.sidebar-wrapper .sidebar-header .user-pic img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.sidebar-wrapper .sidebar-header .user-info {
    float: left;
}

.sidebar-wrapper .sidebar-header .user-info>span {
    display: block;
}

.sidebar-wrapper .sidebar-header .user-info .user-role {
    font-size: 12px;
}

.sidebar-wrapper .sidebar-header .user-info .user-status {
    font-size: 11px;
    margin-top: 4px;
}

.sidebar-wrapper .sidebar-header .user-info .user-status i {
    font-size: 8px;
    margin-right: 4px;
    color: #5cb85c;
}


/*----------------------sidebar-menu-------------------------*/

.sidebar-wrapper .sidebar-menu {
    padding-bottom: 10px;
    padding-top: 10px;
}

.sidebar-wrapper .sidebar-menu .header-menu span {
    font-weight: bold;
    font-size: 14px;
    padding: 15px 20px 5px 20px;
    display: inline-block;
}

.sidebar-wrapper .sidebar-menu ul li a {
    display: inline-block;
    width: 100%;
    text-decoration: none;
    position: relative;
    padding: 8px 30px 8px 20px;
}

.sidebar-wrapper .sidebar-menu ul li a i {
    /* margin-right: 10px; */
    font-size: 15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
}

.sidebar-wrapper .sidebar-menu ul li a:hover>i::before {
    display: inline-block;
    animation: swing ease-in-out 0.5s 1 alternate;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown>a:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    font-style: normal;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    background: 0 0;
    position: absolute;
    right: 15px;
    top: 14px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
    padding: 5px 0;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li {
    padding-left: 25px;
    font-size: 13px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before {
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
    font-size: 8px;
}

.sidebar-wrapper .sidebar-menu ul li a span.label,
.sidebar-wrapper .sidebar-menu ul li a span.badge {
    float: right;
    margin-top: 8px;
    margin-left: 5px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .badge,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .label {
    float: right;
    margin-top: 0px;
}

.sidebar-wrapper .sidebar-menu .sidebar-submenu {
    display: none;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown.active>a:after {
    transform: rotate(90deg);
    right: 17px;
}


/*------scroll bar---------------------*/

::-webkit-scrollbar {
    width: 5px;
    height: 7px;
}

::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-thumb {
    background: #cccccc;
    border: 0px none #ffffff;
    border-radius: 0px;
}

::-webkit-scrollbar-thumb:hover {
    background: #dddddd;
}

::-webkit-scrollbar-thumb:active {
    background: #dddddd;
}

::-webkit-scrollbar-track {
    background: transparent;
    border: 0px none #ffffff;
    border-radius: 50px;
}

::-webkit-scrollbar-track:hover {
    background: transparent;
}

::-webkit-scrollbar-track:active {
    background: transparent;
}

::-webkit-scrollbar-corner {
    background: transparent;
}

.sidebar-header::-webkit-scrollbar-thumb {
    background: #c6d2d9 !important;
    border: 0px none #ffffff;
    border-radius: 0px;
}


/*-----------------------------chiller-theme-------------------------------------------------*/

.chiller-theme .sidebar-wrapper {
    background: #ffffff;
}

.chiller-theme .sidebar-wrapper .sidebar-header,
.chiller-theme .sidebar-wrapper .sidebar-search,
.chiller-theme .sidebar-wrapper .sidebar-menu {
    border-top: 1px solid #c6d2d9;
}

.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
    border-color: transparent;
    box-shadow: none;
}

.chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-role,
.chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-status,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text,
.chiller-theme .sidebar-wrapper .sidebar-brand>a,
.chiller-theme .sidebar-wrapper .sidebar-menu ul li a,
.chiller-theme .sidebar-footer>a {
    color: #818896;
}

.chiller-theme .sidebar-wrapper .sidebar-menu ul li:hover>a,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active>a,
.chiller-theme .sidebar-wrapper .sidebar-header .user-info,
.chiller-theme .sidebar-wrapper .sidebar-brand>a:hover,
.chiller-theme .sidebar-footer>a:hover i {
    color: #000;
}

.page-wrapper.chiller-theme.toggled #close-sidebar {
    color: #bdbdbd;
}

.page-wrapper.chiller-theme.toggled #close-sidebar:hover {
    color: #ffffff;
}

.chiller-theme .sidebar-wrapper ul li:hover a i,
.chiller-theme .sidebar-wrapper .sidebar-dropdown .sidebar-submenu li a:hover:before,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu:focus+span,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active a i {
    /* color: rgb(255, 193, 7);
    text-shadow: 0px 0px 10px rgba(255, 193, 7, 0.5); */
    color: #000;
}

.chiller-theme .sidebar-wrapper .sidebar-menu ul li a i,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown div,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
    /* background: #ffffff; */
}

.chiller-theme .sidebar-wrapper .sidebar-menu .header-menu span {
    color: #000;
}

.chiller-theme .sidebar-footer {
    background: #3a3f48;
    box-shadow: 0px -1px 5px #282c33;
    border-top: 1px solid #464a52;
}

.chiller-theme .sidebar-footer>a:first-child {
    border-left: none;
}

.chiller-theme .sidebar-footer>a:last-child {
    border-right: none;
}

.custom-select-rb .select2-container {
    width: 100% !important;
}

.custom-select-rb .select2-container--default .select2-selection--single,
.select2-container--default .select2-search--dropdown .select2-search__field {
    height: calc(42px + 2px);
    padding: 5px 14px;
    font-size: 14px;
    border: 1px solid #dbdfea;
    outline: none;
}

.custom-select-rb .select2-container--default .select2-selection--single .select2-selection__arrow {
    line-height: 30px;
    height: calc(42px + 2px);
}

.custom-select-rb select.form-control:not([size]):not([multiple]) {
    line-height: 30px;
    height: calc(42px + 2px);
}

.mobile-preview-container {
    display: none !important;
    background: #eee;
    padding: 2px;
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
}

.card {
    border: 1px solid #ebf0f4 !important;
}

.card-title {
    padding: 16px;
    border-bottom: 1px solid rgb(235, 240, 244);
    /* font-weight: bold; */
    font-size: 16px;
    line-height: 20px;
    color: rgb(35, 54, 78);
    margin-bottom: 0px;
    /* margin-left: 0px; */
}

.icon-title {
    text-align: center;
    line-height: 1em;
    display: inline-block;
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    border-radius: 5px;
    padding: 6px;
    color: white;
    background: #ffc107;
    font-size: 20px !important;
    margin-right: 5px;
}

.right-panel-sticky {
    position: sticky;
    top: 70px;
}

.form-group {
    position: relative;
}

.form-control-placeholder {
    position: absolute;
    top: 9px;
    left: 10px;
    padding: 0px 8px 0 8px;
    transition: all 200ms;
    opacity: 0.5;
    color: #495057;
    font-weight: 400;
}

.form-control {
    height: calc(42px + 2px);
    padding: 11px 16px;
    font-size: 15px;
    line-height: 20px;
    border-radius: 5px;
}

.form-control:focus {
    box-shadow: none;
    border-color: #aeb1b4;
}

.form-control:focus+.form-control-placeholder,
.form-control:valid+.form-control-placeholder,
.form-control:invalid+.form-control-placeholder {
    font-size: 85%;
    transform: translate3d(0, -100%, 0);
    opacity: 1;
    background: #fff;
    padding: 0px 8px 0 8px;
    left: 10px;
    margin-bottom: 0px;
    top: 9px;
    font-weight: 600;
}

#snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
    font-size: 17px;
}

.navbar-expand-lg .my-account .navbar-nav .dropdown-menu {
    right: 0px;
    left: auto;
    text-align: center;
    border: 1px solid #ebf0f4 !important;
}

.navbar-expand-lg .my-account .navbar-nav .dropdown-menu a {
    color: rgba(0, 0, 0, .9);
    text-decoration: none !important;
}

.store-class {
    position: absolute;
    width: 30px;
    top: 0px;
    left: 0px;
}

.discount-container {
    display: block;
    line-height: 0px;
    text-align: center;
}

.discount-container .drop-icon {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #ee2b19;
    text-align: center;
    justify-content: center;
    font-weight: 600;
}

.discount-container .drop-icon .drop-amount-list {
    display: flex;
    line-height: initial;
}

.discount-container .drop-icon i {
    margin-right: 3px;
}

.custom-navbar {
    padding-left: 65px;
    position: fixed;
    width: 100%;
    z-index: 8;
    top: 0px;
    left: 0px;
}

.toggled .custom-navbar {
    padding-left: 65px;
}

.title-container {
    font-size: 12px;
    height: 40px;
    font-weight: 600;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.title-container a {
    color: rgba(0, 0, 0, 0.8);
}

.Price-container {
    display: flex;
    align-items: center;
}

.Price-container .mrp-price,
.Price-container .deal-price {
    display: flex;
    align-items: center;
}

.Price-container .mrp-price p,
.Price-container .deal-price p {
    margin-bottom: 0px;
    margin-left: 3px;
}

select.form-control:not([size]):not([multiple]) {
    height: calc(42px + 2px);
}

.navbar-expand-lg .my-account .navbar-nav .dropdown-menu {
    position: absolute;
}

@media(max-width: 991px) {
    .card.fix-mobile-show-buttons {
        display: block;
        position: fixed;
        bottom: 0px;
        left: 0px;
        right: 0px;
        z-index: 999;
        padding-left: 70px;
    }
    .card.fix-laptop-show-buttons {
        display: none;
    }
    .card.fix-mobile-show-buttons .form-btns {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
    .card.fix-mobile-show-buttons .card-body {
        padding: 10px 5px;
    }
    .card.fix-mobile-show-buttons .form-btns .mt-2 {
        margin-top: 0px !important;
    }
    .card.fix-mobile-show-buttons .form-btns .btn {
        margin: 0px 5px;
        text-align: center !important;
    }
    .card.fix-mobile-show-buttons .form-btns .btn.btn-danger {
        display: none;
    }
    .right-panel-sticky {
        height: calc(100% + 80px);
    }
}

@media(min-width: 992px) {
    .card.fix-mobile-show-buttons {
        display: none;
    }
    .card.fix-laptop-show-buttons {
        display: block;
    }
}

.mrp-price {
    text-decoration: line-through;
    color: rgba(0, 0, 0, .5);
    font-size: 14px;
}

.deal-price {
    color: #5824c9;
    font-weight: 700;
    font-size: 14px;
    padding: 0px 10px;
}

.preview-container {
    width: 135px;
    height: 135px;
    margin: auto;
}

.preview-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.card-footer.card-footer2 .row-flex {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: row;
}

.lead {
    font-size: 14px !important;
}

th.sorting {
    font-weight: 500 !important;
}

th.sorting_asc {
    font-weight: 500 !important;
}

th.sorting_desc {
    font-weight: 500 !important;
}

table.dataTable thead .sorting {
    background: none !important;
}

table {
    width: 100%;
    border-collapse: collapse !important;
    border-spacing: 0;
    font-size: 15px;
    margin: 15px 0px;
}

thead tr {
    background: #f1f2f3;
}

.input-sm {
    height: 30px !important;
    line-height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    margin: 0px 10px;
}

li.paginate_button a {
    padding: 2px 10px;
    border-radius: 10px!important;
    background-color: #faf9f8;
    border: 1px solid #dee2e6;
    margin: 0px 5px;
    color: #000 !important;
}

li.paginate_button.active a {
    border-radius: 10px!important;
    font-size: 12px!important;
    color: #fff!important;
    background: #007bff;
    padding: 4px 8px;
}


/*-------------------------------*/


/*       Hamburger-Cross         */


/*-------------------------------*/

.hamburger {
    position: fixed;
    top: 15px;
    z-index: 999;
    display: block;
    width: 32px;
    height: 32px;
    margin-left: 15px;
    background: #fff;
    border: none;
    cursor: pointer;
    left: 0px;
}

.hamburger:hover,
.hamburger:focus,
.hamburger:active {
    outline: none;
}

.hamburger.is-closed:before {
    content: '';
    display: block;
    width: 100px;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed:hover:before {
    opacity: 1;
    display: block;
    -webkit-transform: translate3d(-100px, 0, 0);
    -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
    position: absolute;
    left: 0;
    height: 4px;
    width: 100%;
}

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom {
    background-color: #1a1a1a;
}

.hamburger.is-closed .hamb-top,
.hamburger.is-open .hamb-top {
    top: 5px;
    -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed .hamb-middle,
.hamburger.is-open .hamb-middle {
    top: 50%;
    margin-top: -2px;
}

.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-bottom {
    bottom: 5px;
    -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed:hover .hamb-top {
    top: 0;
    -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed:hover .hamb-bottom {
    bottom: 0;
    -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
    background-color: #1a1a1a;
}


/* .hamburger.is-open .hamb-top,
  .hamburger.is-open .hamb-bottom {
    top: 50%;
    margin-top: -2px;  
  } */


/* .hamburger.is-open .hamb-top { 
    -webkit-transform: rotate(45deg);
    -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
  }
  .hamburger.is-open .hamb-middle { display: none; }
  .hamburger.is-open .hamb-bottom {
    -webkit-transform: rotate(-45deg);
    -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
  } */

.hamburger.is-open:before {
    content: '';
    display: block;
    width: 100px;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-open:hover:before {
    opacity: 1;
    display: block;
    -webkit-transform: translate3d(-100px, 0, 0);
    -webkit-transition: all .35s ease-in-out;
}

.emojiPickerIconWrap {
    width: 100%;
}

img[src="#"] {
    display: none;
}

label {
    margin-bottom: 0px !important;
}

.dataTables_info {
    margin: 0px 20px;
}

.pagination {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.focus-border {
    position: relative;
    width: 100%;
    height: 40px;
    border: none;
    padding: 0 10px;
    box-shadow: none;
    outline: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.focus-border.border-animation {
    border: 2px solid rgba(0, 0, 0, .2);
}

.focus-border.border-animation~.border-line-animation.top-bottom:before,
.focus-border.border-animation~.border-line-animation.top-bottom:after,
.focus-border.border-animation~.border-line-animation.left-right:before,
.focus-border.border-animation~.border-line-animation.left-right:after,
.focus-border.border-animation~.border-line-animation.top:before,
.focus-border.border-animation~.border-line-animation.top:after,
.focus-border.border-animation~.border-line-animation.bottom:before,
.focus-border.border-animation~.border-line-animation.bottom:after,
.focus-border.border-animation~.border-line-animation.left:before,
.focus-border.border-animation~.border-line-animation.left:after,
.focus-border.border-animation~.border-line-animation.right:before,
.focus-border.border-animation~.border-line-animation.right:after {
    position: absolute;
    content: " ";
    right: 0;
    background: #4285F4;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}

.focus-border.border-animation~.border-line-animation.top-bottom:before,
.focus-border.border-animation~.border-line-animation.top-bottom:after,
.focus-border.border-animation~.border-line-animation.top:before,
.focus-border.border-animation~.border-line-animation.top:after,
.focus-border.border-animation~.border-line-animation.bottom:before,
.focus-border.border-animation~.border-line-animation.bottom:after {
    width: 0;
    height: 2px;
}

.focus-border.border-animation~.border-line-animation.left-right:before,
.focus-border.border-animation~.border-line-animation.left-right:after,
.focus-border.border-animation~.border-line-animation.left:before,
.focus-border.border-animation~.border-line-animation.left:after,
.focus-border.border-animation~.border-line-animation.right:before,
.focus-border.border-animation~.border-line-animation.right:after {
    width: 2px;
    height: 0;
}

.focus-border.border-animation.set-2~.border-line-animation.top-bottom:before {
    left: 50%;
    bottom: 0;
}

.focus-border.border-animation.set-2~.border-line-animation.top-bottom:after {
    top: 0;
    left: 50%;
}

.focus-border.border-animation.set-2~.border-line-animation.left-right:before {
    top: 50%;
    left: 0;
}

.focus-border.border-animation.set-2~.border-line-animation.left-right:after {
    top: 50%;
    right: 0;
}

.focus-border.border-animation.set-2:focus~.border-line-animation.top-bottom:before,
.focus-border.border-animation.set-2:focus~.border-line-animation.top-bottom:after {
    width: 100%;
    left: 0;
}

.focus-border.border-animation.set-2:focus~.border-line-animation.left-right:before,
.focus-border.border-animation.set-2:focus~.border-line-animation.left-right:after {
    height: 100%;
    top: 0;
}

.search-box {
    position: relative;
}

.cursor-pointor {
    cursor: pointer;
}


/* Form validation section starts*/

.error {
    color: #990000;
}

.image-error {
    color: #e74c3c;
    font-size: 12px;
    bottom: 0;
    left: 0;
}

.url-error {
    color: #e74c3c;
    font-size: 12px;
    bottom: 0;
    left: 0;
}

.form-group.form-validate {
    position: relative;
}

.form-group.form-validate label {
    display: inline-block;
    margin-bottom: 5px;
}

.form-group.form-validate input {
    border: 2px solid #f0f0f0;
    border-radius: 4px;
    display: block;
    font-family: inherit;
    font-size: 14px;
    padding: 10px;
    width: 100%;
}

.form-group.form-validate.success input {
    border: 2px solid #f0f0f0;
}

.form-group.form-validate.error input {
    border: 1px solid red;
}

.form-group.form-validate small {
    color: #e74c3c;
    visibility: hidden;
    display: none;
}

.form-group.form-validate.error small {
    visibility: visible;
    display: block;
    text-align: right;
}


/* Form validation section ends*/


/* Switch toggle for deal type */

.onoffswitch {
    position: relative;
    width: 110px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    height: 40px;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border-radius: 10px;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before,
.onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 30px;
    padding: 0;
    line-height: 30px;
    font-size: 14px;
    color: white;
    /* font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-weight: bold; */
    box-sizing: border-box;
}

.onoffswitch-inner:before {
    /* content: "Best";
    padding-left: 10px;
    background-color: #28a745;
    
    color: #FFFFFF;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px; */
    content: "Best";
    padding-left: 20px;
    background-color: #28a745;
    color: #fff;
    font-family: -apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,noto sans,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
}

.onoffswitch-inner:after {
    /* content: "Just in";
    padding-right: 10px;
    background-color: #17a2b8;
    
    color: #FFFFFF;
    text-align: right;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px; */

    content: "Just in";
    padding-right: 10px;
    background-color: #20a1b4;
    color: #fff;
    text-align: right;
    font-family: -apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,noto sans,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
}

.onoffswitch-switch {
    /* display: block;
    width: 46px;
    margin: 2px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 60px;
    border-radius: 10px;
    transition: all 0.3s ease-in 0s; */

    display: block;
    width: 36px;
    margin: 2px;
    background: #fff;
    position: absolute;
    
    top: 0px;
    bottom: 1px;
    right: 70px;
    border-radius: 10px;
    transition: all .3s ease-in 0s;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
    right: 0px;
}