@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
:root {
    --black: #000;
    --white: #ffffff;
    --orange:rgba(255, 149, 64, 1);
    --pitch:#ecc6a8;
  }

body {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    color: #000;
}

.error {
	color: red
}


td {
    font-family: "Roboto", sans-serif;
}

a {
    color: #000;
    text-decoration: none !important;
}

h2 {
    font-size: 32px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;   
    
}
.b-left
{
    padding-left: 20px;
    border-left: 4px solid var(--white);
}
.b-left2
{
    padding-left: 20px;
    border-image: linear-gradient(rgba(51, 51, 51, 1), #000) 30;
    border-width:0 0 0 7px;
    border-style: solid;
}

.text-gradiunt-black {
    background: -webkit-linear-gradient(90deg, #000, rgba(51, 51, 51, 1) 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}



h3 {
    font-size: 24px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
}

h5 {
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
}

h6 {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
}
.text-gray
{
    color: rgba(85, 85, 85, 1);
}

.header {
    background: #293136;
    padding: 20px 70px 20px 20px;
    display: flex;
    justify-content: space-between;
}
.secure
{
    position: fixed;
    left: 20px;
    bottom: 40px;
    /* width:120px; */
}

/***************/
.checklabel.disabled
{
    position: relative;
}
.checklabel.disabled::before {
    /* content: '';
    left: 50%;
    top: 10px;
    position: absolute;
    height: 1px;
    width: 80%;
    background: rgba(102, 102, 102, 1);
    transform: translate(-50%,-50%);
    z-index: 99; */
}
.checklabel.disabled.assigned::before {
    top: 50%;
}

.checklabel.sadmin.disabled .checkmark:after {
    border:0;
}
.checklabel.sadmin.disabled input:checked ~ .checkmark {
    background: transparent;
}

.checklabel.disabled:hover input:checked ~ .checkmark {
    
}


.checklabel.sadmin.tl input:checked ~ .checkmark {
    background: var(--orange);
}

.checklabel.sadmin.tl  .checkmark:after {
    border: solid white;
    border-width: 0 2px 2px 0;
}
.checklabel.sadmin.tl:hover input:checked ~ .checkmark {
    background: var(--orange);
}

.checklabel.sadmin.tl {
    color: var(--black) !important;
}
.checklabel.sadmin.disabled .checkmark {
    background-color: transparent;
}

.checklabel.sadmin.disabled {
    color: rgb(34 34 34 / 30%);
}

.checklabel.sadmin.checked
{
    color: #2E8112 ;
}

.checklabel.tldatauser
{
   visibility: hidden;
}

.checklabel.tldatauser.checked
{
    color: #2E8112 ;  
    visibility: visible;
}
.checklabel.tldatauser .checkmark
{
    visibility: hidden;
}

.search-list-check .checklabel {
    width: 50%;
    flex: 50%;
    max-width: 48%;
    margin-right: 3% !important;
}

.form-style label
{
    color: rgba(85, 85, 85, 1);
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
}
.form-style  input
{
    border: 2px solid rgba(221, 221, 221, 1);
    width: 100%;
    color: rgba(51, 51, 51, 1);
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.02);
    padding:10px 20px;
}
.login-body
{
    background: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 98vh;
}
.login {
    background: rgba(0, 0, 0, 0.02);
    border-radius: 20px;
    max-width: 1200px;
    padding: 70px 20%;
    width: 1200px;
}
.pass-eye
{
    position: absolute;
    right:10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.btn-big
{
    padding: 20px 20px;
    background: var(--orange);
    color: var(--white);
    border-radius: 8px;
    border: 0;
    font-size: 12px;
    transition: 0.4s;

}
.btn-big2 {
    padding: 14px 22px !important;
    font-weight: 500;
    font-size: 12px;
}

.btn-big:hover
{
    background: var(--black);
    color: var(--white);
    transition: 0.4s;
}
.btn
{
    padding: 8px 20px;
    background: var(--orange);
    color: var(--white);
    font-size: 12px;
    transition: 0.4s;
}
.btn:hover
{
    background: var(--black);
    color: var(--white);
    transition: 0.4s;
}
.btn-border
{
    padding: 8px 35px;
    background: var(--white);
    color: var(--orange);
    border: 1px solid var(--orange);
    border-radius: 8px;
    transition: 0.4s;
}
.btn-large
{
    padding: 8px 20px !important ;
    min-width:180px;
    min-height:50px;
}
.btn-border:hover
{
    background: var(--orange);
    color: var(--white);
    transition: 0.4s;
}


.left-menu
{
    background: rgba(41, 49, 54, 1);
    width:13%;
}
.left-menu ul {
    list-style: none;
}
.left-menu .panel-menu li.parent-list-item, .left-menu .parent-list-item .child-list li {
    padding: 16px;
    transition: 0.3s linear;
}
.left-menu .parent-list-item i, .left-menu .parent-list-item img {
    padding-right: 1em;
    color: rgba(243, 248, 254, 0.7);
    height: fit-content;
}
.left-menu a {
    color: rgba(243, 248, 254, 0.7);
    text-transform: capitalize;
    background: transparent !important;
    box-shadow: unset;
}
.left-menu .panel-menu li.parent-list-item.active a
{
    color: var(--white);
}


.right-dashboard
{
    width:87%; 
    background: var(--pitch);
}

.dashboard-items {
    display: flex;
    width: 102%;
    margin-left: -1%;
}
.dashboard-item {
    flex: 33.33%;
    width: 33.33%;
    max-width: 31.33%;
    display: flex;
    background: rgba(41, 49, 54, 1);
    margin: 0 1%;
    padding: 20px;
    align-items: center;
    border-radius: 6px;
}
.dashboard-item .icon {
    background: rgba(217, 217, 217, 0.1);
    padding: 20px;
    border-radius: 7px;
    margin-right: 15px;
}
.dashboard-item h2
{
    margin-bottom: 0;
}
.dash-text
{
    color: var(--orange);
}
.dash-text p
{
    color: var(--white);
    margin-bottom: 0;
    font-weight: 300;
}
.dash-text h3
{
    font-size: 40px;
    font-weight: 700;
}
.dashboard-items2 {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    margin-bottom: 50px;
    width: 102%;
    margin-left: -1%;
}
/*.dashboard-item2 {
    flex: 33.33%;
    width: 33.33%;
    max-width: 31.33%;
    display: flex;
    background: rgba(41, 49, 54, 1);
    margin: 0 1%;
    padding: 7px 7px 7px 35px;
    align-items: center;
    border-radius: 500px;
    justify-content: space-between;
}*/

.dashboard-item2-wrap{min-width: 18%;}
.dashboard-item2 {
    /*flex: 33.33%;
    width: 33.33%;
    max-width: 31.33%;*/
    display: flex;
    background: rgba(41, 49, 54, 1);
    margin: 0px 6%;
    padding: 7px 7px 7px 35px;
    align-items: center;
    border-radius: 500px;
    justify-content: space-between;
}

.dashboard-item2 p
{
    margin-bottom: 0;
    color: var(--white);
     margin-right: 10px;
}
.dashboard-items2 .dashboard-item .icon
{
    padding: 0;
    background: transparent;
}
.dashboard-item2 .dash-text {
    background: var(--orange);
    border-radius: 500px;
    padding: 2px 30px;
}
.dashboard-item2 .dash-text h3
{
    color: var(--white);
    margin-bottom: 0;
}

.items2-date{
    font-weight: 600;
    font-size: 16px;
}
.items2-date:hover{
    color: #bf590a;
    text-decoration: underline !important;
}

.dashboard-items3
{
    display: flex;
    margin-top: 50px;
    margin-bottom:50px;
    background: rgba(41, 49, 54, 1);
    border-radius: 6px;
}
.dashboard-item3 {
    flex: 25%;
    width: 25%;
    max-width: 23%;
    margin: 0 1%;
    padding: 28px 40px 28px 40px;
    position: relative;
}
.dashboard-item3::before {
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    height: 60%;
    width: 1px;
    background: rgba(217, 217, 217, 1);
}
.dashboard-item3 p
{
    margin-bottom: 0;
    color: var(--white);
}
.dashboard-item3 h3
{
    color: var(--orange);
    margin-bottom: 0;
    font-size: 40px;
    
}

/***************/


/* Pagination previous */

.paginate_button.previous {
    position: relative;
}

.paginate_button.previous:before {
    content: '';
    background: url('../img/chevron-left.png');
    position: absolute;
    left: 34%;
    top: 25%;
    width: 20px;
    height: 20px;
    background-size: cover;
    background-repeat: no-repeat;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous {
    color: #fff !important;
    padding-left: 0;
    padding-right: 0;
    min-width: auto;
    border: 1px solid #eee;
    border-radius: 8px 0 0 8px;
    border-right: 0;
    font-size: 1px;
    width: 42px;
    height: 42px;
    position: relative;
    top: -24px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.previous:active {
    background: #fff !important;
}

/* Pagination Next */

.paginate_button.next {
    /* visibility: hidden; */
    position: relative;
}

.paginate_button.next:before {
    content: '';
    background: url('../img/chevron-left.png');
    position: absolute;
    left: 20%;
    width: 20px;
    height: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    transform: rotate(180deg);

}

.dataTables_wrapper .dataTables_paginate .paginate_button.next {
    color: #fff !important;
    padding-left: 0;
    padding-right: 0;
    min-width: auto;
    border: 1px solid #eee;
    border-radius: 0 8px 8px 0;
    border-right: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.next:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.next:active {
    background: #fff !important;
}
a.paginate_button{    
    height: 42px;
    width: 46px;
    top: -3px;
    position: relative;
}
a.paginate_button.current, 
a.paginate_button:hover {
    background-color: var(--orange) !important;
    color: #fff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.next {
    color: #fff !important;
    padding-left: 0;
    padding-right: 0;
    min-width: auto;
    border: 1px solid #eee;
    border-radius: 0 8px 8px 0;
    border-right: 0;
    width: 42px;
    height: 42px;
    position: relative;
    top: -3px;
    background: var(--white);
}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous {
    color: #fff !important;
    padding-left: 0;
    padding-right: 0;
    min-width: auto;
    border: 1px solid #eee;
    border-radius: 8px 0 0 8px;
    border-right: 0;
    font-size: 1px;
    width: 42px;
    height: 42px;
    position: relative;
    top: -23px;
    background: var(--white);
}

.calendar input {
    border-radius: 8px !important;
    background: var(--white);
}

.calendar .calend-img {
    position: absolute;
    right: 10px;
    top: 25%;
    cursor: pointer;
}
.calendar .calend-img .input-group-text {
    padding: 0;
    border: 0;
    background: transparent !important;
}
.calendar .calend-img {
    position: absolute;
    right: 10px;
    top: 50%;
    cursor: pointer;
    transform: translateY(-50%);
}


.datepicker.datepicker-dropdown table td {
    padding: 13px;
    border-radius: 200px;
}

.datepicker.datepicker-dropdown {
    margin-top: 24px;
    border: 0;
    box-shadow: 0 0 10px #0003;
    border-radius: 8px;
}

.datepicker thead tr {
    box-shadow: 0 1px 0 #ccc;
}

.right-dashboard .card
{
    background: rgba(41, 49, 54, 1) ;
}
.dataTables_length label, .dataTables_filter label, .dataTables_info {
    color: var(--white) !important;
}
table.dataTable.no-footer {
    border-bottom: 0 !important;
}

.badge-list
{
    display: flex;
    justify-content: flex-end;
    margin-bottom:30px;
}
.badge-active, 
.badge-inactive,
.badge-noweb
{
    padding:6px 25px;
    border-radius: 500px;
    background: #fff;
    margin-right: 15px;
}

.badge-pause
{
    padding:6px 25px;
    border-radius: 500px;
    background-color: #f3c17a;
    margin-right: 15px;
}

.trorange td:first-child
{
    position: relative;
    padding-left: 20px;
}

.trorange td:first-child::before
{
    content: '';
    background: #f3c17a;
    width: 6px;
    height: 95%;
    position: absolute;
    left: 0;
    top: 0;
}

.trorange td
{
    background:#f3c17a;
}

.badge-active
{
   background: #d9edd2 ;
}
.badge-inactive
{
   background:#f7e2e2 ;
}
.badge-noweb
{
   background:#cfe8f0;
   margin-right: 0;
}
input, select {
    font-size: 16px;
    color: rgba(102, 102, 102, 1);
    border-radius: 8px;
    width: 100%;
    border: 1px solid rgba(204, 204, 204, 1);
    padding: 10px;
    background: var(--white);
    min-height:50px;

}
.bg-light-gray 
{
    background: #F5F5F5   ;
}
.serach button {
    right: 6px;
    top: 23%;
}

.green-badge {
    background: #e3fcdb;
    padding: 5px 18px;
    border-radius: 8px;
    display: block;
    text-align: center;
    color: rgb(55 174 15);
    font-size: 12px;
}
.text-green
{
    color:rgb(55 174 15);
}
.red-badge {
    background: rgb(255 219 219);
    padding: 5px 15px;
    border-radius: 8px;
    display: block;
    text-align: center;
    color: rgba(255, 78, 78, 1);
    font-size: 12px;
}
.text-red
{
    color: rgba(255, 78, 78, 1);
}
.trgreen td:first-child
{
    position: relative;
    padding-left: 20px;
}
.trgreen td:first-child::before
{
    content: '';
    background: rgba(134, 224, 119, 1);
    width: 6px;
    height: 95%;
    position: absolute;
    left: 0;
    top: 0;
}
.trgreen td
{
    background: #d9edd2 ; 
}


.trred td:first-child
{
    position: relative;
    padding-left: 20px;
}
.trred td:first-child::before
{
    content: '';
    background: rgba(224, 119, 119, 1);
    width: 6px;
    height: 95%;
    position: absolute;
    left: 0;
    top: 0;
}
.trred td
{
    background:#f7e2e2;
}


.trblue td:first-child
{
    position: relative;
    padding-left: 20px;
}
.trblue td:first-child::before
{
    content: '';
    background: rgba(158, 210, 227, 1);
    width: 6px;
    height: 95%;
    position: absolute;
    left: 0;
    top: 0;
}
.trblue td
{
    background:#cfe8f0;
}

.blue-badge {
    background: rgba(226, 247, 254, 1);
    padding: 5px 15px;
    border-radius: 8px;
    display: block;
    text-align: center;
    color: rgba(25, 102, 127, 1);
    font-size: 12px;
}
.text-blue 
{
    color: rgba(25, 102, 127, 1);
}


.dots3 button {
    background: transparent;
}
.dots3 .dropdown-toggle::after {
    height: 0;
    width: 0;
    visibility: hidden;
}
.text-underline {
    text-decoration: underline !important;
}

.table tbody tr td 
{
    font-size: 14px;
}
.table-style1 tr td
{
    border: 0;
    vertical-align: middle;
}
.table-style1 thead tr td {
    font-weight: 700;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
}
.table-style1 thead td
{
    border-bottom: 3px solid var(--black) !important;
}


.table-style2 thead td
{
    border-bottom: 4px solid rgba(217, 217, 217, 1) !important;
    border-top: 2px solid rgba(217, 217, 217, 1) !important;
    padding-top: 10px;
}
.table-style2 thead tr td {
    font-weight: 700;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
.table-style2 tbody tr:nth-child(odd) td
{
    background: rgba(250, 250, 250, 1);
}
.table-style2 tbody tr td {
    border: 0;
    padding-top: 25px;
    padding-bottom: 25px;
    vertical-align: middle;
    font-size: 14px;    
}
.table-style2 tbody tr td a img
{
    opacity: 0.6;
}
.dropdown-menu.style1 li
{
    padding: 5px 20px;
}
.dropdown-menu.style1 li a
{
    font-weight: 500;
}
.dropdown-menu.style1 .dropdown-item {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    color: rgba(0, 0, 0, 0.6);
    transition: 0.3s;
}
.dropdown-menu.style1 li:hover a
{
    color: var(--black);
    background: transparent;
    transition: 0.3s;
}
.dropdown-menu.style1 li:last-child a
{
    border: 0;
}
.left-latkan {
    background: rgba(37, 44, 49, 1);
    padding: 20px;
    border-radius: 0px 6px 20px 0px;
    position: relative;
    width: 21%;
}
.left-latkan p
{
    color: var(--white);   
}

.left-latkan::before
{
    background: rgba(37, 44, 49, 1);
    content: '';
    left: -24px;
    top: 0;
    height: 100%;
    width: 40px;
    position: absolute;
}

.left-latkan2 {
    background: var(--orange);
    padding: 20px;
    border-radius: 0px 6px 20px 0px;
    position: relative;
    width: 21%;
}
.left-latkan2 p
{
    color: var(--white);
   
}
.left-latkan2::before
{
    background: var(--orange);
    content: '';
    left: -24px;
    top: 0;
    height: 100%;
    width: 40px;
    position: absolute;
}


.tab-style1
{
    background: rgba(0, 0, 0, 0.02);
    margin-top: 40px;
}
.tab-style1 .nav-item a.active
{
    background: transparent !important;
    color: var(--black);
    border-bottom: 4px solid var(--orange);
    border-radius: 0;
}
.tab-style1 .nav-item a {
    background: transparent !important;
    color: var(--black);
    font-weight: 700;
    padding: 13px 60px;
}
.formstyle2 input[type="file"] {
    border: 1px solid rgba(204, 204, 204, 1);
    border-radius: 8px;
    padding: 8px 9px  !important;
    width: 100%;
}

.tab-style1.content
{
    background: transparent;
}
 label
{
    margin-bottom: 10px;
    color: rgba(102, 102, 102, 1);
}
.tab-style1  textarea, 
.tab-style1  input
{
    border-radius: 8px;
    width: 100%;
    border: 1px solid rgba(204, 204, 204, 1)  ;
    padding: 10px;    
    background: var(--white);
}
.tab-style1  textarea
{
    color:rgba(102, 102, 102, 1);
    min-height: 90px;
}
  textarea:focus, 
  textarea:active, 
  input:active,
 input:focus
{
    box-shadow: unset !important;
    outline: 0 !important;
}

.table-style2.style3 tbody tr td a img {
    opacity: 0.6;
    width: 15px;
}
#tableSort2 .border-0, 
#tableSort2 thead
{
    border: 0 !important;
}
table thead td
{
    font-size: 14px;
}

table td
{
    font-size: 12px;
}
.gray-badge {
    background: rgba(220, 224, 218, 1);
    padding: 4px 12px;
    border-radius: 8px;
}
  


 .table-responsive::-webkit-scrollbar {
    width: 20px;
}

.table-responsive::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
}

.table-responsive::-webkit-scrollbar-thumb {
    background: var(--pitch); 
    border-radius: 10px;
}

textarea,  input {
    border-radius: 8px;
    width: 100%;
    border: 1px solid rgba(204, 204, 204, 1);
    padding: 10px;
    background: var(--white);
}
.bg-gray-with-radius
{
    background: rgba(250, 250, 250, 1);
    border-radius: 8px;
    padding: 20px;
}

table td.border-top-0
{
    border-top: 0 !important;
}
.h-100vh
{
    min-height: 100vh;
}

/* checkbox css */
.checklabel {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 0px;
    width: 25%;
    flex: 25%;
    max-width: 22%;
    margin-right: 3% !important;
}
  
  /* Hide the browser's default checkbox */
  .checklabel input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
  .checklabel .checkmark {
    position: absolute;
    top: -2px;
    left: 0;
    height: 23px;
    width: 23px;
    background-color: #E8E8E8;
    border-radius: 4px;
}

  /* When the checkbox is checked, add a blue background */
  .checklabel input:checked ~ .checkmark {
    background-color: var(--orange);
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checklabel  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .checklabel input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .checklabel .checkmark:after {
    left: 8px;
    top: 4px;
    width: 6px;
    height: 13px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checklabel.assigned {
    background: #CDE6C8;
    padding: 6px 15px 6px 32px;
    border-radius: 8px;
    color: #2E8112 !important;
    text-align: center;
    margin-top: -5px;
}
.checklabel.assigned .checkmark:after {
    left: 22px;
    top: 4px;
    width: 6px;
    height: 13px;
    border: solid #2E8112;
    border-width: 0 2px 2px 0;
}
.checklabel.assigned input:checked ~ .checkmark{
    background: transparent !important 
}

.checklabel.assigned .checkmark {
    top: 50%;
    transform: translateY(-50%);
    background: transparent ; 
}


/* Modal css */
.modal-dialog {
    max-width: 1000px;
}
.modal-body {
    padding: 40px;
}

.table-responsive, 
table
{
    overflow-x: hidden;
}

.search-list-check {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0;
    margin-top: 23px;
}
.search-list-check li {
    width: 50%;
    flex: 50%;
    max-width: 47%;
    border-bottom: 1px solid rgba(223, 223, 223, 1) ;
    margin: 0 1.5% 18px 1.5%;
    padding-bottom: 8px;
}

.search-list-check .checklabel .checkmark {
    height: 20px;
    width: 20px;
    top: 1px;
    background: transparent;
}
.search-list-check  .checklabel .checkmark:after {
    left: 6px;
    top: 3px;
    width: 5px;
    height: 10px;
}
.search-list-check .checklabel {
    margin-bottom: 5px;
}


.search-list-check  .checklabel .checkmark {
    border: 1px solid rgba(223, 223, 223, 1);
}
.search-list-check .checklabel input:checked ~ .checkmark {
    border-color: var(--orange);
}
.modal .serach button {
    background: transparent;
}
.search-input {
    background: transparent !important;
}
.search-list-style
{
    list-style: none;
}
.search-list-style li
{
    border-bottom: 1px solid rgba(223, 223, 223, 1);
    padding: 10px 10px 10px 0;
}


/****************/
    
.zoom-preview {
    height: 500px;
    width: 500px;
    margin-left: 20px;
    background-repeat: no-repeat;
    position: fixed;
    z-index: -1;
    right: 10%;
    top: 50%;
    transform: translate(10%,-50%);
    border-radius: 0;
    box-shadow: unset;
}
.magnifier-img { 
	cursor: zoom-in; 
    width: 100%;
} 



.astrik
{
    color: var(--orange);
}

.dropdown.bootstrap-select
{
    width: 100% !important;
}
.dropdown.bootstrap-select .btn
{
    background: #fff !important;
    color: #000;
}
.modal-backdrop {
    background-color: transparent;
 }

 .modal
 {
    background: rgb(0 0 0 / 52%);
 }
 .table-style1
 {
    width: 100% !important;
 }
 .text-wrap {
    text-wrap: wrap !important;
}
 .website-td
 {
    max-width: 200px !important;
 }


 .tooltip2 {
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin-left: 15px;
}
.tooltip2  i {
    visibility: visible;
    font-size: 18px;
}
.tooltip2 .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #111;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%; 
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip2 .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%; 
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #111 transparent transparent transparent;
}

.tooltip2:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.copy-text {
    width: fit-content;
}


/****************/
@media(max-width:1700px)
{
    body
    {
        zoom: 0.9;
    }
}
@media(max-width:1500px)
{
    body
    {
        zoom: 0.8;
    }
}

@media(max-width:1350px)
{
   

    table
    {
        width: 100%;
    }
    .table-responsive, 
    table
    {
        overflow-x: auto !important;
    }

   
    
}