#photoshotButton{
    right: 5.9em;
}

.bigphotoshot {
    bottom: 5%;
    right: 48%;
}

#bigphotoshotButton {
    position: absolute;
    transition: all .1s ease-in-out;
    background-color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    outline: 4px solid white;
    outline-offset: 3px;
    display: none;
    -ms-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transform: scale(1.3) !important;
    z-index: 9999;
}
#bigphotoshotButton__wrapper{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#bigphotoshotButton__wrapper img{
    width: 20px;
}
#select_ratio_div{
    margin-right: 30px;
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 0px;
    pointer-events: auto;

}

#select_ratio{
    width: fit-content;
    background: none;
    border: 1px solid white;
    border-radius: 5px;
    font-size: 16px;
    color: white;
    line-height: 16px;
    padding: 5px 40px 5px 8px ;
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg id='icon/expandMore/24'%3e%3cpath id='Vector (Stroke)' fill-rule='evenodd' clip-rule='evenodd' d='M3.36321 7.3637C3.71469 7.01223 4.28453 7.01223 4.63601 7.3637L11.9996 14.7273L19.3632 7.3637C19.7147 7.01223 20.2845 7.01223 20.636 7.3637C20.9875 7.71517 20.9875 8.28502 20.636 8.63649L12.636 16.6365C12.2845 16.988 11.7147 16.988 11.3632 16.6365L3.36321 8.63649C3.01174 8.28502 3.01174 7.71517 3.36321 7.3637Z' fill='white'/%3e%3c/g%3e%3c/svg%3e");
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: 1em auto, 100%;
}
#select_ratio option{
    background: #333;
}
#bigphotoshotButton:hover {
    -webkit-box-shadow: 0px 5px 13px #333;
    box-shadow: 0px 5px 13px #333;
    color:#3c3c3c;
    -ms-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    transform: scale(1.4) !important;
}

#psCloseBtn{
    cursor: pointer;
    display:none;
    position:absolute;
    top:15px;
    right:15px;
    z-index:9999;
    color: #fff;
}

#photo_gallery{
    top: 65px !important;
}

.item-content{
    margin-top: 59px;
}

.carousel-control.right {
    right: 0;
    left: auto;
   
}

.carousel-control:focus, .carousel-control:hover {

    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9;

}
.carousel-control.left {

    
    background-repeat: repeat-x;

}

.carousel-control {
    width: 5%;
    margin: 0 8.3%;
}

.carousel-control:focus, .carousel-control:hover {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9;
}

.carousel-control {
    position: absolute;
    top: 50%;
    transform: translateX(-50%);
    left: 0;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    opacity: .5;
}

.carousel-control > i{
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    font-size: 2.333em;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
}

#prev-photo > i{
    margin-left: -15px;
    left: 50%;
}

#next-photo > i{
    margin-right: -15px;
    right: 50%;
}

.hole {
    position: absolute;
    left: 10%;
    top: 30%;
    width: 80%;
    height: 40%;
    box-shadow: 0 0 0 99999px rgba(0, 0, 0, 0.9);
    display:none;
    z-index:9;
    pointer-events:none;
}

.flashDiv {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 1;
    display: none;
}

.modal-content .modal-header {
    padding: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.modal-header .close {
    color: #fff !important;
    opacity: 0.6;
}

.modal-editor-title {
    font-size: 30px;
    color: #fff;
    float: left;
    padding: 5px 15px;
}

.delete-photos {
    padding: 9px 11px;
}

.select-all-photos {
    padding: 11px 13px;
}

#photos .modal-header{
    display: block;
}

.select-all-photos {
    padding: 11px 13px;
}

.download-photos {
    padding: 11px;
}

.check{
    border-color: white !important;
}

.photogallery-btn:hover {
    cursor: pointer;
    opacity: 0.8 !important;
}

.photogallery-btn{
    width: 40px;
    height: 40px;
    border-radius: 30px;
    background: #fff;
    margin: 6px 10px;
    opacity: 1;
    box-shadow: 0px 5px 13px #333;
    color: #3c3c3c;
}
#tableWrapper{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    pointer-events: none;
}
#tableWrapper table{
    width: 100%;
    height: 100%;
    opacity: 0.5;
}
#tableWrapper table td {
    border: 1px solid white;
}
#tableWrapper table tr {
    border: 1px solid white;
}

.gallery-btn {
    text-decoration: none;
    display: none;
    position: absolute;
    z-index: 999;
    cursor: pointer;
}

.prev-gallery{
    z-index: 9999;
    width: 80px;
    display: block;
    height: 80px;
    position: absolute;
    right: 22px;
    cursor: pointer;
    bottom: 0px;
}