@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

/* Thin 100
Light 300
Regular 400
Medium 500
Bold 700
Black 900 */

*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
 }

 :root {
   --theme-color : #1254b8;
   --border : #dfdfdf;
   --gray-color: #f4f4f4;
    --header-bg: #f9fafb;
    --color: #404040;
    --color-2 :#333333;
    --left-size : 0rem
 }
     
  html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
    /* scroll-padding-top: 125px;*/
}
a:hover {
  color: #5b91e4;
}
.form-check {
  cursor: pointer;
}
   body {
    color: #333;
    letter-spacing: 0.5px;
  }
 
/* ::-webkit-scrollbar-track
  {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 2px;
    background-color: #F5F5F5;
  }
  
::-webkit-scrollbar
  {
    width: 12px;
    background-color: #F5F5F5;
  }
  
::-webkit-scrollbar-thumb
  {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
  } */

  ::-webkit-scrollbar-button{
    width: 50px; height: 50px;
  }
  a:hover {
    text-decoration: none !important;
    cursor: pointer !important;
  }
  ul,
  li,
  ol,
  li {
    padding: 0;
    list-style: none;
    list-style-image: none;
    margin: 0;
  }
  a{
      text-decoration: none;
      color: white;
  }
  input:focus,button:focus,select:focus,.form-control:focus {
    outline: none !important;
    box-shadow: unset !important;
    background-color: transparent;
  }
  .pointer {cursor: pointer;}
  h1,h2,h3,h4,h5,h6{
      margin: 0 !important;
  }
  p{
    margin: 0 !important;
}


/*header css*/

.main-serach {
  margin: 0 auto;
}

header{
  height: 82px;
  background-color: var(--header-bg);
}

.before::before{
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #000;
}

/*header end of css*/





/*sidebar css*/

.sidebar.left-panel {
  height: 100%;
  width: var(--left-size);
  display: flex;
  justify-content: center;
  border-right: 1px solid var(--border);
  z-index: 3;

}

.sidebar.left-panel ul li.active{
    display: none;
  background-color: var(--theme-color);
}

.sidebar.left-panel ul li.active img{
 filter: brightness(1000);
}


.sidebar.left-panel ul {
  height: calc(100vh - 82px);
  padding: 0;
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  box-shadow: 2px 0px 4px 3px rgb(16 16 16 / 13%);
  background-color: #fff;
}

.sidebar.left-panel ul  li{
  padding: 0 20px;
  transition: 0.5s;
  display: flex;
  height:80px;
  align-items: center;
  justify-content: center;
  /* flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0; */
  border-bottom: 1px solid var(--border);
}

.sidebar.left-panel ul  li:hover{
  background-color: var(--theme-color);
}

.sidebar.left-panel ul  li:hover a img{
  transform: scale(1.1);
  transition: 0.5s;
  filter: brightness(10000);
}

/*sidebar end of  css*/


/*--common--*/

.fs-7{
  font-weight: 600;
  font-size: 0.75rem;
  color: var(--color);
}

.px6{
  padding-right: 4rem;
  padding-left: 4rem;
}

.right-panel{
  overflow: hidden;
  min-height: calc(100vh - 82px);
  margin-left: var(--left-size);

}


.drop-height{
  max-height: 30vh;
  overflow: auto;
}




.dropdown-toggle::after{
  border: transparent;
  background-image: url('images/icons/drop-arrow.svg');
  background-size: 12px;
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: bottom;
  position: relative;
  top: 3px;
}
.dropdown-toggle {
  vertical-align: -webkit-baseline-middle;
}

.profile-name{
  color: var(--theme-color) ;
}

.main-serach::after{
  position: absolute;
  content: '';
  right: 0;
  width: 30px;
  height: 30px;
  background-image: url('images/icons/search.svg');
  top: 9px;
  background-repeat: no-repeat;
 
}

.innter-section{
  padding-bottom: 50px;
}

/*chat board*/
.chat{
  right: 15px;
  bottom: 10px;
}

/*footer*/
footer{
  border-top: 3px solid var(--theme-color);
  margin-left: var(--left-size);
  background-color: var(--color-2);
}

.footer-row{
  border-bottom: 1px solid #696969;
}

.social-media ul li img{
 width: 3rem;
 transition: 1s

}


.social-media ul li:hover img{
  transition: 1s;
  transform: translateY(-10px);
  fill:var(--theme-color)

}

.footer-page::after{
  content: '';
  top: 15%;
  position: absolute;
  right: 0;
  width: 1px;
  height: 75%;
  background-color: #fff;
}
.footer-page:last-child::after{
  display: none;
}



/*Events*/
.events-innerTopBar h4{
    color: var(--theme-color);
}

.innerTopBarLeft ul li{
    display: inline;
    margin-right: 16px;
    

}
.py6{
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
}
.innerTopBarLeft ul li:first-of-type{
    color: var(--theme-color);
}
.innerTopBarLeft ul li:after{
    content: '';
    position: absolute;
    width: 1px;
    height: 3%;
    background-color: var(--color-2 );
    margin-left: 10px;
    top: 60px;
}
.innerTopBarLeft ul li:nth-child(3):after , .innerTopBarLeft ul li:nth-child(4):after{
width: 0px!important;

} 
.innerTopBarLeft ul li:nth-child(2)
{
    color: var(--color);
    vertical-align: super;
}
.innerTopBarLeft ul li:nth-child(3),
.innerTopBarLeft ul li:nth-child(4){
    vertical-align: super;
    height: 20px;
}
.innerTopBarLeft img{
    height: 20px;
}

.events-dropdown{
    display: flex;
}
.events-dropdown button{
    background-color: white;
    border: 1px solid #E5E5E5;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.events-search .form-control-lg{
    border: 1px solid #E5E5E5;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}


/*card*/
.events-card-container .card{
    box-shadow: -2px 0px 8px 5px #f5f5f5;
    border-radius: 7px
}
.card-tags{
    
    margin-bottom: 30px;
    
}
.card-tags li{
    background-color: #F5F5F5;
    border-radius: 25px;
    padding: 8px 10px;
    margin: 5px;
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
}
.card-tags li:hover{
  background-color: #e7e4e4;
}
.card-text-image{
    margin-top: 50px;
    margin-bottom: 20px;
}
.card-image{
    margin: 20px 0px 0px 8px;
    border: 5px solid #f5f5f5;
    width: 100%;
    height: auto;
}
.card-image-container{
    width: 280px;
    height: 160px;
}
.card-footer{
    background-color: #f5f5f5;
}
.card-footer-tags ul li{
    background-color: var(--color-2);
    color: var(--header-bg)!important;
    margin: 5px;
    border-radius: 25px;
    padding: 4px 10px;
    width: fit-content;
    display: inline;
    vertical-align: -webkit-baseline-middle;
}

.card-footer{
    display: flex;
    justify-content: space-between;
}
.iconsTab ul{
    display: flex;
}
.iconsTab ul li{
    display: inline;
    margin-right: 20px;
    background-color: #DBDBDB;
    padding: 8px 9px;
    border-radius: 50%;
}
.iconsTab ul li:hover{
    background-color: #f96b80;
    transform: scale(1.1);
    transition: .5s ease-out;
}

/*Right panel accordian*/
.accordion-button:not(.collapsed){
    background-color: white;
}
.accordion-item{
    border: 0px!important;
}
.accordion-button:not(.collapsed){
    border-bottom: 3px solid var(--theme-color);
}

.accordion-button:not(.collapsed)::after{
    transform: rotate(360deg)!important;
}
.accordion-button.collapsed::after{
    transform:rotate(180deg)!important;
    
}
.accordion-button.collapsed{
    border-bottom: 1px solid var(--theme-color);
}

.pagination{
    justify-content: center;
    margin-top: 85px;
}
.ml-65{
  margin-left: 65px;
}
.mr-65{
  margin-right: 65px;
}


/*add edit*/
 .add-edit{
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 5;
  right: 0;
  background-color: #fff;
  padding-top: 0;
  box-shadow: -4px 3px 6px 0 rgb(50 50 50 / 5%);
  transition: width .3s ease;
  top: 90px;
 }


 .right_modal_btn {
  position: absolute;
  top: 0px;
  left: -42px;
  background-color: var(--theme-color);
  cursor: pointer;
  /* border: 1px solid #d6e7f3; */
  box-shadow: -4px 3px 6px 0 rgb(50 50 50 / 5%);
}

.border-1{
  border: 1.8px solid #939393 !important;
}

.btn-dark{
  background-color: #333;
  border-color: #333;
  border-radius: 8px;
  white-space: nowrap;
}

input.form-control.disable{
  pointer-events: none;
  cursor:unset;
}

.right_modal_btn img {
  width: auto;
  height: 26px;
  transition: all 1s;
}

.width450{
  width: 90%;
}


.add-edit.width450 .right_modal_btn img{
  transform: rotate(-45deg);
}
.main-header{
    align-items: center;
    display: flex;
    background-color: var(--theme-color);
    justify-content: space-between;
}

.main-header h5 {
  font-weight: 400;
}

.overlay {
  position: fixed;
  width: 100%;
  background: #000;
  z-index: 4;
  display: none;
  height: 100%;
  opacity: .4!important;
  padding: 0;
  right: 0;
  top: 0;
}

.overlay.dblock {
  display: block;
}
.add-edit-from{
  background: #dcfcff4f;
  max-height: 85vh;
  overflow: auto;
}

.wrapper {
  display:none;
}

.sector-dropdown {
  background: #fdfeff;
}

/* for pagination */
.page-item{
  margin: 0px 4px;
}
.page-link{
  border: 2px solid gray;
}
.page-item:first-child a{
  border: 0px!important;
}
.page-item:last-child a{
  border: 0px!important;
}
.page-link:hover {
  z-index: 2;
  background-color: #0a58ca;
  color: #e9ecef;
  border-color: #dee2e6;
}




.card-text:hover > img.one {
  color: yellow;
}
/*Truncate text for read more .*/
.text-readMore{
  -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-wrap;
    width: 100%;
}


/* .sector-dropdown{
  position: relative;
}

.sector-dropdownr::after{
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 5%;
    height: 100%;
} */

.add-padding{
  padding: 0 15px !important;
}


.theme-color{
  box-shadow: 0 6px 12px rgb(134 140 150 / 65%);
  background-color: var(--theme-color);
}

.login-page{
  height:100vh;
  width:100vw;
}




.form-control, .form-control:focus, .input-group-text {
  border-color: #e1e1e1;
  /* height: 100%; */
}
.form-control, .btn {        
  border-radius: 3px;
}
.signup-form {
  width: 400px;
  margin: 0 auto;
  padding: 30px 0;    
}
.signup-form form {
  position: relative;
  margin-top: 100px;
  color: #999;
  border-radius: 3px;
  margin-bottom: 15px;
  background: #fff;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  padding: 30px;
}
.signup-form h2 {
  color: #333;
  font-weight: bold;
  margin-top: 0;
}
.signup-form hr {
  margin: 0 -30px 20px;
}
.signup-form .form-group {
  margin-bottom: 20px;
}
.signup-form label {
  font-weight: normal;
  font-size: 15px;
}
.signup-form .form-control {
  min-height: 38px;
  box-shadow: none !important;
} 
.signup-form .input-group-addon {
  max-width: 42px;
  text-align: center;
} 
.signup-form .btn, .signup-form .btn:active {        
  font-size: 16px;
  font-weight: bold;
  background: var(--theme-color) !important;
  border: none;
  min-width: 140px;
}
.signup-form .btn:hover, .signup-form .btn:focus {
  background: #179b81 !important;
}
.signup-form a {
  color: #fff;  
  text-decoration: underline;
}
.signup-form a:hover {
  text-decoration: none;
}
.signup-form form a {
  color: #19aa8d;
  text-decoration: none;
} 
.signup-form form a:hover {
  text-decoration: underline;
}
.signup-form .fa {
  font-size: 21px;
}
.signup-form .fa-paper-plane {
  font-size: 18px;
}
.signup-form .fa-check {
  color: #fff;
  left: 17px;
  top: 18px;
  font-size: 7px;
  position: absolute;
}


ul.action-icons li a > img{
  margin-right: 5px;
  width: 25px;
}

ul.action-icons > li{
  cursor: pointer;
  margin-bottom: 8px;
  color: #fff;
  width: 100px;
  text-align: center;
  background: #155ab8;
  padding: 5px;
  display: grid;
  place-content: center;
  transition: 0.3s;
  border-radius: 3px
}

ul.action-icons > li:hover{
  background: #2877e2;
}

#doc_list_table tr td > img{
 width: 30px;
}

#doc_list_table > tr > td {
  font: 0.7rem;
}

table.dataTable tbody tr.even {
    background-color: #f7f7f7;
    border-bottom:unset !important;

}

.theme-text{
color:  var(--theme-color)
}

 th.sorting {
  width: 100%;
  margin-top: 10px !important;
  white-space: nowrap;
 
}

a.paginate_button.current {
  background: #e2e2e2 !important;
  color: #fff !important;
  border: unset !important;
}

table#user_list {
  border: unset !important;
}

table.dataTable.no-footer{
  border: unset !important;
}

div#user_list_length {
  margin-bottom: 30px;
}

table.dataTable tbody tr:hover {
  background-color: #f7f7f7;
}

table.dataTable thead th, table.dataTable thead td{
  border-bottom: unset !important;
}

table.dataTable thead th:last-child {
  text-align: center;
}

table.dataTable thead th{
  font-size:14px !important;
}

table.dataTable th, table.dataTable td {
  border: 1px solid #ddd;
}

table.dataTable tbody th, table.dataTable tbody td {
  font-size: 18px !important; 
}

table.dataTable thead th, table.dataTable thead td {
  padding: 18px 18px !important;
}


.dataTables_wrapper .dataTables_filter input {
  width: 350px;
}

h6.my-2.docname {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.max-height {
max-height: 500px;
overflow: auto;
}

.right-panel{background: #dcfcff4f;}
 


body {
    padding: 0;
    margin:0
}
.main-loader {
        z-index: 99999;

    height: 100vh;
    width: 100%;
    position: absolute;
    overflow: hidden;
    top: 50%;
    background: #1b1b1ba6;
    transform: translate(0px, -50%);
}
.loader .inner{
    overflow: hidden;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    animation: animate 4s infinite;
}
.loader .inner:nth-child(1){ animation-delay: 4s; }
.loader .inner:nth-child(2){ animation-delay: 3.5s; }
.loader .inner:nth-child(3){ animation-delay: 3s; }
.loader .inner:nth-child(4){ animation-delay: 2.5s; }
.loader .inner:nth-child(5){ animation-delay: 2s; }
.loader .inner:nth-child(6){ animation-delay: 1.5s; }
.loader .inner:nth-child(7){ animation-delay: 1s; }
.loader .inner:nth-child(8){ animation-delay: 0.5s; }
@keyframes animate{
    0%{
        width: 0px;
        height: 0px;
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
    20%{ box-shadow: 0 5px 60px 15px rgba(255, 255, 255, 0.4) inset; }
    40%{ box-shadow: 0 5px 60px 15px rgba(255, 255, 255, 0.2) inset; }
    100%{
        width: 200px;
        height: 200px;
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) inset;
    }
}

.main-loader {
    height: 100vh;
    width: 100vw;
    position: absolute;
    top: 50%;
    background: #1b1b1ba6;
    transform: translate(0px, -50%);
}


table.dataTable thead .sorting_asc {
    background-image: url(../images/sort_asc.png) !important;
    background-size: 0 !important;
}


.px6 {
  padding-right: 1rem;
  padding-left: 1rem;
}

li.mx-2.call_to_user {
  display: none;
}

@media only screen and (min-width: 600px) {
  .px6 {
    padding-right: 1rem;
    padding-left: 1rem;
}
li.mx-2.call_to_user {
  display: block;
}
}


table.dataTable thead th, table.dataTable tfoot th {
    font-weight: bold !important;
    background: #1ebafb47 !important;
    font-size:15px !important;
}



table.dataTable tbody th, table.dataTable tbody td {
    padding: 8px 6px !important;
}

ul.action-icons > li a{
  color: #fff;
}

/* .btn-bottom{
position: absolute;
left: 10%;
bottom: 0;
width: 90%;
padding: 0;
} */

.aftertag{
  position: relative;
  color: #000;
  font-weight: 500;
  
}
.aftertag:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background: #000;
  top: 10px;
}


.textbox-height{
height: 95px;
}


.btn-bottom {
  position: fixed;
  width: 90%;
  bottom: 0;
}

.right_5{
  right: 5%;
  position: relative;
}

.mb-5-100{
  margin-bottom: 100px !important;
}


@media print {
  .max-height{
    max-height: 100% !important;
  }

  .h5.open img{
   display: none;
  }
  
  div#user_list_wrapper {
    display: none !important;
}
body{
        overflow: hidden !important;
}

  
}



.dataTables_scrollHead {
    position: absolute !important;
}


tbody, td, tfoot, th, thead, tr {
    height: 20px !important;
}


input.form-control.mail_cc {
    margin-top: 10px;
}