
@import url("./animations/animate.css");
  

body[data-sidebar-color="dark"] .left-side-menu {
    /* background-color: rgb(245, 245, 245); */
    background-color:#CB7113; /* rgb(42, 48, 66);*/
    box-shadow: none; 
}
body[data-sidebar-color="dark"] .navbar-custom {
    background-color: #ebeff2 !important; 
}

body[data-sidebar-color="dark"] .logo-box {
    /* background-color: rgb(245, 245, 245); */
    background-color: rgb(42, 48, 66);
}
 
.tag_top {
    position: absolute;
    bottom: 20px;
    background: #ffffff;
    width: 75%;
    border-bottom-right-radius: 25px;
    border-top-right-radius: 25px;
    display: flex;
    justify-content: space-around;
    box-shadow: 5px 10px 10px -5px rgba(0,0,0,0.36);
}

.shadow-drop-2-center {
    -webkit-animation: bounce-in-left 1.1s both;
    animation: bounce-in-left 1.1s both;

    /* -webkit-animation: wobble-hor-bottom 1.8s both;
    animation: wobble-hor-bottom 1.8s both; */
}
 


.modal.fade.modal-slide-right.show .modal-dialog
{
    -ms-transform: translate(0, 0); 
        transform: translate3d(0, 0, 0);
}

.modal.fade.modal-slide-right .modal-dialog
{
    position: absolute;
    right: 0;

    width: 100%;
    height: 100%;
    margin: 0;

    -ms-transform: translate(100%, 0); 
        transform: translate3d(100%, 0, 0);
}
.modal.fade.modal-slide-right .modal-dialog .modal-content-wrapper
{
    height: 100%;
}
.modal.fade.modal-slide-right .modal-dialog .modal-content
{
    height: 100%;
}

.modal.fade.modal-slide-right .modal-content
{
    border-radius: 0;
}

@media (max-width: 767.98px)
{
    .modal.fade.modal-slide-right .modal-dialog
    {
        width: 100%;
    }
}