@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&display=swap');
html {
    background: #fff;
    font-family: 'Open Sans', sans-serif;
}
body{
    font-family: 'Open Sans', sans-serif;
}
::-moz-selection { /* Code for Firefox */
    color: #fff;
    background: #ed3237;
}
  
::selection {
  color: #fff;
  background: #ed3237;
}
.rte-modern.rte-desktop.rte-toolbar-default {
    min-width: 100% !important;
}
select,input{
    height: 40px !important;
    text-indent:0px !important;
}
.ck-rounded-corners .ck.ck-editor__main>.ck-editor__editable, .ck.ck-editor__main>.ck-editor__editable.ck-rounded-corners {
    border-radius: var(--ck-border-radius);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    height: 200px;
}
.dashurl{
    text-align: end;
}
select.form-control.custom-select {
    padding: 0.5rem 0.75rem !important;
    font-size: 15px !important;
}
select.form-control {
    padding: 0.5rem 0.5rem !important;
}
div.dataTables_wrapper div.dataTables_length select {
    width: 65px !important;
    display: inline-block;
}
.modal-content,.modal-dialog,.modal {
    z-index:99999999 !important;
}
  .form-heading{
    background-color: #ed3237 !important;
    margin-bottom: 4%;
    padding: 2%;
    color: #fff !important;
    font-weight: 800;
    text-align: center;
  }

  .modal-dialog{
    border:2px solid #ed3237 !important;
  }

  .border-hover{
    transition: 0.5s;
    border-bottom: 4px solid transparent;
  }

  .border-hover:hover{
    transition: 0.5s;
    border-bottom: 4px solid #d9534f;
  }

  button.dt-button{
    background-color: #ed3237 !important;
    color: #fff !important;
  }
#scan-left{
    padding-top:12vh;
}
label{
    font-weight: 700 !important;
    font-size: 14px;
}  

.navbar {
    border-bottom: 1px #bbb;
    height: 55px;
}

.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    background: #ed3237;
    width: 160px;
    font-size: 13px;
    text-transform: uppercase;
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-link{
    text-align: center;
    padding-left: 0;
}
/* 2 */
.sidebar .nav > li.nav-profile {
    width: 100%;
    padding: 20px;
    color: #fff;
    background: #be2222;
}
.sidebar .nav > li.nav-profile .image {
    float: left;
    width: 38px;
    height: 38px;
    margin-right: 15px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.sidebar .nav > li.nav-profile .image img {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.sidebar .nav > li.nav-profile .info {
    font-size: 16px;
}
.sidebar .nav > li.nav-profile .info small {
    display: block;
    color: #fff;
}
/* 3 */
.sidebar .nav > li.nav-header {
    padding: 10px 20px;
    line-height: 20px;
    font-size: 11px;
    color: #fff;
}
.sidebar .nav > li > a {
    color: #fff;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.sidebar .nav > li.nav-item:hover:not(.nav-header) {
    background: #be2222;;
    transition-duration: 0.2s;
}
.sidebar .nav > li > a:hover {
    transition-duration: 0.6s;
    color: #fff;
    text-shadow: 0px 0px 1px #fff;
}
.sidebar .nav > li > a i {
    margin-top: 4px;
    font-size: 20px;
    margin-bottom:5px;
}
.sidebar .nav > li > .sub {
    background: #be2222;;
    list-style: none;
}
.sidebar .nav > li > .sub a {
    color: #fff;
    padding-left: 6px;
}
.sidebar .nav > li > .sub a:hover {
    transition-duration: 0.6s;
    color: #fff;
    text-shadow: 0px 0px 1px #fff;
}
.sidebar .nav > li > .sub a:focus {
    transition-duration: 0.6s;
    color: #fff;
    text-shadow: 0px 0px 1px #fff;
}
.sidebar .sub {
    position: relative;
    padding-left: 0;
}
.sidebar .sub:before {
    content: "";
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #be2222;
}
.sidebar .nav > li > a:focus {
    color: #fff;
}
#desktop-login{
    display: block;
}
#mobile-login{
    display: none;
}
.vertically-center{
    position: absolute;
    width: 70%;
    margin-left: 15%;
    top: 50%;
    transform: translateY(-50%);
}
.bg-danger,.btn-danger{
    background-color: #ed3237 !important;
}

tr,td{
    font-size: 13px;
}
.page-item.active .page-link {
    background-color: #ed3237 !important;
    color: #fff !important;
}
.page-link {
    color: #303030 !important;
}
#toggle-arrow{
    text-decoration: none !important;
}
thead
{ 
    font-size: 14px;
    position: sticky; 
    top: 0; 
    z-index: 2 !important; 
    background-color: #ed3237 !important;
    color: #fff;
    text-align: left !important;
}
table th {
    text-align: left !important;
  }
.desktop-nav{
    display: block;
}
.mobile-nav{
    display: none;
}
.desktop-footer{
    display: block;
}
.mobile-footer
{
    display: none;
}
.sidebar{
    display: block;
}
.dashboard-heading{
    margin-top: 0;
}
.mid-section{
    margin-top: 0px;
}
a{
    text-decoration: none !important;
}
.tabs{
    padding: 10px 20px;
    border:1px solid #bbb;
    border-radius: 20px;
    color: #303030;
}
.activetab{
    background-color: #ef3237;
    color: #fff;
}
.activetab:hover{
    background-color: #ef3237;
    color: #fff;
}
.btn.btn-secondary
{
    height: 41px !important;
}



@media only screen and (max-width: 600px) {
    .desktop-nav{
        display: none;
    }
    #scan-left{
        padding-top:3vh;
        padding-bottom:3vh;
    }
    .mobile-nav{
        display: block;
    }
    .mid-section{
        margin-top: 90px !important;
    }
    
    .dashboard-heading{
        margin-top: 5px;
    }
    #togglemenu{
        display: block !important;
    }
    .desktop-footer{
        display: none;
    }
    .mobile-footer
    {
        display: block;
        bottom: 0;
    }
    .sidebar{
        display: none;
    }
    .content-wrapper {
        background-color: #fff !important;
        padding-left: 0px !important;
        min-height: 94vh !important;
        overflow-y: auto !important;
    }  
    .dt-buttons{
        margin-bottom: 10px !important;
        position: static;
        left: 100%;
        transform: translateX(-100%) !important;
        z-index: 10000;
    }
    .vertically-center{
        width: 70%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    #mobile-login{
        display: block;
    }
    #desktop-login{
        display: none;
    }
    .nav-tabs {
        display: inline-block;
        width: 100%;
        padding-left: 100px;
        padding-right: 0px !important;
        text-align: left;
    }
    .card {
        /* background-color: #ed3237 !important; */
        max-height: 100vh !important;
        overflow-y: auto;
    }
    #footer-desktop{
        display: none;
    }
    #footer-mobile
    {
        display: block;
    }
    #togglemenu1{
       position: absolute;
       right: 25%;
       top: 11% !important;
    }
    #fullscreen{
        display: none !important;
    }
    #loader-div{
        width: 350px !important;
        position: absolute;
        top: 50%;
        left:50%;
        transform: translate(-50%,-50%);
    }
  }

  @media screen and (max-width: 769px) {
    .dashurl{
        text-align: left;
    }
  }
  @media screen and (max-width: 767px){
    div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate{
        text-align: right !important;
    }
    div.table-responsive>div.dataTables_wrapper>div.row>div[class^="col-"]:first-child {
        padding-right: 0;
    }
  }

  @media screen and (max-width: 1280px) and (min-width: 768px) {
    .containersm{  
        padding: 50px; 
    }
    .rightlogo{
          width: 120px; 
    }
}
