@import url('https://fonts.googleapis.com/css?family=Poppins:300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');


* {
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    color: rgb(0, 0, 0);
}

body {
    background-color: #f5f5f5;

}


nav {
    background-color: rgb(255, 255, 255);
    overflow: hidden;
    align-items: center;
    box-shadow: 1.5px 1.5px 1px rgba(0, 0, 0, 0.13);
}

.logo {
    width: 65px;
    height: auto;
    margin: 15px 0px 10px 15px;
}

/* >>>>>>>> **** NAVBAR **** NAVBAR **** NAVBAR **** <<<<<<<<< */

nav li {
    display: inline;
    position: relative;
    left: 7em;
    top: -17px;
    margin: 0px 35px;
}

.NavIcon {
    margin: 0 15px 0 0;
    height: 20px;
    top: 4px;
    position: relative;
}


nav a {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    text-decoration: none;
    font-size: 17px;
}


.AlarmIcon {
    position: relative;
    height: 35px;
    top: 10px;

}

.svg1 .cls-1:hover {
    fill: #ed3131;
    transition-duration: 300ms;
}

.Logout {
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    color: rgb(31, 31, 31);
    padding: 5px 17px;
}

.LogIcon {
    height: 14px;
    position: relative;
    top: 1.5px;
}


.option {
    padding: 18px 25px 15px 25px;
    border-bottom: 4px;
    transition-duration: 400ss;
}

nav .opt .library {
    border-bottom: solid #33CF99;
}



nav .opt a:hover {
    border-bottom: solid #33CF99;
    background-color: #f1f1f1;
}


/* >>>>>>>> **** DROPDOWN **** DROPDOWN **** DROPDOWN **** <<<<<<<<< */
/* Links inside the navbar */
.navbar {
    position: relative;
    right: 5em;
    top: -3.89em;
    float: right;

}


.navbar a {
    float: left;
    font-size: 16px;
    border: 1px black;
    text-align: center;
    padding: 15px 15px;
    text-decoration: none;
}


/* The dropdown container */
.dropdown {
    float: left;
    overflow: hidden;

}

/* Dropdown button */
.dropdown .dropbtn {

    border: none;
    outline: none;
    color: white;
    /* border-radius: 100px 100px 100px 100px; */
    padding: 4px 20px;
    background-color: rgba(0, 0, 0, 0);


    margin: 0;
    /* Important for vertical align on mobile phones */
}

.dropbtn img {
    position: relative;
    top: 2px;
    height: 30px;
    width: auto;
    margin: 10px;

}

/* Add a red background color to navbar links on hover */
.navbar a:hover,
.dropdown:hover .dropbtn {
    background-color: rgb(219, 219, 219);
    /* background: transparent; */
    transition-duration: 400ms;
    transition-property: all;

}


/* Dropdown content (hidden by default) */
.dropdown-content {
    display: none;
    position: absolute;
    right: -4em;
    bottom: -11.5em;
    background-color: #fdfdfd;
    min-width: 240px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.137);
    transition-duration: 700ms;
    transition-property: all;
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    float: none;
    font-size: 15px;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    border: 2px;
}

.dropdown-content .LogIcon {
    margin: 0 0 0 10px;
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content .profile:hover {
    background-color: #33CF99;
    color: white;
    transition-duration: 150ms;

    box-shadow: inset 0px 0px 0px 2px rgb(90, 206, 167);
    box-sizing: border-box;
}

.dropdown-content .Logout:hover {
    background-color: rgb(36, 36, 36);
    color: white;
    transition-duration: 100ms;

    box-shadow: inset 0px 0px 0px 2px rgb(87, 87, 87);
    box-sizing: border-box;
}

.dropdown-content .LogIcon a :hover {
    background-color: black;

}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;

}


/* >>>>>>>> **** PAGE NUMBERS **** PAGE NUMBERS **** PAGE NUMBERS **** <<<<<<<<< */
.center {
    text-align: center;
    margin-left: 95px;
    margin-bottom: 5px;
  }
  
.pagination {
    display: inline-block; 
    margin: 10px; 
    padding: 5px;
    border-radius: 12px;
    background-color: #00000010; 
}
  
.pagination a{
    font-size: 12px;
    font-weight: 500;
    color: black;
    float: left;
    padding: 4.5px 9px;
    text-decoration: none;
    transition: background-color .3s;
    margin: 0 3px;
    border-radius:6px;
    /* background-color: #00000015; */
} 

.pagination a.active{
    background-color:#33CF99;
    color: white;
}
  
.pagination a:hover:not(.active){
    background-color: #00000025;
}

.pagination a.fasA:hover{
    background-color: #ffffff85;
}


/* >>>>>>>> **** VIDEO CLIPS **** VIDEO CLIPS **** VIDEO CLIPS **** <<<<<<<<< */

.main {
    font-family: Montserrat-Medium;
    background-color: #ffffff;
    padding: 40px;
}

.wrapper {
    background-color: #00000000;
    border-radius: 20px;
    align-content: center;
}

.tabs{
    display: inline-block;
    margin: 9px;
    border-radius: 15px;
}

.clipImg{
    height: 123px;
    width: 204.39px;
    border-radius: 15px;
}

.tabsContent{
    text-align: left;
}

.tabsContent img:hover{
    transition: ease 300ms;
    opacity: 0.7;
}

.tabsContent h3{
    text-transform: capitalize;
    font-family: Montserrat-Medium;
    font-weight: 600;
    font-size: 11px;
    line-height: 10px;
    margin: 0 0 5px 0;
}

.tabsContent h2{
    text-transform: capitalize;
    font-family: Montserrat-Medium;
    font-weight: 400;
    font-size: 11px;
    line-height: 10px;
    margin: 0 0 10px 0;
}

.TextRight{
    text-align: right;
    padding: 0 5px;
    float: right;
}

.TextLeft{
    padding: 0 5px;
}

.TextRight, .TextLeft{
    display: inline-block;
}

.camTime{
    opacity: 0.5;
}

.camSensor{
    color: tomato;
}



/* >>>>>>>> **** MONTH PICKER **** MONTH PICKER **** MONTH PICKER **** <<<<<<<<< */


#month{
    text-align: center;
    margin-left: 5.85em;
}

select,option {
    margin: 2em 0 0 0;
    border: none;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 5px;
    text-transform: uppercase;
    font-weight: 600;
    text-indent: 5px;
    color: #000000;
    letter-spacing: 1px;
}

.fasM{
    font-size: 12px;
}

/* FITER AND SORT */

.filterList li{
    text-decoration: none;
    display: inline;
}


.sort a {
    letter-spacing: .51px;
    text-decoration: none;
    color: black;
    font-weight: 500;
    font-size: 12px;
    padding: 5px 15px;
    position: relative;
    bottom: 92px;
    right: 11.6em;
    border-radius: 10px;
    margin-right: 5px;

    transition: background-color ease 400ms;
}

.sorts {
    float: right;
    margin-bottom: 5px;
}

.sort a:hover {
    transition: ease 400ms;
    background-color: #0C0E1D;
    color: white;
}

