/* Default Font Styles
______________________*/
body, input, select, textarea {
    font-family: 'Proxima Nova', sans-serif; /* 300, 400, 600, 700 */
    font-size: 13px;
    font-weight: 400;
    color: #000;
    line-height: 1.2;
}

/* Headings
______________________*/
h1 {
    font-size: 20px;
    font-weight: 700;
}

h2 {
    font-size: 18px;
    font-weight: 600;
}

h3 {
    font-size: 16px;
    font-weight: 700;
}

h4 {
    font-size: 14px;
    font-weight: 400;
}


/* Links
______________________*/
a {
}

a:hover {
}

img {
    max-width: 100%;
    height: auto;
}

/* p, blockquote, address
______________________*/
p {

}

/* Lists
______________________*/
ul {

}

ul li {

}

ol {

}

ol li {

}


/* Buttons 
______________________*/
.btn-link {
    color: #AAB6C5;
    font-size: 13px;
    font-weight: 600;
    padding: 8.5px 17px;
    line-height: 1;
}

.btn-primary {
    color: #fff;
    font-size: 14px;
    padding: 5px 22px;
    font-weight: 600;
    background: #7772E8;
    border: 1px solid #7772E8;
    border-radius: 2px;
}

.btn-info {
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: #7772E8;
    background: rgba(119, 114, 232, 0.1);
    border-radius: 2px;
    border-color: transparent;
}

.btn-outline-primary {
    color: #7772E8;
    font-size: 14px;
    padding: 4px 14px 5px;
    font-weight: 700;
    border: 1px solid #7772E8;
    box-sizing: border-box;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.15);
    border-radius: 2px;
}

.btn-outline-primary.large {
    padding: 9px 27px 8px;
}

a.btn-outline-primary:hover {
    color: #fff;
}

.btn-outline-primary span {
    font-weight: 400;
}

.btn-primary:disabled {
    cursor: not-allowed !important;
}

/* Header
______________________*/
#header-wrap {
    background: #3769B5;
    padding: 8px 0;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1001;
}

#header-left {
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}

.logo {
    margin-right: 96px;
}

#header-left form {
    position: relative;
    width: 100%;
    max-width: 368px;
}

#header-left .form-control {
    font-size: 13px;
}

#header-left form i {
    display: none;
}

#header-left input {
    display: block;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
    border-radius: 2px;
    padding: 0 12px;
    min-height: 32px;
}

#header-left button {
    padding: 0;
    background: none;
    border: none;
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
}

#header-right ul {
    display: -webkit-flex;
    display: flex;
    list-style: none;
    -ms-align-items: center;
    align-items: center;
    justify-content: flex-end;
    padding: 0;
    margin: 0;
}

#header-right li {
    margin-left: 33px;
}

#header-right li:last-of-type {
    padding: 0 9px;
}

#header-right li > a {
    font-weight: bold;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
}

#header-right a:hover {
    text-decoration: none;
}

#header-right .dropdown-menu {
    padding: 18px 0;
    font-size: 13px;
}

#header-right .dropdown-menu.show {
    margin-top: 10px;
}

#header-right .dropdown-item {
    padding: 8px 24px;
    color: #414E60;
}

/*  Sibebar Area
-------------------------------------- */
#sidebar {
    position: fixed;
    left: 0;
    top: 48px;
    bottom: 0;
    width: 225px;
    z-index: 2;
    border-right: 1px solid #E3EAF5;
}

#sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#sidebar a {
    text-decoration: none;
}

.sidebar__dropdown {
    border-bottom: 2px solid #E3EAF5;
}

.sidebar__dropdown li {
    position: relative;
}

.sidebar__dropdown > li > a {
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    font-weight: 700;
    color: #657481;
    background: url(../images/dropdown-icon.png) no-repeat right 20px center;
    padding: 12px 36px 12px 12px;
}

.sidebar__dropdown span.user-name {
    color: #fff;
    width: 32px;
    height: 32px;
    margin-right: 8px;
    line-height: 32px;
    text-align: center;
    background: #3769b5;
    border-radius: 2px;
    display: inline-block;
}

.sidebar__dropdown .dropdown-menu {
    width: 100%;
    border: none;
    background: #FFFFFF;
    font-size: 13px;
    padding: 0;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.sidebar__dropdown .dropdown-menu .user-name {
    width: 28px;
    height: 28px;
    line-height: 28px;
}

.sidebar__dropdown span.orange-bg {
    background: linear-gradient(90deg, #C56B2A 0%, #D97824 40.62%, #EDAE2C 100%);
}

.sidebar__dropdown span.purple-bg {
    background: #7772E8;
}

.sidebar__dropdown span.light-bg {
    background: #A8B5C6;
}

.sidebar__dropdown a {
    color: #657481;
    min-height: 55px;
    min-height: 55px;
    font-weight: 700;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    padding: 0 16px;
}

.sidebar__dropdown a.selected {
    background: url(../images/check-icon.png) no-repeat right 20px center;
}

.sidebar__dropdown a.selected:hover {
    background-color: #f8f9fa;
}

.sidebar__dropdown a img {
    margin-right: 12px;
}

.sidebar__dropdown a.personal-link {
    background: #E3EAF5;
}

.sidebar__dropdown a.personal-link.selected {
    background: #E3EAF5 url(../images/check-icon.png) no-repeat right 20px center;
}

#sidebar .sidebar__list {
    padding: 12px 0;
    /*margin-bottom: 12px;*/
    /*border-bottom: 1px solid #E3EAF5;*/
}

.sidebar__list a {
    min-height: 40px;
    line-height: 40px;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    padding: 0 24px;
    color: #414E60;
}

.sidebar__list a img {
    display: none;
}

.sidebar__list li:not(.active) img:first-of-type {
    display: block;
}

.sidebar__list li.active img:last-of-type {
    display: block;
}

.sidebar__member li.active a,
.sidebar__list li.active a {
    background: #F7F7FE;
    color: #7772E8;
    font-weight: 600;
}

.sidebar__border img,
.sidebar__list img {
    display: block;
    margin-right: 12px;
}

#sidebar .sidebar__border {
    margin-bottom: 12px;
}

.sidebar__border li.active a {
    background: #F7F7FE;
}

.sidebar__border a {
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    padding: 12px 8px 12px 24px;
    color: #414E60;
    letter-spacing: 0.02em;
}

#sidebar ul.sidebar__member {
    padding-top: 12px;
    border-top: 1px solid #E3EAF5;
}

.sidebar__member a {
    display: block;
    color: #82909C;
    padding: 8px 20px;
}

/*  Main Area
-------------------------------------- */
/*.mCSB_container{
	height: 100%;
	background: red;
}
#main-wrap .container{
	height: 100%;
	display: flex;
	background: green;
}
.main-search-bar,
.collection-list,
.card__pagination{
	display: flex;
	flex: 0 0 100%;
	max-width: 100%
}*/
body {
    overflow: hidden;
}

#bodyScroll {
    overflow: hidden !important;
}

#main-wrap {
    padding-top: 48px;
    padding-left: 225px;
}

#main-wrap:not([class*="d-"]) {
    padding-bottom: 56px;
}

#main-wrap .container {
    max-width: none;
    padding: 0 63px;
}

/*.main__fixed-width{
	max-width: 840px;
}*/
.add-collection {
    width: 100%;
    max-width: 300px;
    margin: auto;
    text-align: center;
}

.add-collection .btn-outline-primary.large {
    padding: 9px 31px 8px;
}

.add-collection img {
    display: block;
    margin: 0 auto 16px;
}

.add-collection h3 {
    color: #414E60;
    margin-bottom: 4px;
}

.add-collection p {
    font-size: 14px;
    color: #82909C;
    margin-bottom: 16px;
}

.main-search-bar {
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
    padding-top: 48px;
}

.search-bar__mb {
    margin-bottom: 20px;
}

.main-search-bar h3 {
    margin: 0;
    color: #414E60;
}

.main-search-bar form {
    /*width: 100%;*/
    /*max-width: 186px;*/
}

.main-search-bar input {
    width: 100%;
    display: block;
    background: #EDF1F5;
    border-radius: 2px;
    color: #82909C;
    padding: 8px 12px;
    border: none;
}

.search-bar__left {
    width: 100%;
    max-width: 65%;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}

.search-bar__left h3 {
    margin-right: 13px;
}

.search-bar__left p {
    margin-bottom: 0;
    margin-right: 12px;
}

.search-bar__left a {
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    color: #414E60;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.search-bar__left a img {
    margin-right: 10px;
    display: block;
}

.card {
    border-color: #ECEFF5;
    border-radius: 2px;
    position: relative;
    margin-bottom: 30px;
}

.card--noBorder {
    border: none;
}

.custom-check {
    position: absolute;
    left: 8px;
    top: 8px;
    z-index: 2;
}

.custom-check span {
    width: 14px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid #D4D9DF;
    border-radius: 2px;
    display: block;
}

.custom-check input {
    display: none;
}

input:checked + span::before {
    content: '✓';
    color: #3769b5;
}

.card a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.card__fav {
    position: absolute;
    width: 16px;
    height: 15px;
    left: 11px;
    top: 11px;
    z-index: 1;
    background: url(../images/fav-icon-o.png) no-repeat;
}

.card__fig {
    background: #ECEFF5;
    /* height: 6.875rem; */
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    padding-bottom: 55.56%;
}

.card__fig img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.card__body {
    padding: 17px 8px;
}

.card__body p {
    margin-bottom: 0;
    color: #414E60;
}

.card__body span {
    font-size: 12px;
    color: #82909C;
}
.card__body span:first-child{
    max-width: 50%;
}
.card__body__left{
    width: 100%;
}

.card--noBorder .card__fig {
    border: 1px solid #EEF1F5;
    background: #FCFDFF;
    border-radius: 2px;
    margin-bottom: 8px;
    /*height: 6rem;*/
    height: auto;
    padding-bottom: 70.60%;
    position: relative;
}

/* .card--noBorder .card__fig img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
} */
.card--noBorder .card__body {
    padding: 0 8px;
}

.card__fig--fBg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card__pagination {
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: flex-end;
    list-style: none;
    padding: 0;
    margin: 0;
}

.card__pagination li {
    margin-left: 12px;
}

.card__pagination li:last-of-type a,
.card__pagination li:first-of-type a {
    border-color: transparent;
}

.card__pagination span,
.card__pagination a {
    display: block;
    text-align: center;
    font-weight: 600;
    border: 1px solid #EDF1F5;
    box-sizing: border-box;
    border-radius: 2px;
    width: 32px;
    height: 32px;
    line-height: 30px;
    color: #88939C;
    text-decoration: none;
}

.card__pagination li.active a {
    background: #7E7C99;
    border-radius: 2px;
    color: #fff;
}

.collection-list .card {
    margin-bottom: 26px;
}

/*	Right OffSet
------------------------------- */
#offset {
    position: fixed;
    right: 0;
    width: 280px;
    top: 48px;
    bottom: 0;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    z-index: 1;
}

.active-aside#main-wrap .container {
    padding: 0 56px;
}

.active-aside#main-wrap {
    padding-right: 280px;
}

.offset__user-info {
    border-bottom: 1px solid #E8ECF1;
    margin: -51px 0 20px 20px;
    position: relative;
    z-index: 1;
}

.offset__user-fig {
    margin-bottom: 16px;
    width: 102px;
    height: 102px;
    overflow: hidden;
    border-radius: 100%;
    position: relative;
}

.offset__user-fig span {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 60px;
    text-align: center;
    line-height: 102px;
    border-radius: 100%;
    background: #7772E8;
}

.offset__user-info h3 {
    color: #414E60;
    margin-bottom: 4px;
}

.offset__user-info p {
    color: #82909C;
    font-size: 12px;
    margin-bottom: 20px;
}

.offset__detail {
    padding: 0 10px 0 20px;
    margin-bottom: 20px;
}

.offset__detail p {
    color: #414E60;
    margin-bottom: 0;
    line-height: 1.538;
}

.offset__detail p strong {
    display: block;
    font-weight: 600;
    color: #82909C;
}

.offset__badge {
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding-top: 4px;
}

.offset__badge .badge {
    font-size: 12px;
    font-weight: 400;
    padding: 6px 12px;
    border-radius: 24px;
}

.offset__badge .badge {
    margin-right: 4px;
    margin-bottom: 5px;
}

.offset__badge .badge img {
    margin-left: 11px;
    cursor: pointer;
}

.offset__detail--border {
    margin-left: 20px;
    border-bottom: 1px solid #E8ECF1;
}

.offset__share {
    padding: 0 20px 30px;
}

.offset__share p {
    color: #758490;
    margin-bottom: 12px;
}

.offset__share__form {
    position: relative;
    max-width: 224px;
    margin-bottom: 16px;
}

.offset__share__form input {
    display: block;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #D4DAE4;
    border-radius: 2px;
    padding: 0 40px 0 8px;
    height: 32px;
    color: #A8B5C6;
}

.offset__share__form button {
    border: none;
    background: #7772E8;
    border-radius: 0 2px 2px 0;
    width: 40px;
    height: 32px;
    text-align: center;
    cursor: pointer;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.offset__share__link span + span {
    margin-left: -8px;
}

.offset__share__link a {
    color: #414E60;
    text-decoration: underline;
    margin-left: 6px;
}

/*	Sign Up pages
-------------------------------------*/
.signUp-fold__right {
    width: 100%;
    max-width: 62.5%;
    position: relative;
}

.signUp-fold__right img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.signUp-fold__left {
    width: 100%;
    max-width: 37.5%;
    background: #fff;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
}

.signUp-fold__inner {
    width: 100%;
}

.signUp-fold__inner--fix {
    max-width: 288px;
}

.signUp-fold__inner--container {
    max-width: 840px;
    margin: 0 auto;
    padding: 32px 25px;
    background: #fff;
    height: 100%;
}

.signUp-fold__inner h1 {
    color: #414E60;
    background: #fff;
    margin-bottom: 24px;
}

.signUp-fold__inner .row {
    margin: 0 -12px;
}

.signUp-fold__inner .col-md-5 {
    padding: 0 12px;
}

.signUp-fold__inner .form-group {
    margin-bottom: 12px;
}

.signUp-fold__inner label {
    color: #414E60;
    margin-bottom: 8px;
    font-weight: 400;
}

.signUp-fold__inner input {
    background: #FFFFFF;
    border-radius: 2px;
    padding: 0 16px;
    font-size: 13px;
    min-height: 44px;
    color: #414E60;
}

.signUp-fold__inner .btn {
    margin: 4px 0 16px;
    background: #7772E8;
    border-radius: 2px;
    min-height: 44px;
    border-color: #7772E8;
    padding: 0;
    font-weight: bold;
}

.signUp-fold__inner p {
    margin-bottom: 0;
    text-align: center;
    color: #414E60;
}

.signUp-fold__inner p a {
    color: #7772E8;
    text-decoration: underline;
    font-weight: 600;
}

.profile-wrap {
    padding-top: 67px;
    font-family: 'Slate Pro', sans-serif;
}

.profile__fig {
    margin-bottom: 32px;
    width: 96px;
    height: 96px;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
}

.profile__fig img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile__fig i {
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.3) url(../images/edit-icon.png) no-repeat center center;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    transition: all 0.3s;
}

.profile__fig:hover i {
    opacity: 1;
    visibility: visible;
}

.profile__sec {
    margin-bottom: 36px;
}

.profile-wrap .signUp-fold__inner input {
    min-height: 40px;
    color: #373737;
    font-family: 'Slate Pro', sans-serif;
}

.profile-wrap .signUp-fold__inner .btn {
    min-height: 32px;
    min-width: 80px;
    margin: 4px 0 0;
    font-weight: 600;
    font-family: 'Proxima Nova', sans-serif;
}

.profile-wrap h3 {
    border-bottom: 1px solid #E0E7ED;
    padding-bottom: 8px;
    margin-bottom: 24px;
    font-weight: 500;
}

/*	Member Page
-------------------------------------*/
#main-wrap.main--small-container .container {
    max-width: 832px;
    padding: 0 56px;
    margin: 0;
}

.member-outer {
    padding-top: 52px;
}

.member-outer h3 {
    color: #414E60;
    margin-bottom: 32px;
}

.main-search-bar p {
    color: #525E6F;
}

.member-outer .main-search-bar form {
    width: 152px;
}

.member-outer .main-search-bar {
    padding-top: 0;
}

.member__sec {
    margin-bottom: 32px;
}

.member__info {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    border-bottom: 1px solid #E8ECF1;
    padding: 24px 0 20px;
}

.member__info:first-of-type {
    border-top: 1px solid #E8ECF1;
}

.member__right,
.member__left {
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}

.member__left p {
    margin: 0;
    font-size: 12px;
    color: #A8B5C6;
}

.member__left strong {
    font-size: 13px;
    display: block;
    font-weight: 600;
    color: #414E60;
}

.member__fig {
    width: 48px;
    text-align: center;
    margin-right: 8px;
}

.member__right > a:last-of-type {
    margin: 0 9px;
}

.member__right .dropdown-menu {
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
}

/*	Media Queries
-------------------------------------*/
.custom--modal .modal-dialog {
    max-width: 440px;
}

.custom--modal .modal-header {
    color: #fff;
    -ms-align-items: center;
    align-items: center;
    padding: 13px 20px;
    background: linear-gradient(270deg, #22395C 0%, #7772E8 100%);
    border: none;
    border-radius: 0;
}

.custom--modal .modal-title {
    font-weight: 600;
}

.custom--modal .modal-header .close {
    padding: 0;
    margin: 0;
}

.custom--modal .modal-header .close span,
.custom--modal .modal-header .close img {
    display: block;
}

.custom--modal .modal-content {
    border-radius: 2px;
}

.custom--modal .modal-body {
    padding: 24px 41px 40px;
}

.modal-body--center {
    text-align: center;
    color: #657481;
}

.custom--modal .modal-body.modal-body--center {
    padding: 87px 85px;
}

.modal-body--center h2 {
    line-height: 1.44;
    margin-bottom: 24px;
}

.modal-body--center h2 a {
    color: #7772E8;
}

.modal-body--center .btn-primary {
    margin-bottom: 4px;
}

.custom--modal .modal-footer {
    box-shadow: 0px -1px 4px rgba(0, 0, 0, 0.08);
    padding: 12px 20px;
    border-top: none;
    border-radius: 0;
}

.custom--modal .modal-footer .btn.btn-primary {
    font-size: 13px;
    line-height: 1;
    padding: 8.5px 24px;
}

.custom--modal .select2-container {
    display: block;
    width: 100%;
}

.modal--form .custom-select,
.modal--form .form-control {
    padding: 0 8px;
    height: 36px;
    background: #FFFFFF;
    border: 1px solid #D4DAE4;
    border-radius: 2px;
    font-size: 14px;
    color: #414E60;
}

.modal--form .custom-select {
    background: #F7F7FE url(../images/arrow-down.png) no-repeat right 12px center;
}

.modal--form .form-group label {
    font-size: 13px;
    color: #414E60;
    display: block;
    margin-bottom: 8px;
}

.modal--form .form-group {
    margin: 0;
}

.modal--form .form-group:not(:last-of-type) {
    margin-bottom: 20px;
}

.modal-footer__left a {
    display: -webkit-flex;
    display: flex;
    -ms-align-items: self-start;
    align-items: self-start;
    color: #82909C;
    text-decoration: none;
}

.modal-footer__left img {
    display: block;
    margin-right: 8px;
}

.modal-share {
    padding: 19px 0 8px;
    margin: 0;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
}

.modal-share .error {
    width: 45%;
    color: #EC6A3E;
    font-style: normal;
    line-height: 16px;
}

.modal-share a {
    display: -webkit-inline-flex;
    display: inline-flex;
    -ms-align-items: center;
    align-items: center;
    text-decoration: none;
}

.modal-share img {
    display: block;
    margin-right: 8px;
}

.modal-share span {
    text-decoration: underline;
    color: #525E6F;
    font-weight: 600;
}

.modal-list {
    height: 144px;
    padding: 0;
    margin: 0;
}

.modal-list li {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    color: #525E6F;
    border-bottom: 1px solid #F3F3F3;
    padding: 16px 0 15px;
}

.modal-list a {
    color: #A8B5C6;
    text-decoration: underline;
}

.modal-list .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical,
.modal-list .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
    right: -18px;
}

#mCSB_1_scrollbar_vertical {
    opacity: 0 !important;
}

.form-group .bootstrap-tagsinput {
    padding: 0 20px 0 8px;
    min-height: 32px;
    line-height: 32px;
    background: #FFFFFF;
    border: 1px solid #D4DAE4;
    border-radius: 2px;
    font-size: 13px;
    color: #414E60;
    display: block;
}

.form-group .bootstrap-tagsinput .tag {
    color: #37424A;
    background: #F7F7FE;
    border-radius: 20px;
    padding: 4px 12px;
}

.form-group .bootstrap-tagsinput .tag [data-role="remove"] {
    margin-left: 11px;
}

.large--modal .modal-dialog {
    max-width: 880px;
}

.modal__drag-sec {
    width: 100%;
    max-width: 560px;
    background: #FBFBFE;
    border: 1px dashed #E8ECF1;
    border-radius: 2px;
    padding: 50px 20px;
    text-align: center;
    margin: 0 auto;
}

.modal__drag-sec img {
    display: -webkit-inline-flex;
    display: inline-flex;
    margin-bottom: 19px;
}

.modal__drag-sec p {
    color: #414E60;
    font-weight: 300;
    font-size: 12px;
    line-height: 1.667;
}

.modal__drag-sec strong {
    display: block;
    font-weight: 700;
    font-size: 13px;
}

.modal__drag-sec .btn-outline-primary {
    background: #FFFFFF;
    border: 1px solid #E8ECF1;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.15);
    border-radius: 2px;
    font-weight: 600;
    font-size: 13px;
    -webkit-appearance: none;
    appearance: none;
}

.modal__drag-sec .btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.modal-footer__left a.btn-outline-primary {
    color: #7772E8;
    padding: 4px 9px 5px;
    -ms-align-items: center;
    align-items: center;
}

.modal-footer__left a.btn-outline-primary:hover {
    color: #fff;
}

.modal-footer__left a.btn-outline-primary:hover img {
    filter: brightness(0) invert(1);
}

.drag--modal .modal-body {
    padding: 56px 15px 120px;
}

.library--modal .modal-body {
    padding: 20px;
}

.modal__library-list {
    max-height: 319px;
    overflow-y: auto;
}

.modal__library-form {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    margin-bottom: 36px;
}

.library-form__left {
    width: 100%;
    padding-right: 4px;
}

.library-form__left .form-control {
    display: block;
    border: 1px solid #E8ECF1;
    width: 100%;
    height: 36px;
    border-radius: 2px;
}

.library-form__right {
    width: 100%;
    max-width: 133px;
}

.library-form__right select {
    border: 1px solid #E8ECF1;
    width: 100%;
    height: 36px;
    border-radius: 2px;
    display: block;
    padding: 0 8px 0 36px;
    background: #fff url(../images/sort-icon.png) no-repeat left 11px center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #82909C;
}

.modal__media-fig {
    position: relative;
    margin-bottom: 16px;
}

.modal__media-fig img {
    display: block;
    width: 100%;
    border: 1px solid #EEF1F5;
    border-radius: 2px;
}

.modal__media-fig strong {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 12px;
    top: 12px;
    border-radius: 100%;
    cursor: pointer;
    background: rgba(65, 78, 96, 0.7) url(../images/delete-icon-w.png) no-repeat center center;
}

.modal__media-fig strong:hover {
    background-color: #000;
}

.modal-uploadBar {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    background: #FCFDFF;
    border: 1px solid #EEF1F5;
    padding: 16px;
    border-radius: 2px;
}

.modal-uploadBar:not(:last-of-type) {
    margin-bottom: 12px;
}

.modal-uploadBar p {
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    margin: 0;
    color: #414E60;
}

.modal-uploadBar img {
    margin-right: 10px;
}

.uploadingBar em {
    font-style: normal;
}

.uploadingBar span {
    width: 93px;
    height: 4px;
    background: #EFF7FF;
    border-radius: 4px;
    position: relative;
    margin-right: 8px;
}

.uploadingBar span i {
    position: absolute;
    width: 51.17px;
    height: 4px;
    left: 0;
    top: 0;
    background: #7772E8;
    border-radius: 4px;
}

.modal__media-fig--loading p {
    margin-bottom: 0;
    position: absolute;
    left: 16px;
    top: 16px;
    color: #414E60;
}

.modal__media-fig--loading .uploadingBar {
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    bottom: 16px;
    left: 16px;
    width: 100%;
    max-width: 200px;
    position: absolute;
}

.card-outer .row {
    margin: 0 -20px;
}

.card-outer .col-sm-4 {
    padding: 0 20px;
}

.card-outer.pb-md-3 a {
    margin: 5px;
}

.recent-list .card__body__left {
    max-width: 100%;
    flex: 0 0 100%;
}

.recent-list .card__body p {
    position: relative;
}

/*.recent-list .card__body p span{*/
/*	position: absolute;*/
/*	top: 0;*/
/*	right: 0;*/
/*}*/
.library--modal a.btn-outline-primary {
    color: #5088DB;
    border-color: #5088DB;
}

.large--modal .modal-uploadBar {
    padding: 15px 16px;
}


/*	Media Queries
-------------------------------------*/
@media ( min-width: 1200px ) {
    .card-outer .col-xl {
        width: 100%;
        max-width: 20%;
        flex-basis: auto;
    }
}

@media (max-width: 1199px) {
    .active-aside#main-wrap .container,
    #main-wrap .container {
        padding: 0 30px;
    }

    .card {
        margin-bottom: 30px;
    }
}

@media (min-width: 992px) {
    .offset-btn {
        display: none;
    }
}

@media (max-width: 991px) {
    .logo {
        margin-right: 30px;
    }

    #header-right li:last-of-type {
        padding: 0;
    }

    .signUp-fold__left,
    .signUp-fold__right {
        max-width: 50%;
    }

    .signUp-fold__left {
        padding: 30px;
    }

    .main-search-bar {
        padding-top: 30px;
    }

    #offset {
        width: 240px;
    }

    .offset__user-info {
        padding-top: 30px;
    }

    .offset__user-fig {
        width: 60px;
        height: 60px;
    }

    .active-aside#main-wrap {
        padding-right: 20px;
    }

    #offset {
        right: -100%;
    }

    #offset.active {
        right: 0;
    }

    .offset-btn {
        position: fixed;
        right: 0;
        top: 50%;
        cursor: pointer;
        transform: translateY(-50%);
        width: 30px;
        height: 40px;
        background: #fff;
        border-radius: 20px 0 0 20px;
        text-align: center;
        line-height: 38px;
        background: #fff url(../images/arrow-left.png) no-repeat center center;
        border: 1px solid #ccc;
        border-right: none;
    }

    #offset.active .offset-btn {
        right: 240px;
        background-image: url(../images/arrow-right.png);
    }
}

@media (min-width: 768px) {
    .mobile-search,
    .sidebar-btn {
        display: none;
    }
}

@media (max-width: 767px) {
    #header-wrap {
        padding: 9.5px 0;
    }

    .sidebar-btn {
        width: 36px;
        border: 1px solid #fff;
        border-radius: 2px;
        padding: 7px 5px;
        margin-right: 15px;
        cursor: pointer;
    }

    .sidebar-btn i {
        display: block;
        width: 100%;
        height: 1px;
        background: #fff;
    }

    .mobile-search {
        cursor: pointer;
    }

    .sidebar-btn i + i {
        margin-top: 5px;
    }

    .logo {
        margin-right: 25px;
    }

    #header-left form {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 48px;
        max-width: none;
        padding: 8px 50px 8px 20px;
        background: #fff;
        z-index: 1;
        opacity: 0;
        visibility: hidden;
        border-bottom: 1px solid #ccc;
    }

    #header-left form.active {
        opacity: 1;
        visibility: visible;
    }

    #header-left button {
        right: 60px;
    }

    #header-left form i {
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        display: block;
        cursor: pointer;
    }

    #sidebar {
        width: 50px;
        overflow-x: hidden;
        transition: all 0.3s;
    }

    #sidebar.active {
        width: 225px;
        background: #fff;
    }

    .sidebar-inner {
        width: 225px;
    }

    .sidebar__dropdown span.user-name {
        margin-right: 10px;
    }

    .sidebar__list a {
        padding: 0 18px;
    }

    .sidebar__border a {
        padding: 12px 8px 12px 18px;
    }

    .sidebar__border img,
    .sidebar__list img {
        margin-right: 15px;
    }

    #main-wrap {
        padding-left: 50px;
    }

    #main-wrap .container,
    #main-wrap.main--small-container .container {
        padding: 0 20px;
    }

    .main-search-bar {
        padding-top: 30px;
    }

    .add-collection {
        padding: 0 15px;
    }

    .signUp-fold-body {
        overflow-y: auto;
    }

    .signUp-fold__left,
    .signUp-fold__right {
        max-width: none;
    }

    .signUp-fold__right {
        height: 200px;
    }

    .signUp-fold__right img {
        object-position: top;
    }

    .member-outer {
        padding-top: 40px;
    }

    .member-outer h3 {
        margin-bottom: 25px;
    }

    .modal__media-right {
        margin-bottom: 25px;
    }

    .videoContainer video {
        width: 540px !important;
        height: 480px !important;
    }
}

@media (max-width: 575px) {
    .logo {
        margin-right: 15px;
    }

    #header-right li {
        margin-left: 0;
    }

    #header-right li + li {
        margin-left: 15px;
    }

    #header-right li:first-of-type {
        display: none;
    }

    #header-wrap .container-fluid {
        padding: 0 10px;
    }

    #main-wrap:not([class*="d-"]) {
        padding-bottom: 30px;
    }

    .main-search-bar {
        display: block;
    }

    .main-search-bar h3 {
        margin-bottom: 10px;
    }

    .main-search-bar form {
        max-width: none;
    }

    .member-outer {
        padding-top: 20px;
    }

    .member-outer h3 {
        margin-bottom: 15px;
    }

    .member__info {
        padding: 15px 0;
    }

    .member__right {
        display: block;
    }

    .member__right > a:last-of-type {
        text-align: right;
        display: block;
    }

    .member__right > a:not(:first-of-type) {
        margin-top: 5px;
    }

    .search-bar__left {
        display: block;
        max-width: none;
    }

    .main-search-bar p {
        margin-bottom: 10px;
    }

    .search-bar__left form {
        margin-bottom: 10px;
    }

    .search-bar__right {
        text-align: right;
    }

    .card__pagination li {
        margin-left: 5px;
    }

    .card__pagination span,
    .card__pagination a {
        width: 28px;
        height: 28px;
        line-height: 28px;
    }

    .active-aside .main-search-bar {
        display: -webkit-flex;
        display: flex;
    }

    .active-aside .main-search-bar h3 {
        margin: 0;
    }
}

offset__detail--border__fix {
    border-bottom: 1px solid #E8ECF1;
}

.signUp-fold__inner .form-check-inline label {
    margin-bottom: 0px;
}

img.myLogo {
    height: 30px;
    width: 115px;
}

.modal__library-list #myAssets {
    min-height: 319px;
}

.border_bottom__fix {
    padding-top: 12px !important;
    border-top: 1px solid #E3EAF5;
}

.collection__info a {
    text-decoration: none;
}

.signUp-fold__inner .logo {
    height: 65px;
    width: auto;
}

.collection__tn img {
    width: 98%;
    height: 98%;
}

.recent-list .card__body p span {
    position: unset;
}

div.member__right a.settings.disabled {
    cursor: not-allowed !important;
}

div.member__right button.role {
    width: 140px !important;
}

div.member-outer button:disabled{
    cursor: not-allowed !important;
}

.cursor {
    cursor: pointer;
}

.notification-count {
    width: 4px;
    background: red;
    display: block;
    height: 4px;
    border-radius: 4px;
}

#fine-uploader {
    height: 378px;
}

#edit-file-container .image-preview {
    width: 130px;
    height: 130px;
}

.modal-header .close {
    margin-top: 5px !important;
}


.bootstrap-tagsinput {
    width: 100% !important;
}

.thumbnail-option {
    position: absolute;
    top: 4px;
    right: 4px;
    padding: 4px;
    background: #000000A0;
    color: #ffffffe2;
    width: 24px;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
}


.card--noBorder > .thumbnail-option {
    visibility: hidden;
}
.card--noBorder:hover > .thumbnail-option {
    visibility: visible;
}

.collection__tn > .thumbnail-option {
    visibility: hidden;
}
.collection__tn:hover > .thumbnail-option {
    visibility: visible;
}

.has-error .legend.legend, .has-error.form-group .control-label.control-label {
    color: #d9534f !important;
}

.help-block.form-error, .has-error label{
    color: #d9534f !important;
}