body {
    font-family: 'Arimo', sans-serif;
}

.logoStyle {
    width: 75px;
    height: 60px;
}

.main-content {
    margin-top: 80px;
    padding: 0 50px 80px 50px;
}

.main-card {
    border: none;
    border-radius: 10px;
    background-image: url('../img/dynamicgalleryBg.jpg');
    /*background-color: yellow;*/
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 20px;
    margin-bottom: 30px;
    /* max-height: 700px; */
}

.main-card #add_manufacturer {
    padding: 0px 30px;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.main-card #add_product {
    padding: 0px 20px;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}

.main-card #update_image {
    padding: 0px 20px;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}

.cardbg {
    border-radius: 15px;
    background-color: rgb(228, 219, 198);
    border: 0;
}

.imgBorder {
    border-radius: 15px 15px 0 0;
}

.navbar {
    background-color: #40b75b;
}

.navbar-brand {
    font-family: 'Trebuchet MS';
    color: #ffffff;
}

.title {
    background-color: #fe8a00;
    color: white;
}

.btn-menu {
    padding: 15px 35px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    border-radius: 30px;
    display: block;
    border: 0px;
    font-weight: 800;
    font-family: 'Lucida Sans';
    box-shadow: 0px 0px 14px -7px #778c95;
    background-image: linear-gradient(45deg, #af2845 0%, #d68899 51%, #af2845 100%);
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    margin: 0px 20px 20px 20px;
    font-size: 15px;
}

.btn-menu:hover {
    background-position: right center;
    color: #fff;
    text-decoration: none;
}

.btn-menu:active {
    transform: scale(0.95);
}

.EditImage {
    align-items: center;
    appearance: none;
    background-image: radial-gradient(100% 100% at 100% 0, #96dca8 0, #40b75b 100%);
    border: 0;
    border-radius: 30px;
    box-shadow: rgba(45, 35, 66, .4) 0 2px 4px, rgba(137, 133, 145, 0.3) 0 7px 13px -3px, rgba(118, 119, 125, 0.5) 0 -3px 0 inset;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-family: 'Averia Serif Libre', cursive;
    height: 42px;
    justify-content: center;
    line-height: 1;
    list-style: none;
    overflow: hidden;
    padding: 10px 20px 10px 20px;
    position: relative;
    text-align: left;
    text-decoration: none;
    transition: box-shadow .15s, transform .15s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    will-change: box-shadow, transform;
    font-size: 15px;
    margin: 0 5px 5px 10px;
}

.EditImage:focus {
    box-shadow: #676157 0 0 0 1.5px inset, rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #676157 0 -3px 0 inset;
}

.EditImage:hover {
    box-shadow: rgba(45, 35, 66, .4) 0 4px 8px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #676157 0 -3px 0 inset;
    transform: translateY(-2px);
    color: rgb(11, 11, 12);
}

.EditImage:active {
    box-shadow: #676157 0 3px 7px inset;
    transform: translateY(2px);
}

.DeleteImage {
    align-items: center;
    appearance: none;
    background-image: radial-gradient(100% 100% at 100% 0, #da1f1f 0, #f75b38 100%);
    border: 0;
    border-radius: 30px;
    box-shadow: rgba(45, 35, 66, .4) 0 2px 4px, rgba(137, 133, 145, 0.3) 0 7px 13px -3px, rgba(118, 119, 125, 0.5) 0 -3px 0 inset;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-family: 'Averia Serif Libre', cursive;
    height: 42px;
    justify-content: center;
    line-height: 1;
    list-style: none;
    overflow: hidden;
    padding: 10px 20px 10px 20px;
    position: relative;
    text-align: left;
    text-decoration: none;
    transition: box-shadow .15s, transform .15s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    will-change: box-shadow, transform;
    font-size: 15px;
    margin: 0 10px 10px 5px;
}

.DeleteImage:focus {
    box-shadow: #676157 0 0 0 1.5px inset, rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #676157 0 -3px 0 inset;
}

.DeleteImage:hover {
    box-shadow: rgba(45, 35, 66, .4) 0 4px 8px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #676157 0 -3px 0 inset;
    transform: translateY(-2px);
    color: rgb(11, 11, 12);
}

.DeleteImage:active {
    box-shadow: #676157 0 3px 7px inset;
    transform: translateY(2px);
}

.signoutBtn {
    align-items: center;
    appearance: none;
    background-image: radial-gradient(100% 100% at 100% 0, #ffffff 0, #ffffff 100%);
    border: 0;
    border-radius: 30px;
    box-shadow: rgba(45, 35, 66, .4) 0 2px 4px, rgba(137, 133, 145, 0.3) 0 7px 13px -3px, rgb(155, 155, 145) 0 -3px 0 inset;
    box-sizing: border-box;
    color: rgb(38, 36, 36);
    cursor: pointer;
    display: inline-flex;
    font-family: 'Averia Serif Libre', cursive;
    height: 42px;
    justify-content: center;
    line-height: 1;
    list-style: none;
    overflow: hidden;
    padding: 10px 20px 10px 20px;
    position: relative;
    text-align: left;
    text-decoration: none;
    transition: box-shadow .15s, transform .15s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    will-change: box-shadow, transform;
    font-size: 15px;
    margin: 0 5px 5px 10px;
}

.signoutBtn:focus {
    box-shadow: #676157 0 0 0 1.5px inset, rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #676157 0 -3px 0 inset;
}

.signoutBtn:hover {
    background-image: radial-gradient(100% 100% at 100% 0, #ece7e7 0, #f7eeee 100%);
    box-shadow: rgba(45, 35, 66, .4) 0 4px 8px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #797368 0 -3px 0 inset;
    transform: translateY(-2px);
    color: rgb(0, 0, 0);
}

.signoutBtn:active {
    box-shadow: #676157 0 3px 7px inset;
    transform: translateY(2px);
}

.main-card .img-box {
    margin-top: 0.2rem;
    overflow: hidden;
}

.main-card .img-box .video {
    background: transparent;
    height: 290px;
    width: 55%;
    border-radius: 10px;
    position: relative;
    border: 3px dashed #b9465f;
}

.main-card .img-box .video img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    z-index: -5;
}

.main-card .img-box .photo {
    height: 420px;
    width: 70%;
    border-radius: 10px;
    position: relative;
    border: 3px dashed #f9aa00;
}

.main-card .img-box .photo img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    z-index: -5;
}

.main-card .img-box .photo_add {
    top: 0;
    height: 250px;
    width: 100%;
    border-radius: 0px 0px 6px 6px;
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
}

.main-card .img-box .photo_add label {
    width: 100%;
    height: 100%;
}

.main-card .img-box .img-details {
    margin-top: 10px;
}

.main-card .img-box .img-details label {
    font-weight: 500;
    font-size: 1.6rem;
    font-family: 'Trebuchet MS';
}

.main-card .img-box .img-details p {
    font-size: 0.9rem;
    color: gray;
}

.title {
    background-color: #9ca49c;
    color: white;
    border-radius: 40px;
    font-family: 'Trebuchet MS';
    display: flex;
    justify-content: space-between;
    padding: 10px 30px;
}

.title .btn-menu {
    padding: 7px 15px;
    margin: 0px;
    text-decoration: none;
    font-size: 13px;
    color: black;
}

@media screen and (min-width:360px) and (max-width:580px) {
    .headSize {
        font-size: 20px;
    }
    .btn-menu {
        font-size: 15px;
    }
}

.disable {
    opacity: 0.3;
    pointer-events: none;
}

#loader {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    width: 100px;
    height: 100px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #fe8a00;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media only screen and (min-width: 1024px) {
    #itemModal {
        /*Places modal center of the page*/
        position: fixed;
        top: 50%;
        left: 32%;
        transform: translate(-50%, -50%);
        width: fit-content;
        height: fit-content;
        padding: 0 !important;
        overflow: visible !important;
        /* end */
    }
}

@media only screen and (max-width: 480px) {
    .offcanvas {
        max-width: 75%;
    }
    .main-card {
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 10px;
        margin-bottom: 30px;
        max-height: 80vh;
    }
    .main-card .product_details .inputs {
        padding: 5px 3px;
    }
    .main-card .product_details .submit_btn {
        margin-top: 20px;
    }
    .main-card .img-box {
        margin-top: 0px;
        overflow: hidden;
    }
    .main-card .img-box .photo {
        height: 150px;
        width: 150px;
        border-radius: 10px;
        position: relative;
    }
    .main-card .img-box .photo img {
        width: 100%;
        height: 100%;
        border-radius: 6px;
        z-index: -5;
    }
    .main-card .img-box .photo_add {
        top: 0;
        height: 100%;
        width: 100%;
        border-radius: 0px 0px 6px 6px;
        background-color: rgba(0, 0, 0, 0);
        position: absolute;
    }
    .main-card #add_manufacturer {
        padding: 0px 5px;
        margin-top: 0rem;
        margin-bottom: 0rem;
    }
    .main-content {
        margin-top: 80px;
        padding: 0 20px 50px 20px;
    }
}


/* Video Style */

.navigationBar .btnNav {
    background-color: lightgrey;
    width: 250px;
    padding-bottom: 10px;
    padding-top: 10px;
    font-weight: 600;
    border: none;
}

.navigationBar .btnNav:hover {
    color: white;
    box-shadow: 0px 0px 14px -7px #778c95;
    background-image: linear-gradient( 45deg, #c98e9a 0%, #b9465f 51%, #af2845 100%);
}

.navigationBar .btnNav.active {
    color: white;
    box-shadow: 0px 0px 14px -7px #778c95;
    background-image: linear-gradient( 45deg, #c98e9a 0%, #b9465f 51%, #af2845 100%);
}

.videoOverlay {
    background-color: transparent;
    position: absolute;
    width: 100%;
    height: 90%;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.videoOverlay img {
    height: 120px;
    width: 120px;
}


/* Video Style */

.navigationBar .btnNav {
    background-color: lightgrey;
    width: 250px;
    padding-bottom: 10px;
    padding-top: 10px;
    font-weight: 600;
    border: none;
}

.navigationBar .btnNav:hover {
    color: white;
    box-shadow: 0px 0px 14px -7px #778c95;
    background-image: linear-gradient( 45deg, #c98e9a 0%, #b9465f 51%, #af2845 100%);
}

.navigationBar .btnNav.active {
    color: white;
    box-shadow: 0px 0px 14px -7px #778c95;
    background-image: linear-gradient( 45deg, #c98e9a 0%, #b9465f 51%, #af2845 100%);
}

.videoOverlay {
    background-color: transparent;
    position: absolute;
    width: 100%;
    height: 60%;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.videoOverlay img {
    height: 120px;
    width: 120px;
}

.galleryBg {
    padding: 100px 90px 20px 90px;
    /* background-image: linear-gradient(to right, #464646, #555454, #7f7d7e, #9c9a9a, #b4b3b3, #b9b6b6); */
}

@media screen and (max-width:600px) {
    .galleryBg {
        padding: 100px 50px 20px 50px;
    }
}

.imageGalleryHead {
    font-weight: bold;
    font-size: 60px;
    color: #af2845;
}

.modalBg {
    background-color: lightgray;
}

.modalHeadsection {
    border-bottom: 1px solid rgb(148, 148, 148);
}

.modalHead {
    padding-left: 250px;
}

@media screen and (max-width:501px) {
    .modalHead {
        padding-left: 0px;
    }
}

@media screen and (min-width:501px) and (max-width:991px) {
    .modalHead {
        padding-left: 150px;
    }
}

.modalTitle {
    letter-spacing: 1px;
    color: rgb(101, 101, 101);
    font-size: 22px;
}

.dragFile {
    width: 60px;
    height: 60px;
}

.modal .modal-body .photo {
    border: 2px dashed rgb(153, 153, 153);
}

.modal .modal-body .photo .photo_add {
    /* top: 0; */
    height: 50px;
    width: 100%;
    border-radius: 0px 0px 6px 6px;
    background-color: rgba(0, 0, 0, 0);
    /* position: absolute; */
}

.addImageBtn {
    background-color: #48b3e3;
    font-size: 14px;
}

.videoGalleryBorder {
    border-bottom: 2px solid rgb(222, 222, 222);
}

.EditVideo {
    border: none;
}

.DeleteVideo {
    border: none;
}

.editIcon {
    /* background-color: rgb(188, 186, 186); */
    color: rgb(97, 97, 97);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    font-size: 20px;
    /* padding: 8px; */
}

.editIcon:hover {
    /* background-color: rgb(78, 78, 190); */
    color: rgb(89, 89, 240);
    transition: .5s;
}

.deleteIcon {
    /* background-color: rgb(188, 186, 186); */
    color: rgb(97, 97, 97);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    font-size: 20px;
    /* padding: 8px; */
}

.deleteIcon:hover {
    /* background-color: rgb(248, 54, 54); */
    color: rgb(248, 54, 54);
    transition: .5s;
}

#photo_img {
    position: absolute;
    z-index: 99;
    top: 9%;
    left: 40%;
    width: 200px;
    height: 154px;
    border-radius: 8px;
}

.videoThumbnail {
    border-radius: 0;
}