.cloudinaryv2{
    width: 98%;
    float: right;
    position: relative;
}
.cloudinaryv2 .images{
    width: 78%;
    float: right;
    padding: 0;
    margin: 0;
}
.cloudinaryv2 .image{
    width: 20%;
    float: right;
    position: relative;
    padding: 0;
    margin: 0 0 25px 0;
}
.cloudinaryv2 .image img{
    width:90%;
    height: 160px;
    float: right;
    padding: 0;
    margin: 0;
}
.imagescontrol{
    width: 78%;
    float: right;
    padding: 0;
    margin: 0 0 15px 0;
}
/* The container */
.containercheckbox {
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 0;
    float: right;
    width: 90%;
    margin: 0;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
  
/* Hide the browser's default checkbox */
.containercheckbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
  
/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    right: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
}
  
/* On mouse-over, add a grey background color */
.containercheckbox:hover input ~ .checkmark {
    background-color: #ccc;
}
  
/* When the checkbox is checked, add a blue background */
.containercheckbox input:checked ~ .checkmark {
    background-color: #2196F3;
}
  
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
  
/* Show the checkmark when checked */
.containercheckbox input:checked ~ .checkmark:after {
    display: block;
}
  
/* Style the checkmark/indicator */
.containercheckbox .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.by_post_gallery_edit ul{
    /* float: right; */
    padding: 0;
    margin: 15px 0 0 0;
}
.by_post_gallery_edit ul li{
    width: 20%;
    position: relative;
    display: inline-block;
    padding: 0 0 0 0;
    margin: 0px 0px 5px 10px;
}
.by_post_gallery_edit img{
    width:100%;
    height: 150px;
    /* float: right; */
    padding: 0;
    margin: 0;
}

#cloudinarygallery .inside{
      position: relative;
}

.cloudinaryv2load {
    display: none;
    z-index: 1;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.7);
    text-align: center;
    left: 0;
    top: 0;
}
#adminmenuback {
    z-index: 2;
}
.lds-ring {
    margin: -32px 0 0 -32px;
    display: inline-block;
    position: absolute;
    width: 64px;
    height: 64px;
    top: 50%;
    left: 50%;
}
.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 51px;
    height: 51px;
    margin: 6px;
    border: 6px solid #1299dc;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #1299dc transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes lds-ring {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
}
  
.editmainresults{
      width: 78%;
      float: right;
      padding: 0;
      margin: 0 0 15px 0;
}
.saveeditgallerybutton{
    background: #FF5722;
    color: #fff;
    border: none;
    cursor: pointer;
    padding: 5px 15px;
    font-size: 20px;
    border-radius: 5px;
}
.bbb{
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}
#byeditajaximg{
    padding: 0;
    margin: 0;
}
.byeditajaximg{
    position: absolute;
    margin: 0;
    top: 15%;
    min-height: 335px;
    box-shadow: 0 0 10px #000;
    right: 30%;
    z-index: 999;
    background: #ccc;
    padding: 15px;
}
.byeditajaximgclose{
    cursor: pointer;
    position: absolute;
    color: white;
    left: 0;
    padding: 7px 10px;
    top: 0;
    background: red;
    font-size: 20px;
}
.byeditajaximg h4{
    margin:0 0 10px 0;
}
.byeditajaximg img{
    width: 100px;
}
.by_post_gallery_edit .dashicons-edit{
    position: absolute;
    top: 5px;
    cursor: pointer;
    font-size: 20px;
    left: 5px;
    background: #fff;
    padding: 3px;
}
.images_to_add{
    padding: 0;
    margin: 25px 0 0 0;
    width: 100%;
    float: right;
}
.images_to_add h4{
    margin: 0 0 25px 0;
    font-size: 20px;
}
.primaryimg{
    border: 3px solid orange;
}
.by_short_code_options_info{
    padding: 0;
    margin: 0;
    width: 100%;
    /* float: left; */
    text-align: left;
}
.by_short_code_options_info .in{
    margin: 0 0 10px 0;
}
.by_short_code_options_info h4{
    color: #2196f3;
}
.by_short_code_options_info .note{
    direction: ltr;
    color: #ff7600;
    font-size: 15px;
    font-weight: bold;
}
.deletegallerybutton{
    background: #d21c1c;
    color: #fff;
    border: none;
    cursor: pointer;
    padding: 5px 15px;
    margin: 0 10px 0 0;
    font-size: 20px;
    border-radius: 5px;
}
.cloudinaryv2_delete_successfully{
    padding: 0;
    font-size: 20px;
    margin: 15px 0 0 0;
    width: 100%;
    color: green;
}
.byc_savegallery {
    background: #0085ba;
    color: #fff;
    border: none;
    cursor: pointer;
    padding: 11px 15px 10px 15px;
    margin: 0 -2px 0 0;
    font-size: 13px;
    border-radius: 0;
    border: 1px solid #f1f1f1;
}
#galleryname {
    border-radius: 0;
    padding: 10px 15px;
    box-shadow: none;
    border: 1px solid #f1f1f1;
}

#by_edit_gallery {
    padding: 8px;
    line-height: 28px;
    height: 36px;
    vertical-align: middle;
}