@font-face {
    font-family: Poppins-Medium;
    src: url(../fonts/Poppins-Medium.ttf);
}

@font-face {
    font-family: Poppins-Regular;
    src: url(../fonts/Poppins-Regular.ttf);
}

html,
body {
    overflow-x: hidden;
    font-family: Poppins-Medium;
}

span,
div,
p {
    font-family: Poppins-Regular;
}

#integrate_new_store #v-pills-tabContent::-webkit-scrollbar {
    width: 10px;
}


/* Track */

#integrate_new_store #v-pills-tabContent::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px 4px #ffffffaf;
    border-radius: 10px;
}


/* Handle */

#integrate_new_store #v-pills-tabContent::-webkit-scrollbar-thumb {
    background: #aaa;
    border-radius: 10px;
    transition: all 0.5s;
}


/* Handle on hover */

#integrate_new_store #v-pills-tabContent::-webkit-scrollbar-thumb:hover {
    background: #888;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Poppins-Medium;
}

.float-right {
    float: right;
}
.float-left{
    float: left;
}

/*start login page*/

#login {
    position: relative;
}

#login .content {
    min-width: 320px;
    max-width: 80%;
    margin: auto;
    padding: 10px;
    height: max-content;
    font-family: Poppins-Medium;
    font-size: 14px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 20px;
}

#login .content .logo {
    width: 80%;
    text-align: center;
}

#login .content>div {
    /* background-color: #f5f5f5; */
    width: 100%;
    padding: 30px;
    border-radius: 15px;
}

#login .content>div form h2 {
    color: #3e81ed;
    text-align: center;
    text-transform: uppercase;
}

#login .content>div form input[type="text"],
#login .content>div form input[type="password"] {
    border: 0;
    border-bottom: 1px solid #ced4da;
    padding: 12px 20px;
    border-radius: 0 0 10px 10px;
}

#login .content>div form button[type="submit"] {
    padding: 8px;
    font-size: 18px;
}

#login .content .forget-password {
    text-align: right;
}


/*end login page*/


/* start index page */
/* start index page */

#main,
#master_plan,
#master_plan_multimalls,
#nav_pages{
    min-width: 100vw;
    min-height: 100vh;
    background-color: #edf3fc;
    font-size: 14px;
}
#master_plan{
    padding-top: 70px;
}
#main>div,
#nav_pages>div{
    background-image: url(../images/main_bg.png);
    background-position-y: bottom;
    background-repeat: no-repeat;
    background-size: 25%;
    background-position-x: 90%;
    background-position-y: 105%;
    height: calc(100vh);
    padding: 0 7%;
    overflow-y: auto;
}
#nav_pages>div{
    background-image: unset;
    padding: 0;
}
#main header .navbar,
#nav_pages header .navbar{
    background-color: transparent !important;
    float: right;
    width: 200px;
}
#main header .navbar .navbar-nav,
#nav_pages header .navbar .navbar-nav{
    list-style: none;
    text-align: right;
}

#main .profile_pic,
#nav_pages .profile_pic{
    max-width: 60px;
    border-radius: 50%;
}
#main .logo,
#nav_pages .logo{
    width: 210px;
    padding-top: 0
}
#main #mall {
    list-style-type: none;
    padding: 0;
    background-image: url(../images/loading.gif);
    background-size: 70px;
    background-position: center;
    background-repeat: no-repeat;
}

#main h4,
.market_place{
    color: #3e81ed;
    z-index: 999;
}
.market_place{
    margin-top: -70px;
    margin-left: 250px;
}
#main .ground_floor h4,
#main .upper_ground_floor h4{
    color: #f47f2a;
}
/* #main #mall {
    height: auto !important;
} */
.lSSlideOuter .lSPager.lSpg{
    display: none;
}
.lSAction{
    position: absolute;
    top: 5px;
    right: 0;
    width: 113px;
}
#main .lSSlideOuter {
    margin-top: -50px;
    transition: all 0.5s;
}
.lSAction > a {
    display: inline-block;
    margin: 0 3px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    background-color: #0d6efd;
    padding: 5px 20px;
    border-radius: 5px;
    font-family: "Font Awesome 5 Free";
    background-image: unset;
    opacity: 0.8;
    position: unset;
    height: unset;
    top: unset;
    font-weight: 900;
    width: 50px;
    text-align: center;
    text-decoration: unset;
    opacity: 0.6;
}
.lSAction > a.lSNext:after{
    content: '\f054';
}
.lSAction > a.lSPrev:after{
    content: '\f053';
}
#main #mall li {
    display: inline-block;
    width: 14.5% ;
    margin-right: 5px;
    height: auto ;
    opacity: 0;
    transition: all 0.5s;
    min-height: 220px;
}

#main #mall li:nth-child(1) {
    margin-left: 0;
}

#main #mall li:nth-child(6) {
    margin-right: 0;
}

#main #mall input[type="radio"][id^="myCheckbox"] {
    display: none;
}

#main #mall label {
    border: 1px solid #e9e9e9;
    padding: 10px;
    display: block;
    position: relative;
    cursor: pointer;
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
    box-shadow: inset 0px 9px 20px #e7e7e7b8;
    margin: 50px 0 10px 8px;
}
#main #mall label:after {
    content: "";
    width: 13px;
    height: 13px;
    border-radius: 50%;
    position: absolute;
    background-color: #ddd;
    box-shadow: inset 0 0 6px 1px #777;
    top: 8px;
    right: 10px;
}
#main #mall label .error{
    position: absolute;
    background-color: #ff1c1c;
    color: #fff;
    padding: 2px 10px;
    border-radius: 6px;
    top: -10px;
    right: 0;
    left: 0;
    width: max-content;
    margin: auto;
    font-size: 13px;
}
#main #mall .online label:after{
    background-color: #00bf00;
    box-shadow: inset 0 0 6px 1px #006d04;
}
#main #mall .offline label{
    opacity: 0.8;
    cursor: no-drop;
    background-color: #f9f9f9;
}
#main #mall label:before {
    content: "\f00c" !important;
    color: white;
    font-family: "Font Awesome 5 Free";
    display: block;
    border-radius: 50%;
    border: 1px solid #3e81ed;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 28px;
    transition-duration: 0.4s;
    transform: scale(0);
    box-shadow: inset 0px 0px 1px #1c4b96;
    background-color: #3e81ed;
    font-weight: bold;
    z-index: 999;
}

#main #mall label img {
    height: auto;
    width: 75%;
    margin-top: 5px;
    transition-duration: 0.2s;
    transform-origin: 50% 50%;
}

#main #mall input:checked+label{
    filter: drop-shadow(0px 2px 0px #ddd);
}

#main #mall input:checked+label:before,
.transform:before {
    transform: scale(1) !important;
}

#main #mall input:checked+label img {
    z-index: -1;
}

#main .quick_actions {
    padding: 1em 0;
}

#main .get_started,
.quick_actions a,
.quick_actions button {
    padding: 10px;
    /* background-color: #3e81ed;
    border-color: #3e81ed; */
    border-radius: 10px;
}

.quick_actions a span,
.quick_actions button span{
    font-size: 15px;
    padding-top: 5px;
}
.quick_actions button#online_store{
    color: #03981b;
    border-color: #08a220;
}
.quick_actions button#integrated{
    color: #198754;
    border-color: #198754;
}
.quick_actions button#block_list{
    color: #bb2d3b;
    border-color: #bb2d3b;
}
.quick_actions button#nonintegrated{
    color: #c10099;
    border-color: #c10099;
}
.quick_actions button#offline{
    color: #FF000C;
    border-color: #FF000C;
}
.quick_actions button#offline svg{
    height: auto;
    width: 40px;
    fill: #FF000C;
    transition: all 0.5s;
}
.quick_actions button#pending{
    color: #f2c600;
    border-color: #f2c600;
}
.quick_actions button#force_closed{
    color: #EA6000;
    border-color: #EA6000;

}
.quick_actions .hide_btn ,
.quick_actions .integrate_new_store,
.navbar .hide_btn,
.quick_actions .hide_report{
    display: none;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s;

}
#main .get_started {
    border-radius: 15px;
    padding: 8px 25px;
    margin: 10px;
    display: none;
}

.quick_actions a,
.quick_actions button {
    height: 75px;
    margin: 5px 6px;
    min-width: 180px;
    background-color: aliceblue;
    color: #0d6efd;

}
.quick_actions a {
    padding: 10px 0;
}
.quick_actions a button{
    margin: 0 !important;
}
.quick_actions a:hover,
.quick_actions button:hover{
    color: #fff !important;
}
.quick_actions button#offline:hover svg{
    fill: #fff;
}
.quick_actions button#online_store:hover{
    background-color: #03981b;
}
.quick_actions button#integrated:hover{
    background-color: #198754;
}
.quick_actions button#block_list:hover{
    background-color: #bb2d3b;
}
.quick_actions button#nonintegrated:hover{
    background-color: #c10099;
}
.quick_actions button#offline:hover{
    background-color: #FF000C;
}
.quick_actions button#pending:hover{
    background-color: #f2c600;
}
.quick_actions button#force_closed:hover{
    background-color: #EA6000;

}
.quick_actions a img,
.quick_actions button img {
    width: 30px;
    margin-bottom: 5px;
}

#main .get_started img {
    width: 15px;
    margin-right: 5px;
}

#main .quick_actions i {
    color: inherit;
    font-size: 30px
}


/* end index page */


/*start master paln page*/

#master_plan .logo,
#master_plan_multimalls .logo {
    max-width: 300px;
    text-align: center;
}

#master_plan .logo img ,
#master_plan_multimalls .logo img {
    width: 60%;
    min-width: 150px;
}

.mall_images {
    width: 24px;
    margin: 1px 3px;
    display: inline-block;
}

#master_plan .select ,
#master_plan_multimalls .select {
    font-size: 10px;
    color: #26223A;
    line-height: 14px;
    text-transform: uppercase;
}

#master_plan .select2 ,
#master_plan_multimalls .select2 {
    font-size: 14px;
    line-height: 30px;
}
.select2{
    max-width: 100%;
}
#master_plan .search-block,
#master_plan_multimalls .search-block{
    font-size: 14px;
    margin-top: 12px;
}
#master_plan .search-block input,
#master_plan .search-block i,
#master_plan_multimalls .search-block input,
#master_plan_multimalls .search-block i{
    font-size: 13px;
}
.select2-container .select2-selection--single {
    height: auto !important;
}

#master_plan .profile_pic,
#master_plan_multimalls .profile_pic {
    width: 50px;
    margin-right: 20px;
    float: right;
}

#master_plan nav,
#master_plan_multimalls nav  {
    float: right;
}

#master_plan .navbar-expand-lg .navbar-nav .dropdown-menu,
#master_plan_multimalls .navbar-expand-lg .navbar-nav .dropdown-menu {
    right: 0;
    left: unset;
    position: absolute;
}

#master_plan nav .dropdown-toggle::after,
#master_plan_multimalls nav .dropdown-toggle::after {
    top: 25px;
    right: 0;
    position: absolute;
}

.bell {
    width: 50px;
    padding: 12px;
    margin: 0 10px;
    float: right;
}
.index_mail{
    color: #242424 !important;
    font-size: 20px;
    position: relative;
}
#master_plan .index_mail{
    top: -15px;
}
.notify_animation{
    animation: animation 5000ms infinite;
}
@keyframes animation{
    0% { transform: rotate(0deg)}
    8.0% { transform: rotate(0deg)}
    12.0% { transform: rotate(30deg)}
    16.0% { transform: rotate(-28deg)}
    20.0% { transform: rotate(0deg)}
    23.0% { transform: rotate(18deg);opacity:.8; }
    26.0% { transform: rotate(-10deg)}
    29.0% { transform: rotate(0deg)}
    90.0% { transform: rotate(0deg)}
    100% { transform: rotate(0deg)}
  }
  

#master_plan .btn-primary,
#master_plan_multimalls .btn-primary,
#updatemaster .btn-primary,
#add .btn-primary {
    background: transparent linear-gradient(180deg, #3E81ED 0%, #3E81ED 100%) 0% 0% no-repeat padding-box;
    border-radius: 10px;
    font-size: 14px;
}

#master_plan .new_record ,
#master_plan_multimalls .new_record {
    margin: 8px;
    float: right;
}

#master_plan .side_menu ,
#master_plan_multimalls .side_menu {
    background-color: #29416E;
    min-height: calc(100vh - 70px);
    max-width: 300px;
    padding: 0;
    position: relative;
    transition: all 0.5s;
}

#master_plan .side_menu .collapse-icon ,
#master_plan_multimalls .side_menu .collapse-icon {
    transition: all 0.5s;
    position: absolute;
    background-color: #EDF3FC;
    padding: 10px 8px;
    right: -3px;
    top: 70vh;
    bottom: 0;
    height: 40px;
    margin: auto 0 auto auto;
    border-radius: 5px 0 0 5px;
    cursor: pointer;
    z-index: 99999;
}

#master_plan .side_menu ul ,
#master_plan_multimalls .side_menu ul {
    margin-top: 20px;
    padding-left: 0;
    
}
#master_plan .side_menu > div ,
#master_plan_multimalls .side_menu >div{
    position: fixed;
    left: 5px;
    width: inherit;
    overflow-y: auto;
    height: calc(100vh - 70px);
    overflow-x: hidden;
}
#master_plan .smaller .side_menu > div,
#master_plan_multimalls .smaller .side_menu >div{
    max-width: 60px;
}
#master_plan .side_menu li,
#master_plan_multimalls .side_menu li{
    list-style: none;
    padding: 8px 5px;
    border-radius: 8px 0 0 8px;
    margin: 5px 0 5px 8px;
    transition: all 0.5s;
}
#master_plan .multisidemenu.side_menu li{
    display: none;
}
#master_plan .multisidemenu.side_menu li.active{
    display: block;
}
.multi_action_sidemenu{
    color: #fff;
    padding: 8px 5px 8px 15px;
    text-decoration: none;
    font-size: 15px;
}
.multi_action_sidemenu:hover{
    color: #ddd;
}
#master_plan .side_menu li,
#master_plan .side_menu li a,
#master_plan_multimalls .side_menu li,
#master_plan_multimalls .side_menu li a {
    color: #fff;
    text-decoration: none;
    display: block;
    cursor: pointer;
}

#master_plan .side_menu li i,
#master_plan_multimalls .side_menu li i {
    margin: 5px 7px 5px 2px;
    font-size: 18px;
}

#master_plan .side_menu li.active,
#master_plan .side_menu li.active a,
#master_plan_multimalls .side_menu li.active {
    color: #3E81ED;
    background-color: #EDF3FC;
}
.master_multimalls #datatable_filter input[type="search"],
.master_multimalls div.dataTables_wrapper div.dataTables_filter{
    display: none;
}

#master_plan .smaller .side_menu,
#master_plan_multimalls .smaller .side_menu {
    max-width: 60px;
}

#master_plan .smaller .side_menu ul li,
#master_plan_multimalls .smaller .side_menu ul li {
    padding: 10px;
}

#master_plan .side_menu ul li span,
#master_plan_multimalls .side_menu ul li span {
    visibility: visible;
    position: unset;
    opacity: 1;
    transition: all 0.5s;
    text-transform: uppercase;
}

#master_plan .smaller .side_menu ul li span,
#master_plan_multimalls .smaller .side_menu ul li span {
    visibility: hidden;
    position: absolute;
    opacity: 0;
}

#master_plan .smaller .side_menu .collapse-icon,
#master_plan_multimalls .smaller .side_menu .collapse-icon  {
    transform: rotate(180deg);
    border-radius: 0 5px 5px 0;
}

#master_plan .smaller .content {
    width: calc(100vw - 60px)
}

#master_plan .content,
#master_plan_multimalls .content_multimall {
    margin: 0 auto;
}

#master_plan .content .track,
#master_plan_multimalls .content .track  {
    background-color: #2A57A1 !important;
    float: right;
    margin-right: 15px;
}

#master_plan .send_notification,
#master_plan_multimalls .send_notification {
    border-color: #3E81ED;
    color: #3E81ED;
    float: right;
}

#master_plan .send_notification:hover,
#master_plan_multimalls .send_notification:hover {
    background-color: #3E81ED;
    color: #fff;
}

#master_plan .data_content {
    /* border: 1px solid #29416E29; */
    border-radius: 10px;
    padding: 0;
    margin-top: 0;
}
div.dataTables_wrapper div.dataTables_info{
    display: none;
}
/* #master_plan #filterTab{
    border-color: #9fa5b9;
} */
#master_plan #filterTab li{
    padding: 7px 18px;
    border-radius: 5px 5px 0 0;
    text-transform: capitalize;
    color: #3E81ED;
    cursor: pointer;
    font-weight: bold;
}
#master_plan #filterTab li.change_filter,
#master_plan #filterTab li.set_default{
    background-color: #d3ddef;
    color: #26223A;
    border: 1px solid #c6cad9;
    border-bottom: 0;
    z-index: 9;
    margin-bottom: -2px !important;
}
#filter{
    display: none !important;
}
#master_plan #datatable,
#master_plan #datatable_notifications,
#master_plan_multimalls #datatablemulti,
#nav_pages .mall_settings {
    margin-top: 0 !important;
    margin-bottom: 15px !important;
    border: 1px solid #29416E29;
    display: block;
    overflow: auto;
    position: relative;
    border-radius: 5px;
    table-layout: fixed;
}


/*#master_plan #datatable tbody,
	#master_plan #datatable thead{
		  display:table;
	}*/


.ps__scrollbar-x-rail {
    top: 0;
    bottom: unset !important;
    border-top: 0 !important;
    cursor: pointer;
}

#master_plan #datatable thead,
#master_plan #datatable_notifications thead,
#master_plan_multimalls #datatablemulti thead,
#nav_pages .mall_settings thead {
    background-color: #d3ddef;
    width: 100%;
}
.dtfh-floatingparent.dtfh-floatingparenthead{
    top: 68px !important;
    height: 45px !important;
}
#master_plan #datatable thead th,
#master_plan #datatable_notifications thead th,
#master_plan_multimalls #datatablemulti thead th,
#nav_pages .mall_settings thead th,
.fixedHeader-floating thead th {
    background-color: #d3ddef !important;
    font-size: 14px;
    color: #26223A;
    font-weight: 200;
    border-bottom: 3px solid #edf3fc !important;
    padding: 10px 30px 10px 7px;
    vertical-align: middle;
    white-space: nowrap;
}

#master_plan #datatable tbody td,
#master_plan #datatable_notifications tbody td,
#master_plan_multimalls #datatablemulti tbody td,
#nav_pages .mall_settings tbody td {
    padding: 7px;
    vertical-align: middle;
    white-space: nowrap;
    max-width: 15vw;
    text-overflow: ellipsis;
    overflow: hidden;
}
#master_plan #datatable tbody,
#master_plan #datatable_notifications tbody,
#master_plan_multimalls #datatablemulti tbody{
    background-image: url(../images/page_bg.png);
    background-repeat: no-repeat;
    background-position: 98% 98%;
    background-attachment: fixed;
}
#master_plan #datatable tbody td:first-child,
#master_plan #datatable_notifications tbody td:first-child,
#master_plan_multimalls #datatablemulti tbody td:first-child{
    border-left: 7px solid transparent;
    border-radius: 10px 0 0 10px;
}
#master_plan #datatable tbody td:last-child,
#master_plan #datatable_notifications tbody td:last-child,
#master_plan_multimalls #datatablemulti tbody td:last-child{
    border-right: 7px solid transparent;
    border-radius: 0 10px 10px 0;
}
#master_plan_multimalls #datatablemulti tbody td,
#master_plan #datatable_notifications tbody td{
    padding: 10px;
}

#master_plan #datatable thead th:first-child:after,
#master_plan #datatable thead th:first-child:before,
#master_plan #datatable thead th:last-child:after,
#master_plan #datatable thead th:last-child:before,
.fixedHeader-floating thead th:last-child:before ,
.fixedHeader-floating thead th:first-child:before,
.fixedHeader-floating thead th:last-child:after ,
.fixedHeader-floating thead th:first-child:after {
    content: unset !important;
}

#master_plan #datatable thead th:first-child,
#master_plan #datatable thead th:last-child,
.fixedHeader-floating thead th:first-child,
.fixedHeader-floating thead th:last-child  {
    padding-right: 5px;
}

#master_plan #datatable tbody tr,
#master_plan #datatable_notifications tbody tr,
#master_plan_multimalls #datatablemulti tbody tr,
#nav_pages .mall_settings tbody tr {
    background: transparent linear-gradient(180deg, #FFFFFF 0%, #F8F8F8 100%) 0% 0% no-repeat padding-box;
    padding: 0;
    vertical-align: middle;
    font-size: 14px;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent !important;
    box-shadow: inset 0 -2px 4px -1px #d3ddf0ab !important;
}

#master_plan #datatable tbody tr,
#master_plan_multimalls #datatablemulti tbody tr button,
#nav_pages .mall_settings tbody tr button ,
#nav_pages .mall_settings tbody tr .btn,
#nav_pages #create_mall {
    font-size: 14px;
    margin: 2px;
    padding: 3px 7px;
}

#master_plan #datatable tbody tr td,
#master_plan_multimalls #datatablemulti tbody tr td,
#nav_pages .mall_settings tbody tr td {
    box-shadow: unset;
    width: auto;
}
#master_plan #datatable tbody tr td span,
#master_plan_multimalls #datatablemulti tbody tr td span{
    padding: 2px 7px 3px 7px;
    border-radius: 7px;
}
#master_plan #datatable tbody tr td i ,
#master_plan_multimalls #datatablemulti tbody tr td i {
    margin-right: 5px;
}

#master_plan #datatable thead tr th,
#master_plan_multimalls #datatablemulti thead tr th,
#master_plan #datatable_notifications thead tr th,
#nav_pages .mall_settings thead tr th {
    width: 1% !important;
}

#master_plan #datatable tbody tr td img,
#master_plan #datatable_notifications tbody tr td img,
#master_plan_multimalls #datatablemulti tbody tr td img{
    width: 30px;
    margin-right: 5px;
}
#nav_pages .mall_settings tbody tr td img,
#master_plan #datatable_notifications tbody tr td img,
#master_plan_multimalls #datatablemulti tbody tr td img  {
    width: 50px !important;
    height: auto !important;
}
#master_plan #datatable tbody tr td img.table_pic,
#master_plan_multimalls #datatablemulti tbody tr td img.table_pic  {
    border-radius: 50%;
    box-shadow: 0 0 2px;
}

#master_plan #datatable .minus,
#master_plan #datatable_notifications .minus,
#master_plan_multimalls #datatablemulti .minus {
    padding: 5px;
    background-color: #e6e3e9;
    color: #3E81ED;
    border-radius: 5px;
}

#master_plan #datatable .available,
#master_plan #datatable .booked,
#master_plan #datatable .Avaliable,
#master_plan #datatable .Booked {
    color: #516F4B;
    background-color: #DAEDD6;
    border-radius: 15px;
    padding: 5px 10px;
}

#master_plan #datatable .booked,
#master_plan #datatable .Booked {
    color: #CE8B1C;
    background-color: #F8D497;
}

div.dataTables_wrapper div.dataTables_filter label {
    width: 100%;
}

#master_plan #datatable tbody tr.odd,
#master_plan_multimalls #datatablemulti tbody tr.odd,
#nav_pages .mall_settings tbody tr.odd,
#master_plan #datatable_notifications tbody tr.odd {
    background: transparent linear-gradient(180deg, #FFFFFF 0%, #f8f8f8 100%) 0% 0% no-repeat padding-box;
}

table.dataTable>thead .sorting:before,
table.dataTable>thead .sorting:after,
table.dataTable>thead .sorting_asc:before,
table.dataTable>thead .sorting_asc:after,
table.dataTable>thead .sorting_desc:before,
table.dataTable>thead .sorting_desc:after,
table.dataTable>thead .sorting_asc_disabled:before,
table.dataTable>thead .sorting_asc_disabled:after,
table.dataTable>thead .sorting_desc_disabled:before,
table.dataTable>thead .sorting_desc_disabled:after {
    top: 0;
    bottom: 0;
    margin: auto;
    height: max-content;
}

#master_plan .data .action-btn button,
#master_plan_multimalls .data .action-btn button  {
    margin-left: 7px;
    font-size: 14px;
    margin-bottom: 5px
}

#master_plan .data .action-btn select,
#master_plan_multimalls .data .action-btn select {
    width: max-content;
    display: inline-block;
    font-size: 14px;
}

#master_plan .data .action-btn .bg-custom,
#master_plan_multimalls .data .action-btn .bg-custom,
.btn-custom {
    background-color: transparent;
    color: #3E81ED;
    border-color: #3E81ED;
    border-radius: 10px;
}

#master_plan .data .action-btn .bg-custom option,
#master_plan_multimalls .data .action-btn .bg-custom option {
    color: #000;
    background-color: #fff;
}

#master_plan .data .action-btn select.bg-custom,
#master_plan_multimalls .data .action-btn select.bg-custom {
    background-image: url("../images/select-arrow.png");
    border-radius: 10px;
}

#master_plan .data .action-btn .checked_number,
#master_plan_multimalls .data .action-btn .checked_number {
    color: #3E81ED;
    font-size: 14px;
    padding: 7px 15px;
}

#master_plan .data .action-btn .more_action ,
#master_plan_multimalls .data .action-btn .more_action {
    display: none;
}

#master_plan div.dataTables_wrapper div.dataTables_filter label {
    width: calc(100% - 90px);
}

#master_plan div.dataTables_wrapper div.dataTables_filter button {
    font-size: 14px
}

#master_plan div.dataTables_wrapper div.dataTables_filter label input {
    width: 100%;
    padding: 8px 5px;
    font-size: 14px;
    margin-left: -10px !important;
}

#master_plan div.dataTables_wrapper .top {
    padding-left: 0;
}

#master_plan header {
    z-index: 9999999;
    position: fixed;
    box-shadow: 0 0 9px #8383837a;
    right: 0;
    left: 0;
    top: 0;
}

#master_plan .details {
    position: fixed;
    top: 70px;
    bottom: 0;
    right: 0;
    width: 0;
    left: unset !important;
    max-width: calc(100vw - 50px);
    height: calc(100vh - 70px);
    overflow: hidden;
    background-color: #EDF3FC;
    box-shadow: 0 0 20px #a9a9a9;
    z-index: 999999;
    transition: all 0.5s;
}
#master_plan .details #header_name{
    max-width: 36%;
    position: absolute;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#master_plan .details .details_header {
    padding: 15px 8px;
    background-color: #fff;
}

#master_plan .open-details,
#master_plan .close-details {
    cursor: pointer;
    padding: 5px;
}

#master_plan .details .open-menu,
.open_child_menu {
    padding: 8px 10px 5px 5px;
    cursor: pointer;
}

#master_plan .details #details_tab {
    position: absolute;
    top: 12px;
    right: 35px;
    border: 1px solid #3e81ed;
    border-radius: 3px;
    overflow: hidden;
}

#master_plan #open_child_menu {
    position: fixed;
    width: 0;
    top: 105px;
    padding: 12px;
    z-index: 999999;
    background-color: #fff;
    right: 30px;
    border-radius: 5px;
    box-shadow: 0 0 11px #0000005c;
    overflow: hidden;
    visibility: hidden;
    transition: all 0.5s;
}

.close_child_menu {
    position: absolute;
    font-size: 20px;
    color: #e21f27;
    top: -5px;
    right: -5px;
    cursor: pointer;
}

#master_plan #open_child_menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#master_plan #open_child_menu ul li {
    padding: 0;
    transition: all 0.5s;
    cursor: pointer;
}
#master_plan #open_child_menu ul li button{
    border: 0;
    background-color: transparent;
    font-size: 16px;
    display: block;
    width: 100%;
    padding: 10px;
    text-align: left;
}

#master_plan #open_child_menu ul li:hover {
    background-color: #edf3fc;
    border-radius: 5px;
}

#master_plan #open_child_menu ul li a {
    color: #26223A;
    text-decoration: none;
}

#master_plan .details #details_tab li button {
    font-size: 14px;
    padding: 5px 15px;
    border-radius: 0;
}

#master_plan .details #details_tab .active {
    background-color: #3E81ED;
    color: #fff;
    border-color: #3E81ED;
}

#master_plan .close-details {
    margin-right: 10px;
}

#master_plan #TabContent {
    height: calc(100vh - 100px);
    overflow: hidden;
    padding: 15px 0 15px 15px ;
    position: relative;
}
#master_plan #TabContent>div{
    overflow-y: auto;
    height: 100%;
}
#master_plan #TabContent:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    flex: 0 0 auto;
    width: 18px;
    background: url(../images/vsizegrip.png) center center no-repeat #eaf0f9;
    height: 100%;
    cursor: col-resize;
}
.ui-resizable-w{
    width: 18px;
    left: 0;
    cursor: col-resize;
    top: 60px;
}
#master_plan #TabContent .accordion-item {
    background-color: transparent;
    border: 0;
}

#master_plan #TabContent .accordion-item button.accordion-button {
    color: #333333;
    background-color: #fff;
    font-size: 14px;
    padding: 0;
    margin-bottom: 5px;
    overflow: hidden;
}

#master_plan #TabContent .accordion-item button.accordion-button .table_pic {
    border-radius: 50%;
    width: 50px;
}

#master_plan #TabContent .accordion-item button.accordion-button i {
    background-color: #91BBFF;
    padding: 15px 10px;
    color: #fff;
}

#master_plan #TabContent #update .accordion-item button.accordion-button {
    padding-right: 130px;
}
#owner{
    font-size: 14px;
}
.side-block> div:nth-child(4n),.side-block> div:nth-child(4n-1) {
    background-color: #3E81ED10;
}
#master_plan #TabContent .side-block>div>div{
    vertical-align: middle;
    white-space: nowrap;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
}
#master_plan #TabContent .accordion-item button.accordion-button .updated_date ,
#master_plan #tabfullscreen .accordion-item button.accordion-button .updated_date {
    position: absolute;
    right: 32px;
    font-size: 13px;
}
#master_plan #tabfullscreen .accordion-item button.accordion-button .updated_date {
    right: 45px;
}
#master_plan #TabContent .accordion-item button.accordion-button span {
    font-size: 13px;
}

#master_plan #TabContent .accordion-item .accordion-button::after {
    width: 1rem;
    height: 1rem;
    content: "";
    background-size: 1rem;
    filter: grayscale(1) drop-shadow(1px 0px 0px black);
    transform: rotate(180deg);
    position: absolute;
    right: 10px
}

#master_plan #TabContent .accordion-item .collapsed.accordion-button::after {
    transform: rotate(270deg);
}

#master_plan #TabContent .accordion-item .accordion-body {
    background-color: #00000003;
    padding: 0 0 10px;
}

#master_plan #TabContent .accordion-item .accordion-body table {
    color: #333333;
    margin: 0;
}

#master_plan #TabContent .accordion-item .accordion-body .table>:not(caption)>*>* {
    box-shadow: unset;
    padding: 7px 15px
}

#master_plan #TabContent .accordion-item .accordion-body .table tr:nth-child(even) td {
    background-color: #3E81ED10
}


/*contact modal*/

.modal {
    z-index: 9999999;
}

#master_plan .modal-body p {
    color: #26223A;
    font-size: 14px;
}

#master_plan .modal-body h6,
#master_plan .modal-content .card-body span {
    color: #3E81ED;
    margin-bottom: 5px;
}

#master_plan .modal-content .card-body span {
    margin-bottom: 10px;
}

#master_plan #contact_modal .modal-content {
    background-color: #EDF3FC;
    width: 450px;
    margin: auto;
    padding: 0 20px;
}

#add-modal .modal-content,
#search-modal .modal-content {
    background-color: #fff;
    padding: 0;
    width: 100%;
}

#master_plan .modal-content .btn-close,
#main .modal-content .btn-close {
    position: absolute;
    right: 0;
    z-index: 9999;
}
.close{
    background-color: transparent;
    border: 0;
}
#master_plan .modal-content .card {
    border: 0;
    box-shadow: 0 0 5px #00000017;
    border-radius: 10px;
    margin-top: 15px;
}


/*end master paln page*/

#main #integrate_new_store .modal-dialog-scrollable .modal-content,
#integrate_new_store .align-items-start {
    height: 100%;
}
#search .modal-content{
    width: 50% !important;
    min-width: 300px;
    margin: auto;
}
#integrate_new_store .input-group-text,
#integrate_new_store input,
#integrate_new_store select {
    font-size: 14px !important;
}

#add .select2-container--default .select2-selection--single,
#updatemaster .select2-container--default .select2-selection--single,
.content .select2-container--default .select2-selection--single{
    border: 1px solid #ced4da !important;
    padding: 2.5px !important;
}
.content .select2-container--default .select2-selection--multiple{
    border: 1px solid #ced4da !important;
}
.content .select2-container--default .select2-search--inline .select2-search__field{
    line-height: 1;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 100%;
}
.note-editor.note-airframe .note-editing-area .note-editable, .note-editor.note-frame .note-editing-area .note-editable{
    min-height: 150px;
    background-color: #fff;
}
#add .select2-container--default .select2-selection--single .select2-selection__arrow b,
#updatemaster .select2-container--default .select2-selection--single .select2-selection__arrow b,
.content .select2-container--default .select2-selection--single .select2-selection__arrow b,
#main #integrate_new_store .tab-content .select2-container--default .select2-selection--single .select2-selection__arrow b{
    border: solid #888;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    transform: rotate(45deg);
    margin-top: -5px
}



#main #integrate_new_store .modal-dialog-scrollable .modal-content {
    overflow: hidden;
    border-radius: 10px;
}

#main .modal-content .btn-close {
    right: 15px;
    top: 10px;
}

#integrate_new_store .modal-body {
    padding: 0;
}

#integrate_new_store #v-pills-tab {
    background-color: #3C7CE4;
    height: 100%;
    padding: 20px 10px;
    position: absolute;
    top: 0;
    bottom: 0;
}

#integrate_new_store #v-pills-tabContent {
    height: 100%;
    margin-left: 33.33333%;
    min-height: 400px;
    overflow-y: auto;
    background-color: #F5F5F5;
}

#integrate_new_store .tab-pane {
    position: relative;
    min-height: 100%;
}

#integrate_new_store .pagination {
    margin: 20px 0;
}

#integrate_new_store .pagination button ,
#integrate_new_store .save_exit,
#search .modal-footer .btn{
    border-radius: 20px !important;
    font-size: 14px;
    padding: 7px 0;
    width: 150px;
}

#integrate_new_store .save_exit{
    display: block;
    margin: auto;
}

#integrate_new_store .nav-link {
    color: #A8CAFF;
    padding-left: 35px;
    position: relative;
    cursor: pointer;
}

.select2-container--open .select2-dropdown--below {
    z-index: 9999;
    position: relative;
}

.background-store {
    color: #3776DD;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

#integrate_new_store .nav-pills .nav-link.active,
#integrate_new_store .nav-pills .nav-link.before,
#integrate_new_store .nav-pills .show>.nav-link {
    color: #fff;
    background-color: transparent;
}

#integrate_new_store ul {
    position: relative;
    height: calc(100% - 95px);
    margin: 0;
    padding: 0;
}


.iti__selected-flag {
    width: 45px;
}
.iti__selected-dial-code{
    display: none;
}
#integrate_new_store ul.iti__country-list {
    height: auto !important;
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
    width: inherit;
}

li.nav-link:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    background-color: #2656a3;
    width: 3px;
}

#integrate_new_store li.nav-link:after {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #2656a3;
    position: absolute;
    border-radius: 50%;
    left: 6.5px;
    z-index: 99;
    top: 13px;
}

#integrate_new_store li.active.nav-link:before,
#integrate_new_store li.active.nav-link:after,
#integrate_new_store li.before.nav-link:before,
#integrate_new_store li.before.nav-link:after {
    background-color: #fff;
}

.tab-header {
    color: #fff;
    position: relative;
}

.tab-header:after{
    content: "";
    position: absolute;
    bottom: 20px;
    width: 90%;
    margin: auto;
    height: 2px;
    right: 0;
    left: 0;
    background-color: #316bc9;
}

.tab-header i {
    font-size: 4vw;
    padding: 0;
    text-align: right
}

.tab-header p {
    margin-bottom: 0;
    margin-bottom: 0;
    font-size: 1.8vw;
    line-height: 1.1;
    text-transform: uppercase;
    font-weight: bold;
}

.tab-header p span {
    letter-spacing: 0.08vw;
    display: block;
}

#integrate_new_store form {
    width: 100%;
}

.select2-container--open .select2-dropdown,
.daterangepicker {
    z-index: 999999 !important;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: hidden;
    height: 100%;
}

#add.accordion .accordion-button,
#updatemaster.accordion .accordion-button {
    padding: 10px 20px !important;
    background-color: #b7d1fa;
    font-size: 14px;
    color: #333333;
}

#add.accordion label,
#updatemaster.accordion label {
    height: max-content;
    margin: auto;
    line-height: 1.3
}

.text-right {
    text-align: right;
}

#mall input {
    display: none !important;
}

.input-group-append-right {
    position: absolute;
    top: 0;
    right: 12px;
}

.seach-icon,
.seach-icon-masterplan{
    padding-top: 40px;
    cursor: pointer;
}

.modal.show#search {
    background-color: #00000080;
}

.modal.show#search .modal-dialog {
    margin-top: calc(50vh - 140px);
}

#search .select2-container {
    width: 300px !important;
    display: block;
    margin: 20px auto;
}

.iti {
    width: 100%;
}

#loading-bar-spinner.spinner {
    left: 50%;
    margin-left: -20px;
    top: 50%;
    margin-top: -20px;
    position: absolute;
    z-index: 19 !important;
    animation: loading-bar-spinner 600ms linear infinite;
}

#loading-bar-spinner.spinner .spinner-icon {
    width: 40px;
    height: 40px;
    border: solid 4px transparent;
    border-top-color: #3C7CE4 !important;
    border-left-color: #3C7CE4 !important;
    border-radius: 50%;
}

.loader {
    position: absolute;
    left: 33.3%;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #fff;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}

@keyframes loading-bar-spinner {
    0% {
        transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#add .accordion-body,
#updatemaster .accordion-body {
    background-color: #eaf0f9;
}

#add,
#updatemaster {
    margin-bottom: 60px !important;
}

#add .buttons_action,
#updatemaster .buttons_action {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 17%;
    text-align: center;
    width: 83%;
    margin: auto;
    z-index: 999;
    background-color: #edf3fc;
    padding: 10px;
}

#add .buttons_action button:nth-child(2),
#updatemaster .buttons_action button:nth-child(2){
    float: left;
}

#updatemaster .accordion-item{
    border-radius: 5px;
    box-shadow: 0 0 4px #999;
}

#select2-filter-container {
    color: #3E81ED
}

span.select2-container--default .select2-selection--single[aria-controls="select2-filter-container"] {
    border-color: #3E81ED !important;
    background-color: transparent !important;
    padding: 3px 0;
    border-radius: 10px;
}

span.select2-container--default .select2-selection--single[aria-controls="select2-filter-container"] b {
    border-color: #3E81ED transparent transparent transparent;
    padding-top: 2px;
}

/* #datatable .filters th:first-child input,
#datatable .filters th:last-child input {
     display: none; 
} */

#master_plan #datatable thead .filters th,
#master_plan #datatable_notifications thead .filters th{
    background: transparent linear-gradient(180deg, #FFFFFF 0%, #FBFBFB 100%) 0% 0% no-repeat padding-box;
    padding: 5px;
}
#datatable thead .filters th .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 22px;
}
#datatable thead .filters th span.select2-selection.select2-selection--single{
    height: 30px !important;
}
#datatable thead .filters th .select2-container--default .select2-selection--single .select2-selection__clear{
    margin-top: -4px;
}
#master_plan #datatable thead tr:first-child th{
    position:sticky;
    top: 0;
    z-index: 999;
    font-weight: bold;
}
.ps>.ps__scrollbar-x-rail,
.ps>.ps__scrollbar-y-rail{
    z-index: 999999;
}
#master_plan #datatable{
    max-height: calc(100vh - 230px);
}
.master_multimalls#master_plan #datatable{
    max-height: calc(100vh - 185px);
}
#datatable .form-control {
    font-size: 14px;
    padding: 3.5px 7px;
}
#add select.form-control{
    padding: 0 .75rem;
}

.daterangepicker.ltr.single.opensright.show-calendar {
    z-index: 9999999 !important;
}

#export-file,
#datatable_wrapper .buttons-excel,
#datatable_wrapper .buttons-select-all,
#exportAll,
#exportAllMulti,
.select-info {
    display: none;
}
#exportAll,
#exportAllMulti {
    color: #0072da;
    border: 0;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    width: 100%;
    background-color: #fafad2b3;
    padding: 5px;
    font-size: 14px;
}
.extension_height {
    height: 34px;
}

.btn-secondary {
    border-radius: 10px !important;
}

table.dataTable>thead .sorting:before,
table.dataTable>thead .sorting_asc:before,
table.dataTable>thead .sorting_desc:before,
table.dataTable>thead .sorting_asc_disabled:before,
table.dataTable>thead .sorting_desc_disabled:before {
    content: "\f30c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

table.dataTable>thead .sorting:after,
table.dataTable>thead .sorting_asc:after,
table.dataTable>thead .sorting_desc:after,
table.dataTable>thead .sorting_asc_disabled:after,
table.dataTable>thead .sorting_desc_disabled:after {
    content: "\f309";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

ul.dropdown-menu.show{
    right: 0;
    left: unset;
}

#details_full_screen{
	font-size: 24px;
    position: absolute;
    top: 18px;
    right: 212px;
    color: #333333;
    cursor: pointer;
}
#details_full_screen #datatable_filter{
    max-width: 300px;
    margin-top: 15px;
}
#full-screen.nav-tabs .nav-item.show .nav-link,
#full-screen.nav-tabs .nav-link.active{
  background-image: linear-gradient(#f3d2b9,#edf2fa);
  color: #35488D;
  font-family: Poppins-Regular;
  border: 0;
  font-weight: bold;
  position: relative;
  border-radius: 10px 10px 0 0;
}
#full-screen.nav-tabs .nav-link.active:after{
	content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: -3px;
    background-color: #f0c989;
    height: 3px;
    z-index: 99;
}
#full-screen.nav-tabs .nav-link{
	width: 100%;
	display: block;
	color: #333333;
	padding: 10px 20px;
    font-family: Poppins-Regular;
}
#full-screen.nav-tabs{
  border-bottom: 2px solid #3E81ED;
}

#accordionFullScreen {
	padding: 10px;
	margin: 0
}
#accordionFullScreen .accordion-item{
	background-color: #edf3fc;
	border: 0;

}
.mall_settings .filters{
	display: none !important;
}

#master_plan #tabfullscreen .accordion-item img{
	width: 40px;
	border-radius: 50%;
}
.x2{
	font-size: 20px;
}
.content .form-control{
    font-size: 14px;
}

#integrate_new_store .form-control,
#add .form-control,
#updatemaster .form-control,
#integrate_new_store .tab-content .select2-container--default .select2-selection--single,
#add .select2-container--default .select2-selection--single,
#updatemaster .select2-container--default .select2-selection--single{
    border: 0 !important;
    border-bottom: 1px solid #d7d7d7;
    box-shadow: 0px 2px 3px #d7d7d7;
    font-size: 14px;
}
#master_plan #datatable{
    position: relative;
}
#master_plan #datatable::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
span.select2-selection.select2-selection--single[aria-controls="select2-filter-container"]{
    padding-left: 30px;
}
span.select2-selection.select2-selection--single[aria-controls="select2-filter-container"]:before{
    content: "";
    background-image: url("../images/filter.png");
    width: 20px;
    height: 20px;
    background-size: contain;
    position: absolute;
    left: 10px;
    top: 9px;
}
#master_plan #datatable .select2{
    max-width: 200px;
    font-size: 14px;
}
.select2-results__option--selectable,
.select2-container--default .select2-search--dropdown .select2-search__field{
    font-size: 14px;
}
div.dataTables_wrapper div.dataTables_processing{
    z-index: 9999;
    margin-left: 0;
}
#master_plan #TabContent .accordion-item .collapsed.accordion-button::after {
    transform: rotate(270deg);
}
#master_plan #tabfullscreen .accordion-item{
     background-color: #00000003;
     border: 0;
    margin-bottom: 10px;
 }
 #master_plan #tabfullscreen .accordion{
     padding: 20px;
 }
 #master_plan #tabfullscreen .accordion-item h2 button{
     background-color: #B7D1FA;
     padding: 10px 20px;
    font-size: 14px;
    color: #333333;
 }
 #master_plan #tabfullscreen .accordion-item .accordion-body{
     padding: 0;
 }
 #master_plan #tabfullscreen .accordion-item .accordion-body table{
     margin: 0;
 }
 #master_plan #tabfullscreen .accordion-item table tr td{
     padding: 10px 20px !important;
 }
 .accordion-button:focus{
     border: 0;
     box-shadow: unset;
 }
 #master_plan #tabfullscreen .accordion-item table tr:nth-of-type(odd)>*{
     background-color: #eaf0f9;
     box-shadow: unset;
 }
 #master_plan #tabfullscreen .accordion-item table tr:nth-of-type(even)>*{
     background-color: #dfe9f8;
     box-shadow: unset;

 }
 .show_pagination svg{
     max-width: 35px;
 }
 .show_pagination{
     position: relative;
     padding-bottom: 50px;
 }
 .show_pagination p.text-sm.text-gray-700.leading-5{
     position: absolute;
     left: 0;
     bottom: 0;
 }
 .show_pagination nav>div{
     display: inline-block;
     width: 49%;
 }
 .show_pagination nav>div:last-child{
     text-align: right;
 }
 /* advanced_search */
 .advanced_search{
     width: 300px;
     margin: 10px auto 0;
     max-width: 100%;
 }
 .advanced_search_multi{
     margin: 10px 0 0;
 }
 .advanced_search input{
     font-size: 13px;
 }
 .search_title_multimall{
     display: none;
 }
 .master_multimalls .search_title_multimall{
    display: block;
    color: #f47f2a;
    margin-bottom: 10px;
 }
 #advanced_search_modal .modal-body button{
    background-color: transparent;
    border: 0;
 }
 .calender-tab{
     display: none;
 }
 #formRecord .mall a{
     text-decoration: none;
 }
 .notification_number{
    display: none;
    position: absolute;
    top: 3px;
    right: 4px;
    width: 20px;
    height: 20px;
    background-color: #FF000C;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    padding: 2px;
}
.inlineEdit>div{
    width: 100% !important;
}
.inlineEdit .form-label{
    display: none;
}
.inlineEdit{
    margin-top: 5px;
}
/*hide edit multi mall*/
.master_multimalls .showInlineEdit,
.master_multimalls .editModuleRcord  {
    display: none;
}
span.select2-container.select2-container--default.select2-container--open {
    z-index: 9999999;
}
.menu_link a{
    text-decoration: none;
}
#form_getmalls_multi{
    display: unset !important;
}
.modal-dialog {
    max-width: 90% !important;
}
/*responsive*/

@media (max-width: 1100px) {
    #main #mall li {
        width: 18%;
    }
    #master_plan .data {
        padding: 10px;
    }
}

@media (max-width: 992px) {
    #main #mall li {
        width: 20%;
    }
    #main .logo {
        width: 200px;
    }
    .ws-100 {
        width: 100%;
        margin: 0;
    }
    
    #master_plan div.dataTables_wrapper div.dataTables_filter label input {
        margin-left: 0 !important;
    }
    #master_plan div.dataTables_wrapper div.dataTables_filter button {
        margin-left: 10px;
    }
    #master_plan .new_record {
        margin: 8px 0;
        font-size: 14px;
    }
    #integrate_new_store .modal-lg {
        max-width: 90%;
    }
    #master_plan .logo img, 
    #master_plan_multimalls .logo img{
        width: 100%;
        min-width: unset;
    }
}

@media (max-width: 768px) {
    #main #integrate_new_store .modal-dialog-scrollable .modal-content,
    #integrate_new_store .align-items-start{
        overflow: auto;
        background-color: #f5f5f5;
    }
    #integrate_new_store #v-pills-tabContent{
        overflow: visible;
    }
    .loader{
        left: 0;
    }
    .action-btn {
        width: 100%;
    }
    #main .lSSlideOuter{
        margin-top: 0;
        overflow: visible;
    }
    #master_plan #datatable {
        max-height: calc(100vh - 277px);
    }
    #main>div {
        padding: 0 3%;
    }
    #main #mall label {
        margin: 10px 3px;
    }
    div.dataTables_wrapper div.dataTables_filter label input {
        margin-left: 0 !important;
    }
    #master_plan .smaller .content {
        width: calc(100vw - 50px);
    }
    #master_plan nav {
        margin-top: 5px;
    }
    #master_plan .side_menu .collapse-icon {
        display: none;
    }
    #master_plan .smaller .side_menu {
        max-width: 50px;
    }
    .action-btn .float-right {
        float: unset;
    }
    #master_plan .send_notification,
    #master_plan .content .track {
        font-size: 14px;
    }
    
    #master_plan .data .action-btn button {
        margin: 3px !important;
    }
    #master_plan .data .action-btn .checked_number {
        padding: 7px;
    }
    #master_plan .logo img {
        min-width: unset;
        width: 100%;
    }
    #integrate_new_store #v-pills-tab {
        height: auto;
    }
    #integrate_new_store .nav-link {
        color: #A8CAFF;
        position: relative;
        width: max-content;
        width: 165px;
        text-align: center;
        border: 1px solid;
        margin: 10px auto;
        padding: .5rem 1rem;
    }
    #integrate_new_store li.nav-link:before,
    #integrate_new_store li.nav-link:after {
        content: unset;
    }
    #integrate_new_store #v-pills-tab.flex-column {
        flex-direction: initial !important;
    }
    #integrate_new_store .tab-header {
        width: 100%;
    }
    .tab-header p {
        font-size: 3vw;
        padding-top: 2.5vw;
    }
    .tab-header p span {
        display: inline-block;
    }
    .tab-header i {
        font-size: 8vw;
    }
    #integrate_new_store #v-pills-tab {
        position: relative;
    }
    #integrate_new_store #v-pills-tabContent {
        margin-left: 0;
    }
    #main #mall li {
        width: 32%;
    }
    .bell {
        width: 25px;
        padding: 12px 0;
    }
    #master_plan .profile_pic, 
    #master_plan_multimalls .profile_pic {
        width: 45px;
        margin-right: 10px;
    }
}

@media (max-width: 575px) {
    #master_plan .details{
        max-width: unset !important;
    }
    #master_plan .details .details_header img{
        display: none;
    }
    #master_plan .details #header_name {
        padding: 5px 5px 0 0 !important;
    }
    #master_plan .close-details {
        margin-right: 5px;
    }
    #master_plan .details #details_tab li button {
        font-size: 12px;
        padding: 5px;
    }
    #master_plan .details #details_tab{
        right: 30px;
    }
    #details_full_screen{
        right: 150px;
    }
    #master_plan #TabContent{
        padding: 5px;
    }
    .ui-resizable-w,
    #master_plan #TabContent:after{
        display: none !important;
    }
    li.paginate_button.previous {
        display: inline;
    }
 
    li.paginate_button.next {
        display: inline;
    }
 
    li.paginate_button {
        display: none;
    }
    #master_plan .side_menu, #master_plan_multimalls .side_menu {
        background-color: #29416E;
        min-height: calc(100vh - 112px);
    }
    #master_plan .smaller .side_menu > div, #master_plan_multimalls .smaller .side_menu >div {
        max-width: 40px;
    }
    #master_plan .smaller .side_menu {
        max-width: 45px;
    }
    #master_plan .side_menu > div, #master_plan_multimalls .side_menu >div {
        height: calc(100vh - 112px);
    }
    .master_multimalls#master_plan #datatable {
        max-height: calc(100vh - 235px);
    }
    #master_plan .data {
        padding: 2px 0!important;
    }
    #master_plan #datatable {
        max-height: calc(100vh - 275px);
        margin-bottom: 2px !important;
    }
    
    #master_plan .smaller .side_menu ul li, #master_plan_multimalls .smaller .side_menu ul li {
        padding: 10px 5px;
        margin: 5px 0px;
    }
    header>.header-sm.p-2{
        padding: 2px 15px !important;
    }
    header .header-sm > div{
        padding-bottom: 50px;
    }
    header .header-sm .hsearch_block{
        position: absolute;
        bottom: 10px;
        left: 0;
        right: 0;
    }
    #master_plan {
        padding-top: 112px;
    }
    #master_plan .details{
        top: 112px;
    }
    #master_plan .logo, #master_plan_multimalls .logo {
        text-align: left;
    }
    .bell {
        padding: 10px 0;
    }
    #master_plan .logo img {
        width: auto;
        max-height: 54px;
    }
    #main #mall{
        text-align: center;
    }
    #main #mall li {
        width: 45%;
        max-width: 300px;
        margin: auto;
        display: inline-block;
    }
    #login .content {
        min-width: unset;
        width: 90%;
        font-size: 14px;
    }
    #login .content>div {
        padding: 10px;
    }
    #login .content>div form button[type="submit"] {
        padding: 7px;
        font-size: 14px;
    }
    #login .content>div form h2 {
        font-size: 20px;
        padding: 5px !important;
    }
    #login .content>div form input[type="text"],
    #login .content>div form input[type="password"] {
        padding: 8px 14px;
        font-size: 14px;
    }
    #master_plan .send_notification,
    #master_plan .content .track {
        float: unset;
        padding: 7px 10px;
        font-size: 13px;
    }
    #master_plan .data .action-btn button {
        margin: 3px;
        font-size: 13px;
        padding: 7px 8px;
        border-radius: 10px !important;
    }
    #master_plan .data {
        padding: 10px;
    }
    #integrate_new_store {
        padding: 0 !important;
    }
    #integrate_new_store .modal-lg {
        max-width: 100%
    }
    .tab-header i {
        font-size: 17vw;
    }
    .tab-header p {
        font-size: 6vw;
    }
    .tab-header p span {
        letter-spacing: 0.4vw;
        display: block;
    }
}

@media (max-width: 400px) {
    #login .content {
        width: 98%;
    }
    #login .content .col-sm {
        font-size: 12px;
    }
}
.redColor{
    color: red;
}

.notifications {
    width: 300px;
    max-height: calc(100vh - 100px);
    overflow: auto;
    border-radius: 5px 0px 5px 5px;
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

.notifications h2 {
    font-size: 14px;
    padding: 10px;
    border-bottom: 1px solid #eee;
    color: #999
}

.notifications h2 span {
    color: #f00
}

.notifications-item {
    display: flex;
    border-bottom: 1px solid #eee;
    padding: 6px 9px;
    margin-bottom: 0px;
    cursor: pointer;
    position: relative;
}

.notifications-item:hover {
    background-color: #eee
}

.notifications-item img {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: auto 5px auto 0;
}

.notifications-item >div h4 {
    color: #3e80ec;
    font-size: 16px;
    margin-top: 3px;
    margin-bottom: 0;
}
.notifications-item>div p{
    font-size: 13px;
    color: #444;
}
.notifications-item>div{
    width: 100%;
}
.notifications-item button{
    background-color: transparent;
    border: 0;
    position: absolute;
    right: 5px;
    bottom: 5px;
    font-size: 20px;
    z-index: 9999;
}



/*slider login page mai*/

.slideshow_wrapper{
	width: 58.33333vw;
	height: 100vh;
	overflow:hidden;
  }
  
  .slideshow{
	width: 174.99999vw;
	height: 100vh;
	margin: 0px 0px 0px -116.66666vw;
	position: relative;
	-webkit-animation-name: slide_animation;
	-webkit-animation-duration: 10s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-direction:alternate;
	-webkit-animation-play-state:running; 
	animation-name: slide_animation;
	animation-duration: 10s;
	animation-timing-function:linear;
	animation-iteration-count:infinite;
	animation-direction:alternate;
	animation-play-state:running;
  }
  
  
  
  .slide{
	width: 58.33333vw;
	height: 100vh;
	position: relative;
	float: left;
	overflow: hidden;
  }
  
  @keyframes slide_animation{
	   0% {left: 0px;} 
	   10% {left: 0px;}
	   20% {left: 58.33333vw;}
	   30% {left: 58.33333vw;}
	   40% {left: 58.33333vw;}
	   50% {left: 58.33333vw;}
	   60% {left: 116.66666vw;}
	   70% {left: 116.66666vw;}
	   80% {left: 116.66666vw;}
	   90% {left: 116.66666vw;}
	   100% {left:116.66666vw;}
  }
  
  @-webkit-keyframes slide_animation /* Safari and Chrome */{
	   0% {left: 0px;}
	   10% {left: 0px;}
	   20% {left: 58.33333vw;}
	   30% {left: 58.33333vw;}
	   40% {left: 58.33333vw;}
	   50% {left: 58.33333vw;}
	   60% {left: 116.66666vw;}
	   70% {left: 116.66666vw;}
	   80% {left: 116.66666vw;}
	   90% {left: 116.66666vw;}
	   100% {left:116.66666vw;}
  }
  
.slideshow span{
	width: 58.33333vw;
	height: 100vh;
	background-image:url("../images/login-slide1.jpg");
	background-size: cover;
	display: block;
    background-position: center;
  }
  .slideshow .slide_two span{
	background-image:url("../images/login-slide2.jpg");
  } 
  .slideshow .slide_three span{
	background-image:url("../images/login-slide3.jpg");
  } 
.left-logo{
	position: absolute;
	z-index: 9999;
}
#page{
	background-color: #fff;
}
.sidebg{
	position: absolute;
	left: 0;
	height:100vh;
	width: 58.33333vw;
	z-index: 999;
	top: 0;
}
.sidebg img{
	float: right;
	height: 100vh;
}

  .particle {
	position: absolute;
	border-radius: 50%;
  }
  
  @-webkit-keyframes particle-animation-1 {
	100% {
	  transform: translate3d(74vw, 28vh, 3px);
	}
  }
  
  @keyframes particle-animation-1 {
	100% {
	  transform: translate3d(74vw, 28vh, 3px);
	}
  }
  .particle:nth-child(1) {
	-webkit-animation: particle-animation-1 60s infinite;
			animation: particle-animation-1 60s infinite;
	opacity: 0.63;
	height: 6px;
	width: 6px;
	-webkit-animation-delay: -0.05s;
			animation-delay: -0.05s;
	transform: translate3d(51vw, 78vh, 90px);
	background: #3526d9;
  }
  
  @-webkit-keyframes particle-animation-2 {
	100% {
	  transform: translate3d(49vw, 2vh, 58px);
	}
  }
  
  @keyframes particle-animation-2 {
	100% {
	  transform: translate3d(49vw, 2vh, 58px);
	}
  }
  .particle:nth-child(2) {
	-webkit-animation: particle-animation-2 20s infinite;
			animation: particle-animation-2 20s infinite;
	opacity: 0.48;
	height: 6px;
	width: 6px;
	-webkit-animation-delay: -0.1s;
			animation-delay: -0.1s;
	transform: translate3d(70vw, 48vh, 71px);
	background: #266ed9;
  }
  
  @-webkit-keyframes particle-animation-3 {
	100% {
	  transform: translate3d(5vw, 21vh, 79px);
	}
  }
  
  @keyframes particle-animation-3 {
	100% {
	  transform: translate3d(5vw, 21vh, 79px);
	}
  }
  .particle:nth-child(3) {
	-webkit-animation: particle-animation-3 10s infinite;
			animation: particle-animation-3 10s infinite;
	opacity: 0.84;
	height: 7px;
	width: 7px;
	-webkit-animation-delay: -0.15s;
			animation-delay: -0.15s;
	transform: translate3d(10vw, 71vh, 3px);
	background: #c726d9;
  }
  
  @-webkit-keyframes particle-animation-4 {
	100% {
	  transform: translate3d(79vw, 85vh, 80px);
	}
  }
  
  @keyframes particle-animation-4 {
	100% {
	  transform: translate3d(79vw, 85vh, 80px);
	}
  }
  .particle:nth-child(4) {
	-webkit-animation: particle-animation-4 10s infinite;
			animation: particle-animation-4 10s infinite;
	opacity: 0.13;
	height: 8px;
	width: 8px;
	-webkit-animation-delay: -0.2s;
			animation-delay: -0.2s;
	transform: translate3d(77vw, 17vh, 15px);
	background: #2665d9;
  }
  
  @-webkit-keyframes particle-animation-5 {
	100% {
	  transform: translate3d(44vw, 59vh, 100px);
	}
  }
  
  @keyframes particle-animation-5 {
	100% {
	  transform: translate3d(44vw, 59vh, 100px);
	}
  }
  .particle:nth-child(5) {
	-webkit-animation: particle-animation-5 20s infinite;
			animation: particle-animation-5 20s infinite;
	opacity: 0.6;
	height: 10px;
	width: 10px;
	-webkit-animation-delay: -0.25s;
			animation-delay: -0.25s;
	transform: translate3d(87vw, 41vh, 60px);
	background: #68d926;
  }
  
  @-webkit-keyframes particle-animation-6 {
	100% {
	  transform: translate3d(83vw, 35vh, 77px);
	}
  }
  
  @keyframes particle-animation-6 {
	100% {
	  transform: translate3d(83vw, 35vh, 77px);
	}
  }
  .particle:nth-child(6) {
	-webkit-animation: particle-animation-6 10s infinite;
			animation: particle-animation-6 10s infinite;
	opacity: 0.34;
	height: 10px;
	width: 10px;
	-webkit-animation-delay: -0.3s;
			animation-delay: -0.3s;
	transform: translate3d(36vw, 3vh, 46px);
	background: #d0d926;
  }
  
  @-webkit-keyframes particle-animation-7 {
	100% {
	  transform: translate3d(5vw, 60vh, 68px);
	}
  }
  
  @keyframes particle-animation-7 {
	100% {
	  transform: translate3d(5vw, 60vh, 68px);
	}
  }
  .particle:nth-child(7) {
	-webkit-animation: particle-animation-7 30s infinite;
			animation: particle-animation-7 30s infinite;
	opacity: 0.22;
	height: 9px;
	width: 9px;
	-webkit-animation-delay: -0.35s;
			animation-delay: -0.35s;
	transform: translate3d(90vw, 30vh, 98px);
	background: #d94a26;
  }
  
  @-webkit-keyframes particle-animation-8 {
	100% {
	  transform: translate3d(77vw, 49vh, 5px);
	}
  }
  
  @keyframes particle-animation-8 {
	100% {
	  transform: translate3d(77vw, 49vh, 5px);
	}
  }
  .particle:nth-child(8) {
	-webkit-animation: particle-animation-8 20s infinite;
			animation: particle-animation-8 20s infinite;
	opacity: 0.75;
	height: 7px;
	width: 7px;
	-webkit-animation-delay: -0.4s;
			animation-delay: -0.4s;
	transform: translate3d(15vw, 29vh, 47px);
	background: #d9264d;
  }
  
  @-webkit-keyframes particle-animation-9 {
	100% {
	  transform: translate3d(46vw, 81vh, 55px);
	}
  }
  
  @keyframes particle-animation-9 {
	100% {
	  transform: translate3d(46vw, 81vh, 55px);
	}
  }
  .particle:nth-child(9) {
	-webkit-animation: particle-animation-9 10s infinite;
			animation: particle-animation-9 10s infinite;
	opacity: 0.31;
	height: 7px;
	width: 7px;
	-webkit-animation-delay: -0.45s;
			animation-delay: -0.45s;
	transform: translate3d(21vw, 14vh, 65px);
	background: #2638d9;
  }
  
  @-webkit-keyframes particle-animation-10 {
	100% {
	  transform: translate3d(57vw, 2vh, 54px);
	}
  }
  
  @keyframes particle-animation-10 {
	100% {
	  transform: translate3d(57vw, 2vh, 54px);
	}
  }
  .particle:nth-child(10) {
	-webkit-animation: particle-animation-10 30s infinite;
			animation: particle-animation-10 30s infinite;
	opacity: 0.59;
	height: 9px;
	width: 9px;
	-webkit-animation-delay: -0.5s;
			animation-delay: -0.5s;
	transform: translate3d(27vw, 84vh, 21px);
	background: #26d982;
  }
  
  @-webkit-keyframes particle-animation-11 {
	100% {
	  transform: translate3d(86vw, 65vh, 70px);
	}
  }
  
  @keyframes particle-animation-11 {
	100% {
	  transform: translate3d(86vw, 65vh, 70px);
	}
  }
  .particle:nth-child(11) {
	-webkit-animation: particle-animation-11 30s infinite;
			animation: particle-animation-11 30s infinite;
	opacity: 0.86;
	height: 10px;
	width: 10px;
	-webkit-animation-delay: -0.55s;
			animation-delay: -0.55s;
	transform: translate3d(81vw, 75vh, 56px);
	background: #6226d9;
  }
  
  @-webkit-keyframes particle-animation-12 {
	100% {
	  transform: translate3d(23vw, 6vh, 12px);
	}
  }
  
  @keyframes particle-animation-12 {
	100% {
	  transform: translate3d(23vw, 6vh, 12px);
	}
  }
  .particle:nth-child(12) {
	-webkit-animation: particle-animation-12 10s infinite;
			animation: particle-animation-12 10s infinite;
	opacity: 0.58;
	height: 9px;
	width: 9px;
	-webkit-animation-delay: -0.6s;
			animation-delay: -0.6s;
	transform: translate3d(72vw, 70vh, 78px);
	background: #2677d9;
  }
  
  @-webkit-keyframes particle-animation-13 {
	100% {
	  transform: translate3d(27vw, 53vh, 96px);
	}
  }
  
  @keyframes particle-animation-13 {
	100% {
	  transform: translate3d(27vw, 53vh, 96px);
	}
  }
  .particle:nth-child(13) {
	-webkit-animation: particle-animation-13 20s infinite;
			animation: particle-animation-13 20s infinite;
	opacity: 0.62;
	height: 9px;
	width: 9px;
	-webkit-animation-delay: -0.65s;
			animation-delay: -0.65s;
	transform: translate3d(63vw, 61vh, 100px);
	background: #d98826;
  }
  
  @-webkit-keyframes particle-animation-14 {
	100% {
	  transform: translate3d(70vw, 30vh, 40px);
	}
  }
  
  @keyframes particle-animation-14 {
	100% {
	  transform: translate3d(70vw, 30vh, 40px);
	}
  }
  .particle:nth-child(14) {
	-webkit-animation: particle-animation-14 10s infinite;
			animation: particle-animation-14 10s infinite;
	opacity: 0.12;
	height: 10px;
	width: 10px;
	-webkit-animation-delay: -0.7s;
			animation-delay: -0.7s;
	transform: translate3d(46vw, 49vh, 60px);
	background: #2644d9;
  }
  
  @-webkit-keyframes particle-animation-15 {
	100% {
	  transform: translate3d(35vw, 86vh, 36px);
	}
  }
  
  @keyframes particle-animation-15 {
	100% {
	  transform: translate3d(35vw, 86vh, 36px);
	}
  }
  .particle:nth-child(15) {
	-webkit-animation: particle-animation-15 20s infinite;
			animation: particle-animation-15 20s infinite;
	opacity: 0.18;
	height: 7px;
	width: 7px;
	-webkit-animation-delay: -0.75s;
			animation-delay: -0.75s;
	transform: translate3d(17vw, 61vh, 85px);
	background: #c4d926;
  }
  
  @-webkit-keyframes particle-animation-16 {
	100% {
	  transform: translate3d(59vw, 87vh, 96px);
	}
  }
  
  @keyframes particle-animation-16 {
	100% {
	  transform: translate3d(59vw, 87vh, 96px);
	}
  }
  .particle:nth-child(16) {
	-webkit-animation: particle-animation-16 10s infinite;
			animation: particle-animation-16 10s infinite;
	opacity: 0.58;
	height: 9px;
	width: 9px;
	-webkit-animation-delay: -0.8s;
			animation-delay: -0.8s;
	transform: translate3d(33vw, 75vh, 28px);
	background: #266bd9;
  }
  
  @-webkit-keyframes particle-animation-17 {
	100% {
	  transform: translate3d(24vw, 32vh, 58px);
	}
  }
  
  @keyframes particle-animation-17 {
	100% {
	  transform: translate3d(24vw, 32vh, 58px);
	}
  }
  .particle:nth-child(17) {
	-webkit-animation: particle-animation-17 5s infinite;
			animation: particle-animation-17 5s infinite;
	opacity: 0.28;
	height: 7px;
	width: 7px;
	-webkit-animation-delay: -0.85s;
			animation-delay: -0.85s;
	transform: translate3d(45vw, 77vh, 61px);
	background: #d926d9;
  }
  
  @-webkit-keyframes particle-animation-18 {
	100% {
	  transform: translate3d(24vw, 19vh, 59px);
	}
  }
  
  @keyframes particle-animation-18 {
	100% {
	  transform: translate3d(24vw, 19vh, 59px);
	}
  }
  .particle:nth-child(18) {
	-webkit-animation: particle-animation-18 10s infinite;
			animation: particle-animation-18 10s infinite;
	opacity: 0.68;
	height: 9px;
	width: 9px;
	-webkit-animation-delay: -0.9s;
			animation-delay: -0.9s;
	transform: translate3d(39vw, 53vh, 8px);
	background: #d926af;
  }
  
  @-webkit-keyframes particle-animation-19 {
	100% {
	  transform: translate3d(22vw, 10vh, 52px);
	}
  }
  
  @keyframes particle-animation-19 {
	100% {
	  transform: translate3d(22vw, 10vh, 52px);
	}
  }
  .particle:nth-child(19) {
	-webkit-animation: particle-animation-19 10s infinite;
			animation: particle-animation-19 10s infinite;
	opacity: 0.11;
	height: 6px;
	width: 6px;
	-webkit-animation-delay: -0.95s;
			animation-delay: -0.95s;
	transform: translate3d(69vw, 60vh, 76px);
	background: #d926a6;
  }
  
  @-webkit-keyframes particle-animation-20 {
	100% {
	  transform: translate3d(40vw, 48vh, 52px);
	}
  }
  
  @keyframes particle-animation-20 {
	100% {
	  transform: translate3d(40vw, 48vh, 52px);
	}
  }
  .particle:nth-child(20) {
	-webkit-animation: particle-animation-20 20s infinite;
			animation: particle-animation-20 20s infinite;
	opacity: 0.42;
	height: 7px;
	width: 7px;
	-webkit-animation-delay: -1s;
			animation-delay: -1s;
	transform: translate3d(40vw, 34vh, 4px);
	background: #26d95f;
  }
  
  @-webkit-keyframes particle-animation-21 {
	100% {
	  transform: translate3d(45vw, 15vh, 9px);
	}
  }
  
  @keyframes particle-animation-21 {
	100% {
	  transform: translate3d(45vw, 15vh, 9px);
	}
  }
  .particle:nth-child(21) {
	-webkit-animation: particle-animation-21 10s infinite;
			animation: particle-animation-21 10s infinite;
	opacity: 0.82;
	height: 9px;
	width: 9px;
	-webkit-animation-delay: -1.05s;
			animation-delay: -1.05s;
	transform: translate3d(18vw, 25vh, 16px);
	background: #26d994;
  }
  
  @-webkit-keyframes particle-animation-22 {
	100% {
	  transform: translate3d(58vw, 6vh, 6px);
	}
  }
  
  @keyframes particle-animation-22 {
	100% {
	  transform: translate3d(58vw, 6vh, 6px);
	}
  }
  .particle:nth-child(22) {
	-webkit-animation: particle-animation-22 20s infinite;
			animation: particle-animation-22 20s infinite;
	opacity: 0.49;
	height: 9px;
	width: 9px;
	-webkit-animation-delay: -1.1s;
			animation-delay: -1.1s;
	transform: translate3d(77vw, 59vh, 64px);
	background: #62d926;
  }
  
  @-webkit-keyframes particle-animation-23 {
	100% {
	  transform: translate3d(51vw, 72vh, 50px);
	}
  }
  
  @keyframes particle-animation-23 {
	100% {
	  transform: translate3d(51vw, 72vh, 50px);
	}
  }
  .particle:nth-child(23) {
	-webkit-animation: particle-animation-23 30s infinite;
			animation: particle-animation-23 30s infinite;
	opacity: 0.76;
	height: 10px;
	width: 10px;
	-webkit-animation-delay: -1.15s;
			animation-delay: -1.15s;
	transform: translate3d(47vw, 13vh, 30px);
	background: #2674d9;
  }
  
  @-webkit-keyframes particle-animation-24 {
	100% {
	  transform: translate3d(56vw, 36vh, 39px);
	}
  }
  
  @keyframes particle-animation-24 {
	100% {
	  transform: translate3d(56vw, 36vh, 39px);
	}
  }
  .particle:nth-child(24) {
	-webkit-animation: particle-animation-24 10s infinite;
			animation: particle-animation-24 10s infinite;
	opacity: 0.62;
	height: 8px;
	width: 8px;
	-webkit-animation-delay: -1.2s;
			animation-delay: -1.2s;
	transform: translate3d(37vw, 4vh, 33px);
	background: #262fd9;
  }
  
  @-webkit-keyframes particle-animation-25 {
	100% {
	  transform: translate3d(36vw, 83vh, 82px);
	}
  }
  
  @keyframes particle-animation-25 {
	100% {
	  transform: translate3d(36vw, 83vh, 82px);
	}
  }
  .particle:nth-child(25) {
	-webkit-animation: particle-animation-25 30s infinite;
			animation: particle-animation-25 30s infinite;
	opacity: 0.49;
	height: 7px;
	width: 7px;
	-webkit-animation-delay: -1.25s;
			animation-delay: -1.25s;
	transform: translate3d(49vw, 33vh, 88px);
	background: #269ad9;
  }
  
  @-webkit-keyframes particle-animation-26 {
	100% {
	  transform: translate3d(20vw, 27vh, 49px);
	}
  }
  
  @keyframes particle-animation-26 {
	100% {
	  transform: translate3d(20vw, 27vh, 49px);
	}
  }
  .particle:nth-child(26) {
	-webkit-animation: particle-animation-26 20s infinite;
			animation: particle-animation-26 20s infinite;
	opacity: 1;
	height: 7px;
	width: 7px;
	-webkit-animation-delay: -1.3s;
			animation-delay: -1.3s;
	transform: translate3d(48vw, 38vh, 87px);
	background: #5cd926;
  }
  
  @-webkit-keyframes particle-animation-27 {
	100% {
	  transform: translate3d(74vw, 7vh, 54px);
	}
  }
  
  @keyframes particle-animation-27 {
	100% {
	  transform: translate3d(74vw, 7vh, 54px);
	}
  }
  .particle:nth-child(27) {
	-webkit-animation: particle-animation-27 10s infinite;
			animation: particle-animation-27 10s infinite;
	opacity: 0.78;
	height: 9px;
	width: 9px;
	-webkit-animation-delay: -1.35s;
			animation-delay: -1.35s;
	transform: translate3d(57vw, 59vh, 89px);
	background: #d93e26;
  }
  
  @-webkit-keyframes particle-animation-28 {
	100% {
	  transform: translate3d(65vw, 8vh, 6px);
	}
  }
  
  @keyframes particle-animation-28 {
	100% {
	  transform: translate3d(65vw, 8vh, 6px);
	}
  }
  .particle:nth-child(28) {
	-webkit-animation: particle-animation-28 30s infinite;
			animation: particle-animation-28 30s infinite;
	opacity: 0.19;
	height: 10px;
	width: 10px;
	-webkit-animation-delay: -1.4s;
			animation-delay: -1.4s;
	transform: translate3d(86vw, 65vh, 10px);
	background: #d94a26;
  }
  
  @-webkit-keyframes particle-animation-29 {
	100% {
	  transform: translate3d(28vw, 16vh, 93px);
	}
  }
  
  @keyframes particle-animation-29 {
	100% {
	  transform: translate3d(28vw, 16vh, 93px);
	}
  }
  .particle:nth-child(29) {
	-webkit-animation: particle-animation-29 20s infinite;
			animation: particle-animation-29 20s infinite;
	opacity: 0.14;
	height: 10px;
	width: 10px;
	-webkit-animation-delay: -1.45s;
			animation-delay: -1.45s;
	transform: translate3d(22vw, 78vh, 88px);
	background: #41d926;
  }
  
  @-webkit-keyframes particle-animation-30 {
	100% {
	  transform: translate3d(28vw, 5vh, 66px);
	}
  }
  
  @keyframes particle-animation-30 {
	100% {
	  transform: translate3d(28vw, 5vh, 66px);
	}
  }
  .particle:nth-child(30) {
	-webkit-animation: particle-animation-30 10s infinite;
			animation: particle-animation-30 10s infinite;
	opacity: 0.41;
	height: 9px;
	width: 9px;
	-webkit-animation-delay: -1.5s;
			animation-delay: -1.5s;
	transform: translate3d(6vw, 44vh, 72px);
	background: #26d988;
  }
  
  #particle-container{
    width: 62vw;
    position: absolute;
    display: block;
    left: -15vw;
    height: 100vh;
  }
  .logo__img{
    padding-left: 30px;
    padding-top: 10px;
    max-width: 300px;
    width: 100%;
}
@media (max-width: 768px) {
    .sidebg{
        display: none;
    }
    #login {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
    }
    #login .content {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 400px;
        margin: auto;
        right: 0;
        left: 0;
        background-color: #ffffffad;
        height: max-content;
        border-radius: 10px;
    }
    .sidebg,
    .slideshow_wrapper,
    .slideshow span,
    .slide,
    #particle-container{
        width: 100vw;
    }
    #particle-container{
        left: 0;
    }
    @keyframes slide_animation{
        0% {left: 0px;} 
        10% {left: 0px;}
        20% {left: 100vw;}
        30% {left: 100vw;}
        40% {left: 100vw;}
        50% {left: 100vw;}
        60% {left: 200vw;}
        70% {left: 200vw;}
        80% {left: 200vw;}
        90% {left: 200vw;}
        100% {left: 200vw;}
   }
   
   @-webkit-keyframes slide_animation /* Safari and Chrome */{
        0% {left: 0px;}
        10% {left: 0px;}
        20% {left: 100vw;}
        30% {left: 100vw;}
        40% {left: 100vw;}
        50% {left: 100vw;}
        60% {left: 200vw;}
        70% {left: 200vw;}
        80% {left: 200vw;}
        90% {left: 200vw;}
        100% {left:200vw;}
   }
   .slideshow{
	width: 300vw;
	height: 100vh;
	margin: 0px 0px 0px -200vw;
   }
}
@media (max-height: 500px) {
    #login .content{
        margin: 95px auto 0;
    }
    .logo__img{
        padding-top: 0;
    }
}
