/****** Start Main Style ******/

@font-face {
    src: url(../fonts/Poppins-Bold.ttf);
    font-family: Poppins-Bold;
}

@font-face {
    src: url(../fonts/Poppins-SemiBold.ttf);
    font-family: Poppins-SemiBold;
}

@font-face {
    src: url(../fonts/Poppins-Medium.ttf);
    font-family: Poppins-Medium;
}

@font-face {
    src: url(../fonts/Poppins-Regular.ttf);
    font-family: Poppins-Regular;
}

@font-face {
    src: url(../fonts/Poppins-Light.ttf);
    font-family: Poppins-Light;
}

* {
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

html {
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: none !important;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

/* Let's get this party started */
::-webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 8px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #555;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
    background-color: #555;
}

a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

body {
    color: #5A5A5A;
    padding: 0px !important;
    margin: 0px !important;
    font-family: Poppins-Medium;
    -webkit-font-smoothing: antialiased !important;
    font-size: 16px;
    line-height: 1.42857143;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
}

.login-body {
    overflow: hidden
}

input.form-control {
    height: 48px;
    background: #fff;
    font-size: 15px;
    color: #5A5A5A;
    -webkit-box-shadow: none;
    box-shadow: none
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder,
::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #C5C5C5 !important;
    font-family: Poppins-Medium;
    font-size: 14px
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder,
::-moz-placeholder {
    /* Firefox 19+ */
    color: #C5C5C5 !important;
    font-family: Poppins-Medium;
    font-size: 14px
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder,
:-ms-input-placeholder {
    /* IE 10+ */
    color: #C5C5C5 !important;
    font-family: Poppins-Medium;
    font-size: 14px
}

textarea:-moz-placeholder,
input:-moz-placeholder,
:-moz-placeholder {
    /* Firefox 18- */
    color: #C5C5C5 !important;
    font-family: Poppins-Medium;
    font-size: 14px
}

/******************* Start Login Page Style *******************/
.login {
    background-image: url(../img/login-bg.png);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh !important;
}

.right-login {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.logo.text-center {
    margin-top: 0
}

.logo.text-center img {
    width: 60%;
    display: block;
    margin: 0 auto 35px;
}

#login_form {
    width: 65%;
    margin: 0 auto;
    position: relative
}

.left-login h2 {
    margin: 0;
    position: absolute;
    bottom: 30px;
    left: 30px;
    color: #FFFFFF;
    font-family: Poppins-Light;
    font-size: 80px;
    line-height: 70px;
}

.left-login h2 span {
    color: #D6C23D;
    font-family: Poppins-Regular;
}

#login_form input.form-control {
    margin-bottom: 5px;
}

/*
#login_form button {
    background-image: linear-gradient(to right, #B5A223,#D6C23D, #B5A223);
}
*/

.login .crossing {
    position: absolute;
    bottom: 70px;
    left: 30px;
}

.login-arrow {
    position: absolute;
    width: 40px;
    top: 0;
}

img.login-arrow.left-arrow {
    left: -15%;
}

img.login-arrow.right-arrow {
    right: -15%;
}

#login_form .form-group {
    margin-bottom: 30px;
}


.login .crossing h1 {
    color: #fff;
    margin: 0;
    font-weight: bold;
    font-size: 62px;
    border-left: 5px solid #fff;
    padding-left: 10px;
}

.login .crossing h1 span {
    display: block;
    color: #B5A223;
    font-family: Poppins-SemiBold;
    font-size: 32px;
}

label {
    font-size: 14px;
    margin-bottom: 5px;
    color: #5A5A5A;
    font-family: Poppins-SemiBold;
}

.login .btn.btn-primary {
    width: 100%;
    height: 48px;
    padding: 0;
    line-height: 48px;
    font-size: 18px;
    font-family: Poppins-Regular;
    text-transform: uppercase;
    background-image: -webkit-gradient(linear-gradient(to right, #B5A223, #D6C23D, #B5A223));
    background-image: -webkit-gradient(linear, left top, right top, from(#B5A223), color-stop(#D6C23D), to(#B5A223));
    background-image: linear-gradient(to right, #B5A223, #D6C23D, #B5A223);
    border-color: transparent;
}

.btn-primary.focus,
.btn-primary:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(2, 45, 72, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(2, 45, 72, 0.25);
}

.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    background-image: -webkit-gradient(linear-gradient(to right, #B5A223, #D6C23D, #B5A223));
    background-image: -webkit-gradient(linear, left top, right top, from(#B5A223), color-stop(#D6C23D), to(#B5A223));
    background-image: linear-gradient(to right, #B5A223, #D6C23D, #B5A223);
    border-color: transparent;
}

.form-text.text-alert {
    color: #f00;
    font-size: 14px;
    display: none
}

.login input.form-control {
    height: 48px;
    background: #EBEBEB;
    border-color: #D6D6D6;
    font-size: 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/******************* End Login Page Style *******************/

/********** Start Navabr Style ***********/
.navbar-Section {
    background-image: url(../img/Component.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 425px;
    width: 100%;
    position: relative
}

.navbar-Section nav.navbar {
    background-color: transparent !important;
}

.navbar-Section .navbar-brand {
    padding-left: 20px;
    padding-top: 0;
    padding-bottom: 0;
    width: 190px;
}

.navbar-Section .navbar-brand img {
    width: 100%
}

.navbar-Section .user-link .user-img {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    vertical-align: middle;
    display: none;
}

.navbar-Section .user-link .user-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.navbar-Section .user-link .user-info {
    display: inline-block;
    font-size: 15px;
    font-family: Poppins-Bold;
    color: #fff;
    vertical-align: middle;
    line-height: 14px;
    min-width: 150px;
    width: 100%;
}

.navbar-Section .user-link .user-info span {
    display: block;
    font-size: 11px;
    color: #cccccc;
}

.navbar-Section .user-link .dropdown-menu {
    /*
    left: -260px;
    min-width: 320px;
*/
    border: 1px solid #eee;
    border-radius: 4px;
    -webkit-box-shadow: 0px 1px 3px rgba(199, 196, 196, 0.6);
    box-shadow: 0px 1px 3px rgba(199, 196, 196, 0.6);
    padding: 0;
    right: 0;
    left: auto;
    width: 16rem;
}

.navbar-Section .user-link .nav-link {
    cursor: pointer
}

.navbar-Section .user-link .dropdown-item {
    padding: 7px 14px;
    color: #a2a2a2;
    font-size: 13px;
    position: relative
}

.navbar-Section .user-link .dropdown-item i {
    color: #B5A223;
    padding-right: 5px;
}

.navbar-Section .user-link .dropdown-item:focus,
.user-link .dropdown-item:hover {
    text-decoration: none;
    background-image: -webkit-gradient(linear, left top, right top, from(#B5A223), color-stop(#D6C23D), to(#B5A223));
    background-image: linear-gradient(to right, #B5A223, #D6C23D, #B5A223);
    color: #fff;
}



.navbar-Section span.count {
    position: absolute;
    right: 10px;
    color: #fff;
    background-image: -webkit-gradient(linear, left top, right top, from(#B5A223), color-stop(#D6C23D), to(#B5A223));
    background-image: linear-gradient(to right, #B5A223, #D6C23D, #B5A223);
    width: 17px;
    height: 17px;
    border-radius: 50%;
    font-size: 10px;
    text-align: center;
    line-height: 17px;
}

.navbar-Section .dropdown-item:hover span.count {
    color: #B5A223;
    background-image: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(#fff), to(#fff));
    background-image: linear-gradient(to right, #fff, #fff, #fff);
}

.navbar-Section .dropdown-toggle::after {
    display: none
}

.navbar-Section a.nav-link.upload-btn {
    width: 160px;
    background-image: -webkit-gradient(linear, left top, right top, from(#B5A223), color-stop(#D6C23D), to(#B5A223));
    background-image: linear-gradient(to right, #B5A223, #D6C23D, #B5A223);
    color: #fff;
    border-radius: 25px;
    text-align: center;
    text-transform: capitalize;
}

.navbar-Section a.nav-link.upload-btn:focus,
.navbar-Section a.nav-link.upload-btn:hover {
    color: #fff;
}

.navbar-Section .navbar-nav .nav-item {
    padding-right: 25px;
}

.search-content {
    padding-left: 4%;
    padding-top: 130px;
}

.search-content .dropdown {
    padding: 0;
    cursor: pointer;
}

.search-content .dropdown button {
    padding: 0;
    height: 55px;
    background: #fff;
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100% !important;
    font-size: 14px;
    color: #a0a0a0;
    overflow: hidden;
    padding: 0 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.search-content .dropdown button i {
    position: absolute;
    right: 15px
}

.search-content .dropdown button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none
}

.category-menu {
    position: absolute;
    -webkit-transform: translate3d(0px, 55px, 0px);
    transform: translate3d(0px, 55px, 0px);
    top: 0px;
    left: 0px;
    will-change: transform;
    width: 100%;
    margin: 0;
}

.search-content .dropdown-menu.category-menu {
    max-height: 218px;
    overflow: hidden;
    overflow-y: auto;
    height: 200px;
}

.search-content .category-menu .dropdown-subitem {
    font-size: 13px;
    padding-left: 24px;
    color: #7b7b7b;
}

.navbar-Section .dropdown-submenu {
    position: relative;
}

.dropdown-submenu > a:after {
    content: "\f0da";
    float: right;
    border: none;
    font-family: 'FontAwesome';
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0px;
    margin-left: 0px;
}

.navbar-Section .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: auto;
    right: 100%;
    margin-top: -6px;
    margin-left: -1px;
    border-radius: 6px 0px 6px 6px;
}

.sub-sub-drop{
    display: none;
}

/*
.navbar-Section .dropdown-submenu:hover > .dropdown-menu {
    display: block;
}
*/

.navbar-Section .dropdown-submenu:after {
    content: " ";
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 5px 5px 5px;
    border-right-color: #ccc;
    margin-top: 0;
    margin-left: -10px;
    position: absolute;
    left: 12px;
    top: 40%;
}

.navbar-Section .dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}

.navbar-Section .dropdown-item:hover {
    text-decoration: none;
    background-color: #B5A22394;
    color: #fff;
}

.navbar-Section .dropdown-item:focus,
.navbar-Section .dropdown-item:hover {
    text-decoration: none;
    background-color: #B5A223;
    color: #fff !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

a.dropdown-item.cat_id {
    font-weight: bold;
    color: #333333;
}

.navbar-Section .dropdown-submenu:hover .dropdown-menu0 {
    display: block
}

.navbar-Section .sub-drop:hover .sub-sub-menu {
    display: block
}

.navbar-Section .categories .nav-link {
    font-size: 15px;
    font-family: Poppins-Bold;
    color: #fff;
    vertical-align: middle;
    padding-left: 8px;
    line-height: 14px;
    position: relative;
    top: 3px
}

.navbar-Section .categories .dropdown-menu.multi-level {
    right: 0;
    left: auto;
}

.navbar-Section .navbar-light .navbar-nav .show > .nav-link,
.navbar-Section .categories .nav-link:focus,
.navbar-Section .categories .nav-link:hover {
    color: #fff;
    cursor: pointer
}

.navbar-Section .dropdown-submenu.pull-left {
    float: none;
}

.navbar-Section .dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    border-radius: 6px 0 6px 6px;
}

.navbar-Section .dropdown-item button,
.navbar-Section .dropdown-item {
    color: #545454;
    font-size: 14px;
    padding-left: 20px;
    display: block;
    width: 100%;
}

.navbar-Section .dropdown-item button {
    border: 0;
    background-color: transparent;
    text-align: left;
}

.navbar-Section .dropdown-item button:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    box-shadow: none
}

.navbar-Section .dropdown-item i {
    color: #B5A223;
    padding-right: 3px;

}

.navbar-Section .dropdown-item:hover i {
    color: #fff
}

.navbar-Section a.dropdown-item:hover i,
.navbar-Section a.dropdown-item.dropdown-toggle:hover i {
    color: #fff !important
}

.navbar-Section .dropdown-menu {
    padding-right: 0
}

.dropdown-menu .dropdown-item button:hover {
    text-decoration: none;
    color: #fff;
}


.search-content h1 {
    color: #fff;
    font-family: Poppins-SemiBold;
    font-weight: normal;
    font-size: 37px;
    margin: 0px 0 5px;
}

.search-content p {
    font-size: 18px;
    color: #fff;
    margin: 0 0 19px;
}

.search-input,
.custom-seclect {
    padding: 0;
}

.bootstrap-tagsinput .tag {
    margin-right: 2px;
    color: #B5A223;
    border: 1px solid #B5A223;
    padding: 1px 10px;
    border-radius: 25px;
    font-size: 13px;
}

.bootstrap-tagsinput {
    line-height: 25px;
    height: 55px;
    border: 0;
    border-radius: 0;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    border-right: 1px solid #d6d6d6;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100% !important;
    overflow: hidden;
    padding-left: 12px;
    /* overflow-y: auto; */
    padding: 15px;
}

.bootstrap-tagsinput input {
    border: 0;
    font-size: 14px;
}

/*
.search-content input {
    height: 55px;
    border: 0;
    border-radius: 0;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    border-right: 1px solid #d6d6d6;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100% !important;
}
*/
.input-sec .bootstrap-tagsinput {
    line-height: 25px;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    overflow: hidden;
    overflow-y: auto;
    background: #fff;
    font-size: 14px;
    height: 130px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    overflow-y: auto
}

.bootstrap-tagsinput .tag {
    margin-bottom: 5px;
    display: inline-block;
}

.search-content .custom-seclect {
    position: relative
}

.search-content .custom-seclect i {
    position: absolute;
    right: 10px;
    top: 39%;
    color: #a0a0a0;
    font-size: 14px;
}

.search-content .custom-seclect select {
    background: #fff;
    height: 55px;
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100% !important;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
}

.search-content .btn {
    height: 55px;
    border-radius: 0;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    width: 60px;
    color: #fff;
    border-color: transparent;
    background-image: -webkit-gradient(linear, left top, right top, from(#B5A223), color-stop(#D6C23D), to(#B5A223));
    background-image: linear-gradient(to right, #B5A223, #D6C23D, #B5A223);
}

.search-content .form-control:focus {
    border: 0;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-success.dropdown-toggle:focus,
.search-content .btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: transparent;
    background-color: #B5A223;
}

.search-smallScreen {
    position: absolute;
    width: 100%;
    background: #B5A22382;
    top: 98%;
    left: 0;
    z-index: 4;
    padding: 15px;
    display: none;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.nav-result .search-smallScreen .search-content {
    width: 100%;
    padding-left: 7%;
}

.close-search {
    position: absolute;
    right: 13px;
    top: 5px;
    font-size: 14px;
    background: #252525bd;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    color: #fff;
    cursor: pointer
}

/******* Start Content Style ********/
.contnet {
    min-height: calc(100% - 151px);
    /* native */
    padding-bottom: 25px
}

.contnet .sec-title {
    display: inline-block;
    display: inline-block;
    font-size: 21px;
    color: #2f2f2f;
    font-family: Poppins-SemiBold;
    position: relative;
    top: 5px;
    text-transform: uppercase
}

.contnet .line {
    display: inline-block;
    width: 88%;
    /*    background: #751616;*/
    height: 3px;
    margin: 0 auto;
    float: none;
    text-align: center;
    margin-left: 0;
    padding: 0 20px;
}

.contnet .line span {
    display: block;
    width: 100%;
    height: 100%;
    background: #751616;
}

.contnet .more {
    display: inline-block;
    float: right;
    color: #B5A223;
    position: relative;
    top: 10px;
}

.contnet .more button:focus,
.contnet .more button {
    color: #B5A223;
    text-decoration: underline;
    font-size: 14px;
    border: 0;
    background-color: transparent;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    outline: none
}

.sold-label {
    top: 15px;
    position: absolute;
    right: 15px;
    width: 75px;
    height: 75px;
}

.mrtop {
    margin-top: 40px;
}

.pLeft {
    padding-left: 0
}

.item-inner {
    width: 100%;
    height: 515px;
    margin-top: 15px;
    overflow: hidden
}

label.error,
label#cmp-error,
label#brand-error,
label#employee-error,
label.img-err {
    color: #c90000;
    font-size: 12px !important
}

span.import {
    color: #c90000;
    font-size: 13px !important;
}

.item-inner img {
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: opacity .35s;
    transition: opacity .35s
}

.item-inner .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1em 1em 0;
    width: 100%;
    height: 100%;
    display: none
}

.item-text h3 {
    font-size: 23px;
}

.item-text h6 {
    font-size: 18px;
}

.item-inner:hover .overlay {
    display: block
}

.item-inner .overlay::before {
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 50%;
    left: 0;
    border-top: 1px solid rgba(255, 255, 255, .8);
    border-bottom: 1px solid rgba(255, 255, 255, .8);
    content: '';
    opacity: 0;
    background-color: #fff;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    margin: 15px 15px 0;
}

.item-inner .view-list,
.item-inner a,
.item-inner p {
    margin: 0 0 5px;
    opacity: 0;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, -webkit-transform .35s, transform .35s
}

/*
.item-inner .view-list,.item-inner a{
    -webkit-transform:translate3d(0,50%,0);
    transform:translate3d(0,50%,0);
    -webkit-transition-delay:.3s;
    transition-delay:.3s
}
*/
.item-inner:hover .overlay .view-list,
.item-inner:hover .overlay a {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
    text-decoration: none;
}

.item-inner:hover .overlay::before {
    background: rgba(17, 17, 17, 0.8);
    border: none;
    top: 0;
    bottom: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    opacity: .8;
}

a.item.popup-link {
    display: block;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 15px 0 0 25px;
    position: relative;
    top: 0;
    color: #fff;
    font-size: 14px;
}

item.popup-link:hover {
    text-decoration: none
}

.overlay-action {
    position: absolute;
    bottom: 10px;
    right: 20px;
}

.item-inner .view-list {
    width: 100%;
    height: 100%;
    position: relative
}

.overlay-btn {
    display: inline-block;
    width: 44px;
    height: 44px;
    border: 1px solid #B5A223;
    text-align: center;
    color: #B5A223;
    line-height: 44px;
    border-radius: 50%;
    font-size: 16px;
    background: rgba(17, 17, 17, 0.20);
    margin-left: 5px !important;
}

/*
.downloadImages,
.overlay-btn.edit {
    margin-right: 20px;
}
*/

.overlay-btn:hover {
    color: #B5A223;
}


.right-side .item-inner {
    height: 250px
}

.logo-sec .item-inner {
    height: 250px
}

.visuals-sec .item-inner {
    height: 280px
}

.visuals-sec .item-text h3,
.logo-sec .item-text h3,
.right-side .item-text h3 {
    font-size: 17px;
}

.visuals-sec .item-text h6,
.logo-sec .item-text h6,
.right-side .item-text h6 {
    font-size: 13px;
}

.visuals-sec a.item.popup-link,
.logo-sec a.item.popup-link,
.right-side a.item.popup-link {
    padding-left: 15px
}

/******** Start Card View ********/
.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    padding: 2rem 1rem;
}

ul#myTab {
    display: block;
    height: 550px;
    overflow: hidden;
    overflow-y: auto;
    padding-right: 5px;
}

.nav-pills .nav-link {
    border-radius: .25rem;
    /*    height: 176px;*/
    height: 75px;
    padding: 0;
    background-color: rgba(204, 204, 204, 0.52);
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #ccc;
    padding: 4px
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background-color: rgba(204, 204, 204, 0.52);
    padding: 2px;
    border: 2px solid #B5A223;
}

.nav-pills .nav-link img {
    width: 100%;
    height: 100%;
    /*    height: auto*/
}



.padL {
    padding-left: 0
}

.card-modal .tab-content {
    height: 550px;
    position: relative;
}

.card-modal .tab-content .tab-body {
    height: 550px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgba(204, 204, 204, 0.52);
    overflow: hidden;
}

.tab-content .tab-pane img {
    width: 100%;
    height: auto
}

.remove-img {
    position: absolute;
    top: 15px;
    right: 20px;
}

.remove-img .btn {
    font-size: 12px;
    text-align: center;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin: 0;
    border: 0;
    background: #bbb1b182;
    color: #eee;
}

.card-right h2 {
    font-size: 20px;
    color: #111;
    margin: 0 0 15px;
    font-family: Poppins-Bold;
}

.card-right h4 {
    font-size: 14px;
    color: #2D2D2D;
    margin-bottom: 0;
    font-family: Poppins-SemiBold;
    text-transform: uppercase
}

.card-right .data-card span {
    font-size: 14px;
    font-family: Poppins-SemiBold;
}

.card-right .card-info .data-card {
    margin-top: 10px
}

.card-details ul {
    margin: 0;
    padding: 0;
}

.card-details li {
    display: inline-grid;
    width: 32.5%;
    height: 40px;
    margin-bottom: 15px;
}

.card-details li h4 {
    margin: 0 !important;
}

.card-details li span {
    color: #686868;
    font-size: 12px;
    display: block;
}

.card-right p {
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 2px;
}

.keywords-card {
    margin-top: 20px;
}

.keywords-card ul {
    margin: 0px 0 14px;
    padding: 0;
    list-style: none;
}

.keywords-card li {
    display: inline-block;
    border: 1px solid #B5A223;
    border-radius: 25px;
    font-size: 12px;
    padding: 3px 15px;
    color: #B5A223;
    margin-right: 5px;
    margin-top: 10px;
}


.btn-toggle {
    margin: 0 4rem;
    padding: 0;
    position: relative;
    border: none;
    height: 1.5rem;
    width: 3rem;
    border-radius: 1.5rem;
    color: #6b7381;
    background: #bdc1c8;
}
.btn-toggle:focus, .btn-toggle:focus.active, .btn-toggle.focus, .btn-toggle.focus.active {
    outline: none;
}
.btn-toggle:before, .btn-toggle:after {
    line-height: 1.5rem;
    width: 4rem;
    text-align: center;
    font-weight: 600;
    font-size: .75rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    bottom: 0;
    transition: opacity .25s;
}
.btn-toggle:before {
    /*content: 'Off';*/
    left: -4rem;
}
.btn-toggle:after {
    /*content: 'On';*/
    right: -4rem;
    opacity: .5;
}
.btn-toggle > .handle {
    position: absolute;
    top: 0.1875rem;
    left: 0.1875rem;
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 1.125rem;
    background: #fff;
    transition: left .25s;
}
.btn-toggle.active {
    transition: background-color .25s;
}
.btn-toggle.active {
    background-color: #29b5a8;
}
.btn-toggle.active > .handle {
    left: 1.6875rem;
    transition: left .25s;
}
.btn-toggle.active:before {
    opacity: .5;
}
.btn-toggle.active:after {
    opacity: 1;
}

@media (min-width: 1300px) {
    .modal-xl {
        max-width: 1240px;
    }
}

.card-action .btn {
    font-size: 14px;
    padding: 5px;
    border-radius: 4px;
    padding: 5px 15px;
    /* background: rgba(224, 212, 212, 0.56); */
    /* border-color: rgba(224, 212, 212, 0.56); */
    color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    text-transform: capitalize;
}

form .card-action button {
    background-image: -webkit-gradient(linear, left top, right top, from(#B5A223), color-stop(#D6C23D), to(#B5A223));
    background-image: linear-gradient(to right, #B5A223, #D6C23D, #B5A223);
    border-color: #B5A223;
    position: RELATIVE !important;
    margin-top: 15px;
}

button.btn.btn-danger.deleteImg {
    right: 9px;
    font-size: 11px;
    bottom: 4px;
    padding: 5px 8px;
}

form .card-action .btn-danger:not(:disabled):not(.disabled):active:focus,
form .card-action .btn:hover,
form .card-action .btn:focus {
    background: rgba(224, 212, 212, 0.56);
    border-color: rgba(224, 212, 212, 0.56);
    color: #B5A223;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.card-action .btn i {
    padding-right: 5px
}

.modal-body button.close {
    position: absolute;
    top: 5px;
    right: 10px;
    z-index: 2;
    font-size: 29px;
}

/******* Add Product Modal *******/

.padd-0 {
    padding: 0;
    margin: 0
}

.add-pro form {
    width: 100%;
    margin: 0;
    padding: 0
}

/*
.right-form,
.input-sec {
    overflow: hidden;
    height: 550px;
    margin-bottom: 30px;
    overflow-y: auto;
    padding-right: 10px;
}
*/
.input-sec {
    height: 650px;
    overflow: hidden;
    overflow-y: auto;
}

.add-pro form label {
    font-size: 14px;
    font-family: Poppins-SemiBold;
}

.add-pro form .form-control {
    background: #fff;
    font-size: 14px;
    height: 44px
}

.add-pro form textarea {
    height: 130px !important;
    resize: none
}

.add-pro form .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #ccc
}

.left-form {
    padding: 30px 0;
    width: 100%;
    background: rgba(224, 212, 212, 0.56);
}

.left-form .form-row > .col,
.left-form .form-row > [class*=col-] {
    padding-right: 40px;
    padding-left: 40px;
}

.checkbox-sec label {
    display: block
}

.add-pro form .checkbox-sec .custom-checkbox {
    display: inline-block
}

.custom-input-file input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    height: 100%;
    width: 100%;
}

.img-content img {
    width: 100%;
    height: 100%;
    border: 1px solid #a2a2a2;
    border-radius: 25px;
    cursor: pointer;
}

.img-content.active img,.img-content.active video {
    border: 4px solid #B5A223
}

.custom-input-file {
    height: 120px;
    border-radius: 25px;
    border: 2px dotted #ccc;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.custom-input-file .box-input i {
    display: block;
    font-size: 18px;
    line-height: 22px;
}

.box-input {
    /*text-transform: uppercase;*/
    font-size: 16px;
    color: #868383;
    line-height: 16px;
}

i.selFile.fa.fa-times {
    position: absolute;
    top: 10px;
    right: 30px;
    background: #0000008c;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    cursor: pointer
}

.img-content {
    height: 120px;
    margin-bottom: 20px
        /* border: 1px solid #111; */
        /* border-radius: 25px; */
    ;
    width: 120px;
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 120px;
    max-width: 120px;
    padding: 0;
    margin-right: 30px;
}

.add-pro form h2 {
    font-size: 20px;
    margin-bottom: 12px;
    font-family: Poppins-Bold;
    color: #B5A223;
    padding-left: 35px
}

.add-pro form button.btn.btn-primary {
    float: right;
    font-size: 16px;
    text-transform: uppercase;
    background-color: #B5A223;
    border-color: #B5A223;
    padding: 7px 20px;
}

.uploadImgs {
    padding: 0 50px
}

/********** Start result Page Style *********/
.result-search .filter-search {
    border-right: 1px solid rgba(138, 138, 138, 0.28);
    -webkit-box-shadow: 0.1rem 0 3px 1px rgba(0, 0, 0, .075);
    box-shadow: 0.1rem 0 3px 1px rgba(0, 0, 0, .075);
    padding: 0;
    overflow: hidden;
    overflow-y: auto
}

.row-filter h2 {
    font-size: 16px;
    font-family: Poppins-SemiBold;
    color: #545454;
    font-family: Poppins-Bold;
}

.row-filter .form-group {
    margin-bottom: 0
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #B5A223;
    background-color: #B5A223;
}

.custom-control-input:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(228, 171, 80, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(228, 171, 80, 0.25);
}

.row-filter h2 span {
    color: #B5A223;
    padding-right: 5px;
    font-size: 17px;
}

.row-filter {
    margin: 25px 0;
    border-bottom: 1px solid #ccc;
    padding-left: 20px;
    padding-bottom: 30px;
}

.row-filter:last-child {
    border: 0;
    padding-bottom: 15px;
    margin-bottom: 0;
}

.sort-action .btn {
    font-size: 14px;
    padding: 0;
    width: 40px;
    height: 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
}


.sort-action .btn-light:not(:disabled):not(.disabled):active:focus,
.sort-action .show > .btn-light.dropdown-toggle:focus,
.sort-action .btn:focus,
.sort-action .btn:hover {
    /*background-color:*/
}

.sort-action .btn.active-sort:focus,
.sort-action .btn.active-sort:hover,
.sort-action .btn.active-sort {
    background-color: #B5A223;
    border-color: #B5A223;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none
}

.sort-action {
    padding-left: 20px;
    padding-top: 8px;
}

.tittel-el .custom-control-label {
    font-size: 14px;
    color: #696767;
    /* font-family: Poppins-Bold; */
    font-family: Poppins-SemiBold;
}

.el-child {
    padding-left: 10px;
}

.el-child .custom-control-label {
    font-size: 12px;
    color: #a2a2a2;
}

.el-el-child {
    padding-left: 15px;
}

.el-el-child .custom-control-label {
    font-size: 10px;
    color: #a2a2a2;
}

.sort-checkBox .custom-control {
    margin-bottom: 8px;
}

.row-filter .sort-input .form-control {
    height: 36px;
    background: #fff;
    font-size: 14px;
    color: #5A5A5A;
    width: 72%;
    margin-left: 0;
}

.row-filter .sort-input .bootstrap-tagsinput {
    padding: 0
}

.row-filter .sort-input .bootstrap-tagsinput {
    min-height: 36px;
    height: 100%;
    background: #fff;
    font-size: 14px;
    color: #5A5A5A;
    width: 72% !important;
    margin-left: 0;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    padding: 5px 5px;
    position: relative;
}

.filter-content {
    padding: 0 30px;
    height: 100%;
}

.filter-content {
    padding: 20px 50px 0;
}

.filter-content .item-inner {
    height: 300px;
}
.unapproved .item-inner {
    height: 200px
}
section.unapproved {
    min-height: calc(100% - 151px);
    padding-bottom: 25px;
}
.pagination-row nav {
    display: inline-block;
    margin: 0 auto
}

.pagination-lg .page-link {
    padding: 0;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 50%;
    margin-right: 12px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    background: #e2e2e2;
    color: #7b7b7b;
    font-size: 15px;
}

.pagination-lg .page-item:last-child .page-link,
.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}

.page-link:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #B5A223;
    border-color: #B5A223;
    border-radius: 50%;
}

.col-12.text-center.pagination-row {
    margin-top: 30px;
}

.nav-result.navbar-Section {
    background-image: none;
    height: 80px;
    background-color: #1d1d1d;
    padding: 18px 0px;
}
.nav-result.navbar-Section nav {
    padding: 0
}
.nav-result.navbar-Section .navbar-brand {
    width: 175px;
}



.nav-result .search-content {
    padding: 0;
    width: 65%;
    margin: 0 auto;
    display: none
}

.search-nav {
    width: 100%
}

.chosen-container {
    width: 100% !important;
}

/********** Start Footer Style *********/
footer {
    background: #1D1D1D;
    color: #B5A223;
    margin-top: 40px;
    padding: 25px;
    text-align: center;
    font-size: 15px;
    position: relative;
    clear: both;
}

footer p {
    margin: 0
}

.search-footer {
    margin-top: 0
}

.result-search .filter-search .chosen-container {
    width: 79% !important;
}

.result-search .filter-search ul.chosen-choices {
    min-height: 32px !important;
    background: #fff;
    color: #C5C5C5;
    font-family: Poppins-Medium;
    font-size: 14px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-image: none;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s;
    transition: border-color .15s ease-in-out, box-shadow .15s;
    transition: border-color .15s ease-in-out, box-shadow .15s, -webkit-box-shadow .15s;
    overflow: auto;
    padding: 4px 12px;
}

.result-search .filter-search .chosen-container-multi .chosen-choices li.search-choice {
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    margin: 1px 5px 3px 0;
    padding: 7px 17px 7px 5px;
    border: 1px solid #B5A223d1;
    max-width: 100%;
    border-radius: 3px;
    background-color: #B5A223d1;
    box-shadow: none;
    color: #fff;
    line-height: 13px;
    cursor: default;
    font-size: 12px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    top: 8px
}

.chosen-container-single .chosen-single {
    min-height: 44px !important;
    background: #fff;
    color: #5A5A5A;
    font-family: Poppins-Medium;
    font-size: 14px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-image: none;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s;
    transition: border-color .15s ease-in-out, box-shadow .15s;
    transition: border-color .15s ease-in-out, box-shadow .15s, -webkit-box-shadow .15s;
    overflow: auto;
    padding: 10px 12px;
    border-radius: 0;
    overflow: hidden;
    border-radius: .25rem;
}

.chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url(chosen-sprite.png) no-repeat 0px 13px;
}

.chosen-container-single .chosen-single div b {
    background: none;
}

/************************* Start User List Style *************************/
section.contnet.userList,
section.contnet.brandList,
section.contnet.companyList,
section.contnet.specialityList,
section.contnet.employeeList{
    padding: 25px 100px 0;
}

h1.page-title {
    font-size: 23px;
    font-family: Poppins-Bold;
    color: #5A5A5A;
    margin: 0 0 20px;
}

.userList .add-user,
.brandList .add-brand,
.employeeList .add-employee,
.companyList .add-company,
.specialityList .add-speciality {
    display: block;
    margin-top: 25px;
    color: #5A5A5A;
    font-family: Poppins-Bold;
    font-size: 14px;
}

/*
.userList .search-form {
    width: 80%;
    margin: 25px 0 0;
}
*/

.userList .search-form input,
.brandList .search-form input,
.employeeList .search-form input,
.companyList .search-form input,
.specialityList .search-form input {
    height: 44px;
    font-size: 14px;
    border-radius: 25px;
}

.addGroup .search-group-form input.form-control:focus,
.userList .search-form input:focus,
.brandList .search-form input:focus,
.employeeList .search-form input:focus,
.companyList .search-form input:focus,
.specialityList .search-form input:focus {
    border-color: #B5A223;
    -webkit-box-shadow: none;
    box-shadow: none
}

.userList .search-form .searchBtn,
.brandList .search-form .searchBtn,
.employeeList .search-form .searchBtn,
.companyList .search-form .searchBtn,
.specialityList .search-form .searchBtn {
    width: 135px;
    background-color: transparent;
    border-color: #B5A223;
    color: #B5A223;
    height: 44px;
    font-size: 14px;
    border-radius: 4px;
    width: 90px;
    border-radius: 25px;
}

.userList .add-user,
.brandList .add-brand,
.employeeList .add-employee,
.companyList .add-company,
.specialityList .add-speciality {
    width: 135px;
    background-color: #B5A223;
    border: 1px solid #B5A223;
    color: #fff;
    height: 44px;
    font-size: 14px;
    border-radius: 4px;
    text-align: center;
    line-height: 44px;
    float: right;
    margin-top: 45px;
}

.userList .add-user:hover,
.brandList .add-brand:hover,
.employeeList .add-employee:hover,
.companyList .add-company:hover,
.specialityList .add-speciality:hover {
    text-decoration: none;
    background-color: transparent;
    border-color: #B5A223;
    color: #B5A223;
}

.userList .search-form .searchBtn:focus,
.userList .search-form .searchBtn:hover,
.brandList .search-form .searchBtn:focus,
.brandList .search-form .searchBtn:hover,
.employeeList .search-form .searchBtn:focus,
.employeeList .search-form .searchBtn:hover,
.companyList .search-form .searchBtn:focus,
.companyList .search-form .searchBtn:hover,
.specialityList .search-form .searchBtn:focus,
.specialityList .search-form .searchBtn:hover {
    background-color: #B5A223;
    border-color: #B5A223;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none
}

.userList .add-user a,
.brandList .add-brand a,
.employeeList .add-employee a,
.companyList .add-company a,
.specialityList .add-speciality a {
    width: 25px;
    height: 25px;
    background-color: #21badb;
    display: inline-block;
    text-align: center;
    line-height: 25px;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    margin-left: 15px;
}

table.table.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(199, 199, 199, 0.32);
    border: 0
}

.userList table td a,
.brandList table td a,
.employeeList table td a,
.companyList table td a,
.specialityList table td a {
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #F2F2F2;
    border-color: #B5A223;
    margin: 0;
    padding: 0;
    line-height: 45px;
    color: #585858;
    margin-right: 30px;
}

.userList table td a:focus,
.userList table td a:hover,
.brandList table td a:focus,
.brandList table td a:hover,
.employeeList table td a:focus,
.employeeList table td a:hover,
.companyList table td a:focus,
.companyList table td a:hover,
.specialityList table td a:focus,
.specialityList table td a:hover {
    color: #B5A223;
    border-color: #B5A223;
    background-color: #F2F2F2;
    -webkit-box-shadow: none;
    box-shadow: none
}

.userList .table thead th,
.brandList .table thead th,
.employeeList .table thead th,
.companyList .table thead th,
.specialityList .table thead th {
    vertical-align: bottom;
    border: 0;
    font-size: 14px;
    color: #cccccc;
    font-family: Poppins-Bold;
}

.userList .table tbody tr,
.brandList .table tbody tr,
.employeeList .table tbody tr,
.companyList .table tbody tr,
.specialityList .table tbody tr {
    background: #fff;
    border: 0
}

.userList .table tbody tr th,
.userList .table tbody tr td,
.brandList .table tbody tr th,
.brandList .table tbody tr td,
.employeeList .table tbody tr th,
.employeeList .table tbody tr td,
.companyList .table tbody tr th,
.companyList .table tbody tr td,
.specialityList .table tbody tr th,
.specialityList .table tbody tr td {
    padding: 6px 15px;
    vertical-align: middle;
    font-size: 14px;
    color: #585858;
    border: 0;
    font-family: Poppins-Bold;
}

.userList .table tbody tr td:last-child,
.brandList .table tbody tr td:last-child,
.employeeList .table tbody tr td:last-child,
.companyList .table tbody tr td:last-child,
.specialityList .table tbody tr td:last-child {
    text-align: center
}


apper .table-responsive {
    margin-top: 50px;
}

.custom-control.custom-radio {
    display: inline-block;
}

.userList .add-pro form,
.brandList .add-pro form,
.employeeList .add-pro form,
.companyList .add-pro form,
.specialityList .add-pro form {
    width: 80%;
    margin: 10px auto 0;
    padding: 0;
}

.userList .modal-body.add-pro,
.brandList .modal-body.add-pro,
.employeeList .modal-body.add-pro,
.companyList .modal-body.add-pro,
.specialityList .modal-body.add-pro {
    background: #efe7e773;
}


/************************ Start User Profile Style *******************/
section.contnet.addGroup {
    padding: 25px 100px 0;
}

.addGroup .search-group-form input.form-control {
    height: 40px;
    font-size: 14px;
}

.addGroup .custom-control.overflow-checkbox .overflow-control-input {
    display: none;
}

.addGroup .custom-control.overflow-checkbox .overflow-control-input:checked ~ .overflow-control-indicator::after {
    -webkit-transform: rotateZ(45deg) scale(1);
    transform: rotateZ(45deg) scale(1);
    top: -5px;
    left: 4px;
}

.addGroup .custom-control.overflow-checkbox .overflow-control-input:checked ~ .overflow-control-indicator::before {
    opacity: 1;
}

.addGroup .custom-control.overflow-checkbox .overflow-control-indicator {
    border-radius: 3px;
    display: inline-block;
    position: absolute;
    top: 4px;
    left: 0;
    width: 14px;
    height: 14px;
    border: 2px solid #F9B234;
}

.addGroup .custom-control.overflow-checkbox .overflow-control-indicator::after {
    content: '';
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: rotateZ(90deg) scale(0);
    transform: rotateZ(90deg) scale(0);
    width: 8px;
    border-bottom: 3px solid #F9B234;
    border-right: 3px solid #F9B234;
    border-radius: 3px;
    top: -2px;
    left: 2px;
}

.addGroup .custom-control.overflow-checkbox .overflow-control-indicator::before {
    content: '';
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    -webkit-transition: .3s;
    transition: .3s;
    width: 8px;
    border-right: 6px solid #fff;
    border-radius: 3px;
    -webkit-transform: rotateZ(45deg) scale(1);
    transform: rotateZ(45deg) scale(1);
    top: -4px;
    left: 5px;
    opacity: 0;
}

.addGroup .row-header .custom-control,
.addGroup .row-header .text-header {
    display: inline-block
}

.addGroup .row-header .custom-control {
    float: right;

}

.addGroup span.overflow-control-description {
    color: #fff;
    font-size: 13px;
    position: relative;
    top: 1px;
    font-family: Poppins-Medium;
}

.addGroup .row-header .text-header {
    font-size: 15px;
    font-family: Poppins-Bold;
    color: #5A5A5A;
}

.addGroup .checkBox-group .custom-control {
    float: left;
    display: block;
}

.addGroup .checkBox-row {
    width: 100%;
    margin: 0 0 5px
}

.addGroup .checkBox-group .custom-control .overflow-control-description {
    font-size: 14px;
    color: #585858;
    font-family: Poppins-Medium;
}

.addGroup .checkBox-group .custom-control.overflow-checkbox .overflow-control-indicator {
    border: 2px solid #969696;
}

.addGroup .checkBox-group .custom-control.overflow-checkbox .overflow-control-indicator::after {
    border-bottom: 3px solid #969696;
    border-right: 3px solid #969696;
}

.addGroup .checkBox-group {
    background-color: #fff;
    padding: 10px 15px;
    margin: 0px 0 15px;
    height: 60vh;
    width: 100%;
    overflow: hidden;
    overflow-y: auto;
    border: 1px solid rgba(0, 0, 0, .075);
    -webkit-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.addGroup .form-action-checkbox {
    margin: 25px 0;
    padding: 0 15px;
}



.addGroup .form-action-checkbox .btn {
    display: inline-block;
    width: 130px;
    height: 40px;
    font-size: 13px;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    text-transform: uppercase;
    font-family: Poppins-Medium;
}

.addGroup .form-action-checkbox button.cancel {
    background: #ececec;
    border-color: #ececec;
    color: #717171;
}

.addGroup .form-action-checkbox button.cancel:hover {
    background: #ececec;
    border-color: #ececec;
    color: #717171;
}

.addGroup .form-action-checkbox button.add {
    color: #B5A223;
    border-color: #B5A223;
}

.addGroup .form-action-checkbox button.save {
    background-image: -webkit-gradient(linear, left top, right top, from(#B5A223), color-stop(#D6C23D), to(#B5A223));
    background-image: linear-gradient(to right, #B5A223, #D6C23D, #B5A223);
    border-color: #B5A223;
    color: #fff
}

.row-header {
    background-image: -webkit-gradient(linear, left top, right top, from(#B5A223), color-stop(#D6C23D), to(#B5A223));
    background-image: linear-gradient(to right, #B5A223, #D6C23D, #B5A223);
    padding: 15px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.row-header .overflow-control-indicator {
    display: none !important
}

.addGroup .row-header .custom-control {
    float: right;
    border: 1px solid #fff;
    text-align: center;
    padding: 2px 10px 3px !important;
    border-radius: 25px;
    cursor: pointer;
}

/************************* Start Datepicker Style  *************************/

.bootstrap-datetimepicker-widget.dropdown-menu {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 10px 0 0 0;
    padding: 0;
    min-width: 300px;
    max-width: 100%;
    width: auto;
    border: 1px solid #eee;
    border-radius: 4px;
    -webkit-box-shadow: 0px 1px 3px;
    box-shadow: 0px 1px 3px
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before,
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
    display: none;
}

.bootstrap-datetimepicker-widget.dropdown-menu table td,
.bootstrap-datetimepicker-widget.dropdown-menu table th {
    border-radius: 0;
}

.bootstrap-datetimepicker-widget.dropdown-menu table td.old,
.bootstrap-datetimepicker-widget.dropdown-menu table td.new {
    color: #bbb;
}

.bootstrap-datetimepicker-widget.dropdown-menu table td.today:before {
    border-bottom-color: #0095ff;
}

.bootstrap-datetimepicker-widget.dropdown-menu table td.active,
.bootstrap-datetimepicker-widget.dropdown-menu table td.active:hover,
.bootstrap-datetimepicker-widget.dropdown-menu table td span.active {
    background-color: #21badb;
    text-shadow: none;
    color: #fff;
}

.bootstrap-datetimepicker-widget.dropdown-menu table td.active.today:before,
.bootstrap-datetimepicker-widget.dropdown-menu table td.active:hover.today:before,
.bootstrap-datetimepicker-widget.dropdown-menu table td span.active.today:before {
    border-bottom-color: #fff;
}

.bootstrap-datetimepicker-widget.dropdown-menu table th {
    height: 40px;
    padding: 0;
    width: 40px;
}

.bootstrap-datetimepicker-widget.dropdown-menu table th.picker-switch {
    width: auto;
}

.bootstrap-datetimepicker-widget.dropdown-menu table tr:first-of-type th {
    padding-top: 20px;
    padding-bottom: 15px;
}

.bootstrap-datetimepicker-widget.dropdown-menu table td.day {
    height: 32px;
    line-height: 42px;
    padding: 0;
    width: auto;
    border-radius: 4px;
    font-size: 14px;
}

.bootstrap-datetimepicker-widget.dropdown-menu table td span {
    border-radius: 0;
    height: 77px;
    line-height: 77px;
    margin: 0;
    width: 25%;
}

.bootstrap-datetimepicker-widget.dropdown-menu .datepicker-months tbody tr td,
.bootstrap-datetimepicker-widget.dropdown-menu .datepicker-years tbody tr td,
.bootstrap-datetimepicker-widget.dropdown-menu .datepicker-decades tbody tr td {
    padding: 0;
}

.bootstrap-datetimepicker-widget.dropdown-menu .datepicker-decades tbody tr td {
    height: 27px;
    line-height: 27px;
}

.bootstrap-datetimepicker-widget.dropdown-menu .datepicker-decades tbody tr td span {
    display: block;
    float: left;
    width: 50%;
    height: 46px;
    line-height: 46px !important;
    padding: 0;
}

.bootstrap-datetimepicker-widget.dropdown-menu .datepicker-decades tbody tr td span:not(.decade) {
    display: block;
}

.bootstrap-datetimepicker-widget.dropdown-menu .timepicker-picker table td {
    padding: 0;
    width: 30%;
    height: 20px;
    line-height: 20px;
}

.bootstrap-datetimepicker-widget.dropdown-menu .timepicker-picker table td:nth-child(2) {
    width: 10%;
}

.bootstrap-datetimepicker-widget.dropdown-menu .timepicker-picker table td a,
.bootstrap-datetimepicker-widget.dropdown-menu .timepicker-picker table td span,
.bootstrap-datetimepicker-widget.dropdown-menu .timepicker-picker table td button {
    border: none;
    border-radius: 0;
    height: 56px;
    line-height: 56px;
    padding: 0;
    width: 100%;
}

.bootstrap-datetimepicker-widget.dropdown-menu .timepicker-picker table td span {
    color: #333;
    margin-top: -1px;
}

.bootstrap-datetimepicker-widget.dropdown-menu .timepicker-picker table td button {
    background-color: #fff;
    color: #333;
    font-weight: bold;
    font-size: 1.2em;
}

.bootstrap-datetimepicker-widget.dropdown-menu .timepicker-picker table td button:hover {
    background-color: #eee;
}

.bootstrap-datetimepicker-widget.dropdown-menu .picker-switch table td {
    border-top: 1px solid #34495e;
    display: none
}

.bootstrap-datetimepicker-widget.dropdown-menu .picker-switch table td a,
.bootstrap-datetimepicker-widget.dropdown-menu .picker-switch table td span {
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0;
    width: 100%;
}

/*#loading{*/
/*display: none;*/
/*width: 100%;*/
/*height: 100%;*/
/*position: fixed;*/
/*background: rgba(0,0,0,.6);*/
/*z-index: 99999;*/
/*opacity: .9;*/
/*margin-left: auto;*/
/*margin-right: auto;*/
/*text-align: center;*/
/*top: 0;*/
/*right: 0;*/
/*}*/
#loading .loadingio-spinner-spinner-08kfiy34ernn {
    position: absolute;
    top: 45%;
    margin-left: -5.5%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

/************************* Start Modal Style *************************/
#deleteModal .modal-dialog,
.model_style .modal-dialog {
    min-height: calc(100vh - 60px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: auto;
}

#deleteModal .modal-body h2,
.model_style .modal-body h2 {
    margin: 0 0 15px;
    font-size: 20px;
    font-family: Poppins-Bold;
    color: #2b2b2b;
}

#deleteModal .modal-body p,
.model_style .modal-body p {
    font-size: 13px;
    color: #9a9a9a;
}

#deleteModal .modal-body .modal-action .btn,
.model_style .modal-body .modal-action .btn {
    display: inline-block;
    width: 90px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    font-size: 14px;
    border-radius: 4px
}

#deleteModal .modal-body .modal-action .btn-secondary:hover,
#deleteModal .modal-body .modal-action .btn-secondary:focus,
#deleteModal .modal-body .modal-action .btn-secondary,
.model_style .modal-body .modal-action .btn-secondary:hover,
.model_style .modal-body .modal-action .btn-secondary:focus,
.model_style .modal-body .modal-action .btn-secondary {
    background-color: #e6e6e6;
    border-color: #e6e6e6;
    color: #434343;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#deleteModal .modal-body .modal-action .btn-primary:hover,
#deleteModal .modal-body .modal-action .btn-primary:focus,
#deleteModal .modal-body .modal-action .btn-primary,
.model_style .modal-body .modal-action .btn-primary:hover,
.model_style .modal-body .modal-action .btn-primary:focus,
.model_style .modal-body .modal-action .btn-primary {
    background-color: #B5A223;
    border-color: #B5A223;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#deleteModal .modal-body .modal-body-header,
.model_style .modal-body .modal-body-header {
    position: relative;
}

#deleteModal .modal-body .modal-body-header button,
.model_style .modal-body .modal-body-header button {
    position: absolute;
    top: 0;
    right: 0
}

#deleteModal .modal-body .modal-body-header button:hover,
#deleteModal .modal-body .modal-body-header button:focus,
.model_style .modal-body .modal-body-header button:hover,
.model_style .modal-body .modal-body-header button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

#deleteModal.modal,
.model_style.modal {
    background: rgba(17, 17, 17, 0.79);
}

#deleteModal .modal-body,
.model_style .modal-body {
    padding: 1rem;
}

.modal-body button.close:focus {
    text-decoration: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

element.style {
    height: 560px;
    overflow: hidden;
    overflow-y: auto;
    display: block;
    padding-right: 5px;
}

/******* Start Loading Style *********/
.loading-overlay {
    background: rgba(175, 175, 175, 0.6);
    color: #FFF;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.reverse-spinner {
    position: relative;
    height: 150px;
    width: 150px;
    border: 6px solid transparent;
    border-top-color: #B5A223;
    border-left-color: #B5A223;
    border-radius: 50%;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

.reverse-spinner::before {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    content: "";
    border: 6px solid transparent;
    border-top-color: #D6C23D;
    border-left-color: #D6C23D;
    border-radius: 50%;
    -webkit-animation: spinBack 1s linear infinite;
    animation: spinBack 1s linear infinite;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

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

@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

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


@-webkit-keyframes spinBack {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(-720deg);
        transform: rotate(-720deg);
    }
}

@keyframes spinBack {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(-720deg);
        transform: rotate(-720deg);
    }
}

/*********** Start Unapproved Page **********/
.unapproved .sold-label {
    top: 0;
    right: 0;
}
.unapproved .header-unapproved .custom-control {
    padding: 7px 5px !important;
    border-radius: 25px;
    cursor: pointer;
    width: 160px;
    background-image: -webkit-gradient(linear, left top, right top, from(#B5A223), color-stop(#D6C23D), to(#B5A223));
    background-image: linear-gradient(to right, #B5A223, #D6C23D, #B5A223);
    color: #fff;
    border-radius: 25px;
    text-align: center;
    text-transform: capitalize;
}
.unapproved .custom-control.overflow-checkbox .overflow-control-input {
    display: none;
}

.unapproved .header-unapproved .overflow-control-indicator {
    display: none!important;
}

.unapproved .custom-control.overflow-checkbox .overflow-control-indicator {
    border-radius: 3px;
    display: inline-block;
    position: absolute;
    top: 6px;
    left: 9px;
    width: 17px;
    height: 17px;
    border: 2px solid #6f6f6f;
}

.unapproved .overflow-control-input:checked ~ .overflow-control-indicator {
    background-image: -webkit-gradient(linear, left top, right top, from(#B5A223), color-stop(#D6C23D), to(#B5A223));
    background-image: linear-gradient(to right, #B5A223, #D6C23D, #B5A223);
    border:none!important
}

.unapproved span.overflow-control-description {
    color: #fff;
    font-size: 13px;
    position: relative;
    top: 1px;
    font-family: Poppins-Medium;
}

.unapproved .custom-control.overflow-checkbox .overflow-control-indicator::before {
    content: '';
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    -webkit-transition: .3s;
    transition: .3s;
    width: 8px;
    border-right: 6px solid transparent;
    border-radius: 3px;
    -webkit-transform: rotateZ(45deg) scale(1);
    transform: rotateZ(45deg) scale(1);
    top: -4px;
    left: 5px;
    opacity: 0;
}

.unapproved .custom-control.overflow-checkbox .overflow-control-input:checked ~ .overflow-control-indicator::before {
    opacity: 1;
}

.unapproved .custom-control.overflow-checkbox .overflow-control-indicator::after {
    content: '';
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: rotateZ(90deg) scale(0);
    transform: rotateZ(90deg) scale(0);
    width: 8px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    border-radius: 3px;
    top: -2px;
    left: 2px;
}

.unapproved .checkBox-group .custom-control.overflow-checkbox .overflow-control-indicator::after {
    border-bottom: 3px solid #969696;
    border-right: 3px solid #969696;
}

.unapproved .custom-control.overflow-checkbox .overflow-control-input:checked ~ .overflow-control-indicator::after {
    -webkit-transform: rotateZ(45deg) scale(1);
    transform: rotateZ(45deg) scale(1);
    top: 0px;
    left: 4px;
}

.unapproved .custom-control {
    position: relative;
    display: block;
    min-height: auto;
    padding-left: 0;
}
.pos-relative {
    position: relative
}

.btn-showView {
    position: absolute;
    z-index: 5;
    bottom: 9px;
    color: #d3c03b;
    width: 30px;
    height: 30px;
    border: 2px solid #e2e2e2;
    border-radius: 10px;
    font-size: 16px;
    right: 23px;
    display: block;
    line-height: 30px;
    text-align: center;
}

.btn-showView:hover {
    text-decoration: none;
    color: #d3c03b;
}
.unapproved-action button {
    display: inline-block
}
.unapproved-action {
    text-align: right
}


.unapproved-action .btn {
    padding: 5px 25px !important;
    color: #fff;
    border-radius: 25px;
    text-align: center;
    text-transform: capitalize;
    font-size: 14px;
}

.unapproved-action .apply-btn {
    background-image: -webkit-gradient(linear, left top, right top, from(#B5A223), color-stop(#D6C23D), to(#B5A223));
    background-image: linear-gradient(to right, #B5A223, #D6C23D, #B5A223);
}
.unapproved-action .apply-btn:hover,
.unapproved-action .apply-btn:focus {
   color: #fff;
}

.unapproved-action .cancel-btn {
    background-image: -webkit-gradient(linear, left top, right top, from(#868582), color-stop(#bbb8af), to(#868582));
    background-image: linear-gradient(to right, #868582, #bbb8af, #868582);
}
.unapproved-action .cancel-btn:hover,
.unapproved-action .cancel-btn:focus {
    color: #fff;
}


.pagination {
    font-family: Poppins-Medium;
}

.pagination .active a {
    color: #9F733E;
    background-color: transparent;
    font-weight: 600;
}

.pagination .active a:hover {
    background-color: transparent;
    color: #9F733E;
    border: 0px;
}

.pagination .active a:focus {
    background-color: transparent;
    color: #9F733E;
    outline: none;
}

.pagination li a {
    margin: 0px 3px;
}

.pagination li a:hover {
    background-color: transparent;
    border-bottom: 1px solid;
}

.pagination li a:focus {
    outline: none;
    background-color: transparent;
}

.pagination li:first-child a,
.pagination li:nth-child(3) a {
    border: 2px solid #9F733E !important;
    border-radius: 6px;
    border: 1px solid;
    font-size: 14px;
    background: #9F733E;
    color: #fff;

    width: 35px;
    height: 35px;

}

.pagination li:nth-child(2) a {
    border: 1px solid #9F733E !important;
    border-radius: 6px;
    border: 1px solid;
    font-size: 14px;
    background: #fff;

    width: 35px;
    height: 35px;
    color: #4E4E4E;
}

.pagination li:nth-child(2) a:hover {
    text-decoration: none;
    color: #343434;
}

.pagination li:first-child a:hover,
.pagination li:nth-child(3) a:hover {
    text-decoration: none !important;
    color: #fff;
    background-color: #8e6839;
    border-color: #8e6839;
}

.pagination li:first-child a:focus,
.pagination li:nth-child(3) a:focus {
    outline: none;
}

.pagination li:nth-child(4) {
    color: #4E4E4E;
    font-size: 17px;
    display: flex;
    align-items: center;
    padding-left: 5px;
}
.pagination input {
    width: 50px;
    height: 35px;
    text-align: center;
    color: #4E4E4E;
    border-radius: 6px;
    border: 1px solid #9F733E !important;
    outline: none;
    box-shadow: initial;

}

/**************** Start Media Query **************/
@media (min-width: 320px) {
    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
    }

    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .navbar-expand-lg .navbar-toggler {
        display: none;
    }

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

@media (min-width: 992px) {

    .modal-lg,
    .modal-xl {
        max-width: 980px;
    }
}

@media (max-height: 676px) and (max-width: 1366px) {

    .modal-lg,
    .modal-xl {
        max-width: 98%;
        padding: 0;
        margin: 1rem auto;
    }

    div#cardModal {
        margin: 0;
        padding: 0 !important;
    }
}

@media (min-width: 1336px) and (max-width: 1440px) {
    .nav-result .search-content {
        width: 100%;
    }

    .nav-result .search-content {
        width: 100%
    }
}

@media (min-width: 1100px) and (max-width: 1366px) {
    .login h2 {
        font-size: 50px;
        line-height: 45px;
    }
}

@media (min-width: 1200px) and (max-width: 1280px) {
    .nav-result .search-content {
        width: 100%;
    }

    .row-filter {
        padding-left: 20px;
    }

    .sort-action .btn {
        font-size: 13px
    }

    a.item.popup-link {
        padding: 10px 0 0 15px;
    }

    .item-text h3 {
        font-size: 21px;
        padding-right: 5px
    }

    .item-text h6 {
        font-size: 14px;
        padding-right: 15px;
    }
    .nav-result.navbar-Section {
        padding: 18px 20px;
    }
    .overlay-btn {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
    }


}

@media (min-width: 992px) and (max-width: 1199px) {
    .navbar-Section .categories .dropdown-menu.multi-level {
        right: 0;
        top: 100%;
    }

    .item-inner {
        width: 100%;
        height: 430px;
        margin-top: 15px;
    }

    .right-side .item-inner {
        height: 208px;
    }

    .logo-sec .item-inner {
        height: 175px;
    }

    .visuals-sec .item-inner {
        height: 250px;
    }

    .contnet .line {
        width: 87%;
    }

    .left-form {
        padding: 25px 20px;
    }

    .img-content,
    .custom-input-file {
        height: 120px
    }

    .box-input {
        font-size: 14px
    }

    .custom-input-file .box-input i {
        font-size: 16px
    }

    .tab-content > .tab-pane {
        height: 515px;
    }

    /*
    .nav-pills .nav-link {
        height: 172px;
    }
*/

    .card-right h2 {
        font-size: 23px;
        margin: 0px 0 8px;
    }

    .card-right p {
        margin-bottom: 15px;
    }

    .filter-content .item-inner {
        height: 225px;
    }

    result-search .item-text {
        font-size: 20px
    }

    result-search a.item.popup-link {
        padding: 15px 0 0 10px;
    }

    .filter-content {
        padding: 20px 25px 0;
    }

    .nav-result .search-input {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 55.333333%;
        max-width: 55.333333%
    }

    .nav-result .search-content {
        width: 100%;
    }

    .nav-result .navbar-nav .nav-item {
        padding-right: 0;
    }

    .search-content .custom-seclect select {
        font-size: 13px
    }

    .search-content .custom-seclect i {
        right: 6px;
        top: 37%;
        font-size: 13px;
    }

    .nav-result a.nav-link.upload-btn {
        width: 125px;
    }

    .navbar-Section .navbar-brand {
        padding-left: 5px;
        width: 175px;
    }

    .nav-result .dropdown button,
    .nav-result .search-content .btn,
    .nav-result .bootstrap-tagsinput,
    .nav-result .search-content .custom-seclect select {
        height: 45px
    }

    .contnet {
        min-height: calc(100% - -90px);
    }

    section.contnet.userList,
    section.contnet.brandList,
    section.contnet.employeeList,
    section.contnet.companyList,
    section.contnet.specialityList {
        padding: 25px 50px 0;
    }

    section.contnet.addGroup {
        padding: 25px 30px 0;
    }

    .addGroup .row-header .text-header {
        font-size: 14px;
    }

    .addGroup .row-header .custom-control {
        padding: 2px 7px 3px !important;
        font-size: 13px;
    }

    a.item.popup-link {
        padding: 10px 0 0 10px;
    }

    .item-text h3 {
        font-size: 19px;
        padding-right: 5px
    }

    .item-text h6 {
        font-size: 13px;
        padding-right: 15px;
    }

    .row-filter {
        padding-left: 15px;
        padding-bottom: 10px;
    }

    .left-login h2 {
        font-size: 50px;
        line-height: 50px;
    }

    #login_form {
        width: 80%;

    }
    .nav-result.navbar-Section {
        background-image: none;
        height: 80px;
        background-color: #1d1d1d;
        padding: 18px 20px;
    }
    .overlay-btn {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
    }


}

@media (min-width: 768px) and (max-width: 992px) {
    .search-content h1 {
        font-size: 32px;
    }

    .search-content p {
        font-size: 15px;
    }

    .navbar-Section {
        height: 380px;
    }

    .search-content {
        padding-top: 65px;
    }

    .navbar-Section .categories .dropdown-menu.multi-level {
        right: 0;
        left: auto;
    }

    .navbar-Section .dropdown-item button,
    .navbar-Section .dropdown-item {
        font-size: 13px;
        padding-left: 10px;
        padding: .1rem 1rem;
    }

    .item-inner {
        width: 100%;
        height: 370px;
        margin-top: 15px;
    }

    .right-side .item-inner {
        height: 178px;
    }

    .event-sec .view-list h2 {
        font-size: 20px
    }

    a.item.popup-link {
        padding: 15px 0 0 10px;
    }

    .visuals-sec .item-text h3,
    .logo-sec .item-text h3,
    .right-side .item-text h3 {
        font-size: 13px;
    }

    .visuals-sec .item-text h6,
    .logo-sec .item-text h6,
    .right-side .item-text h6 {
        font-size: 13px;
    }

    .visuals-sec a.item.popup-link,
    .logo-sec a.item.popup-link,
    .right-side a.item.popup-link {
        padding-left: 10px;
    }

    .overlay-btn {
        width: 34px;
        height: 34px;
        line-height: 40px;
        border-radius: 50%;
        font-size: 14px;
    }

    .overlay-action {
        bottom: 5px;
        right: 15px;
    }

    /*
    .downloadImages,
    .overlay-btn.edit {
        margin-right: 5px;
    }
*/

    .sec-body .col-md-6 {
        padding-right: 0
    }

    .item-inner .overlay::before {
        margin: 15px 0 0 15px;
    }

    .row.right-side {
        padding-right: 25px;
    }

    .contnet .sec-title {
        font-size: 18px;
    }

    .contnet .line {
        width: 84%;
    }

    .contnet .more {
        top: 5px;
    }

    .logo-sec .item-inner {
        height: 175px;
    }

    .visuals-sec .col-md-4,
    .logo-sec .col-md-3 {
        padding-right: 0
    }

    .visuals-sec .row.sec-body,
    .logo-sec .row.sec-body {
        padding-right: 15px;
    }

    .visuals-sec .item-inner {
        height: 200px;
    }

    .modal-lg,
    .modal-xl {
        max-width: 745px;
    }

    .nav-pills .nav-link {
        height: 55px;
    }

    .tab-content > .tab-pane {
        height: 280px;
        position: relative;
    }

    .card-modal {
        padding: 2rem 0;
    }

    .card-right h2 {
        font-size: 18px;
        margin: 0 0 8px;
    }

    .card-right p {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .card-right h4 {
        font-size: 14px;
    }

    .keywords-card {
        margin-top: 10px;
    }

    .card-action .btn {
        font-size: 12px;
    }

    .right-form,
    .left-form {
        padding: 25px 15px;
    }

    .img-content,
    .custom-input-file {
        height: 100px;
    }

    footer p {
        margin: 0;
        font-size: 14px;
    }

    .nav-result .search-nav .search-content {
        display: none
    }

    .filter-content .item-inner {
        height: 225px;
    }

    result-search .item-text {
        font-size: 20px
    }

    .filter-content {
        padding: 20px 30px 0 15px;
    }

    .filter-content {
        padding: 20px 25px 0;
    }

    result-search .overlay-action {
        bottom: 5px;
        right: 0;
    }

    .navbar-Section .search-sec {
        display: none
    }

    .navbar-Section .search-sec .search-btn,
    .navbar-Section a.nav-link.upload-btn {
        width: 35px;
        height: 35px;
        line-height: 35px;
        padding: 0;
        font-size: 13px;
        border-radius: 25px;
        position: relative;
        top: 2px;
        background-image: -webkit-gradient(linear, left top, right top, from(#B5A223), color-stop(#D6C23D), to(#B5A223));
        background-image: linear-gradient(to right, #B5A223, #D6C23D, #B5A223);
        color: #fff;
        text-align: center
    }

    .navbar-Section .search-sec .search-btn:focus {
        color: #fff
    }

    section.contnet.addGroup,
    section.contnet.userList,
    section.contnet.brandList,
    section.contnet.employeeList,
    section.contnet.companyList,
    section.contnet.specialityList {
        padding: 25px 0 0;
    }

    .addGroup .row-header .text-header {
        font-size: 13px;
    }

    .left-form .form-row > .col,
    .left-form .form-row > [class*=col-] {
        padding-right: 20px;
        padding-left: 20px;
    }

    .uploadImgs {
        padding: 0 25px;
    }

    .navbar-Section .navbar-brand {
        width: 180px
    }

    a.item.popup-link {
        padding: 10px 0 0 10px;
    }

    .item-text h3 {
        font-size: 17px;
        padding-right: 5px
    }

    .item-text h6 {
        font-size: 11px;
        padding-right: 15px;
    }

    .row-filter {
        padding-left: 15px;
        padding-bottom: 10px;
    }

    .col-md-6.card-right {
        padding-left: 0;
    }

    .card-details li span {
        font-size: 10px;
    }

    .card-details li h4 {
        font-size: 12px;
    }

    .card-details li {
        margin-bottom: 5px;
    }

    .img-content {
        -ms-flex: 0 0 137.5px;
        -webkit-box-flex: 0;
        flex: 0 0 137.5px;
        max-width: 137.5px;
        padding: 0;
        margin-right: 33px;
    }

    .left-login h2 {
        font-size: 42px;
        line-height: 42px;
    }

    #login_form {
        width: 80%;

    }

}

@media (max-width: 767px) {
    .login {
        background-image: none;
    }

    .login-arrow {
        display: none
    }

    .logo.text-center img {
        margin: 0 auto;
    }

    .left-form .form-row > .col,
    .left-form .form-row > [class*=col-] {
        padding-right: 10px;
        padding-left: 10px;
    }

    .uploadImgs {
        padding: 0 15px;
    }

    .add-pro form h2 {
        padding-left: 3px;
    }

    .img-content,
    .custom-input-file {
        height: 90px
    }


    .navbar-Section .dropdown-item button,
    .navbar-Section .dropdown-item {
        font-size: 13px;
        padding-left: 10px;
    }

    .navbar-Section .user-link .dropdown-menu {
        left: -42px;
    }

    .navbar-Section .navbar-brand {
        padding-left: 0;
        padding-top: 0px;
        margin-right: 0;
        width: 109px;
    }

    .navbar-brand img {
        width: 75px
    }

    .navbar-Section .search-sec .search-btn,
    .navbar-Section a.nav-link.upload-btn {
        width: 30px;
        height: 30px;
        line-height: 30px;
        padding: 0;
        font-size: 13px;
        border-radius: 25px;
        position: relative;
        top: 4px;
        background-image: -webkit-gradient(linear, left top, right top, from(#B5A223), color-stop(#D6C23D), to(#B5A223));
        background-image: linear-gradient(to right, #B5A223, #D6C23D, #B5A223);
        color: #fff;
        text-align: center;
    }

    .navbar-Section .search-sec .search-btn:focus {
        color: #fff
    }

    .navbar-Section .user-link .user-img {
        width: 30px;
        height: 30px;
    }

    .navbar-Section .categories .nav-link {
        font-size: 12px;
        padding-left: 0;
        top: 4px;
    }

    .navbar-Section .user-link .user-info {
        font-size: 13px;
        padding-left: 4px;
    }

    .navbar-Section .navbar-nav .nav-item {
        padding-right: 10px;
    }

    .navbar {
        padding: .5rem .1rem;
    }

    .search-content p {
        font-size: 14px
    }

    .search-content h1 {
        font-size: 24px;
    }

    .search-input.col-lg-7.col-md-5.col-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.666667%;
        flex: 0 0 55.666667%;
        max-width: 55.666667%;
    }

    .custom-seclect.col-lg-3.col-md-4.col-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30.333333%;
        flex: 0 0 30.333333%;
        max-width: 30.333333%;
    }

    .search-content .btn {
        width: 40px;
    }

    .search-content .btn,
    .search-content .custom-seclect select,
    .bootstrap-tagsinput {
        height: 45px
    }

    .navbar-Section {
        height: 330px;
    }

    .search-content {
        padding-left: 15px;
        padding-top: 55px;
    }

    .contnet .sec-title {
        font-size: 18px
    }

    .contnet .line {
        width: 73%
    }

    .contnet .more {
        top: 5px;
    }

    .visuals-sec .item-inner,
    .logo-sec .item-inner,
    .right-side .item-inner,
    .item-inner {
        height: 320px;
    }

    footer p {
        font-size: 12px;
    }

    .card-modal {
        padding: 2rem 0rem;
    }

    .card-modal .tab-content > .tab-pane {
        height: 300px;
    }

    .nav-pills .nav-link {
        height: 55px;
    }

    .modal-body button.close {
        top: 5px;
        right: 15px;
    }

    .card-right h2 {
        font-size: 21px;
        margin: 15px 0 13px;
    }

    .card-right p {
        font-size: 12px;
        margin-bottom: 30px;
    }

    .card-action .btn {
        bottom: -15px;
        right: 15px;
    }

    .card-details li {
        width: 49%;
    }

    .card-right h4 {
        font-size: 15px;
    }

    .card-right .data-card span {
        font-size: 13px;
    }

    .right-form,
    .left-form {
        padding: 30px 15px;
    }

    .search-content .custom-seclect select,
    input.form-control {
        font-size: 13px
    }

    .nav-result .search-nav .search-content {
        display: none
    }

    .nav-result.navbar-Section {
        height: 60px;
        padding: 14px 0px;
    }
    .nav-result.navbar-Section .navbar-brand {
        width: 100px;
        padding-left: 10px;
    }

    .row-filter h2 {
        font-size: 16px;
    }

    .filter-content {
        padding: 20px 15px 0;
    }

    .left-login {
        display: none
    }

    #login_form {
        width: 85%;
        margin: 40px auto 0;
    }

    .search-smallScreen {
        top: 105%;
    }

    .close-search {
        font-size: 12px;
        width: 20px;
        height: 20px;
        line-height: 20px;
        right: 5px;

    }

    .nav-result .search-smallScreen .search-content {
        padding-left: 2%;
    }

    .search-smallScreen .search-content .btn,
    .search-smallScreen .search-content .custom-seclect select,
    .search-smallScreen .bootstrap-tagsinput {
        height: 35px;
    }

    .search-content .custom-seclect i {
        position: absolute;
        right: 5px;
        top: 35%;
        color: #a0a0a0;
        font-size: 12px;
    }

    textarea::-webkit-input-placeholder,
    input::-webkit-input-placeholder,
    ::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        font-size: 13px
    }

    textarea::-webkit-input-placeholder,
    input::-webkit-input-placeholder,
    ::-moz-placeholder {
        /* Firefox 19+ */
        font-size: 13px
    }

    textarea:-ms-input-placeholder,
    input:-ms-input-placeholder,
    :-ms-input-placeholder {
        /* IE 10+ */
        font-size: 13px
    }

    textarea:-moz-placeholder,
    input:-moz-placeholder,
    :-moz-placeholder {
        /* Firefox 18- */
        font-size: 13px
    }

    .right-form {
        margin-bottom: 0;
        height: 100%;
        max-height: 500px;
    }

    section.contnet.userList,
    section.contnet.brandList,
    section.contnet.employeeList,
    section.contnet.companyList,
    section.contnet.specialityList {
        padding: 25px 0 50px;
    }

    h1.page-title {
        font-size: 21px
    }

    .userList .table tbody tr th,
    .userList .table tbody tr td,
    .brandList .table tbody tr th,
    .brandList .table tbody tr td,
    .employeeList .table tbody tr th,
    .employeeList .table tbody tr td,
    .companyList .table tbody tr th,
    .companyList .table tbody tr td,
    .specialityList .table tbody tr th,
    .specialityList .table tbody tr td {
        padding: 2px 10px;
        font-size: 13px;
    }

    .userList table td a,
    .brandList table td a,
    .employeeList table td a,
    .companyList table td a,
    .specialityList table td a {
        width: 35px;
        height: 35px;
        background-color: #F2F2F2;
        border-color: #B5A223;
        line-height: 35px;
        margin: 5px;
    }

    .userList .search-form .searchBtn,
    .brandList .search-form .searchBtn,
    .employeeList .search-form .searchBtn,
    .companyList .search-form .searchBtn,
    .specialityList .search-form .searchBtn {
        width: 100%;
    }

    .userList .add-user,
    .brandList .add-brand,
    .employeeList .add-employee,
    .companyList .add-company,
    .specialityList .add-speciality {
        font-size: 13px;
        float: left;
        margin-top: 15px;
    }

    section.contnet.addGroup {
        padding: 25px 0 0;
    }

    .addGroup .row-header .text-header {
        font-size: 14px;
    }

    .addGroup .row-header .custom-control {
        padding: 2px 7px 3px !important;
        font-size: 13px;
    }

    .search-content .dropdown button {
        height: 45px;
        font-size: 12px;
    }

    .search-smallScreen .dropdown button {
        height: 35px;
    }

    .search-content .category-menu {
        padding: 0;
    }

    .search-content .category-menu .dropdown-subitem {
        font-size: 12px;
        padding-left: 15px;
    }

    li.nav-item.search-sec {
        display: none
    }

    .navbar-Section .dropdown-submenu > .dropdown-menu {
        left: -100%
    }

    .card-details li span {
        font-size: 12px;
    }

    .card-details li h4 {
        font-size: 14px;
    }

    .card-details li {
        margin-bottom: 5px;
    }

    .img-content {
        -ms-flex: 0 0 90px;
        -webkit-box-flex: 0;
        flex: 0 0 90px;
        max-width: 90px;

    }

    form .card-action button {
        background-image: -webkit-gradient(linear, left top, right top, from(#B5A223), color-stop(#D6C23D), to(#B5A223));
        background-image: linear-gradient(to right, #B5A223, #D6C23D, #B5A223);
        border-color: #B5A223;
        position: RELATIVE !important;
        margin-top: 15px;
        bottom: 0;
        right: 0;
    }
    .unapproved .item-inner {
        height: 150px;
    }
    .unapproved .header-unapproved .custom-control {
        width: 100%
    }
    .unapproved-action .btn span {
        display: none
    }
}

@media (max-width: 375px) {
    .search-input.col-lg-7.col-md-5.col-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 52.666667%;
        flex: 0 0 52.666667%;
        max-width: 52.666667%;
    }

    .custom-seclect.col-lg-3.col-md-4.col-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 28.333333%;
        flex: 0 0 28.333333%;
        max-width: 28.333333%;
    }

    .search-content .btn {
        width: 45px;
    }

    .search-content .custom-seclect i {
        right: 7px;
        top: 36%;
        font-size: 12px;
    }

    .search-content p {
        font-size: 13px;
    }

    .search-content h1 {
        font-size: 22px;
    }

    .navbar-Section .user-link .user-info {
        font-size: 12px;
        padding-left: 4px;
    }

    .navbar-Section .categories .nav-link {
        font-size: 12px;
    }

    .navbar-Section .dropdown-item button {
        font-size: 13px;
        padding-left: 0;
    }

    .dropdown-menu {
        min-width: 9rem;
    }

    .nav-result .navbar-nav .nav-item {
        padding-right: 7px;
    }

    .search-smallScreen {
        padding: 15px 5px;
    }

    .navbar-Section .navbar-brand {
        width: 28%;
    }

    .nav-result .navbar-brand {
        width: 24%;
    }

    .navbar-Section .user-link .user-info {
        min-width: 120px;
        max-width: 120px
    }
}

@media (max-width: 360px) {
    .search-input.col-lg-7.col-md-5.col-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 52.666667%;
        flex: 0 0 52.666667%;
        max-width: 52.666667%;
    }

    .custom-seclect.col-lg-3.col-md-4.col-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 28.333333%;
        flex: 0 0 28.333333%;
        max-width: 28.333333%;
    }

    .search-content .btn {
        width: 40px;
    }

    .search-content .custom-seclect i {
        right: 7px;
        top: 36%;
        font-size: 12px;
    }

    .search-content p {
        font-size: 13px;
    }

    .search-content h1 {
        font-size: 22px;
    }

    .navbar-Section .user-link .user-info {
        font-size: 12px;
        padding-left: 4px;
    }

    .navbar-Section .categories .nav-link {
        font-size: 12px;
    }

    .navbar-Section .dropdown-item button {
        font-size: 13px;
        padding-left: 0;
    }

    .dropdown-menu {
        min-width: 9rem;
    }

    .navbar-brand img {
        width: 60px;
    }

    .nav-result .search-sec .search-btn,
    .nav-result a.nav-link.upload-btn {
        width: 30px;
        height: 30px;
        line-height: 30px;
        padding: 0;
        font-size: 13px;
        border-radius: 25px;
        position: relative;
        top: 10px;
        background-image: -webkit-gradient(linear, left top, right top, from(#B5A223), color-stop(#D6C23D), to(#B5A223));
        background-image: linear-gradient(to right, #B5A223, #D6C23D, #B5A223);
        color: #fff;
        text-align: center;
    }

    .search-smallScreen {
        top: 105%;
    }

    .search-smallScreen .col-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 29%;
        max-width: 29%;
    }

    .search-smallScreen .col-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 53.333333%;
        max-width: 53.333333%;
    }

    .nav-result.navbar-Section {
        height: 65px;
    }

    .addGroup form .col-lg-3.col-md-6.col-6 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .nav-result .navbar-brand {
        width: 21%;
    }

    navbar-Section .user-link .user-info {
        min-width: 120px;
        max-width: 120px
    }

}

@media (max-width: 320px) {
    .search-input.col-lg-7.col-md-5.col-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 52.666667%;
        flex: 0 0 52.666667%;
        max-width: 52.666667%;
    }

    .custom-seclect.col-lg-3.col-md-4.col-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 28.333333%;
        flex: 0 0 28.333333%;
        max-width: 28.333333%;
    }

    .search-content .btn {
        width: 40px;
    }

    .search-content .custom-seclect i {
        right: 2px;
        top: 36%;
        font-size: 11px;
    }

    .search-content p {
        font-size: 13px;
    }

    .search-content h1 {
        font-size: 22px;
    }

    .navbar-Section .user-link .user-info {
        font-size: 12px;
        padding-left: 4px;
    }

    .navbar-Section .categories .nav-link {
        font-size: 12px;
        top: 7px
    }

    .navbar-Section .dropdown-item button {
        font-size: 12px;
        padding-left: 0;
    }

    .navbar-brand img {
        width: 65px;
    }

    .navbar-Section a.nav-link.upload-btn {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
        border-radius: 25px;
        top: 7px;
    }

    .navbar-Section .user-link .user-img {
        width: 30px;
        height: 30px;
    }

    .navbar-Section .navbar-brand {
        padding-right: 0;
        display: inline-block;
        width: auto;
        margin: 0;
    }

    .navbar-Section .dropdown-item button {
        padding-left: 0
    }

    .dropdown-menu {
        min-width: 9rem
    }

    .search-content .custom-seclect select,
    input.form-control {
        font-size: 12px;
    }

    .card-modal .tab-content > .tab-pane {
        height: 230px;
    }

    /*
    .nav-pills .nav-link {
        height: 55px;
    }
*/

    .card-right h2 {
        font-size: 18px;
        margin: 15px 0 13px;
    }

    .contnet .line {
        width: 64%;
    }

    .nav-result img {
        width: 50px;
    }

    .nav-result .search-sec .search-btn,
    .nav-result a.nav-link.upload-btn {
        width: 27px;
        height: 27px;
        line-height: 27px;
        padding: 0;
        font-size: 13px;
        border-radius: 25px;
        position: relative;
        top: 10px;
        background-image: -webkit-gradient(linear, left top, right top, from(#B5A223), color-stop(#D6C23D), to(#B5A223));
        background-image: linear-gradient(to right, #B5A223, #D6C23D, #B5A223);
        color: #fff;
        text-align: center;
    }

    .search-smallScreen {
        top: 104%;
        padding: 20px 5px;
    }

    .search-smallScreen .col-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 29%;
        max-width: 29%;
    }

    .search-smallScreen .col-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 53.333333%;
        max-width: 53.333333%;
    }

    .nav-result .categories .nav-link {
        font-size: 11px;
        top: 7px;
    }

    .nav-result.navbar-Section {
        height: 65px;
    }

    .close-search {
        font-size: 10px;
        width: 16px;
        height: 16px;
        line-height: 16px;
        right: 5px;
    }


    .navbar-Section .navbar-brand {
        width: 20%;
    }

    .navbar-Section .navbar-nav .nav-item {
        padding-right: 4px;
    }

    .nav-result .navbar-brand {
        width: 19%;
    }

    navbar-Section .user-link .user-info {
        min-width: 120px;
        max-width: 120px
    }
    .nav-result.navbar-Section .navbar-brand {
        width: 70px;
        padding-left: 5px;
    }

    .unapproved-action .btn {
        padding: 4px 18px !important;
    }



}
