@font-face {
    font-family: Open-Sans-Light;
    src: url(webfonts/OpenSans-Light.ttf);
}

@font-face {
    font-family: Open-Sans-Regular;
    src: url(webfonts/OpenSans-Regular.ttf);
}

@font-face {
    font-family: Open-Sans-Bold;
    src: url(webfonts/OpenSans-Bold.ttf);
}

body {
    font-family: "Open-Sans-Regular";
}

.navbar-top {
    background-color: #f6f5f5;
    padding-right: 100px;
    padding-left: 100px;
    height: 100px;
}

.users-btn {
    height: 56px;
    border-radius: 10px;
    background-color: #ededed;
    position: relative;
    border: 0px;
    width: 170px;
    border-color: #ffffff00!important;
}
.users-btn i {
    font-size: 30px;
    color: #454343;
    position: relative;
    top: 2px;
}
#user-dropdown-menu {
    width: 170px;
    height: 130px;
    border-radius: 10px;
    background-color: #eeeded;
    padding: 0px;
    border: 0px;
}

#user-dropdown-menu ul{
    padding-left: 0;
    margin: 0px;
}
#user-dropdown-menu ul li{
    list-style: none;
    padding: 9px 0px;
    padding-left: 35px;
}
#user-dropdown-menu a span {
    position: relative;
    left: -10px;
}
.dropdown-item {
    display: inline;
}
#user-dropdown-menu ul li a{
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 13px;
    color: #464444;
    font-family: "Open-Sans-Regular";
    font-weight: 400;
    text-align: left;
    padding: 0px;
    display: contents;
}
#user-dropdown-menu ul li:hover {
    background: #e26089;
}
#user-dropdown-menu ul li:first-child:hover {
    border-radius: 10px 10px 0px 0px;
}
#user-dropdown-menu ul li:last-child:hover {
    border-radius: 0px 0px 10px 10px;
}
#user-dropdown-menu ul li:hover a {
    color: #ffffff;
}



.btn:focus, .btn:active {
    outline: none !important;
    box-shadow: none;
}

.profile {
    font-size: 10px;
    letter-spacing: 0px;
    color: #464444;
    font-family: "Open-Sans-Regular";
    font-weight: 400;
    position: absolute;
    padding-left: 4px;
    top: 14px;
}

.profile-user {
    margin-left: 8px;
    word-break: break-all;
    line-height: 10px;
    margin-right: 13px;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    color: #57b8b5;
}

.charit {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 13px;
    color: #464444;
    font-family: "Open-Sans-Regular";
    font-weight: 700;
    text-align: center;
    top: 6px;
    position: relative;
}

.my-posts {
    border-bottom: 4px #f6f5f5 solid;
    padding-left: 0;
    padding-right: 0px;
    padding-top: 24px;
    padding-bottom: 25px;
    margin-left: 8px;
}

.text-my-post {
    font-size: 24px;
    letter-spacing: 0px;
    line-height: 13px;
    color: #464444;
    font-family: "Open-Sans-Bold";
    text-align: center;
}

.btn-delete {
    background-color: #e26089;
    color: #ffffff!important;
}

.btn-add {
    background-color: #57b8b5;
    color: #ffffff!important;
}

.btn-select {
    background-color: #dde785;
    color: #464444!important;
}
.myLabel {
    margin:  0px;
}
label.myLabel input[type="file"] {
    position:absolute;
    top: -1000px;
}

.btn-action {
    font-size: 16px;
    letter-spacing: 1px;
    font-family: "Open-Sans-Regular";
    text-align: center;
    text-transform: uppercase;
    line-height: 13px;
    padding: 12px;
    width: 205px;
    height: 45px;
    border-radius: 5px;
    letter-spacing: 1px;
    font-weight: 600;
}

.btn-action i {
    font-size: 20px;
    position: relative;
    top: 1px;
}

.img-wrapper {
    padding: 8px;
    position: relative;
}

#gallery .media-item.gu-transit,
.media-item .img-wrapper {
    display: none;
}

.media-item .img-wrapper:first-child {
    display: block;
}

.img-wrapper img {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.img-wrapper:hover img {
    opacity: 0.3;
}

.img-wrapper:hover .img-overlay {
    opacity: 1;
    height: 100%;
}

.img-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: .5s ease;
    opacity: 0;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.img-overlay-checkbox {
    display: none;
}

.img-wrapper label {
    visibility: hidden;
}

.img-wrapper:hover label {
    visibility: visible;
}

.action-buttons {
    display: none;
}

.checkmark {
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 5px;
    filter: drop-shadow(0 0 5.5px rgba(0, 0, 0, 0.24));
    background-color: #ffffff;
    position: absolute;
    left: 13px;
    width: 25px;
    height: 25px;
    border-radius: 5px;
    filter: drop-shadow(0 0 5.5px rgba(0, 0, 0, 0.24));
}

.img-overlay-checkbox:checked+.checkmark {
    background-color: #57b8b5;
}

.img-overlay-checkbox:checked+.checkmark:after {
    content: "";
    position: absolute;
    height: 7px;
    width: 12px;
    border-left: 2px solid white;
    border-bottom: 2px solid white;
    top: 30%;
    left: 50%;
    transform: translate(-45%) rotate(-45deg);
}

.checkbox {
    position: absolute;
    top: 15px;
    left: 3px;
    z-index: 3;
}

.btn-action-wrapper {
    width: 100%;
    position: absolute;
    top: 45%;
}

.btn-custom {
    border-radius: 5px;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 7px;
    line-height: 25PX;
    letter-spacing: 1px;
    display: block;
    width: 65%;
    margin-left: auto;
    margin-right: auto;
}

.text-img-overlay {
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 13px;
    color: #ffffff;
    font-family: "Open-Sans-Light";
    text-align: center;
    text-transform: uppercase;
}

#add-image {
    background-color: #f6f5f5;
    background-color: #f6f5f5;
    margin: 8px;
    height: 139px;
    width: 139px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#add-image i  {
    font-size: 38px;
    color: #454343;
    opacity: 0.6;
}

.img-duplication {
    position: absolute;
    opacity: 0.4;
    font-family: "Open-Sans-Regular";
    filter: drop-shadow(0 0 1.5px rgba(0, 0, 0, 0.2));
    background-color: #000000;
    line-height: 16px;
    font-weight: 400;
    text-align: center;
    font-size: 10px;
    letter-spacing: 1px;
    color: white;
    padding: 0px 4px;
    bottom: 8px;
}

.container-mobile {
    /* width: 446px; */
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0);
    border: 20px solid #f6f5f5;
    overflow: hidden;
    margin-top: 24px;
}

.no-gutter-padding {
    padding-left: 0px;
}

#no-files i {
    opacity: 0.4;
}

#no-files p:nth-child(3) {
    font-size: 24px;
    letter-spacing: 0px;
    line-height: 13px;
    color: #464444;
    font-family: "Open-Sans-Bold";
    font-weight: 600;
    text-align: center;
    margin-top: 30px;
}

#no-files p:nth-child(4) {
    font-size: 22px;
    letter-spacing: 0px;
    line-height: 13px;
    color: #464444;
    font-family: "Open-Sans-Light";
    font-weight: 300;
    text-align: center;
    margin-top: 15px;
}

.mobile-header {
    padding: 29px 40px;
    /* padding-bottom: 30px; */
    /* margin-top: -1px; */
    /* margin-bottom: 29px; */
    padding-bottom: 25px;
}

.mobile-img-wrapper,
#mobile-draggable .img-wrapper {
    position: relative;
    width: 33.3%;
    height: auto;
    padding: 2px;
}

#mobile-draggable .media-item {
    position: relative;
    float: none;
    flex: none;
    margin: 0;
    width: 33.3%;
    max-width: 33.3%;
    height: auto;
    padding: 0;
}

#mobile-draggable .media-item .img-wrapper {
    width: 100%;
}

.img-wrapper>img, .mobile-img-wrapper>img {
    max-width: 100%;
    z-index: -1;
}

#btn-share {
    width: 56px;
    height: 51px;
    /* border-radius: 5px; */
    background-color: #f6f5f5;
    position: relative;
    top: -5px;
}

#btn-share p {
    font-size: 12px;
    letter-spacing: 0px;
    line-height: 19px;
    color: #464444;
    font-family: Open-Sans-Regular;
    font-weight: 400;
    text-align: center;
}

.insta-profile {
    margin-top: 5px;
    margin-left: -2px;
}

.insta-profile p {
    font-size: 18px;
    font-family: Open-Sans-Bold;
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 14px;
    color: #464444;
    font-weight: 700;
}

.insta-profile span {
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 12px;
    color: #464444;
    font-weight: 400;
    text-align: center;
    position: relative;
    top: -3px;
}

.mobile-body {
    height: 67vh;
    overflow-y: auto;
    z-index: 10;
    padding-left: 2px;
    padding-right: 2px;
    position: relative;
    top: -2px;
}

.mobile-body::-webkit-scrollbar {
    display: none;
}

.img-taken-date {
    position: absolute;
    right: 2px;
    margin: 0;
    opacity: 0.4;
    background: #000;
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 13px;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    filter: drop-shadow(0 0 6.5px rgba(0, 0, 0, 0.44));
    z-index: 999999999;
    padding: 2px 3px;
}

.btn-mobile-custom {
    width: 46px;
    border-radius: 5px;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 5px;
    line-height: 25px;
}

.btn-mobile-delete {
    background-color: #e26089;
    color: #ffffff!important;
}

.btn-mobile-edit {
    background-color: #57b8b5;
    color: #ffffff!important;
}

.mobile-img-wrapper img,
#mobile-draggable .img-wrapper img {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    z-index: -1;
    transition: .5s ease;
    backface-visibility: hidden;
}

.mobile-img-wrapper:hover img,
#mobile-draggable .img-wrapper:hover img {
    opacity: 0.3;
}

.mobile-img-wrapper:hover .img-overlay,
#mobile-draggable .img-wrapper:hover .img-overlay {
    opacity: 1;
}

.no-media {
    text-align: center;
    width: 100%;
    position: relative;
    opacity: 0.6;
    padding-top: 10%;
    right: 3%;
}

.uploader {
    position: relative;
    overflow: hidden;
    width: 300px;
    height: 350px;
    background: #f3f3f3;
    border: 2px dashed #e8e8e8;
}

#drop-area {
    position: absolute;
    height: 70vh;
    z-index: 1;
}

#drag-and-drop {
    height: 65vh;
    border-radius: 5px;
    filter: drop-shadow(0 0 6.5px rgba(87, 184, 181, 0.15));
    background-color: #eef8f7;
    border: 1px solid #57b8b5;
    position: absolute;
    width: 97%;
    left: 5%;
    top: 14px;
    display: none;
}

#drag-and-drop i {
    margin-top: 20%;
    color: #57b8b5;
}

#drag-and-drop p {
    font-size: 25px;
    letter-spacing: 0px;
    line-height: 14px;
    color: #57b8b5;
    font-family: "Open-Sans-Regular";
    font-weight: 600;
    text-align: center;
    margin-top: 33px;
}

.hide {
    display: none;
}

.show {
    display: block;
}

/* Modal Start */

.modal {
    width: 100%;
    height: 100%;
}

.modal-dialog {
    position: relative;
    top: 30%;
}

.delete-modal {
    width: 444px;
    height: 187px;
    margin: auto;
    margin-left: 50px;
    border-radius: 20px;
    background-color: #fff;
    filter: drop-shadow(0 0 21.5px rgba(0, 0, 0, 0.25));
}

.share-modal {
    width: 444px;
    height: 211px;
    margin: auto;
    /* margin-left: 50px; */
    border-radius: 20px;
    filter: drop-shadow(0 0 21.5px rgba(0, 0, 0, 0.25));
    background-color: #ffffff;
}

.modal-title {
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 41px;
    color: #464444;
    font-family: "Open-Sans-Bold";
    font-weight: 700;
}

.modal-text {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 26px;
    color: #575656;
    font-family: "Open-Sans-Regular";
    font-weight: 300;
}

.share-btn-group {
    width: 380px;
    margin-left: 30px;
}

.share-btn-group i {
    font-size: 12px;
}

.btn-group>.btn {
    width: 33.3%;
    border-bottom: 1px solid #dddfe1;
    border-radius: 0;
    font-size: 14px;
    letter-spacing: 1px;
    /* line-height: 37px; */
    font-family: "Open-Sans-Regular";
    font-weight: 700;
    text-align: center;
}

.btn-group>.active, .btn:active {
    color: #57b8b5;
    border-bottom: 1px solid #57b8b5;
}

.form-inline>.form-group {
    width: 100%;
    margin-left: 30px !important;
}

.modal-input {
    width: 316px !important;
    height: 42px;
    border-radius: 5px;
    background-color: #f6f5f5;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 37px;
    color: #464444;
    font-family: "Open-Sans-Regular";
    font-weight: 400;
    text-align: center;
    border: 0px;
}

.btn-modal-copy {
    margin-left: 2%;
    width: 54px;
    height: 42px;
    border-radius: 5px;
    background-color: #f6f5f5;
}

.btn-modal-copy:active {
    background-color: #57b8b5;
    color: white;
}

.btn-modal-copy>span {
    width: 60%;
    height: 90%;
}

#no-files {
    display: none;
}

.modal-custom-btn {
    width: 164px;
    height: 45px;
    border-radius: 5px;
    border: 1px solid #e26089;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 13px;
    font-family: "Open-Sans-Regular";
    font-weight: 600;
}

.btn-group>.delete {
    color: #ffffff;
    background-color: #e26089;
}

.btn-group>.cancel {
    color: #e26089;
    background-color: rgba(226, 96, 137, 0);
}

#email-input {
    width: 284px!important;
    height: 42px;
    border-radius: 5px;
    background-color: #f6f5f5;
}

#email-button {
    width: 86px;
    height: 42px;
    border-radius: 5px;
    background-color: #5ebbb8;
    margin-left: 5px;
}

#invite {
    display: none;
}

#others {
    display: none;
}

#share-content {
    display: flex;
    position: absolute;
    top: 70px;
    left: 90px;
    display: none;
}

.share-item {
    padding-right: 55px;
}

#tab-content {
    display: block;
}

.share {
    font-size: 14px;
    letter-spacing: 1px;
    color: #ffffff;
    font-family: "Segoe UI";
    font-weight: bold;
    text-align: center;
    width: 52px;
    height: 22px;
    border-radius: 5px;
    margin-top: 14px;
}