@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-family: 'Poppins', sans-serif;
	margin: 0;
	padding: 0;
}
.crm-upload {
    width: 100%;
    padding: 0;
    height: 63vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wrapper {
    width: 30%;
    margin: 0 auto;
}
.crm-upload-main {
    width: 100%;
    padding: 53px 0;
    border: 1px solid #a1a1a1;
    height: auto;
}
.crm-upload-main-top {
    padding: 0;
    list-style: none;
    overflow: auto;
    max-height: 430px;
	margin:0;
}
.crm-upload-sec {
    padding: 0 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.p-30 {
  
}
.loaders {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #bcc7ff;
    padding: 2px 10px;
    box-shadow: 0 0 7px #000;
    border: 1px solid#484545;
    z-index: 999;
}
/* manish */

.log_btn{
	width: 188px;
    height: 37px;
    background: #363636;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    box-shadow: 0 1px 3px 0px rgb(103 103 103 / 75%);
    cursor: pointer;
	float:right;
	margin-top:80px;
	margin-right:50px;
}

/*rupesh*/
.right{
    justify-content: right;
    cursor: pointer;
}
/*rupesh*/
.p-20 {
    padding: 18px 50px;
    border-bottom: 1px solid #e0e0e0;
}
.border-dotted {
    border-bottom: 1px dashed #898989;
    justify-content: flex-end;
}
.crm-upload-sec-left {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
}
.crm-upload-sec-left-heading {
    min-width: 110px;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    margin: 0 30px 0 0;
}
.crm-upload-sec-left-file {
    height: 37px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #afafaf;
    text-transform: capitalize;
}
.crm-upload-sec-left-file .filename {
    width: 183px;
    height: 32px;
    padding: 0 10px;
    border: 1px solid #959595;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #afafaf;
    text-transform: capitalize;
    border-radius: 5px;
    box-shadow: 1px 1px 3px 0px rgb(103 103 103 / 43%);
	z-index: 800;
	cursor:pointer;
}

.crm-upload-sec-left-file input[type=file]::file-selector-button {
	background-color: transparent ;
    border: none;
    font-size: 13px;
    padding: 7px;
	cursor:pointer;
}
.crm-upload-sec-left-file input#fakeInput {
    margin: 0 0 0 10px;
    border: none;
    box-shadow: none;
    border-radius: 0;
}
.crm-upload-sec-left-file input:focus {
    outline: none;
}
.crm-upload-sec-left-file label {
    margin: 0;
    padding: 0;
    width: 200px;
    height: 36px;
    line-height: 37px;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    border: 1px solid #959595;
    font-family: 'Poppins', sans-serif;
    color: #afafaf;
    text-transform: capitalize;
    border-radius: 5px;
    box-shadow: 1px 1px 3px 0px rgb(103 103 103 / 43%);
    cursor: pointer;
}
.crm-upload-sec-right .btn_sub {
    background: #ffc620;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    box-shadow: 0 1px 3px 0px rgb(103 103 103 / 75%);
	cursor:pointer;
	 padding: 5px 14px;
}
.crm-upload-sec-junk .btn_sub {
    width: fit-content;
    background: #0044fd;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    box-shadow: 0 1px 3px 0px rgb(103 103 103 / 75%);
	cursor:pointer;
	padding:5px 10px;
}
.crm-upload-main .remove_download{
	display:flex;
	justify-content: space-between;
	margin-top:7px;
}
.crm-upload-sec-download a {
    width: 188px;
    height: 37px;
    border: 1px solid #959595;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    text-transform: capitalize;
    border-radius: 5px;
    text-decoration: none;
}
.crm-upload-main-top::-webkit-scrollbar-track {
    display: none;
}
.crm-upload-main-top::-webkit-scrollbar {
    display: none;
}
/*-------USER LOGIN PAGE------*/
section.user-login-body {
    margin: 0;
    padding: 0;
    display: flex;
    height: 100vh;
    width: 100%;
    align-items: center;
    justify-content: center;
    background: #f9f9f9;
}
section.user-login-body .user-pupup {
    margin: 0;
    padding: 45px;
    width: 420px;
    background: #fff;
    border-radius: 7px;
    box-shadow: 0 1px 3px #00000024;
}
.user-pupup-main {
    position: relative;
    margin: 0 0 30px 0;
}
.user-pupup-main img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    opacity: 0.6;
}
.user-pupup-main input {
    padding: 0 0 0 25px;
    width: 100%;
    height: 38px;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #4a4a4a;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #959595;
    outline: none;
}
.user-pupup-main input::placeholder {
    color: #9e9e9e;
}
.user-pupup-main input.btn {
    margin: 15px 0 0 0;
    padding: 0;
    font-size: 15px;
    color: #FFF;
    background: #444e6b;
    border: none;
    height: 44px;
    text-align: center;
    outline: none;
	cursor:pointer;
    border-radius: 4px;
}
/*-------------------------------------------------------remove table  list-------------------------------------------------*/
.header-work .logo{
    padding: 7px;
    width: 64px;
}
.header-work {
	    border-bottom: 6px solid #4c5470;
}
.header-work .log_btn{
	width: 188px;
    height: 37px;
    background: #363636;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    box-shadow: 0 1px 3px 0px rgb(103 103 103 / 75%);
    cursor: pointer;
	float:right;
	margin-top:16px;
	margin-right:20px;
}
.wrapper-table{
    display: flex;
    margin: 0 auto;
    max-width: 100%;
    background-color: #fff;
    justify-content: center;
}
.crm-remove-work{
    margin-top: 30px;
}
.crm-remove-main-table{
	width: 60%;
	border: 2px solid #a2a0b724;
	height: 77vh;
	overflow-y:scroll;
}
/* width */
.crm-remove-main-table::-webkit-scrollbar {
  width: 2px;
  height:50px;
}

/* Track */
.crm-remove-main-table::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
.crm-remove-main-table::-webkit-scrollbar-thumb {
  background: #6d6a6a; 
  border-radius: 0;
}

.crm-remove-main-table table{
	width:100%;
    border-collapse: collapse;
}
.crm-remove-main-table table td,.crm-remove-main-table table th {
  padding: 8px;
	    font-size: 13px;
}
.crm-remove-main-table table th {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #ddfaff75;
  font-weight:600;
}
.crm-remove-main-table table td:nth-child(1) {
	text-align:center;
	font-size: 12px;
}
.crm-remove-main-table table th:nth-child(1) {
	color: #6b698d;
	text-align:center;
}
.crm-remove-main-table table th:nth-child(2) {
	color: #333;
	text-align: left;
}
.toggle-work .switch-work:nth-child(1){
	margin-top:0;
}
.uploads-table-work{
	width: 38%;
}
.uploads-table-work form{
	margin-bottom: 10px;
}
.uploads-table-work h1{
	 margin: 0;
    font-size: 13px;
    font-weight: 500;
    text-transform: capitalize;
    color: #333;
}
.uploads-table-work h2{
	 margin: 0;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 14px;
    color: #777495;
    font-family: 'Work Sans', sans-serif;
}
.toggle-work .switch-work{
	display:flex;
	justify-content: space-between;
	margin-top:20px;
    border-bottom: 1px solid #ebe8e8;
	padding: 5px 0;
}

.toggle-work .switch {
  display: inline-flex;
}
.toggle-work .switch input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
}
.toggle-work .switch input[type=checkbox]:checked + label {
  background: #747474;;
}
.toggle-work .switch input[type=checkbox]:checked + label::after {
    left: calc(100% - 2px);
    transform: translateX(-85%);
	background-color: #8ec53d;
    border: 2px solid #fff;
}
.toggle-work .switch label {
	cursor: pointer;
    width: 38px;
    height: 17px;
    background: #7070706b;
    display: block;
    border-radius: 24px;
    position: relative;
}
.toggle-work .switch label::after {
    content: "";
    position: absolute;
    top: -2px;
    left: -1px;
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 16px;
    transition: 0.3s;
    border: 2px solid #fff;
	box-shadow: 3px 1px 5px 1px #a09d9d;
}
.uploads-table-work .upload_proced_btn{
    width: 100%;
    padding: 8px;
    font-size: 15px;
    font-weight: 500;
    background-color: #0044fd;
    border: none;
    border-radius: 2px;
    color: #fff;
    font-family: 'Poppins';
	margin:11px 0;
	cursor:pointer;
}
.uploads-table-work .downld_up_btn{
    width: 49.7%;
    padding: 8px;
    font-size: 15px;
    font-weight: 500;
    background-color: #ffc620;
    border: none;
    border-radius: 2px;
    color: #fff;
    font-family: 'Poppins';
    margin: 11px 0px;
    cursor: pointer;
}
.uploads-table-work .upload_proced_btn i ,.uploads-table-work .downld_up_btn i{
    font-weight: 900;
    font-size: 13px;
    margin-left: 7px;
}
#export_data { display:none;}

.suc_msg{
	color: green;
	font-size: 13px;
    font-weight: 500;
	text-align: center;
}
.div_pos_red{
	color: red;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
}

/*-----------------------------------------------------------end remove  page------------------------------------------------------------*/
/*------------------------------------------------------------------Media USER LOGIN PAGE------------------------------------------------*/
@media only screen and (max-width:1600px) {
	.wrapper {
    width: 37%;
	}
	.crm-upload-main .remove_download {
    margin-top: 22px;
    }
}
@media only screen and (max-width:1440px) {
	.wrapper {
    width: 39%;
}
	.crm-upload-main .remove_download {
     margin-top: 14px;
    }
.crm-upload-sec-junk .btn_sub{
	padding: 5px 23px;
	font-size: 14px;
}
.crm-upload-main-top {
    max-height: 490px;
    margin: 0;
}
.crm-upload-sec-left-heading {
    min-width: 90px;
    font-size: 14px;
    margin: 0 20px 0 0;
}
.p-20 {
    padding: 12px 20px;
    border-bottom: 1px solid #e0e0e0;
}
	
.crm-upload-sec-left-file input {
    font-size: 13px;
}
.crm-upload-sec-left-file label {
    width: 180px;
    height: 33px;
    line-height: 33px;
    font-size: 14px;
}
.crm-upload-sec-right input {
    font-size: 14px;
}
.crm-upload-sec-right .btn_sub {
	font-size: 14px;
}
.crm-upload-sec-download a {
    width: 180px;
    height: 33px;
    font-size: 14px;
}
}


@media only screen and (max-width:1366px) {
	.wrapper {
    width: 43%
	}
	
.crm-upload-main {
    padding: 30px;
}
.p-20 {
    padding: 10px 20px;
}
	
.crm-upload-main-top {
    max-height:389px;
}	
}

@media only screen and (max-width:1200px) {
	.wrapper-table {
    max-width: 66%;
	}
	.crm-upload-sec{
		padding:0;
	}
}

@media only screen and (max-width:990px) {
	.wrapper {
    width: 100%;
    }
	.crm-upload-main {
    width: auto;
	}
	.crm-remove-work {
    margin-top: 62px;
    }
	.wrapper-table {
     max-width: 100%;
    flex-direction: column;
    align-items: center;
    }
	.crm-remove-main-table {
    width: 73%;
    height: 31vh;
    }
	.uploads-table-work {
    width: 48%;
    padding: 0;
    margin-top: 85px;
   }
	.crm-remove-main-table table tr{
    font-size: 25px;
	}
	.crm-remove-main-table table td:nth-child(1) {
        font-size: 24px;
    }
	.uploads-table-work h1 {
    font-size: 26px;
	}
	.uploads-table-work h2 {
    font-size: 21px;
	}
	.toggle-work .switch label {
    width: 81px;
    height: 38px;
	}
	.toggle-work .switch label::after {
    width: 34px;
    height: 35px;
	}
	.crm-upload-sec {
    flex-direction: column;
    gap: 16px;
    }
	.crm-upload-main .remove_download {
	flex-direction:column;
    gap: 15px;
   }

}
 @media only screen and (max-width:576px) {
	.crm-remove-main-table table tr {
    font-size: 16px;
    }
	 .uploads-table-work h1 {
    font-size: 17px;
    }
	 .uploads-table-work {
    width: 71%;
    }
	 .crm-remove-main-table table td:nth-child(1) {
    font-size: 15px;
    }
	 .crm-upload-sec-left-file .filename {
    width: 142px;
    height: 32px;
    padding: 0;
	 }
	 .crm-remove-main-table{
		 overflow-x:hidden;
	 }
	 .uploads-table-work .downld_up_btn {
    padding: 6px;
	 }
	
}















