
@media (min-width:768px){
    .h-md-100{
        height: 100%;
    }
.offcanvas.SideMenu {
    position: fixed;
    left: 15px;
    transform: translateX(0)!important;
    top: 15px;
    visibility: visible!important;
    width: 18rem!important;
    z-index: 3;
    border-color: rgba(125,135,155,.2) !important;
    border-right: 0;
    box-shadow: 0 3px 16px #8e86ab0d;
    height: calc(100vh - 30px);
    border-radius: 30px;
    /* backdrop-filter: blur(21px); */
    background-color: #605bff;
}


.SideMenu .offcanvas-body{
    padding-right: 0 !important;
}

.main-wrapper-right{
    padding-left:18rem;
}
}

@media (max-width:1600px){


.containerWidth {
    padding:60px 60px !important;
}
.containerWidthLg {
    padding:60px 60px !important;

}
.containerWidthXl {
    padding:60px 60px !important;
}

}

@media (max-width:1300px){


.containerWidth {
    padding:60px 40px !important;
}
.containerWidthLg {
    padding:60px 40px !important;

}
.containerWidthXl {
    padding:60px 40px !important;
}

}

@media (max-width:991px){

.converSide {
    width: 100%;
    border-radius: 0px;
}
.converSide {
    width: 100%;
    border-radius: 0px;
    padding: 0 0 20px;
}
.VideoCompose {
width: 300px;
height: 300px;
}

.login-images {
    height: auto;
}
.loginPage {
    height: auto;
}




}
@media (max-width:767px){

    .containerWidth {
    padding:30px 15px !important;
}
.containerWidthLg {
    padding:30px 15px !important;

}
.containerWidthXl {
    padding:30px 15px !important;
}
.overlay {
position: static;
inset: 0;
border-radius: inherit;
padding: 0;
}
.offcanvas.offcanvas-start{border-right: 0;}
.btnCallPause {
position: static;
margin-top: 10px;
}
.login-images {
    border-radius: 10px;
    height: 100vw;
}
.loginPage h1 {
    font-size: 40px;
}
.cardMax .card-body {
    padding: 30px 30px;
}
.loginPage h2 {
    font-size: 50px;
}
.login-images img {
    border-radius: 30px;
}
.offcanvas.SideMenu {
    background-color: #605bff;
    color: #fff;
}
.navbar-nav .nav-link {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
.badge {
    --bs-badge-padding-x: 0.45em;
    --bs-badge-padding-y: 0.45em;
    --bs-badge-font-size: 0.75em;
    --bs-badge-font-weight: 600;
    --bs-badge-border-radius: 14px;
}
h5 {
    font-size: 1.725rem;
    line-height: 1.725rem;
    letter-spacing: -.0025em;
}
.btn {
    font-size: 15px;
    padding: 12px 15px;
    border-radius: 15px;
}
.text-bg-primary1:before {
    width: 110px;
    background-position: bottom center;
}
.bg-primary-gt:before {
    background-size: contain;
}
.offcanvas-header .btn-close {
    filter: invert(1);
}
}