.top-menu {
    padding: 0.15rem;
}

.error {
    color: #E41111 !important;
    font-weight: 500 !important;
}

.success {
    color: #058419 !important;
    font-weight: 500 !important;
}

label.error {
    margin-top: 3px;
}

input.error, select.error, textarea.error {
    border: 1px solid #db0000b8 !important;
}

input.valid, select.valid, textarea.valid {
    border: 1px solid rgba(29, 199, 118, 0.91) !important;
}

.cursor-pointer {
    cursor: pointer;
}

.sign-header {
    font-size: 32px;
    font-weight: 500;
    line-height: 48px;
}

.w-60 {
    width: 60% !important;
}

.w-55 {
    width: 55% !important;
}

.otpInputTxt {
    font-size: 1.2rem;
    font-weight: 600;
    opacity: 0.8;
}

.address-detail {
  max-width: 70%;
  word-wrap: break-word;
}

.otpInputTxt:focus {
    border-color: mediumseagreen;
    box-shadow: 3px 3px rgba(0, 255, 114, 0.89);
}

.countDownTimeLabel {
    font-weight: 600;
}

.flushMsgDiv {
    width: 60%;
    position: absolute;
    right: 12px;
    top: 10px;
}

.flushMsgDiv .alert {
    position: relative;
    padding: 0.7rem 1rem;
    border: 1px solid transparent;
    border-radius: 10px;
    box-shadow: 10px 10px #868b8b59;
    z-index: 1024;
    font-weight: 600;
}

.flushMsgDiv .alert-danger {
    color: white;
    border-color: #ec8890;
    box-shadow: 10px 10px #ff6c7a47;
    background-color: #c50012;
}

.flushMsgDiv .alert-success {
    color: white;
    border-color: #72d9ae;
    box-shadow: 10px 10px #0eb16d59;
    background-color: #33a575;
}

.flushMsgDiv .alert-warning {
    border-color: rgba(232, 187, 41, 0.46);;
    box-shadow: 10px 10px rgba(245, 224, 158, 0.46);
}

.flushMsgDiv .alert-info {
    border-color: #56ddf8;
    box-shadow: 10px 10px rgba(182, 239, 251, 0.46);
}

.flushMsgDiv .fa-circle-check, .flushMsgDiv .fa-circle-info, .flushMsgDiv .fa-triangle-exclamation {
    font-size: 20px;
    padding-right: 10px;
}

.flushMsgDiv .fa-xmark {
    font-size: 20px;
}

.errorMsg {
    color: red;
    text-align: center;
    background-color: #ff000014;
    padding: 8px;
    border-radius: 5px;
}

.successMsg {
    color: #00ab55;
    text-align: center;
    background-color: rgba(160, 236, 197, 0.25);
    padding: 8px;
    border-radius: 5px;
}

/* Add a green text color and a checkmark when the requirements are right */
.valid {
    color: #008000;
    font-weight: 600;
    opacity: 0.9;
}

.valid:before {
    color: #008000;
    position: relative;
    left: -10px;
    content: "✔";
    font-size: 20px;
}

.invalid {
    color: #da3f3f;
}

.invalid:before {
    position: relative;
    display: inline-block;
    left: -10px;
    content: '';
    width: 9px;
    height: 9px;
    -moz-border-radius: 7.5px;
    -webkit-border-radius: 7.5px;
    border-radius: 7.5px;
    background-color: #4848487a;
    opacity: 0.9;
    top: -2px;
}

.file-drop {
    border: 2px dashed #ccc;
    padding: 20px;
    text-align: center;
    cursor: pointer;
}

.file-preview {
    max-width: 100px;
    height: auto;
}

.light-blue-bg {
    background-color: #EAEFFE;
}
.black-bg {
    background-color: black;
}
.help-bg {
    background-color: #227cb1;
}

.py-12 {
    padding-top: 12px;
    padding-bottom: 12px;
}

.top-header {
    font-size: 20px;
    font-weight: 500;
}

.clickable-steps {
    cursor: pointer;
    padding: 5px;
    margin-bottom: 0px;
    width: 100%;
}

.clickable-steps:hover {
    background-color: #E2EDE9;
    border-radius: 6px;
}

.pb-16 {
    padding-bottom: 16px;
}

.pb-10 {
    padding-bottom: 10px;
}

.step-success {
    color: #11880f !important;
}

.step-running {
    color: #ffa500 !important;
}

.emptyListMsgDiv {
    padding: 10px;
    background-color: #dddddd40;
    font-weight: 600;
    width: 70%;
    text-align: center;
    margin: auto;
}

.shareHolderDetailsForm {
    border-radius: 7px;
    border: 1px solid #dddddd;
}

.modal-btn {
    border-width: 0px;
    position: absolute;
    right: 15px;
    background-color: white;
    font-size: 25px;
}

.bootbox-close-button {
    position: absolute;
    right: 10px;
    border: 0;
    background-color: white;
    font-size: 25px;
    top: 7px;
}

.table-hover tbody tr:hover {
    background-color: #F0F4FF !important;
}

.moaClauseTableWrapperDiv {
    height: 370px;
    overflow-y: scroll;
}

.moa-class-count-info {
    padding: 5px;
    margin-boittom: 10px;
    color: blue;
}

.font-weight-bold {
    font-weight: bold;
}

.morecontent span {
    display: none;
}

.morelink {
    display: block;
}

.moaClauseTable tbody tr.active, .moa-selected-preview-table tbody tr.active {
    background-color: #d4ffed !important;
}

.table tbody tr.active{
    background-color: #d4ffed !important;
}

.text-underline {
    text-decoration: underline;
}

.text-align-center {
    text-align: center;
}

.moa-preview-table tr td:first-child {
    width: 30px;
    vertical-align: top;
}

.moa-preview-table tr td:last-child {
    padding-bottom: 10px;
}

.py-12 {
    padding-top: 12px;
    padding-bottom: 12px;
}

.clickable-steps:hover {
    background-color: rgb(197, 252, 241);
    border-radius: 6px;
}

.pb-16 {
    padding-bottom: 16px;
}

.step-success {
    color: #11880f !important;
}

.step-running {
    color: #ffa500 !important;
}

.step-not-visited {
    color: #ced4da !important;
}

.floatable-bottom-btn {
    position: fixed;
    bottom: 10px;
    width: 100%;
    padding-right: 55px;
}

.floatable-bottom-btn {
    position: fixed;
    bottom: 10px;
    width: 100%;
    padding-right: 55px;
}

.moaImg {

}

.py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.localDiv, .foreignDiv {
    color: #000000;
    text-align: center;
}

.btn-group .active {
    color: rgba(1, 87, 60, 1);
    font-weight: 600;
    border-bottom: 2px solid rgba(1, 87, 60, 1);
}

.general-error {
    text-align: center;
    color: darkred;
    background-color: #f5c2c726;
    border: 1px solid #f5c2c7;
    border-radius: 5px;
    font-weight: 500;
}

.bootbox-close-button {
    position: absolute;
    right: 10px;
    border: 0px;
}

.noOfShareInput {
    width: 100px;
}

.top-border {
    border-top: 2px solid grey;
}

.text-align-right {
    text-align: right;
}
.text-align-left {
    text-align: left;
}

.font-weight-500 {
    font-weight: 500!important;
}
.font-weight-600 {
    font-weight: 600!important;
}
.font-weight-700 {
    font-weight: 700!important;
}
.font-weight-400 {
    font-weight: 400!important;
}

.shareHolderBoSummaryTable tbody tr td:first-child {
    width: 60%;
}

.shareHolderBoSummaryTable tbody tr td:last-child {
    text-align: left;
}

/*

.shareHolderTable {
  width: 100%;
  border-collapse: collapse;
}

.shareHolderTable th, td {
  padding: 8px;
  border: 1px solid #ddd;
  text-align: left;
}

.shareHolderTable th {
  position: sticky;
  top: 0;
  background-color: #f2f2f2;
}

.shareHolderTable tbody {
  display: block;
  overflow-y: auto;
  max-height: 400px; !* Adjust the max height as needed *!
}

.shareHolderTable tr {
  display: table;
  width: 100%;
  box-sizing: border-box;
}*/
.tr-error{
  background-color: #ff00000a;
  color: darkred;
  border: 1px solid #8b00004a;
  border-radius: 5px;
  padding: 8px !important
}
.tr-success{
  background-color: #0364130f;
  color: #036413b8;
  border: 1px solid rgba(3, 100, 19, 0.47);
  border-radius: 5px;
}

.light-paste-bg {
    background-color: #daf9f6;
}

.img-preview {
    background-color: #e7e0e0;
    position: absolute;
    top: 0;
    right: -100%; /* Initially off-screen to the right */
    width: 100%;
    height: 100vh; /* Full height of the viewport */
    color: #fff;
    padding: 20px;
    transition: right 0.5s ease; /* Transition effect for smooth animation */
    background-repeat: no-repeat;
    background-position: center;
}

.hidden {
    display: none !important;
}

.light-yellow-bg {
    background-color: #fefaea;
}

.business-objective-wrapper {
    height: 500px;
    overflow-y: auto;
}

.light-grey-bg {
    background-color: #eae8eb;
}
.lighter-grey-bg {
    background-color: #F5F5F5;
}

.edit-icon {
    color: blue;
}

.remove-icon {
    color: red;
}

.btn.rounded-circle {
    width: 20px;
    height: 20px;
    padding: 0;
    border-radius: 50%;
}

#company-name-form .btnGroup{
  background-color: rgb(63 188 217 / 15%);
  margin-left: 1px;
}
.bottom-border{
  border-bottom: 1px solid #dddddd;
}
.custom-table thead tr th{
  background-color: #EAEFFE;
  padding: 11px;
}
.label-success-border {
  border: 1px solid #55ce6385;
  color: #0aa11b;
  background-color: #17b5290f;
  display: inline-block;
  min-width: 80px;
}
.label-danger-border {
  border: 1px solid #f62d51;
  color: #f62d51;
  background-color: #fff;
  display: inline-block;
  min-width: 80px;
}
.label-warning-border {
  border: 1px solid #ffbc3473;
  color: #bf8510eb;
  background-color: rgb(255 188 52 / 6%);
  display: inline-block;
  min-width: 80px;
}
.label-info-border {
  border: 1px solid #009EFB99;
  color: #009EFB99;
  background-color: rgb(42 171 251 / 6%);
  display: inline-block;
  min-width: 80px;
}
.label-secondary-border{
  border: 1px solid rgba(162, 57, 201, 0.37);
  color: #A239C9AE;
  background-color: #d192e91a;
  display: inline-block;
  min-width: 80px;
}
.label-tertiary-border{
    border: 1px solid rgba(197, 197, 197, 0.68);
    color: rgb(58 66 65 / 68%);
    background-color: rgb(123 126 126 / 13%);
    display: inline-block;
    min-width: 80px;
}
.label-notSelected-border{
  border: 1px solid #c9c9c9;
  color: #c9c9c9;
  background-color: #fff;
  display: inline-block;
  min-width: 80px;
}

.label-purple-border {
    border: 1px solid #7B68EE;
    color: #5D4ED6;
    background-color: #7B68EE10;
    display: inline-block;
    min-width: 80px;
}

.label-green-border {
    border: 1px solid #3CB371;
    color: #2A995A;
    background-color: #3CB37110;
    display: inline-block;
    min-width: 80px;
}

.label-cyan-border {
    border: 1px solid #00CED1;
    color: #00A8AB;
    background-color: #00CED110;
    display: inline-block;
    min-width: 80px;
}

.label-orange-border {
    border: 1px solid #FF8C00;
    color: #D97600;
    background-color: #FF8C0010;
    display: inline-block;
    min-width: 80px;
}

.label-lightgreen-border {
    border: 1px solid #32CD32;
    color: #28A428;
    background-color: #32CD3210;
    display: inline-block;
    min-width: 80px;
}

.label-blue-border {
    border: 1px solid #1E90FF;
    color: #1A7AD6;
    background-color: #1E90FF10;
    display: inline-block;
    min-width: 80px;
}

.label-red-border {
    border: 1px solid #FF4500;
    color: #CC3700;
    background-color: #FF450010;
    display: inline-block;
    min-width: 80px;
}

.label-gold-border {
    border: 1px solid #FFD700;
    color: #CCA900;
    background-color: #FFD70010;
    display: inline-block;
    min-width: 80px;
}

.label-darkgreen-border {
    border: 1px solid #228B22;
    color: #1B6E1B;
    background-color: #228B2210;
    display: inline-block;
    min-width: 80px;
}

.label-gray-border {
    border: 1px solid #708090;
    color: #5A6673;
    background-color: #70809010;
    display: inline-block;
    min-width: 80px;
}

.label-darkred-border {
    border: 1px solid #B22222;
    color: #8E1B1B;
    background-color: #B2222210;
    display: inline-block;
    min-width: 80px;
}

.label-royalblue-border {
    border: 1px solid #4169E1;
    color: #3455B4;
    background-color: #4169E110;
    display: inline-block;
    min-width: 80px;
}

.label-slateblue-border {
    border: 1px solid #6A5ACD;
    color: #5548A3;
    background-color: #6A5ACD10;
    display: inline-block;
    min-width: 80px;
}

.label-darkorchid-border {
    border: 1px solid #9932CC;
    color: #7A28A3;
    background-color: #9932CC10;
    display: inline-block;
    min-width: 80px;
}

.label-seagreen-border {
    border: 1px solid #2E8B57;
    color: #236F45;
    background-color: #2E8B5710;
    display: inline-block;
    min-width: 80px;
}

.label-crimson-border {
    border: 1px solid #f62d51;
    color: #f62d51;
    background-color: #DC143C10;
    display: inline-block;
    min-width: 80px;
}

.label-darkmaroon-border {
    border: 1px solid #8B0000;
    color: #700000;
    background-color: #8B000010;
    display: inline-block;
    min-width: 80px;
}

.label-indianred-border {
    border: 1px solid #CD5C5C;
    color: #A44A4A;
    background-color: #CD5C5C10;
    display: inline-block;
    min-width: 80px;
}

.label-plum-border {
    border: 1px solid #DA70D6;
    color: #B059AB;
    background-color: #DA70D610;
    display: inline-block;
    min-width: 80px;
}

.label-lightseagreen-border {
    border: 1px solid #20B2AA;
    color: #198E87;
    background-color: #20B2AA10;
    display: inline-block;
    min-width: 80px;
}

.label-tomato-border {
    border: 1px solid #FF6347;
    color: #CC4F39;
    background-color: #FF634710;
    display: inline-block;
    min-width: 80px;
}

.label-springgreen-border {
    border: 1px solid #00FF7F;
    color: #00CC65;
    background-color: #00FF7F10;
    display: inline-block;
    min-width: 80px;
}

.label-cadetblue-border {
    border: 1px solid #5F9EA0;
    color: #4C7E80;
    background-color: #5F9EA010;
    display: inline-block;
    min-width: 80px;
}

.label-mediumpurple-border {
    border: 1px solid #9370DB;
    color: #765AB0;
    background-color: #9370DB10;
    display: inline-block;
    min-width: 80px;
}

.label-darkorange-border {
    border: 1px solid #FFA500;
    color: #CC8400;
    background-color: #FFA50010;
    display: inline-block;
    min-width: 80px;
}

.label-mediumvioletred-border {
    border: 1px solid #C71585;
    color: #9F116A;
    background-color: #C7158510;
    display: inline-block;
    min-width: 80px;
}

.label-darkgray-border {
    border: 1px solid #696969;
    color: #555555;
    background-color: #69696910;
    display: inline-block;
    min-width: 80px;
}

.statusLabelMini{
  font-size: 14px;
  border-radius: 7px;
  padding: 5px;
  min-width: 150px;
  text-align: center;
  font-weight: 500;
}

.statusLabelTiny {
    font-size: 14px;
    border-radius: 7px;
    padding: 5px;
    min-width: 80px;
    text-align: center;
    font-weight: 500;
}

.custom-table tbody tr:last-child{
  background-color: #d3d3d338;
  border-top: 2px solid #80808063;
}
.photo-preview{
  height: 165px;
  width: 150px;
  text-align: center;
  padding: 5px;
}
.photo-preview img{
  border: 1px solid #8080806b;
  border-radius: 10px;
  margin-bottom: 5px;
  width: 138px;
  height: 138px;
}
.low-padding-table tbody tr td{
    padding: 2px !important;
    vertical-align: top;
}
.low-padding-table thead tr th{
    padding: 5px 2px !important;
}
.aoaClauseWrapper .aoa-clause-edit-btn, .aoaClauseWrapper .aoa-clause-delete-btn{
    height: 31px;
}

#new-Inaguration, .inAugBackDiv {
    background: url(/images/udbodhon_image.png) no-repeat #EFEFEF;
    background-size: 80vw;
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: -100px;
    left: 0px;
    z-index: 9999;
    display: block;
    background-position: center;
    background-color: white;
}
#lace {
    background: url(/images/ribbon_slice.png) repeat-x;
    background-size: contain;
    width: 100vw;
    height: 160px;
    position: absolute;
    bottom: 1%;
}
#tie {
    background: url(/images/ribbon_middle.png) no-repeat;
    width: 269px;
    height: 200px;
    background-size: contain;
    left: 100px;
    top: 1px;
    position: relative;
}
#launchBtn {
    background: #C8B374;
    border-radius: 30px;
    padding: 0px 160px;
    border: none;
    font-weight: bold;
    font-size: 3.0em;
    outline: none;
    box-shadow: 0 0 0px #000;
    transition: 0.5s;
}
.btn-outline-purple {
    color: #9919d9;
    border-color: #9919d9;
}

.btn-outline-purple:hover{
    background-color: #9919d9;
    color: white;
}
.btn-outline-dark-purple {
    color: #301934;
    border-color: #301934;
}


.btn-outline-dark-purple:hover{
    background-color: #301934;
    color: white;
}
.btn-outline-white {
    color: black;
    border-color: white;
    background-color: white;
}


.btn-outline-white:hover{
    border-color: black;
}

.btn-outline-green {
    color: #00ce68;
    border-color: #00ce68;
}


.btn-outline-green:hover{
    background-color: #00ce68;
    color: white;
}


.btn-outline-dark-blue {
    color: #00008B;
    border-color: #00008B;
}


.btn-outline-dark-blue:hover{
    background-color: #00008B;
    color: white;
}

.btn-outline-blue {
    color: #308ee0;
    border-color: #308ee0;
}


.btn-outline-blue:hover{
    background-color: #308ee0;
    color: white;
}

.btn-outline-red {
    color: #e65251;
    border-color: #e65251;
}


.btn-outline-red:hover{
    background-color: #e65251;
    color: white;
}

.btn-outline-warning {
    color: #ffaf00;
    border-color: #ffaf00;
}

.btn-outline-warning:hover {
    color: white;
    background-color: #ffaf00;
}

.btn-outline-dark-green {
    color: #01573C;
    border-color: #01573C;
}

.bg-action-registration-proposal {
    color: #212529;
    background-color: #DAEBFB;
    border-color: #AEC7E1;
    border-radius: 5px;
}

.bg-action-reject-proposal {
    color: #212529;
    background-color: #FFD3D3;
    border-color: #EEA0A0;
    border-radius: 5px;
}

.bg-action-encashment-verification {
    color: #212529;
    background-color: #DAF3D4;
    border-color: #B3D9AA;
    border-radius: 5px;
}

.bg-action-nsi-letter {
    color: #212529;
    background-color: #F6FFE7;
    border-color: #C7D9AA;
    border-radius: 5px;
}

.bg-action-feedback {
    color: #212529;
    background-color: #E3F1FF;
    border-color: #B8D1EA;
}

.bg-pending-status {
    background: #FFB987;
    color: #603E00;
}
.bg-warning-status {
    background: #eacfc6;
    color: #251300;
}
.actions-btn{
    /*width: 250px;*/
    padding-left: 15px;
    padding-right: 15px;
    color: #212529;
    font-weight: 500;
    opacity: 0.9;
}
.actions-btn:hover{
    opacity: 1;
    color: black;
    border-color: rgba(0, 0, 0, 0.66);
}
.bg-approved-status {
    background: #C5F2CC;
    color: #058419;
}

.bg-denied-status {
    background: #FFC1C1;
    color: #C31212;
}

.btn-outline-dark-green:hover{
    background-color: #01573C;
    color: white;
}

.add-share-holder-select{
}
.add-share-holder-select option:not(:checked) {
}
.step-active{
    background-color: #fffabea1;
    border-radius: 6px;
    font-weight: 600;
}
.step-disabled{
    opacity: 0.6;
    pointer-events: none;
}
.nid-address-details{
    height: 114px !important;
    font-size: 11px;
    font-weight: 600;
    background-color: #f9f9f9 !important;
}
.fatherNameBn, .motherNameBn, .divisionBn, .districtBn, .upazilaBn, .postCodeBn, .detailsBn{
    font-style: italic;
    font-size: 12px;
}

.toggle-password {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 9;
}


/*ul.wtree:not(.child-tree) li:first-child::before{*/
/*    content: none;*/
/*}*/
.without-after-element:before{
    content: none !important;
}
.expand-representative-btn{
    margin-top: 1px;
}
.border-radius-5{
    border-radius: 5px;
}
.border-radius-8{
    border-radius: 8px;
}
.top-border-radius-8{
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.starting-border-radius-8{
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.top-left-border-radius-8{
    border-top-left-radius: 8px !important;
}
.border-top-right-radius-8 {
    border-top-right-radius: 8px !important;
}
.child-top-radius-8 > :first-child {
    border-top-left-radius: 8px !important;
}
.child-top-radius-8 > :last-child {
    border-top-right-radius: 8px !important;
}


/** {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    padding: 50px;
    font-family: helvetica, arial, sans-serif;
}*/

.member-item{
    background-color: rgb(238 238 238 / 29%);
}
.wtree ul {
    margin-left: 100px;
}

.wtree li {
    list-style-type: none;
    margin: 10px 0 10px 10px;
    position: relative;
    margin-bottom: 20px;
}

.wtree li:before {
    content: "";
    position: absolute;
    top: -10px;
    left: -20px;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    width: 20px;
    height: 15px;
}
.wtree li:after, .child-tree:first-child {
    position: absolute;
    content: "";
    top: 5px;
    left: -20px;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    width: 20px;
    height: 105%;
}
.wtree li:last-child:after {
    display: none;
}
.wtree li div.member-item {
    display: block;
    border: 2px solid #dddddddb;
    padding: 15px;
    color: #505050;
    text-decoration: none;
    border-radius: 6px;
    min-height: 100px;
}

.wtree li div.member-item:hover, .wtree li div.member-item:focus {
    background: rgba(180, 255, 249, 0.45);
    border: 2px solid #d0d0ff8c;
}
.wtree li div.member-item:hover + ul li div.member-item, .wtree li div.member-item:focus + ul li div.member-item {
    background: rgba(180, 255, 249, 0.45);
    color: #000;
    border: 2px solid #c5c5fd;
}
.wtree li div.member-item:hover + ul li:after, .wtree li div.member-item:hover + ul li:before, .wtree li div.member-item:focus + ul li:after, .wtree li div.member-item:focus + ul li:before {
    border-color: #aaa;
}
.wd-250{
 width: 250px;
}
.wd-200{
 width: 200px;
}
.wd-150{
 width: 150px;
}
.wd-170{
 width: 170px;
}
.wd-80{
 width: 80px;
}
.wd-100{
 width: 100px;
}
.member-item .statusLabelMini{
    width: 100px;
}
.toggle-password {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 9;
}


/*ul.wtree:not(.child-tree) li:first-child::before{*/
/*    content: none;*/
/*}*/
.without-after-element:before{
    content: none !important;
}
.expand-representative-btn{
    margin-top: 1px;
}
.border-radius-5{
    border-radius: 5px;
}
.border-radius-8{
    border-radius: 8px;
}
.top-border-radius-5{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.top-border-radius-8{
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.bottom-border-radius-8{
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.starting-border-radius-8{
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.encashment-certificate-table-class {
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #E2EDE9;
    border-radius: 5px;

    thead th {
        border: 1px solid #E2EDE9;
    }

    thead th:first-child {
        border-top-left-radius: 5px;
    }

    thead th:last-child {
        border-top-right-radius: 5px;
    }
}
.registration-no-span{
    padding: 2px 10px;
    color: white;
    background-color: #0D6EFD;
    border-radius: 9px;
    font-weight: 500;
}
.share-no-span{
    padding: 2px 15px;
    background-color: #C5F2CC;
    border-radius: 6px;
    font-weight: 500;
}
.admin-badge{
    color: white;
    background-color: #01573C;
    font-weight: 500;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    text-align: center;
    width: 80px;
    font-size: 11px;
}
.clause-badge{
    color: white;
    background-color: #01573C;
    font-weight: 500;
    /*border-top-right-radius: 8px;*/
    border-bottom-left-radius: 8px;
    text-align: center;
    /*width: 80px;*/
    padding: 0.1rem 0.3rem;
    font-size: 12px;
}
.entity-info-item{
    border-left: 3px solid grey;
}
.entity-info-item-border-pest{
    border-color: #29D1A9
}
.entity-info-item-border-red{
    border-color: #FB6A6A
}
.entity-info-item-border-purple{
    border-color: #5F539C
}
.entity-info-item-border-dark-pink{
    border-color: #9C538C
}
.entity-info-item-border-green{
    border-color: #10DA24
}
.entity-info-item-border-warning{
    border-color: #fff300
}
.leader-img{
    height: 100px;
    width: 100px;
    border-bottom-width: 0px !important;
}
.leader-nationality-bottom-bar{
    text-align: center;
    padding: 8px;
    color: white;
    font-weight: 600;
    font-size: 12px;
    border-bottom-left-radius: 8px;
}
.color-square{
    width: 13px;
    height: 13px;
    background-color: grey;
    border-radius: 4px;
}

@media (min-width: 576px) {
    .modal-sm-top-25{
        min-height: calc(75% - 1rem);
    }
}
.updated-span{
    color: white;
    background-color: #168f57;
    font-weight: bold;
    font-size: 10px !important;
    padding: 3px 6px;
    margin-top: 4px;
    border-radius: 4px;
    margin-left: 7px;
    line-height: 2;
}
.present-value{
    min-width: 110px;
    font-weight: 500;
}
.old-value-div{
    text-decoration: line-through;
    text-decoration-thickness: 15%;
    text-decoration-color: grey;
    border-radius: 5px;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: 400;
    color: #0000008f;
}
.deleted-count-color{
    color: #E41111;
}
.count-red{
    background-color: #E41111 !important;
}
.count-span{
    background-color: #01573C;
    padding: 1px 5px;
    margin-left: 3px;
    margin-right: 3px;
    color: white;
    border-radius: 4px;
}

.top-vertical-badge{
    background-color: black;
    text-align: center;
    color: white;
    padding: 3px 7px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.badge {
    padding: 8px;
    margin: 4px;
}
.blue-badge-bg{
    background-color: #0D6EFD;
    opacity: 75%;
}
.green-badge-bg{
    background-color: #058419;
    opacity: 75%;
}
.red-badge-bg{
    background-color: #ff0000;
    opacity: 70%;
}
.purple-badge-bg{
    background-color: #6b4681;
    opacity: 75%;
}
.orange-badge-bg{
    background-color: #ffa408;
    opacity: 75%;
}
.subscriber-profile-image{
    margin-left: 2px ;
    border: 1px solid #dddddd;
    border-radius: 7px;
    padding: 3px;
    position: relative;
}
.subscriber-profile-image .top-vertical-badge{
    width: 60%;
    border-top-right-radius: 7px;
    border-bottom-left-radius: 7px;
    right: 0;
    left: auto;
    font-size: smaller;
}
.note-sheet-download{
    width: 150px;
    position: absolute;
    right: 32px;
}
.preview-left-menu > li:hover > a {
    background-color: #01573C;
}
.preview-left-menu > li:hover > a{
    color: white;
}
.preview-left-menu > li:hover > a img path{
    fill: white;
}
.preview-left-menu > li.active > a {
    background-color: #01573C;
}
.preview-left-menu > li.active > a{
    color: white;
}

.custom-checkbox-input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.custom-checkbox-input:checked ~ .custom-button {
    background-color: rgba(1, 87, 60, 1);
    color: white;
}

#digital { /* First button */
    border-top-left-radius: 0.1875rem !important;
    border-bottom-left-radius: 0.1875rem !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

#nonDigital { /* Second button */
    border-top-right-radius: 0.1875rem !important;
    border-bottom-right-radius: 0.1875rem !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.availableDocTable, .addedItemsTable {
    border: 1px solid #dee2e6;
}

.availableDocTable th,
.availableDocTable td,
.addedItemsTable th,
.addedItemsTable td {
    border: 1px solid #dee2e6;
    padding: 0.5rem;
}

.left-menu > li:hover > a {
    background-color: #f3f5eb;
}
.left-menu > li.active > a {
    background-color: #f3f5eb;
}
.left-menu > li > a {
    margin-top: 0 !important;
}
.preview-block-table tbody tr td:first-child{
    width: 35%;
}
.preview-block-table tbody tr td:last-child{
    width: 65%;
}
.preview-block{
    padding-left: 20px;
    padding-right: 20px;
}
.comment-btn-selected {
    background-color: #9919d9;
    color: white;
}
.comment-item-checkbox{
    display: none;
    cursor: pointer;
}
.bg-border-deep {
    background-color: #f0fcf4;
}
.general-row-item:hover, .general-tab-row-item.active {
    border-color: rgba(1, 87, 60, 1); /* Green border on hover/active */
    color: rgba(1, 87, 60, 1); /* Green text on hover/active */
}
.ribbon {
    width: 150px;
    height: 30px;
    /*background-color: #0f9795;*/
    background-color: #747400;
    color: white;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    top: 0px; /* Adjust as necessary */
    left: 0px; /* Adjust as necessary */
    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.ribbon span {
    display: block;
    position: absolute;
    width: 100%;
    left: -5px;
    top: -5px;
}
.principal-bg-color {
    background-color: #747400;
}
.subordinate-bg-color {
    background-color: #0f9795;
}
.principal-text-color {
    color: #747400;
}
.subordinate-text-color {
    color: #0f9795;
}

.principal-card:hover, .principal-card.active {
    border-color: #747400; /* Green border on hover/active */
    /*color: #747400 !important; !* Green text on hover/active *!*/
}

.subordinate-card:hover, .subordinate-card.active {
    border-color: #0f9795; /* Green border on hover/active */
    /*color: #0f9795 !important; !* Green text on hover/active *!*/
}

#download-spinner {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(/images/download-in-progress.gif) center no-repeat #fff;
    background-size: 200px 200px;
    background-color: #13121296;
    opacity: 1;
}

.share-allotment-table-class {
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #E2EDE9;
    border-radius: 5px;

    th, td {
        border: 1px solid #E2EDE9;
        word-wrap: break-word;
        white-space: normal;
    }

    thead th:first-child {
        border-top-left-radius: 5px;
    }

    thead th:last-child {
        border-top-right-radius: 5px;
    }
}

.submission-time-remaining{
    width: 145px
}
.submission-time-remaining-wrapper{
    border: 1px solid white;
    padding: 0px 10px;
    border-radius: 6px;
    color: darkred;
    font-weight: 600;
}
.submission-time-consumed-wrapper{
    border: 1px solid white;
    padding: 0px 10px;
    border-radius: 6px;
    color: darkblue;
    font-weight: 600;
}
.comment-member-list-highlight{
    border: 1px dashed rgb(211 158 8) !important;
}
.comment-member-list-highlight{
    border: 1px dashed rgb(211 158 8) !important;
}

.conversion-of-ordinary-share-into-stock-div td,
.conversion-of-ordinary-stock-into-share-div td,
.conversion-of-preference-share-into-stock-div td,
.conversion-of-preference-stock-into-share-div td {
    padding: 3px !important;
}

#shareholderMultiSelect + .select2-container .select2-selection--multiple::before,
#shareTransferMultiSelect + .select2-container .select2-selection--multiple::before {
    content: "\f002"; /* FontAwesome unicode for search icon */
    font-family: 'FontAwesome', serif;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    color: #333; /* Icon color */
    font-size: 16px; /* Icon size */
}

#shareholderMultiSelect + .select2-container .select2-selection--multiple,
#shareTransferMultiSelect + .select2-container .select2-selection--multiple {
    padding-left: 30px;
}

.margin-adjustment {
    margin-bottom: 100px;
}

#select2-shareholderMultiSelect-results .select2-results__option--highlighted[aria-selected],
#select2-moduleList-results .select2-results__option--highlighted[aria-selected] {
    background-color: #01573C;
    color: white;
}

.tr-selected td {
    background-color: rgba(103, 239, 222, 0.66);
}

.ul-selected li {
    background-color: rgba(239, 232, 232, 0.82);
}

.min-width-200{
    min-width: 200px;
}

.border-left-0 {
    border-left: 0 !important;
}

.border-right-0 {
    border-right: 0 !important;
}

.custom-scrollbar::-webkit-scrollbar {
    width: 12px; /* Increase scrollbar width to accommodate the gap */
}

.custom-scrollbar::-webkit-scrollbar-track {
    background: #E9ECEF;
    border-radius: 8px;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background: #6C757D;
    border-radius: 8px;
    border: 3px solid #E9ECEF; /* This creates the gap by making the thumb smaller */
}

.custom-scrollbar::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.era-type-span{
    font-size: 11px;
    font-weight: 500;
}

.pill {
    padding: 4px;
    margin: 2px;
    color: white;
    background-color: #01573C;
    font-weight: 700;
    border-radius: 4px;
    text-align: center;
    font-size: 12px;
}

.blue-pill-bg {
    background-color: #0D6EFD;
    opacity: 75%;
}

.green-pill-bg {
    background-color: #058419;
    opacity: 75%;
}

.red-pill-bg {
    background-color: #ff0000;
    opacity: 70%;
}

.purple-pill-bg {
    background-color: #6b4681;
    opacity: 75%;
}

.orange-pill-bg {
    background-color: #ffa408;
    opacity: 75%;
}

.custom-pill{
    padding: 2px 10px;
    color: white;
    border-radius: 9px;
    font-weight: 500;
    font-size: 12px;
    margin-right: 2px;
    line-height: 1.5;
    margin-top: 4px;
    min-width: 95px;
    text-align: center;
}
.company-name {
    min-width: 180px; /* Adjust this value as needed */
}

@media (max-width: 768px) {
    .company-name {
        min-width: 150px; /* Adjust for smaller screens */
    }
}

.gray-pill-bg {
    background-color: #ccc;
    color: black;
    opacity: 1;
    transition: background-color 0.2s ease-in-out,
                color 0.2s ease-out,
                opacity 0.2s ease-in-out;
}

.gray-pill-bg:hover {
    background-color: #058419;
    opacity: 0.9;
    color: white;
}

.email-container {
    display: flex;
    flex-wrap: wrap;
    padding: 8px;
    border: 2px solid #ccc;
    border-radius: 8px;
    min-height: 48px;
    background-color: white;
}

.email-input {
    border: none;
    outline: none;
    flex: 1;
    min-width: 150px;
}

.email-pill {
    background-color: #f0f0f0;
    color: #333;
    padding: 6px 12px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    margin-bottom: 8px;
    margin-right: 8px;
}

.email-pill .remove-email {
    background: transparent;
    border: none;
    color: #ff0000;
    font-size: 16px;
    margin-left: 8px;
    cursor: pointer;
}

.email-pill .remove-email:hover {
    color: #c00;
}

.email-container input::placeholder {
    font-family: 'Poppins', sans-serif;
    color: #888;
}

.email-container:focus-within {
    border-color: #007bff;
}

.poppins {
    font-family: 'Poppins', sans-serif;
}

.poppins-600 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.stamp {
    transform: rotate(12deg);
    color: #555;
    font-size: 3rem;
    font-weight: 700;
    border: 0.25rem solid #555;
    display: inline-block;
    padding: 0.25rem 1rem;
    text-transform: uppercase;
    border-radius: 1rem;
    -webkit-mask-image: url('../../images/stamp/grunge.png');
    -webkit-mask-size: 944px 604px;
    mix-blend-mode: multiply;
    z-index: 1024;
}

.is-approved {
    color: #157554;
    border: 1.0rem double #157554;
    transform: rotate(-34deg);
    -webkit-mask-position: 2rem 3rem;
    font-size: 3.1rem;
    border-radius: 50%;
    height: 140px;
    width: 140px;
    line-height: 4;
    margin-right: 150px;
}

.is-rejected{
    color: rgba(186, 23, 15, 0.88);
    border: 1.1rem double rgba(186, 23, 15, 0.88);
    transform: rotate(-34deg);
    -webkit-mask-position: 2rem 3rem;
    font-size: 1.9rem;
    height: 230px;
    width: 230px;
    line-height: 6;
    position: absolute;
    border-radius: 50%;
    font-weight: 600;
}
.dissolved-feel{
    opacity: 0.7;
}

.text-blue {
    color: #0e53f7;
}

.disabled-link {
    opacity: 0.5;
}

.disabled-link-without-click {
    pointer-events: none;
    opacity: 0.5;
}

.group-submission-main-border-div {
    border-left: 2px solid #e9ecef;
    margin-left: 8px;
}
/*return comment module bg*/
.bg-return-comment-module-0 {
    background-color: #DAEBFB;
}
.bg-return-comment-module-1 {
    background-color: #FFD3D3;
}
.bg-return-comment-module-2 {
    background-color: #DAF3D4;
}
.bg-return-comment-module-3 {
    background-color: #F6FFE7;
}
.bg-return-comment-module-4 {
    background-color: #bddbd9;
}

/*return comment section bg*/
.bg-return-comment-section-0 {
    background-color: #b6e9be;
}
.bg-return-comment-section-1 {
    background-color: #ebe9b3;
}
.bg-return-comment-section-2 {
    background-color: #dadce1;
}
.bg-return-comment-section-3 {
    background-color: #e9a5e1;
}
.bg-return-comment-section-4 {
    background-color: #e9bdb3;
}
.w-8rem{
    width: 8rem;
}

.fixed-table {
    table-layout: fixed;
    width: 100%;
}

.grid-cols-13 {
    display: grid;
    grid-template-columns: repeat(13, minmax(0, 1fr));
    gap: 0.5rem;
}

/* Adjusted styles for a smaller input height */
#select_submission_number + .select2-container .select2-selection--single {
    height: 38px !important; /* Smaller input height */
    display: flex;
    align-items: center;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    padding: 0.25rem 0.75rem; /* Less padding for a more compact look */
    font-size: 0.875rem; /* Slightly smaller font size */
    background-color: #f8f9fa;
}

#select_submission_number + .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #495057;
    font-size: 0.875rem; /* Adjusted font size */
    padding-left: 0 !important;
}

#select_submission_number + .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px; /* Align arrow with the new height */
    right: 10px;
}

/* Hover and focus effects for the dropdown */
#select_submission_number + .select2-container--default .select2-selection--single:hover,
#select_submission_number + .select2-container--default .select2-selection--single:focus {
    border-color: #80bdff;
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* Dropdown styling */
#select_submission_number + .select2-dropdown {
    border-radius: 0.375rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

#select_submission_number + .select2-results__option {
    padding: 0.5rem;
    font-size: 0.875rem;
}

/* Option hover effect */
#select_submission_number + .select2-results__option--highlighted {
    background-color: #007bff !important;
    color: white;
}

/* Label styling */
#select_submission_number + .form-label {
    font-weight: 600;
    font-size: 1rem;
    color: #495057;
    margin-bottom: 0.5rem;
}

/* Custom required field styling */
#select_submission_number + .red {
    color: #dc3545;
}
