body,
html {
    /* margin: 0;
    padding: 20px; */
    background: linear-gradient(0deg, #F2F2F2, #F2F2F2), linear-gradient(0deg, #FFFFFF, #FFFFFF);
}
::-webkit-scrollbar-thumb {
    background: #EEF4FF !important; 
}

td,
th {
    /* padding: 25px 15px; */
}
.cs-usr-container-wrapper{
    max-width: 1440px;
    margin: auto;
}
.cs-main-container {
    display: flex;
    flex-direction: column;
    max-width: 1384px;
    height: 800px;
    margin: auto;
    margin-top: 33px;
    border-radius: 20px;
    border: 1px;
    background-color: #FFFFFF;
}

.cs-user-menu {
    height: 70px;
    /* background: gray; */
    padding: 24px 0px 22px 36px;
    margin: 0px 0px;
    display: flex;
}

.cs-user-menu-button {
    cursor: pointer;
    font-size: 16px
}

.cs-user-menu-button.clicked-button {
    font-weight: bolder;
    text-decoration: underline;
    text-decoration-color: currentcolor;
    text-decoration-thickness: auto;
    text-decoration-color: #1F3A6F;
    color: #1F3A6F;
    text-decoration-thickness: 5px;
    text-underline-position: under;
}

.cs-table {
    /* background-color: #EEF4FF; */
}

.cs-table2 {
    /* background-color: #EEF4FF; */
}

.cs-tr-head,
.cs-tr-head2 {
    background-color: #EEF4FF;
    border-bottom: 1px solid #DEDEDE;
    border-top: 1px solid #DEDEDE;
}
.cs-tHead-approved-user,
.cs-tHead-pending-user{
    position: sticky;
    top: 0;
}

.cs-tr-head th,
.cs-tr-head2 th {
    font-family: "Poppins";
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
}

.cs-approve-userModeration {
    background: #1F3A6F;
    border-radius: 15px;
    border: 1px;
    display: block;
    padding: 2px 17px;
    width: 99px;
    height: 30px;
    border: 1px solid #DEDEDE;
    padding: 4px 18px 3px 19px;
    cursor: pointer;
}

.cs-approve-userModeration div {
    color: white;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
}

.cs-table2-action {
    display: flex;
}

.cs-table2-action-edit {
    width: 22px;
    height: 100%;
    color: green;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    margin: 2px 10px;
    cursor: pointer;
}

.cs-table2-action-deactivate {
    width: 100%;
    height: 100%;
    color: #A37757;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    margin: 2px 10px;
    cursor: pointer;
}


#csEditDetailsModal {
    /* padding: 20px; */
    width: 538px;
    height: fit-content;
    background-color: white !important;
    position: absolute;
    left: 37% !important;
    top: 10% !important;
    transform: translate(-50%, -50%);
    /* overflow: hidden; */
}
#modalSelectCSPortal {
    margin: 6px 0px 0px 0px;
}
#modalSelectCSRole {
    margin: 5px 0px 0px 0px;
}

.cs-modal-main-wrapper {
    display: flex;
    flex-direction: column;
}

.cs-modal-heading {
    /* background-color: yellow; */
    width: 100%;
    height: 75px;
    display: flex;
    justify-content: space-between;
    padding: 0px 0px 0px 0px;
}

.cs-modal-heading-edit {
    width: 35px;
    height: 27px;
    margin: 26px 0px 0px 41px;
    color: #1F3A6F;
    font-style: normal;
    line-height: normal;

    font-family: Poppins;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0em;
    text-align: left;
}

.cs-modal-heading-close {
    width: 15px;
    height: 15px;
    margin: 32px 29px 0px 0px;
    cursor: pointer;
}

.cs-modal-form {
    /* background-color: yellow; */
    /* width: 498px; */
    /* border-top: 1px solid #DEDEDE; */
    margin: 23px 41px 0px 41px;
}

.cs-modal-form-text1 {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
}

.cs-modal-form-text2 {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #7A7A7A;
}

.cs-modal-wrapper {
    height: 86px;
    margin-bottom: 20px;
}
.cs-modal-wrapper-textbox {
    height: 48px;
    margin-bottom: 22px;
}

.cs-modal-select {
    height: 55px;
    border-radius: 10px;
    border: 1px solid #DAD5D5;

    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #7A7A7A;

    width: 445px;
    height: 55px;
    border-radius: 10px;
    border: 1px solid #DAD5D5;
}

#modalSelectCSRegion {
    margin: 7px 0px 0px 0px;
}

  

.cs-user-container,
.cs-user-container2 {
    height: 849px;
    overflow-y: auto;
    scrollbar-color: #EEF4FF #EEF4FF !important;
}

.cs-modal-actions {
    /* background-color: grey; */
    display: flex;
    justify-content: space-between;
    margin: 12px 40px 27px 40px;
    height: 70px;
}

.cs-modal-action-update {
    width: 285px;
    height: 55px;
    border-radius: 30px;
    background: #1F3A6F;
    padding: 12px 112px 13px 112px;
}

.modal-cs-approve-button {
    width: 76px;
    height: 30px;
}

.modal-action1-wrapper {
    width: 76px;
    height: 30px;

    font-family: Poppins;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    color: #FFFFFF;
}

.cs-modal-action-cancel {
    width: 65px;
    height: 27px;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
    color: #1F3A6F;
    margin: 14px 3px 0px 0px;
}

.select-cs-role .hidden {
    display: none;
}

div.cs-user-menu-button:nth-child(1) {
    width: 197px;
    height: 24px;
    margin-right: 57px;
}

div.cs-user-menu-button:nth-child(2) {
    width: 131px;
    height: 24px;
}

.cs-user-menu-button.clicked-button {
    color: #1F3A6F !important;
    font-weight: 700 !important;
    text-underline-offset: 19px;
    font-family: Poppins;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
}

.cs-user-menu-button {
    /* padding: 4px 4px; */
    /* margin: 0px 5px; */
    /* cursor: pointer; */
}

.cs-user-menu-button.cs-table2-option {
    color: #2B2B2B;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
}
.cs-user-menu-button.cs-table1-option {
    color: #2B2B2B;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
}

.cs-user-sno {
    padding-left: 29px;
}

.select-cs-region,
.select-cs-portal,
.select-cs-role {
    border-radius: 10px !important;
    border: 1px solid #DEDEDE !important;
}

.cs-th,
.cs-td {
    /* padding: 16px 46px; */
    /* height: 56px; */
}

tr.cs-tr-data:nth-child(3)>td:nth-child(5) {
    /* padding: 0px 0px; */
    padding: 15px;
}


.cs-td.cs-user-region {
    padding: 0px 0px;
}

.cs-td.cs-user-portal {
    padding: 0px 0px;
}

.cs-td.cs-user-role {
    padding: 0px 0px;
}

.cs-user-sno {
    width: 7%;
}

.cs-user-name {
    width: 8%;
}

.cs-user-email {
    width: 10%;
}

.cs-user-contact {
    width: 10%;
}

.cs-user-region {
    width: 10%;
}

.cs-user-portal {
    width: 10%;
}

.cs-user-role {
    width: 7%;
}

.cs-user-action {
    width: 8%;
}


/* .\36 57061dcbb0eeb8ff5b25480rgn {
    height: 30px;
  } */

.select-cs-region,
.select-cs-portal,
.select-cs-role {
    width: 153px;
    height: 30px;

    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    padding: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('/static/images/down-arrow-cs-select.svg');
    background-position: calc(100% - 12px) center;
    background-repeat: no-repeat;
}

tr.cs-tr-data:nth-child(3) {
    height: 56px;
}

.deactivate-img-wrapper {
    padding: 0px 20px;
    width: 65px;
}
.horizontal-line {
    height: 0px;
    width: 100%;
    size: 0;
    color: #DEDEDE;
    margin: 0px;
    border-bottom: 1px solid #DEDEDE;
    border-top: 1px solid #DEDEDE;
}


.cs-modal-action-update {
    width: 300px;
    height: 55px;
    cursor: pointer;
  }
  
  .modal-cs-approve-button {
    color: #FFF;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  
  .modal-cs-cancel-button {
    color: #1F3A6F;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  
  .cs-modal-region {
    height: 55px;
  }
  
  .cs-modal-portal {
    height: 55px;
  }
  .cs-modal-role {
    height: 55px;
  }
.cs-th.cs-user-sno {
    padding: 18px 0px 18px 30px;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: #2B2B2B;
}

.cs-th.cs-user-name,
.cs-th.cs-user-email,
.cs-th.cs-user-contact,
.cs-th.cs-user-region,
.cs-th.cs-user-portal,
.cs-th.cs-user-role,
.cs-th.cs-user-action {
    padding: 18px 0px 18px 0px;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: #2B2B2B;
}

.cs-tr-head {
    padding: 0px;
}

.cs-td.cs-user-sno,
.cs-td.cs-user-name,
.cs-td.cs-user-email,
.cs-td.cs-user-contact    {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: #000000;
}

.cs-td.cs-user-sno {
    padding: 26px 0px 24px 30px;
}

.cs-td.cs-user-name,
.cs-td.cs-user-email,
.cs-td.cs-user-contact {
    padding: 26px 10px 24px 0px;
}

.cs-td.cs-user-region.approved-users,
.cs-td.cs-user-portal.approved-users,
.cs-td.cs-user-role.approved-users {
    padding: 26px 0px 24px 0px;

    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: #000000;
}