/* variable declarations */
:root{
    --offcanvas-width:290px;
    --topNavbarHeight:60px;
    --logcolor1:#e04833;
    --logcolor2:#91458e;
    --logbtn:#a039bb;
    --color1:#e04831;
    --color2:#934589;
    --color3: #990db4;
    --color4:#450852;
    --icon1:#e82974;
    --icon2:#88449b;
    --icon3: #dc4b31;
    --thead:#ede2ef;
    --btncolor1:#e04831;
    accent-color: mediumvioletred;
}
div#example_wrapper .dt-layout-row {
    display: flex !important;
    justify-content: space-between;
}
div#example_wrapper .dt-layout-row.dt-layout-table{display: block !important; padding: 20px 0px;}
.dt-paging [type=button], [type=reset], [type=submit], button{border: 1px solid #dcdcdc; margin: 1px;}
/* login pages css start */
.image{
    position: absolute;
    bottom: 0;
}
.login_form .form-control:focus{
    box-shadow: none;
    border-color: white;
}
input#dt-search-0:focus-visible{ outline: none;}
.login_form .form-check-input:focus{
    box-shadow: none;
}
.dt-search label {
    padding-right: 10px;
}
.dt-layout-row.dt-layout-table tbody, .dt-layout-row.dt-layout-table td, .dt-layout-row.dt-layout-table tfoot, .dt-layout-row.dt-layout-table th, .dt-layout-row.dt-layout-table thead, .dt-layout-row.dt-layout-table tr {
    border-color: #ccc;
    border-style: solid; 
    border-width: 1px;
    padding: 5px;
}
/* background color styling start*/
.log_section{
    background:linear-gradient(to right,var(--logcolor1),var(--logcolor2));
    height: 100dvh;  
}
.login_form .form_checked label{
    cursor: pointer;
}
.form_checked .form-check-input{
    background-color: transparent;
    cursor: pointer;
}
.form_checked .form-check-input:checked {
    background-color: transparent;
    border-color: white;
}
.log_btn:hover{
    background-color: var(--logbtn) !important;
    transition: 1s;
}
/* background color styling end */

/* button styling start*/
.text-center .btn_back{
    background-color: #a039bb;
}
.text-center .btn_back:hover{
    background-color: #8f32a7;
}
/* button styling end*/


/* dasboard page css :start //////////////////////////////////////////////////////////////////////*/
.bg_dashboard{
    background-color: #f5f5f5;
}

/* profile pop up style start */
.profile{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: linear-gradient(to right,var(--color1),var(--color2));
}
.popuppro{
    top: 120%;
    right: 1%;
    display: none;
}
.profile_out{
    background-color: #a538bb;
    color: #fff;
}
.profile_out:hover{
    background-color: #a538bb;
    color: #fff;
}
/* profile pop up style end */

/* styling for offfcanvas start here */
#offcanvasExample{
    background: linear-gradient(to bottom ,var(--color3),var(--color4));
    border:none;
    width: var(--offcanvas-width);
    top:var(--topNavbarHeight);
    height: calc(100% - var(--topNavbarHeight));
}
ul{
    list-style-type: none;
}
ul .li_tabs li{
    border-radius:8px 0 0 8px;
}
ul .li_tabs li .activeTab::after {
    content: '\f105';
    font-family: FontAwesome;
    float: inline-end;
  }
.dash{
    background-color: transparent;
    border:none;
    color: white;
    transition: .3s ease-in;
    margin-bottom: 2px;
    }      
.dash:focus{
background-color: white;
 color: black;
}
.dash:hover:not(.activeTab) {
    background-color:#dac5de;
     color: black;
     transition: .1s ease-in;
    }
.activeTab{
    background-color: white;
    color: black;
}
.offcanvas-body {
    padding-bottom: 0px;
}
/* sidebar styling end here */

.main_bg {
    padding-top: 68px;
}
.card-header{
    background: transparent;
}
/* icon styling start*/
i{
    cursor: pointer;
}
.icon{
    height: 75px;
    width: 75px;
}
#icon1{
    background-color:var(--icon1);
}
#icon2{
    background-color:var(--icon2);
}
#icon3{
    background-color: var(--icon3);
}

/* all pages table head style */
.t_head th{
    background-color: var(--thead);
}
a{
    text-decoration: none;
    color: black;
}
/* progress bar styling  */
.dashprogress{
    position: relative;
    text-align: center;
  }
  .dashbarOverflow{ 
    position: relative;
    overflow: hidden; /* Comment this line to understand the trick */
    width: 300px; height: 120px; /* Half circle (overflow) */
    margin-bottom: -80px; /* bring the numbers up */
  }
  .dashbar{
    position: absolute;
    top: 0; left: 0;
    width: 300px; height: 300px; /* full circle! */
    border-radius: 50%;
    box-sizing: border-box;
    border: 13px solid #eee;     /* half gray, */
    border-bottom-color: var(--color1);  /* half azure */
    border-right-color: var(--color1);
  }
/* dashboard page  css :end/*/
/* digiital page  css :start ////////////////////////////////////////////////////////////////////////*/

.row2{
    display: flex;
    align-items: end;
    column-gap: 3rem;
    row-gap: 1rem;
    flex-wrap: wrap;
}
.digital_icon .digi_icon{
    font-size: 20px;
}
.digital_icon .digi_icon:hover{
    color:var(--color3);
}
.digi-active{
    color: var(--color3);
}
.digital_switch .form-check-input[type=checkbox] {
    box-shadow: none;
    position: relative;
    width: 3rem;
    background-color: #df0f0e; 
    border-color:#df0f0e;
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.digital_switch .form-check-input::after{
    position: absolute;
    content: "Off";
    font-size: 12px;
    color: white;
    left: 50%;
}

.digital_switch .form-check-input:checked {
     background-color: #04b606 !important; 
     border-color: #04b606 !important;
    
}
.digital_switch .form-check-input:checked::after{
    position: absolute;
    content: "On";
    font-size: 12px;
    color: white;
    left: 10%;
}

.form-check-input:checked[type=checkbox] {
    --bs-form-check-bg-image: none;
    cursor: pointer;
    background-color: transparent;
   
}
.form-check-input[type=checkbox] {
    cursor: pointer;
}
.custom_check .form-check-input[type=checkbox] {
    font-size: 20px;
    position: relative;
}
.custom_check .form-check-input[type=checkbox]::after{
    position: absolute;
    content: "\f00c";
    font-family: "Fontawesome";
    height: 20px;
    width: 20px;
    top: -30%;
    visibility: hidden;
    transform: scale(0);
    transition: all 0.2s ease;
    display: block;
    font-size: 17px;
}
.custom_check .form-check-input:checked[type=checkbox]::after{
visibility: visible;
transform: scale(1);
}
.creative_btn{
    width: 80%;
    border: 2px solid #b285bb;
    color: #b285bb;
}
.creative_btn:hover{
    border: 2px solid #b285bb;
    color: #b285bb;
}
.add_image .card{
    border: none;
}
.all_screen{
    overflow-y: auto;
    max-height: 70vh; 
}
.upload_view{
    background-color: rgba(5 5 5 / 79%);
    width: fit-content;
    padding: 14px 20px;;
    border-radius: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
    opacity: 0;
    
}
.card-body .digital_image:hover .upload_view{
    opacity: 1;
}
.digital_card{
    width: 16rem;
}
.digital_card .device_name{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.digital_image{
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.digital_image img{
    max-height: 200px;
}

.form-check-input[type=checkbox] {  
    box-shadow: none;
}

/* digital schedule popup style  */
.schedule_form .form-control:focus{
    border-color: #d7c0dc;
}
.schedule_form input{
    border: 1px solid #d7c0dc;
   }

.repeatInterval .btn{
    border:1px solid #c9abcf;
    color: black;
    border-radius: 15px;
    margin-right: 15px;
}
.repeatInterval .btn:hover{
    color: white;
    background-color: #884496;
}
.repeatInterval .btn-check:checked+.btn {
    color:white;
    background-color: #884496;
    border-color: #9b6ea5;
}
/* .customInterval style */
.customInterval .btn{
    font-size: 12px;
    border:2px solid #cdcdce;
    color: black;
    background-color: #f8f6fa;
    border-radius: 15px;
}
.customInterval .btn:hover{
    border:2px solid #a538bb;
    color: white;
    background-color: #a538bb;
}
.customInterval .btn-check:checked+.btn {
    color:white;
    background-color: #a538bb;
    border-color: #a538bb;
}
.customInterval{
    display: none;
    position: absolute;
    width: 100%;
    left: 25%;
}
.timeadd_btn{
    border: 1px solid var(--logbtn);
    color: var(--logbtn);
}
.timeadd_btn:hover{
    border-color: var(--logbtn);
}
.time_set{
    display: flex;
    align-items: center;
    gap: 1rem;
}
.time_set>div{
    width: 5rem;
}

/* digital tabs pop up  styling  */
.digital-tabs .nav-link{
    color: black;
    padding: 0px 0px;
    margin: 0px 20px 10px 0px;
    font-weight: 500;   
    border: none;
    border-bottom: 2px solid transparent;
}
    .digital-tabs .nav-link:hover{
        color:var(--color3);
        border-bottom: solid var(--color3);
    } 

    .digital-tabs .nav-link.active{
        color:var(--color3);
        border-bottom: solid var(--color3);
    } 
.tabimages{
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}
.imagecheck{
    width: 14rem;
    position: relative;
    overflow: hidden;;
}
.imagecheck .img-check-box{
    position: absolute !important;
    background-color: transparent;
    top: 0;
    left: 0%;
}
.modal-images{
    width: 200px;
    height: 200px;
    margin-left: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
/* preview modal styling */
.preview-images img{
max-width: 100px;
}
.overwrite-btn{
    background-color: #884496;
}
.overwrite-btn:hover{
    background-color: #8a4797;
}
.overwrite-icon{
    color: #884496;
}

/* screen mirroring style */
.master_btn{
    height: 80px;
    background-color: var(--btncolor1);
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    border-radius: 8px;
}
.master_btn:hover{
    background-color: var(--btncolor1);
    color: white;
}
.screen_btn{
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #a538bb;
    color: white;
    border-radius: 8px;
}
.screen_btn:hover{
    background-color: #a538bb;
    color: white;
}
/* digital page  css :end/*/

/* creative page  css :start ////////////////////////////////////////////////////////////////////////*/
.upload_btn{
    background-color: var(--btncolor1);
    box-shadow: 0px 4px 0px rgba(183, 183, 183, 0.588);
    color: white;
}
.upload_btn:hover{
    background-color: #de533e;
    color: white;
}
.btn_template{
    color: white;
background-color: var(--color3);}

.btn_template:hover{
    color: white;
background-color: #a039bb;}

 .alldropdown_bg{
    background-color: white;
    border: 1px solid #f0dbf5;
 }
 .alldropdown_bg:hover{
    background-color: #ede4ef;
    border: 1px solid #f0dbf5;
 }
 .alldropdown_bg:focus{
    background-color: #ede4ef;
    border: 1px solid #f0dbf5;  
 }
.dropdown-menu{
    padding-inline: 3px;
 }
.dropdown-menu a{
   border-radius: 5px;
 }
 .dropdown-menu .dropdown-item:hover {
    background-color: #dac5de ;
}
.creative_card{
    border: 1px solid #b1afaf;
    width: 16rem;
}
.creative_card .client_name{
    width: 100%;
    text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  }
  .creative_image{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
    overflow: hidden;
}

.creative_image img{
    max-height: 200px;
}
  
    .creative_tabs .nav-link{
        color: black;
        padding: 0px 0px;
     
        margin: 5px 24px;
        font-weight: 500;   
        border: none;
        border-bottom: 2px solid transparent;
    }
        .creative_tabs .nav-link:hover{
            color:var(--color3);
            border-bottom: solid var(--color3);
        } 
    
        .creative_tabs .nav-link.active{
            color:var(--color3);
            border-bottom: solid var(--color3);
        } 
        .creative_card h5{
            font-size: 1rem;
        }
/* template tab styling */
.template_tab .nav-pills .nav-link {
    border-radius: 0;
    color: rgb(82, 81, 81) !important;
    text-align: left;
}

.template_tab .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color:#dac5de ;
}
.template_tab button{
    border-bottom: 1px solid #dee2e6;
}
.template_tab .nav-pills .nav-link:hover:not(.active){
    background-color: #dac5de;
}
.template_tab .nav-pills .nav-link .temp_cat:hover{
    color: #990db4;
    border-bottom:2px solid #990db4 ;
}
.temp_back{
    background-image: url("./images/beams.jpg");
    background-position: center;
    background-size: cover;
}
.orientationTabs .nav-link{
    color: #818181;
    border: 0;
}
 /* all popups  styling */
.creatform_input input{
 border: 2px solid #b285bb;
 /* color: #b285bb; */
 width: 80%;
}
.form-control:focus{
    box-shadow: none;
}
.creatform_input .form-control:focus{
    border-color: #b285bb;
}
.creatform_input select{
 border:solid #e1cde0;
}
.creatform_input select:hover{
 background-color: #e1cde0 ;
}
.uploadicon{
 color: #b285bb;
}
.delete_can{
    color: #b10507;
}
.delete-btn {
    background-color:#b10507 ;
}
.delete-btn:hover{
    background-color:#b10507 ;
}
.custom_modal .modal{
    --bs-modal-width: 410px;
}
/* create template styling */
.template_card .card .temp_back {
    border: 0;
}
.navbar-toggler:focus {
    box-shadow: none;
}
.btn_cross{
    right: 1%;
    top: 3%;
}
.temp_back{
    width: 18rem;
}
/* template edit styling */
.template_input .form-control{
    width: 70%;
    border: 2px solid;
}
.template_input select{
    border-color:#e1cde0;
}
.template_input select:hover{
    background-color: #e1cde0 ;
}
.template_input select:focus{
   border-color:#e1cde0;
}
.template_input .form-control{
    border-color: #e1cde0;
}
.main-form-color .form-control-color {
    width: 3rem;
    height: 3rem;
    padding: 0;
}
.temp_col .temp_text{
        width: 20px !important; 
        height: 20px !important;
        margin-top: 3px;
        padding: 0px;
        border: 1px solid;
}
.temp_col input[type="number"] {
    width: 48px !important;
    background-color: #ede2ef;
    padding: .375rem 9px;
    padding-right: 0;
    border-radius: 0%;
}
.tempadd-btn{
    background-color: #884496;
}
.tempadd-btn:hover, .tempadd-btn:focus {
    background-color: #884496;
  }
  
/* edit popup icons style */
ul.edit_icons.d-flex.flex-lg-column.flex-wrap {
    padding-inline-start: 0;
}
.edit_icons li{
    margin: 10px 10px;
   
}
/* eyepopup styling */
.fa-circle-xmark{
    font-size: 22px;
}
/* creative page  css :end*/
/* split screen page style start //////////////////// */
/*  */
.grid-btn{
    border-color: var(--btncolor1);
    color: var(--btncolor1);
}
.grid-btn:hover{
    border-color: var(--btncolor1);
    color: var(--btncolor1);
}

.radio_group{
    display:none;
}
.open_grid{
    display: block;
}
.radio-item input[type="radio"] {
    display: none;
  }
  .radio-img {
    border-radius: 8px;
    cursor: pointer;
  }

  .radio-item input[type="radio"]:checked + .radio-img {
    box-shadow: #e04831 0px 1px 1px, #e04831 0px 0px 0px 2px;
  }
  .radio-item .radio-img:hover {        
    box-shadow: #e04831 0px 1px 1px, #e04831 0px 0px 0px 2px;   
}

/* devices page css :start /////////////////////////////////////////////////////////////////////////////*/
 .online_btn{
    border:solid #90c790;
    background-color: #e6f3e6;
 }
 .online_btn:hover{
    border:solid #90c790;
    background-color: #e6f3e6;
 }
 .offline_btn{
    border:solid #ec7c7b;
    background-color: #fbedeb;
 }
 .offline_btn:hover{
    border:solid #ec7c7b;
    background-color: #fbedeb;
 }
 .inactive_btn{
    border:solid #bfbfbf;
    background-color: #f5f5f5;
 }
 .inactive_btn:hover{
    border:solid #bfbfbf;
    background-color: #f5f5f5;
 }
.form_input select{
    border-color:#e1cde0;
}
.form_input select:hover{
    background-color: #e1cde0 ;
}
.form_input select:focus{
   box-shadow: none;
   border-color:#e1cde0;
}
.form_input .form-control{
    border-color: #e1cde0;
}
.form_input .form-control:focus{
   box-shadow: none;
}
.form-bg{ background-color:  #f8f6fa;
border: 2px solid #e1d0e4;}
.eye_bar .nav-link{
    font-size: 1.5rem;
    font-weight: 500;
    color:rgb(113, 112, 112);
}
.eye_bar .nav-link:hover:not(.active){
    font-size: 1.5rem;
    font-weight: 500;
    color:rgb(113, 112, 112);
}
.eye_bar .active{
 color:var(--color3);
}
.eye_bar .active:hover{
    color:var(--color3);
   }
/* devices page css :end/*/

/* usermanagement page css :start /////////////////////////////////////////////////////////////////////////////*/
.iconpop{
top: 0%;
left: 1%;
}
.delete-icon{
    position: absolute; 
    bottom: 2%;
    right: 2%;
}
#btn_delete{
    z-index: 2000;
}
.customize-role:hover{
    color: var(--color1);
}
#customize{
    z-index: 2000;
}
.modal {
    --bs-modal-zindex: 3055;}
    .costomize{
        display: flex;
        flex-wrap: wrap;
        justify-content: start;
    }
    .costomize  div{
        width: 10rem;
    }
     .costomize ul{
        padding-inline-start: 0px;
     }
     .costomize ul li{
        margin-bottom: 10px;
     }
    .costomize .form-check-input[type=checkbox] {
        font-size: 20px;
        position: relative;
    }
    .costomize .form-check-input[type=checkbox]::after{
        position: absolute;
        content: "\f00c";
        font-family: "Fontawesome";
        height: 20px;
        width: 20px;
        top: -30%;
        visibility: hidden;
        transform: scale(0);
        transition: all 0.2s ease;
        display: block;
        font-size: 17px;
    }
    .costomize .form-check-input:checked[type=checkbox]::after{
    visibility: visible;
    transform: scale(1);
    color: var(--color1);
    }
    .costomize .form-check-input:checked[type=checkbox]{
       border-color: var(--color1) !important;
        }
/* usermanagement page css :end/*/

/* client and location page  css :start ////////////////////////////////////////////////////////*/
 .switch{
    color: #a538bb;
    border-bottom: 2px solid #a538bb ;
 }
/* client and location page  css :end*/

/* player page  css :start /////////////////////////////////////////////////////////////////////*/
/* .player-container{
    overflow-y: auto;
    height: 100vh;
} */
.bg_rcolor{
    background-color: white;
    border: 2px solid #ede2ef;
 }
 .bg_rcolor .form-range {
    height: unset;
 }
 .bg_rcolor i{
    font-size: 20px;
 }
 .bg_player{
    background-color:#f9f0f2;
 }
 .restartbtn{
    background-color:#b24ec6;
 }
 .restartbtn:hover{
    background-color:#a538bb;
 }
.form-check-input:checked[type=radio] {
    --bs-form-check-bg-image: none;
    box-shadow: none;
}
.common_hover .btn:hover{
    color: var(--color3);
}
.form-check-input:checked {
    background-color:var(--btncolor1);
    border-color:black ;
}
 #flexSwitchCheckChecked{ 
    background-color:#a538bb;
 }

 .play_btn .form-check-input[type=checkbox] {
    box-shadow: none;
    width: 4rem;
    height: 1.6rem;
    background-color: black; 
    border-color:black;
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.play_btn .form-check-input:checked {
     background-color: var(--color3) !important; 
     border-color: var(--color3) !important;;
}
.play_btn .form-check-input[type=checkbox].btn-toggle::before{
    content: "OFF";
    color:white;
    font-size: 12px;
    display: flex;
    justify-content: end;
    margin-top: 3px;
    padding-right:5px;
    }
.play_btn .form-check-input:checked.btn-toggle::before{
content: "ON";
color:white;
font-size: 12px;
padding-left:5px;
align-items: center;
justify-content: start;
}
/* media cleaner styling */
.media-storage{
    border: 5px solid transparent;
border-radius:50%;
background: linear-gradient(to right, white, white), linear-gradient(to right, #e04831 , #974585); 
background-clip: padding-box, border-box;
background-origin: padding-box, border-box;
width: 170px;
height: 170px;
  }
/* player page  css :end */

/* apps page  css :start//////////////////////////////////////////////////////////////////////////*/
.bg_apps{
    background: linear-gradient(to right,var(--color1),var(--color2));
}
.appsimage{
    width: 80px;  
}
.appcard .appsimage{
    transition: .4s ease-in;
}
.appcard:hover .appsimage{
    transform: scale(1.4);
    transition: .4s ease-in;
}
.appcard{
    width: 21rem;
    background-color: #f5f5f5;
    border: none;
}
/* apps page  css :start/*

/* reports page  css :start //////////////////////////////////////////////////////////////////////////*/
.bg_report{
    background:linear-gradient(to right ,#fcf0ee,#f7f1f5);
 }
 .reset-btn{
    border-color: #884496;
    color: #884496;
}
.reset-btn:hover{
    background-color:#884496;
    color: white;
}
.filter-btn{
    border-color:#454545;
    color: #454545;
}
.filter-btn:hover{
    background-color:#454545;
    color: white;
}
 /* clock icon removed  */
input[type="time"]::-webkit-calendar-picker-indicator {
    display: none;
    /* -webkit-appearance: none; */
}
/* reports page  css :end */

/* feedback  page  css :start //////////////////////////////////////////////////////////////////////////*/
.bg_color{
    background-color: #ede4ef;
 }
/* feedback  page  css :end */

/* activity log page  css :start //////////////////////////////////////////////////////////////////////////*/
.bg_color{
    background-color: #ede4ef;
 }
/* activity log page  css :end */

/* help&supp page  css :start //////////////////////////////////////////////////////////////////////////*/
.bg_help{
    background: linear-gradient(to right,var(--color1),var(--color2));
}
.searchhelp input{
    width: 80%;
    border: none;
    outline: none;
}
.helpq{
    width: 65%;
}
.border_help{
    border-top: 3px solid #b64bcc;
}
.help_bg{
    background-color: #f5f5f5;
}
.accordion-button:not(.collapsed) {
     background-color:white;
     color: #111;
}
.accordion-button:focus{
    box-shadow: none;
}
.accordion-item{
    border: none;
}
/* help&supp page  css :end //////////////////////////////////////////////////////////////////////////*/

/* Button styles */
.btn-open-sidebar {
    margin: 20px;
}

/* Show sidebar when active */
.sidebar.active {
    right: 0; /* Show sidebar */
}
.Sidebar_overlay.active {
    display: block; /* Show the overlay */
}
/* The sidepanel menu */
.sidepanel {
    height: 100vh; /* Specify a height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1500; /* Stay on top */
    top: 0;
    right: 0;
    background-color:white; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 15px; /* Place content 60px from the top */
    padding-bottom: 20px;
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidepanel */
  }
  .slide-width{
    width: 500px;
  }
  
  /* The sidepanel links */
  .sidepanel a {
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  
  /* When you mouse over the navigation links, change their color */
  .sidepanel a:hover {
    color: #f1f1f1;
  }
  
  /* Position and style the close button (top right corner) */
  .sidepanel .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 30px;
    margin-left: 50px;
  }
  .sidepanel .closebtn:hover{
    color: #111;
  }
  #overlay {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 1100; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
  }
  .sidebar-btn{
    border-color: var(--btncolor1);
    color: var(--btncolor1);
}
.sidebar-btn:hover{
    border-color: var(--btncolor1);
    background-color: var(--btncolor1);
    color: white;
}
  @media screen and (max-width:667px){
    .slide-width {
        width: 100%;
    }
    .eye_bar .nav-link {
        font-size: 1.3rem;
    }
}
.bi-filter-left::before {
    content: "\f3c6";
    font-size: 25px;
}
/* mediaquarry start here ////////////////////////////////////////////////////////////////////////////////*/
/* dashboard page second third row mediaquerry styling */
@media (min-width: 768px) {
    /* second row  */
    .dash_table .col-md-8 {
        width: 64.666667%;
    }
    .dash_table .col-md-4 {      
        width: 35.333333%;
    }
    /* third row */
    .dash_graph .col-md-8 {
        width: 70.666667%;
    }
    .dash_graph .col-md-4 {
            flex: 0 0 auto;
            width: 29.333333%;
        }
}

@media (min-width : 992px){
    #offcanvasExample{
        transform: none;
        visibility: visible;
    }
    main{
        margin-left: 320px;
    }
    .main_bg{
        margin-right: 20px;
    }
}

@media screen and (max-width:667px) and (min-width:375px){
    .popuppro{
        right: 3%;
    }
    .helpq{
        width: 100%;
    }
    .digital-tabs .nav-link {
        margin: 0px 17px 10px 0px;
    }
    .customInterval {
        left: 14%;
    }
    .repeatInterval .btn {
        border-radius: 15px;
        margin-right: 0px;
        padding: 2px 15px !important;
    }
    .creative_tabs .nav-link {
        margin: 5px 17px;}
    
        .edit_icons li {
            margin: 5px 8px;
        }
}
@media screen and (max-width:667px){
    .sidebar {
        width: 100%;
    }
}
/* 
.creative-drop{
    position: absolute;
    top: -11%;
} */