
:root {
  --bgColor: #F1F5FF;
  --secbgColor:#1E222B;
  --borderColor:#B1B1B1;
  --highlight:#5D1CD8;
  --font:'Montserrat', sans-serif;
  --btnbg:#1E222A;
  --sectxtColor:#5A5A5A;
  --regular:500;
  --medium:600;
  --semi-bold:700;
  --bold:800;
  --light:300;
  --red:#DC5354;
  --errorbg: #dc535338;
  --bodyColor: #ffffff;
  --signGraBg: #DFEBFB;
  --semidarktext: #5D1CD8;
  --BlackText: #000000;
  --DarkText: #5C6188;
  --SemiBlackText: #414141;
  --FormBg: #FAFBFE;
  --FormBorder: #E2E8F0;
  --FormIcon: #b7c7df;
  --ButtonBg: #5D1CD8;
  --FooterBg: #0E1013;
  --FooterText: #778088;
  --stepText: #7A8B93;
  --stepbtnBg: rgba(6, 90, 216, 0.2);
  --IconBg: #EFF4FF;
  --NavbarBg: #1C0940;
  --MenuActive: #32146D;
  --Menuborder: #131313;
  --MenuIcon: #A06DFF;
  --MenuText: #A07EE2;
  --PremiumText: #797877;
  --UpgradeText: #FB8B45;
  --UpgradeBg: rgba(251, 139, 69, 0.2);
  --StoreId: #09090A;
  --StoreValue: #7C8798;
  --OptionIcon: #1C1B1F;
  --StoreTitle: #09090A;
  --NavlinkText: #7A93B1;
  --FormTitle: #212339;
  --NoteBg: rgba(231, 138, 138, 0.15);
  --NoteText: rgba(196, 94, 94, 1);
  --AdminBadgeBg: #7BD3F0;
  --activeIcon: #D38EEE;
  --Client-NavbarBg: #FFFFFF;
  --Client-MenuActive: #5D1DD5;
  --Client-Menu-list-text: #5A606F;
  --Client-Menubar-Border: #ededed;
  --Popbg: #ECF0FA;
  --PopHeadbg: #672EDC;
  --HourBg: #D3D7DF;
  --PopText: #212339;
  --PopTblText: #5C6188;
  --PhBorder: #EFF2F7;
  --FlwText: #5C6188;
  --CheckBtn: #EFE9FB;
  --MvStatus: #F576D5;
  --Fgbg: #FCFDFF;
  --FgBorder: #E4DDEF;
  --GsBorder: #D8DBEA;
}

.signin-wrapper { width: 100%; max-width: 940px; margin: 25px auto; text-align: center; margin-top: 30px;}
a { color: var(--highlight); text-decoration: none;}
.signin-body { display: flex; align-items: stretch; flex-direction: row; width: 100%; min-height: calc(100vh - 218px); margin-top: 38px; margin-bottom: 60px; background-color: var(--bodyColor); border-radius: 5px; overflow: hidden; box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;}
.logo_section {position: relative; display: flex; align-items: center;}
.signin-wrapper .logo { height: 28px !important; max-height: 28px !important;}
.signin-body .signin-graphic { width: 405px; position: relative; overflow: hidden; display: flex; flex-direction: column; align-items: center; justify-content: center; background-color: var(--highlight);}
.close-btn { position: absolute; top: 0; right: 0; appearance: none; -webkit-appearance: none; line-height: 1; border: none; border-radius: 100%; padding: 5px; background-color: #fff; width: 32px; height: 32px; display: flex; align-items: center; justify-content: center; z-index: 999;}
.close-btn span {font-size: 18px;}
.signin-body .signin-graphic img {width: 256px;}
.signin-body .signin-graphic h3 {color: var(--FormBg); font-size: 17.4px; font-weight: 700; margin-top: 20px; margin-bottom: 5px;}
h1, h2, h3, h4, h5, h6 { font-family: var(--font); }
.signin-body .signin-graphic p {color: var(--FormBg);}
.signin-body .signin-section { width: calc(100% - 405px); height: 100%; padding: 58px 70px; position: relative;}
.signin-section h1 { text-align: left; font-size: 26px; font-weight: 700; color: var(--DarkText); margin-bottom: 12px;}
.signin-section p { text-align: left; color: var(--SemiBlackText); font-weight: 500; margin-bottom: 32px;}
.input-group .input-group-text {background-color: var(--FormBg); border-radius: 5px 0 0 5px; border-right: 1px solid var(--FormBg); border: 1px solid var(--FormBorder); padding: 8.2px 9px; padding-left: 11px; height: 38px;}
.input-group .form-control, .input-group select {background-color: var(--FormBg); border-radius: 0 5px 5px 0; border-left: none; border-top: 1px solid var(--FormBorder); border-bottom: 1px solid var(--FormBorder); border-right: 1px solid var(--FormBorder); padding: 8.2px 0px; color: var(--BlackText);}
.input-group .form-control:focus, .input-group select:focus {background-color: var(--FormBg); border-top: 1px solid var(--FormBorder); border-bottom: 1px solid var(--FormBorder); border-right: 1px solid var(--FormBorder); border-left: none;}
.input-group .material-symbols-outlined{color: var(--FormIcon); font-weight: normal; font-size: 20.5px;}
.input-group .form-control:-webkit-input-placeholder {color: var(--FormIcon) !important; font-size: 10px !important;}
.input-group .form-control:-ms-input-placeholder {color: var(--FormIcon) !important; font-size: 10px !important;}
.input-group .form-control::placeholder {color: var(--FormIcon) !important; font-size: 11px !important;}
.signin-footer { display: flex; align-items: center; justify-content: space-between; margin-top: 2.2rem !important; position: relative;}
.outline_btn {border: 1px solid var(--ButtonBg); background-color: var(--bodyColor); padding: 8.7px 44.5px; border-radius: 10px; font-size: 12px; text-transform: uppercase; color: var(--ButtonBg); font-weight: 600;}
.fill-btn {border: 1px solid var(--ButtonBg); background-color: var(--ButtonBg); padding: 8.7px 44.5px; border-radius: 10px; font-size: 12px; text-transform: uppercase; color: var(--bodyColor); font-weight: 600;  pointer-events: auto !important;}
.signup-prompt { font-size: 13px !important; font-weight: normal !important; color:  var(--BlackText) !important;}
.signup-prompt .mx-2{ color:  var(--ButtonBg);}
.login_footer { padding: 21px; border-top: 1px solid var(--FooterBg); background-color: var(--FooterBg); height: auto;}
.footer-para { margin-bottom: 0; text-align: center; color: var(--FooterText); font-size: 12.5px;}
.signin-body .signin-section .otp-blocks { margin-top: 15px !important; margin-bottom: 12px !important; position: relative;}
.block-margin { margin: initial !important;}
.otp-inputs { display: flex; align-items: center; justify-content: space-between; width: 100%; text-align: center; max-width: 291px; margin: 0 auto; position: relative; margin-bottom: 25px;}
.otp-inputs input:first-child { margin-left: 0 !important;}
.otp-inputs input { height: 50px !important; border-radius: 3px !important; border: 1px solid var(--FormBorder) !important; appearance: none !important; -webkit-appearance: none !important; margin: 5px !important; width: 50px !important; text-align: center !important; background-color: var(--FormBg) !important;}
.otp-inputs p { position: absolute; left: -5px; bottom: -20px; margin-bottom: 0; line-height: 1; font-size: 10px; color: var(--red); font-style: normal; display: none; font-weight: var(--medium);}
.signin-body .signin-section .resend-button { background-color: var(--FormBg) !important; border: 1px solid var(--FormBorder); border-radius: 5px; font-size: 10.5px; padding: 2px 12px; text-align: center; display: flex; align-items: center; justify-content: center; color: #636363; font-weight: 500; margin-top: 15px;}
.signin-wrapper .signin-body .signin-section .errormsg { position: absolute; left: 70px;}
.errormsg {text-transform: capitalize; font-weight: 500 !important; font-size: 12px; color: #e40b55 !important; font-style: normal;}

.registration .logo_section {margin-bottom: 38px;}
.registration .card-body {padding: 25px 25px; box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px; border-radius: 8px;}
.create_client {display: flex; align-items: start; justify-content: space-between}
.create_client .bold-heading{text-align: left; font-size: 26px; font-weight: 700; color: var(--DarkText); margin-bottom: 5px;}
.create_client h5{text-align: left; color: var(--SemiBlackText); font-weight: 400; margin-bottom: 0px;}
.steps {display: flex; flex-direction: column; align-items: end;}
.steps p{color: var(--stepText); font-size: 14px; margin-bottom: 7px;}
.steps p span{font-weight: 700; font-size: 16px;}
.step_btn {background-color: var(--stepbtnBg); border-radius: 12px; border: none; width: 25px; height: 4px; margin-left: 4px;}
.step_btn.active {background-color: var(--ButtonBg); border: 1px solid var(--ButtonBg);}
.save_continue {padding: 8.7px 24px; text-transform: capitalize; float: left;}
.select_plan {display: flex; align-items: center; margin-top: 40px; margin-bottom: 16px;}
.select_plan .icon{background-color: #EFF4FF; width: 60px; height: 60px; border-radius: 100%; display: flex; justify-content: center; align-items: center;}
.select_plan .icon img{width: 31px;}
.select_plan .text {margin-left: 15px;}
.select_plan .text h6 {text-align: left; color: var(--SemiBlackText); font-size: 16px; font-weight: 600; margin-bottom: 5px;}
.select_plan .text p {margin-bottom: 0; color: var(--SemiBlackText); font-size: 13px;}
.client_details .select_plan {margin-top: 0px; margin-bottom: 25px;}
.basic_plan {padding: 19px 12px; border: 1px solid #E1E1E2; border-radius: 12px; box-shadow: 1px 2px 8px 1px rgba(26,26,26,0.02); -webkit-box-shadow: 1px 2px 8px 1px rgba(26,26,26,0.02); -moz-box-shadow: 1px 2px 8px 1px rgba(26,26,26,0.02); min-height: 0%; height: 100%; padding-bottom: 48px; transition: all 0.4s ease-out;}
.basic_plan h6 {color: #414141; font-size: 16px; text-align: left; font-weight: 600;}
.basic_plan .per_month {text-align: left; color: #414141; font-size: 12.5px; font-weight: 300; margin-bottom: 2px;}
.basic_plan .per_month span {color: #000; font-size: 25px; font-weight: 600;}
.basic_plan p {color: #414141; text-align: left; font-weight: 500;} 
.black_btn  {background-color: #000; border: 1px solid #0000;}
.basic_plan .black_btn {width: 100%;}
.basic_plan hr {border: 1px dashed rgba(26, 26, 26, 0.18); margin: 20px 0 30px 0;}
.points {display: flex; align-items: center; margin-bottom: 13px;}
.points span{color: #5D1CD8; font-weight: 600; font-size: 19px;}
.points p{color: #414141; margin-bottom: 0; margin-left: 0px; font-size: 11px;}
.plans .col-md-4 {padding-left: 6px; padding-right: 6px;}
.active_plan {border: 1px solid #5D1CD8; box-shadow: 0px 0px 8px #5621d06b;}
.active_plan .black_btn{border: 1px solid var(--ButtonBg) !important; background-color: var(--ButtonBg) !important;} 
.client_details .col-md-4 img {position: absolute; bottom: 0px; right: 0px; width: 400px;}

.verifying-account .change-txt { color: var(--highlight); padding-left:5px; text-decoration:underline !important; cursor:pointer;}
.verifying-account .divider { margin-top: 25px; margin-bottom: 25px; border-top: dashed 1px var(--semidarktext); width: 100%; display: flex; justify-content: center;}
.verifying-account .change-section p { margin-bottom:0px;}
.verifying-account .change-section span { color: var(--highlight);}
.verifying-account .change-section .modal .phonemodal .modal-content .header-style { background-color: var(--highlight); color: var(--bodyColor);}
.verifying-account .change-section .modal .phonemodal .modal-content .header-style .modal-title { color: var(--bodyColor);}
.verifying-account .change-section .modal .phonemodal { width: 440px;}
.verifying-account .change-section .modal .phonemodal .modal-content .modal-body .form-control { background-color: var(--FormBg); border: 1px solid var(--FormBorder); padding: 10px; color: var(--BlackText);}
.you-almost-there .almost-section .col-md-6 .bold-heading { font-size:30px; font-weight:bold; color: var(--DarkText); text-align:left;}
.you-almost-there .almost-section .col-md-6 .discription-text { font-size:16px; color: var(--SemiBlackText); text-align:left;}
.you-almost-there .almost-section { display:flex; justify-content: center; align-items: center; min-height: calc(100vh - 145px);}
.you-almost-there .almost-section .col-md-6 .img-size { width: 420px;}
.you-almost-there .almost-section .col-md-6 { text-align:left;}

.verifying-account .change-section .modal .phonemodal .modal-content .modal-footer { padding-top:0px;}
.verifying-account .change-section .modal .phonemodal .modal-content .modal-body .signin-footer { margin-top:20px !important; justify-content:flex-end;}
.verifying-account .change-section .modal .phonemodal .modal-content { border:none;}
.verifying-account .change-section .modal .phonemodal .modal-content .header-style .close { background-color: transparent; border: none;}
.verifying-account .change-section .modal .phonemodal .modal-content .header-style .close span { color: var(--bodyColor) !important;}

.recover-password-email .signin-section .signin-footer { margin-top: 1.3rem!important;}
.recover-password-otp .verifying-account .text-mail { margin-bottom: 15px;}
.recover-password-otp .verifying-account .signin-footer { margin-top: 1.3rem!important;}

.premium p {color: var(--PremiumText); font-weight: 700; text-transform: uppercase; font-size: 10.3px; margin-bottom: 0;}
.premium div {background-color: var(--UpgradeBg); color: var(--UpgradeText); font-size: 10px; display: flex; align-items: center; padding: 5.5px 6px; font-weight: 600; border-radius: 5px;}
.premium div span{font-size: 20px; margin-left: 5px; }

.recover_foot {margin-top: 1.3rem !important;}
.visibility {position: absolute; right: 10px; top: 9px;}

.store_section {margin-bottom: 32px;}
.store_block {-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.25); -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.25); box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.25); border-radius: 10px; padding: 6px 5px 5px 5px; margin-bottom: 16px;}
.main_thumb {width: 100%; overflow: hidden; border-radius: 10px; background-color: var(--bodyColor); position: relative; }
.main_thumb .img-dummy { position: relative; width: 100%; padding-top: 58.6%;}
.main_thumb img { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); height: 100%; width: 100%; object-fit: cover;}
.store_block .d-flex.align-items-center.justify-content-between {padding: 0px 0px 2px 8px;}
.store_block .store_id{color: var(--StoreId); font-size: 10px; font-weight: 600; margin-bottom: 0;}
.store_block .store_id span{color: var(--StoreValue);}
.store_block .d-flex.align-items-center.justify-content-between .material-symbols-outlined {color: var(--OptionIcon); font-weight: normal; cursor: pointer;}
.store_block .dropdown {z-index: 9;}
.store_block .dropdown .dropdown-menu.show {top: 107% !important; min-width: 93px; border-radius: 10px; padding: 4px 4px; left: -68px !important;}
.store_block .dropdown .dropdown-item {border: 0; padding: 4px 11px; color: var(--StoreValue); font-size: 13px; text-transform: capitalize; display: flex; align-items: center; border-radius: 5px; font-weight: normal;}
.store_block .dropdown .dropdown-item:focus, .store_block .dropdown .dropdown-item:hover, .store_block .dropdown .dropdown-item.active {background-color: var(--highlight); color: var(--bodyColor);}
.store_block .dropdown .dropdown-item span {font-weight: normal; cursor: pointer; font-size: 12px; margin-right: 7px;}
.store_block .dropdown .dropdown-item:focus .material-symbols-outlined, .store_block .dropdown .dropdown-item:hover .material-symbols-outlined, .store_block .dropdown .dropdown-item.active .material-symbols-outlined { color: var(--bodyColor);}
.thumb-content {padding: 0 10px; padding-top: 10px;}
.thumb-content h3{color: var(--StoreTitle); font-size: 14px; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-bottom: 4px;}
.thumb-content .address{color: var(--StoreValue); font-size: 10px; font-weight: 500; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-bottom: 6px;}
.thumb-content .phone{color: var(--highlight); margin-bottom: 0; font-weight: 600; font-size: 10px; display: flex; align-items: center;}
.thumb-content .phone span{font-weight: 600; margin-right: 1px; font-size: 12px;}

.generate_password {max-width: 870px; min-height: calc(100vh - 137px);}
.generate_password .logo_section{justify-content: center;}
.generate_password .logo{height: 35px !important; max-height: 35px !important;}
.generate_password .close-btn{top: 20px; right: 20px;}
.generate_password .strong{color: var(--SemiBlackText); font-size: 21px; margin-bottom: 30px; margin-top: 10px;}
.generate_password .secure-icon{font-size: 50px; width: 120px; height: 120px; background-color: var(--signGraBg); display: flex; align-items: center; justify-content: center; border-radius: 100%; margin: 0 auto; margin-bottom: 27px; color: var(--semidarktext);}
.crpsd-cnt-blk {display: flex; width: 100%; position: relative;}
.create-password-body { width: 57%; margin: 0 auto;}
.generate_password .signin-section {width: 100%; padding: 45px; position: relative; padding-top: 0px; padding-bottom: 0px;}
.terms-block { display: flex; align-items: center; justify-content: flex-start;}
.terms-block input[type=checkbox] { position: relative; cursor: pointer; width: 15px; height: 15px;}
.terms-block input[type=checkbox]:before {background-color: #fff; border-radius: 3px; content: ""; display: block; position: absolute; width: 16px !important; height: 16px; top: -1px; left: -1px; border: 1px solid #dadada;}
.terms-block input[type=checkbox]:checked:before {background-color: var(--semidarktext);}
.terms-block input[type=checkbox]:checked:before { top: 0px; left: 0px;}
.terms-block input[type=checkbox]:checked:after { top: 2px; left: 6px; content: ""; display: block; width: 5px; height: 10px; border: solid white; border-width: 0 2px 2px 0; transform: rotate(45deg); position: absolute;}
.terms-block label { width: calc(100% - 25px); text-align: left; margin-left: 10px; font-size: 12px !important; font-weight: normal !important; color: var(--SemiBlackText) !important; margin-bottom: 0;}
.generate_password .signin-footer { justify-content: center; margin-top: 40px !important;}
.generate_password .input-group .input-group-text {background-color: #ffffff; padding: 15.2px 9px;}
.generate_password .input-group .form-control {background-color: #ffffff; padding: 15.2px 0px;}
.generate_password .visibility {top: 16px}
.create-password-instruction.ins-dsp-none {display: none !important;}
.create-password-instruction { display: block !important; padding: 15px; height: fit-content; padding-bottom: 10px; position: absolute; border-radius: 4px; background-color: #ffffff;}
.create-password-instruction .error { display: flex; align-items: center; text-align: left; font-size: 12px;  margin-bottom: 5px; color: var(--red); font-weight: 500;}
.create-password-instruction .vaild {color: #1f9f25;;}
.create-password-instruction .material-symbols-outlined { font-size: 20px; font-weight: 600;}

.invalid input { border-color: var(--red) !important; color: var(--red) !important;}
.invalid p { display: block !important;}

.breadcrumb .outline_btn {border: 1px solid var(--ButtonBg); background-color: transparent;  color: var(--ButtonBg) !important; }
.breadcrumb .outline_btn span{ color: var(--ButtonBg) !important; font-weight: 700 !important;}
.breadcrumb .outline_btn:hover {border: 1px solid var(--ButtonBg); background-color: transparent;  color: var(--ButtonBg) !important; }
.form-title {color: var(--FormTitle); font-size: 13.6px; font-weight: 700; margin-bottom: 13px;}
.form_label {color: #3b3b3b !important; text-transform: uppercase; font-weight: 600; font-size: 12.3px; margin-bottom: 3px;}
.upload_logo {height: 39.6px; font-style: normal; font-weight: 600; font-size: 11px; text-transform: uppercase; font-family: 'Montserrat', sans-serif; padding: 8px 16px; display: flex; align-items: center; margin-bottom: 15px; margin-top: 23px;}
.upload_logo input[type="file"] { width: 100%; height: 39.6px; border-radius: 5px; opacity: 0; overflow: hidden; cursor: pointer; position: absolute;}
.upload_logo img {display: none;}
.upload_logo span{ margin-left: 10px; font-size: 22px;}
.upload_logo:hover {border: 1px solid var(--ButtonBg); color: var(--ButtonBg);} 
.note {background-color: var(--NoteBg); border-radius: 5px; padding: 5.5px 16px; font-size: 10px; color: var(--NoteText); margin-top: 16px; font-weight: 400; display: inline-block;}
.map_block {padding: 15px; background-color: #fff; -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25); -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25); box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25); border-radius: 10px}

.main-content {margin-left: 210px !important;}
.main-content .footer {padding: 15px; left: 0px; background-color:  var(--FooterBg); z-index: 99999; color: var(--bodyColor); height: auto;}
.main-content .footer-para {color: var(--bodyColor);}
#page-topbar .navbar-header {height: 60px;}
#page-topbar .logo {line-height: 60px;}
.page-content .card{ margin-bottom: 8px;}

body {font-family: var(--font) !important; background-color: var(--bgColor)!important;}
.btn-primary{ background-color: var(--highlight); border:var(--highlight);}
.btn-primary:hover{ background-color: var(--highlight); border:var(--highlight)}
.vertical-menu, .navbar-brand-box { background: var(--NavbarBg) !important; width: 210px !important; top: 50px !important;}
.logo-sm img{ height: 20px;}
.logo-lg img{ height: 20px;}
#sidebar-menu ul li a { display: block; padding: 0.625rem 1.1rem; color: var(--MenuText)!important; position: relative; font-size: 11.5px; transition: all 0.4s; border-top: none;}
#sidebar-menu ul li:last-child a{ border-bottom: none;}
#sidebar-menu ul li a i{ font-size: 20.5px!important; color: var(--MenuIcon)!important; font-weight: var(--regular);}
#sidebar-menu ul li a:hover i{ color: var(--MenuIcon)!important;}
#sidebar-menu ul li.active i { color: var(--activeIcon) !important;}
.navbar-header .d-flex button:hover {border: none;}
.metismenu li {cursor: pointer;}
#sidebar-menu ul li.active a {color: var(--bodyColor)!important;}
#sidebar-menu ul li.active:hover a {color: var(--bodyColor)!important;}
#sidebar-menu ul li:hover a {color: var(--MenuText)!important;}

  .Orasi-signup .card-body {padding: 50px 40px 35px 40px !important;}
  .Orasi-signup h1 {font-family: 'Montserrat', sans-serif; font-style: normal; font-weight: 700; font-size: 28px; line-height: 1px; color: #000000; margin-bottom: 20px; text-transform: capitalize;}
  .Orasi-signup p {font-family: 'Montserrat', sans-serif; font-style: normal; font-weight: 300; font-size: 17px;line-height: 32px; color: #000000;margin-bottom: 25px;}
  .Orasi-signup.account-pages{margin-top: 0px !important; padding-top: 0px !important;}
  .Orasi-signup.account-pages{margin-top: 0px !important; padding-top: 0px !important; background-color: #eaeaea; height: 100vh; margin-bottom: 0px !important;} 
  .Orasi-signup .container .justify-content-center{padding-top: 3em !important;} 
  .Orasi-signup .container .justify-content-center .overflow-hidden .form-horizontal .btn-block{background-color: var(--highlight); border: 1px solid var(--highlight); border-radius: 5px; font-family: 'Montserrat', sans-serif; font-style: normal; font-weight: 700; font-size: 14px; line-height: 17px; padding: 10px 20px; color: #000; display: flex; align-items: center; justify-content: center;} 
  .Orasi-signup .container .justify-content-center img{width: 170px; margin: 0 auto; text-align: center; justify-content: center; display: block; margin-bottom: 15px;} 
  .Orasi-signup .container .justify-content-center .card-body .form-horizontal .input-field{position: relative; margin-bottom: 10px !important;} 
  .Orasi-signup .container .justify-content-center .card-body .form-horizontal .input-field .form-label{font-family: 'Montserrat', sans-serif; font-style: normal; font-weight: 500; font-size: 12px; line-height: 15px; color: #000000; margin-bottom: 5px;} 
  .Orasi-signup .container .justify-content-center .card-body .form-horizontal .input-field .form-control{font-family: 'Montserrat', sans-serif; font-style: normal; font-weight: 400; font-size: 14px; line-height: 22px; color: #626262; padding: 7px 10px;} 
  .Orasi-signup .container .justify-content-center .card-body .form-horizontal .input-field .invalid-feedback{position: absolute; bottom: -15px; left: 0px;} 
  .Orasi-signup .container .justify-content-center .card-body .form-horizontal .input-field .material-icons-outlined{position: absolute; top: 34px; right: 10px; font-size: 18px;}
  .Orasi-signup .container .justify-content-center {position: relative;}
  .Orasi-signup .container .justify-content-center .card-body .forgot-btn{border: none; background-color: transparent;}
  .Orasi-signup .container .close-btn{position: absolute; top: 20px; right: 20px; appearance: none; -webkit-appearance: none; line-height: 1; border: none; border-radius: 100%; padding: 5px; background-color: #fff; width: 32px; height: 32px; display: flex; align-items: center; justify-content: center;}
  .Orasi-signup .form-check-input:checked {background-color: var(--highlight); border: 1px solid var(--highlight) !important;}
  .Orasi-signup .form-check-input:focus {box-shadow: none}
  .Orasi-signup input[type=checkbox]:before {background-color: transparent; border: none;}
  .Orasi-signup .container .justify-content-center .card-body .form-horizontal .form-check {display: flex;align-items: center; margin-top: 18px}
  .Orasi-signin .container .justify-content-center .card-body .form-horizontal .form-check .form-check-input { width: 1.3em; height: 1.3em; margin-right: 8px; color: #d9d9d9; border: 1px solid #d9d9d9; margin-top: 0px;}
  .Orasi-signup .container .justify-content-center .card-body .form-horizontal .input-field .text-danger {position: absolute; left: 0; bottom: -23px;}
  .Orasi-signup .container .justify-content-center .card-body .form-horizontal .text-danger {position: absolute; left: 0; bottom: 20%;} 

  .Orasi-signin .container .justify-content-center .card-body .form-horizontal .form-check{display: flex; align-items: center;} 
  .Orasi-signin .container .justify-content-center .card-body .form-horizontal .form-check .form-check-input{width: 1.3em; height: 1.3em; margin-right: 8px; color: #d9d9d9; border: 1px solid #d9d9d9; margin-top: 0px;}
  .Orasi-signin .container .justify-content-center .card-body .form-horizontal .form-check .form-check-label{font-size: 12px; color: #000; font-weight: 300;font-family: 'Montserrat', sans-serif; font-style: normal;}
  .Orasi-signin .container .justify-content-center .card-body .form-horizontal .login-opt-btn{background-color: #d9d9d9; border: 1px solid #d9d9d9; border-radius: 28px; padding: 4px 14px; font-family: 'Montserrat', sans-serif; font-style: normal; font-weight: 300; font-size: 14px; color: #000}
  .Orasi-signin .container .justify-content-center .card-body .form-horizontal .d-grid{display: flex !important; align-items: center; justify-content: space-between; margin-top: 1.5rem !important;}
  .orasi-otp-login h3 {font-family: 'Montserrat', sans-serif; font-style: normal; font-weight: 500; font-size: 17px; color: #000000; margin-bottom: 0px; text-align: left;}
  .orasi-otp-login .container .justify-content-center .card-body .form-horizontal .input-field .otp-block{display: flex; align-items: center; justify-content: left; padding-left: 0px; margin-top: 35px; width: 100%;}
  .orasi-otp-login .container .justify-content-center .card-body .form-horizontal .input-field .otp-block li{background-color: #f2f2f2; padding: 12px 24px; text-align: center; color: #000; list-style: none; margin: 0px 4px; font-size: 22px; border-radius: 5px; border: 1px solid #b6b6b6; width: 20%;}
  .orasi-otp-login .container .justify-content-center .card-body .form-horizontal .input-field {width: 100%; margin-bottom: 75px !important;}
  .orasi-otp-login .container .justify-content-center .card-body .form-horizontal .resend-btn{background-color: #f3f3f3; border: 1px solid #f3f3f3; border-radius: 41px; padding: 2px 11px; font-family: 'Montserrat', sans-serif; font-style: normal; font-weight: 500; font-size: 12px; color: #636363;}
  .orasi-otp-login .container .justify-content-center .card-body .form-horizontal .input-field .otp-block li:nth-child(1) {margin-left: 0px;}
  .orasi-otp-login .form-horizontal p {margin-bottom: 5px;}
  .orasi-otp-login .container .justify-content-center .card-body .form-horizontal .resend {width: 100%; display: flex; align-items: center; justify-content: right;}
  .Orasi-signup .container .justify-content-center .card-body .form-horizontal{position: relative;}
  .Orasi-signup.Orasi-signin .container .justify-content-center .card-body .form-horizontal .errormsg {position: absolute; bottom: 27%; left: 0;}

  .create-user .create-user-block {background-color: #fff; border-radius: 5px; padding: 40px 30px; min-height: 69vh;}
  .create-user .create-user-block .input-field {margin-bottom: 20px !important;}
  .create-user .create-user-block .input-field .form-label{font-family: 'Montserrat', sans-serif; font-style: normal; font-weight: 700; font-size: 11px; text-transform: uppercase; color: #3b3b3b; text-transform: uppercase; margin-bottom: 5px; position: relative;}
  .create-user .create-user-block .input-field .form-control, .create-user .create-user-block .input-field .form-select{border: 1px solid #B6B6B6; border-radius: 5px; height: 40px;}
  /* .create-user .create-user-block .input-field .form-control:-webkit-input-placeholder {color: #000000 ;}
  .create-user .create-user-block .input-field .form-control:-ms-input-placeholder {color: #000000 ;}
  .create-user .create-user-block .input-field .form-control::placeholder {color: #000000 ;} */
  .create-user .create-user-block .permission-block .permission-content p{font-family: 'Montserrat', sans-serif; font-style: normal; font-weight: 700; font-size: 11.5px; text-transform: uppercase; color: #000000; display: flex; align-items: center; margin-bottom: 0px !important;}
  .create-user .create-user-block .permission-block p span{font-size: 18px; margin-left: 20px; color: #1C1B1F;}
  .create-user .create-user-block .permission-block .d-flex .check-list-block{background-color: #F4F5F8; border: 1px solid #B6B6B6; border-radius: 0px; padding: 15px 30px 0px 12px; border-right: none;width: 14.25% }
  .create-user .create-user-block .permission-block .d-flex .check-list-block p{font-size: 9.4px; margin-bottom: 8px; font-weight: 700; color: #000;}
  .create-user .create-user-block .permission-block .permissions {font-family: 'Montserrat', sans-serif; font-style: normal; font-weight: 700; font-size: 11px; color: #000; text-transform: uppercase;}
  .create-user .create-user-block .permission-block .d-flex .check-list-block .form-check{text-transform: capitalize; font-size: 12px; margin-bottom: 17px; line-height: 23px;}
  .create-user .create-user-block .permission-block .d-flex .check-list-block .form-check .form-check-input{width: 1.25em; height: 1.25em; margin-right: 8px; border-radius: 4px;}
  .create-user .create-user-block .permission-block .d-flex .check-list-block .form-check .form-check-label{font-size: 11.5px; font-weight: 400; color: #000;}
  .create-user .create-user-block .permission-block .d-flex .check-list-block .form-check input[type=checkbox]:before{background-color: transparent; border: none;}
  .create-user .create-user-block .permission-block .d-flex .check-list-block:nth-child(1){border-radius: 5px 0px 0px 5px;}
  .create-user .create-user-block .permission-block .d-flex .check-list-block:nth-child(7){border-radius: 0px 5px 5px 0px; border-right: 1px solid #b6b6b6;}
  .create-user .btn-block{background-color: var(--highlight); border: 1px solid var(--highlight); border-radius: 5px; font-family: 'Montserrat', sans-serif; font-style: normal; font-weight: 600; font-size: 11px; line-height: 17px; padding: 10px 17px;text-transform: uppercase;margin-bottom: 20px;} 
  .create-user .create-user-block .permission-block .user-status{margin-bottom: 12px;}
  .create-user .create-user-block .permission-block .user-status label{margin: 0 10px 0px 0px; padding: 0;}
  .create-user .create-user-block .permission-block .user-status .form-select{height: 35px;}
  .breadcrumb .menu-path {margin-bottom: 0px !important;}
  .breadcrumb {padding: 0 !important; margin-bottom: 16px !important;}
  .page-content {padding: calc(54px + 24px) calc(24px / 2) 60px calc(24px / 2) !important;}
  .breadcrumb .menu-path {font-style: normal; font-weight: 400; font-size: 11px; line-height: 17px; color: #313E5B; font-family: 'Montserrat', sans-serif; margin-top: 2.5px;}
  .create-user .create-user-block .form-block .input-field {position: relative;}
  /* .create-user .create-user-block .form-block .input-field .dropdown-icon{font-size: 18px; color: #000000; position: absolute; right: 12px; top: 37px;} */
  .breadcrumb .btn-block {margin-bottom: 0px;}

.Orasi-signup .create-password-instruction{display: block !important; padding: 15px; padding-bottom: 10px; position: absolute; top: 33%; right: -82%; border-radius: 4px; background-color: #fff;}
.Orasi-signup .ins-dsp-none{display: none !important;}
.Orasi-signup .text-danger {font-size: 12px !important; font-weight: 500 !important; margin-bottom: 0px !important;}
.Orasi-signup .create-password-instruction .error{display: flex; align-items: center; text-align: left; font-size: 12px; color: #000; margin-bottom: 0px; color: var(--red); font-weight: 500;}
.Orasi-signup .create-password-instruction .vaild { color: #1f9f25; font-weight: 500;}
.Orasi-signup .create-password-instruction .material-symbols-outlined{font-size: 20px; font-weight: 600;}
.Orasi-signup .container .justify-content-center .card-body .form-horizontal .terms-block #terms-check:checked {background-color: var(--highlight); border: 1px solid var(--highlight) !important;}
.Orasi-signup .container .justify-content-center .card-body .form-horizontal .terms-block input:focus {box-shadow: none}
.Orasi-signup .container .justify-content-center .card-body .form-horizontal .terms-block input[type=checkbox]:before {background-color: transparent; border: none;}
.Orasi-signup .container .justify-content-center .card-body .form-horizontal .terms-block {display: flex;align-items: center; margin-top: 18px}
.Orasi-signup .container .justify-content-center .card-body .form-horizontal .terms-block input { width: 1.3em; height: 1.3em; margin-right: 8px; color: #d9d9d9; border: 1px solid #d9d9d9; margin-top: 0px;}
.Orasi-signup .container .justify-content-center .card-body .form-horizontal .terms-block input[type=checkbox]:before {content: ""; display: block; position: absolute; width: 16px!important; height: 16px; top: 0px; left: 0px; border-radius: 3px;}
.Orasi-signup .container .justify-content-center .card-body .form-horizontal .terms-block label { font-size: 12px; color: #000; font-weight: 300; font-family: 'Montserrat', sans-serif; font-style: normal; margin-bottom: 0px !important}

.breadcrumb .card-title {font-style: normal; font-weight: 700; font-size: 16px; text-transform: uppercase; color: #000000; font-family: 'Montserrat', sans-serif; margin-bottom: 0px !important;}
.breadcrumb .btn-primary {font-style: normal; font-weight: 600; font-size: 13.6px; text-transform: capitalize; color: #fff; font-family: 'Montserrat', sans-serif; padding: 11px 13.5px; display: flex; align-items: center; border-radius: 12px;}
.breadcrumb .btn-primary span{color: #fff; font-weight: 500; margin-right: 7px; font-size: 16px;}
.user-management .table-data .col-sm-4 .btn-rounded {background-color: transparent; border: 1px solid #AFAFAF; border-radius: 3px; color: #474646; font-size: 11px; font-style: normal; font-weight: 500; padding: 8px 10px; margin-bottom: 0px !important; display: flex; align-items: center; float: left; text-transform: uppercase; height: 40px;}
.user-management .table-data .col-sm-4 .btn-rounded span{font-size: 19px; margin-left: 6px; color: #1C1B1F;}
.user-management .table-data .search-box {justify-content: right; display: flex !important; margin-bottom: 3px !important;}
.user-management .table-data .search-box .position-relative{width: 41%;} 
.user-management .table-data .search-box .form-control{background-color: transparent; border: 1px solid #afafaf; border-radius: 5px 0px 0px 5px; font-style: normal; font-weight: 400; font-size: 12px; color: #000; padding: 10px 15px; height: 40px; display: flex; align-items: center;}
.user-management .table-data .search-box .search-icon{font-size: 19px; line-height: 41px; color: #1C1B1F; left: 11px;}
.user-management .table-data .search-box .dataTables_length .custom-select{background-color: transparent; border: 1px solid #AFAFAF; border-radius: 5px; font-style: normal; font-weight: normal; font-size: 11px; color: #474646; padding: 10.5px 33px 10.5px 13px; height: 40px; display: flex; align-items: center;}
.user-management .table-data .search-box .dataTables_length label {margin-bottom: 0px !important; margin-left: 10px;}
.user-management .table-data .table-responsive .table{background-color: #ffffff; border: 0.5px solid #CCD8F6;}
.user-management .table-data .table-responsive .table th{background-color: #ffffff; font-style: normal; font-weight: 700; font-size: 11px; line-height: 17px; text-transform: uppercase; color: #000000;font-family: 'Montserrat', sans-serif; padding: 10px 7px;}
.user-management .table-data .table-responsive .table tr .form-check-input{border-radius: 3px; }
.user-management .table-data .table-responsive .table tr th .form-check .form-check-input{margin-top: 2px;}
.user-management .form-check-input:focus{box-shadow: none !important;}
.user-management .form-check-input:checked{background-color: var(--highlight); border: 1px solid var(--highlight);}
.user-management input[type=checkbox]:before{background-color: transparent; border: none;}
.user-management .table-data .table-responsive .table th:nth-child(1), .user-management .table-data .table-responsive .table td:nth-child(1) {width: 26% !important;}
.user-management .table-data .table-responsive .table th:nth-child(2), .user-management .table-data .table-responsive .table td:nth-child(2) {width: 15% !important; text-align: left;}
.user-management .table-data .table-responsive .table th:nth-child(3), .user-management .table-data .table-responsive .table td:nth-child(3) {width: 26% !important; text-align: left;}
.user-management .table-data .table-responsive .table th:nth-child(4), .user-management .table-data .table-responsive .table td:nth-child(4) {width: 13% !important;}
.user-management .table-data .table-responsive .table th:nth-child(5), .user-management .table-data .table-responsive .table td:nth-child(5) {width: 16% !important; text-align: left;}
.user-management .table-data .table-responsive .table th:nth-child(6), .user-management .table-data .table-responsive .table td:nth-child(6) {width: 12% !important; text-align: center;}
.user-management .table-data .table-responsive .table th:nth-child(7), .user-management .table-data .table-responsive .table td:nth-child(7) {width: 10% !important; text-align: center;}
.user-management .table-data .table-responsive .table td:nth-child(1) {font-weight: 600; text-transform: capitalize;}
.user-management .table-data .table-responsive tbody tr:nth-of-type(odd){background-color: #ECF0FA !important;}
.user-management .table-data .table-responsive .table td:nth-child(2) {font-style: normal; font-weight: 600; font-size: 11.5px; color: #000000; text-transform: capitalize;}
.user-management .table-data .table-responsive .table td:nth-child(2) button{color: #000 !important; background-color: transparent; border: none; border-radius: 5px; text-transform: uppercase; font-size: 9.5px; padding: 0; font-weight: 600; cursor: auto; text-align: center;}
.user-management .table-data .table-responsive .table td:nth-child(2) button:focus{box-shadow: none;}
.user-management .table-data .table-responsive .table td{font-style: normal; font-weight: 500; font-size: 11.5px; color: #000000; padding: 7px;}
.user-management .table-data .table-responsive .table td:nth-child(4) {font-style: normal; font-weight: 500; font-size: 11.5px; color: #000000;}
.user-management .table-data .table-responsive .table td:nth-child(5) {font-style: normal; font-weight: 500; font-size: 11.5px; color: #000000;}
.user-management .table-data .table-responsive .table .badge{border-radius: 5px; text-transform: uppercase; color: #000; font-size: 9.5px !important; padding: 0; font-weight: 600; text-align: center; line-height: initial; background-color: transparent !important; border: none !important;}
/* .user-management .table-data .table-responsive .table .badge-soft-success{background-color: #3BBDAD; border: 1px solid #3BBD77;} */
/* .user-management .table-data .table-responsive .table .badge-soft-new{background-color: #369FEC; border: 1px solid #1F90E2; border-radius: 5px; text-transform: uppercase; color: #ffffff; font-size: 8px !important; padding: 4px 12px; font-weight: 600; text-align: center;line-height: initial;} */
/* .user-management .table-data .table-responsive .table .badge-soft-danger{background-color: #DC5354; border: 1px solid #DC5354; border-radius: 5px; text-transform: uppercase; color: #ffffff; font-size: 8px !important; padding: 4px 12px; font-weight: 600; text-align: center;line-height: initial;} */
/* .user-management .table-data .table-responsive .table .badge-soft-inprogress{background-color: var(--highlight); border: 1px solid var(--highlight); border-radius: 5px; text-transform: uppercase; color: #ffffff; font-size: 8px !important; padding: 4px 12px; font-weight: 600; text-align: center;line-height: initial;} */
.user-management .table-data .table-responsive .table td .d-flex {align-items: center; justify-content: center;}
.user-management .table-data .table-responsive .table td .d-flex .action-button{background-color: #fff; border: 1px solid #d5d5d5; border-radius: 5px 0px 0px 5px; font-size: 7.5px; color: #444444 !important; font-weight: 800; padding: 4px 8px; display: flex; align-items: center; text-transform: uppercase; text-align: center; line-height: initial; cursor: pointer;}
.user-management .table-data .table-responsive .table td .d-flex .action-button .font-size-18{font-size: 13px!important; margin-right: 0px; color: #000;}
.user-management .table-data .table-responsive .table td .d-flex .action-button.text-danger{border-radius: 0px 5px 5px 0px; margin-left: -1px;}
.user-management .table-data .table-responsive .table td .d-flex .action-button .font-size-18.mdi-pencil{color: #000;}
.user-management .page-content .pagination-block {margin-top: 22px;}
.user-management .page-content .pagination-block .col-md-5 .dataTables_info{font-style: normal; font-weight: 500; font-size: 12px; color: #000; font-family: 'Montserrat', sans-serif;}
.user-management .page-content .pagination-block .col-md-7 .pagination .active .page-link{background-color: var(--highlight); border: 1px solid var(--highlight); border-radius: 5px !important; width: 30px; height: 30px; padding: 5px 4px; font-weight: 600; line-height: inherit; color: #fff;}
.user-management .page-content .pagination-block .col-md-7 .pagination .page-link:hover{background-color: var(--highlight); border: 1px solid var(--highlight); border-radius: 5px !important; width: 30px; height: 30px; padding: 5px 4px; font-weight: 600; line-height: inherit;}
.user-management .page-content .pagination-block .col-md-7 .pagination .page-link{border-radius: 5px !important; width: 30px; height: 30px; padding: 5px 4px; font-weight: 700; line-height: inherit; border: 1px solid transparent; color: #333;}
.user-management .page-content .pagination-block .col-md-7 .pagination .next:hover{background-color: transparent; border: 1px solid transparent; border-radius: 5px !important; width: 30px; height: 30px; padding: 5px 4px; font-weight: 600; line-height: inherit;}
.user-management .page-content .pagination-block .pagination .disabled{margin-right: 8px;}
.user-management .page-content .pagination-block .pagination .disabled .page-link{display: flex; align-items: center;}
.user-management .page-content .pagination-block .pagination .disabled .page-link .mdi-chevron-left{font-size: 30px; color: #777777;}
.user-management .page-content .pagination-block .pagination .next{display: flex; align-items: center;}
.user-management .page-content .pagination-block .pagination .next .mdi-chevron-right{font-size: 30px; color: #777777;}
.user-management .table-data .search-box .dropdown {margin-left: 10px;}
.user-management .table-data .search-box .dropdown .btn-primary {padding: 12px 14px;}
.user-management .table-data .search-box .btn-primary .material-icons {margin-left: 10px; font-size: 17px;}
.user-management .table-data .search-box .dropdown ul{animation-duration: unset; box-shadow: unset; background-color: #fff; border: 1px solid #afafaf; border-radius: unset; top: 94% !important; color: #5c5c5c; transform: none !important; width: 100%; padding: 0px !important; border-top: none;}
.btn-primary:focus, .custom-select:focus, .btn:focus, select:focus{background-color: transparent; border: none; box-shadow: none !important;}
.custom-select:focus, select:focus, input:focus {border: 1px solid #B6B6B6; outline: none;} 
.user-management .table-data .search-box .dropdown ul li {border-bottom: none;}
.user-management .table-data .search-box .dropdown ul li a{padding: 5px 13px; color: #5c5c5c; font-weight: 500; text-transform: capitalize; font-size: 12px; margin: 0px !important;}
.user-management .table-data .search-box .dropdown ul li a:hover{background-color: transparent;}
.user-management .table-data .search-box .dropdown .btn-primary {font-style: normal; font-weight: normal; font-size: 11px; text-transform: capitalize; color: #474646; font-family: 'Montserrat', sans-serif; padding: 11px 13px; display: flex; align-items: center; border: 1px solid #AFAFAF; background-color: #fff; height: 40px;}
.user-management .table-data .search-box .dropdown .btn-primary span{font-weight: 600; margin-left: 5px;}
.user-management .page-content .container-fluid .table-data .card-body{padding: 30px 27px;}
.user-management .page-content .container-fluid .create-user-block .permission-block .permission-content{justify-content: space-between; align-items: center; margin-bottom: 10px;}
.user-management .page-content .container-fluid .create-user-block .permission-block .permission-content .input-field{display: flex; align-items: center; margin-bottom: 0px !important;}
.user-management .page-content .container-fluid .create-user-block .permission-block .permission-content .input-field .col-form-label{display: flex; align-items: center; margin-right: 10px; font-family: 'Montserrat', sans-serif; font-style: normal; font-weight: 700; font-size: 11.5px; text-transform: uppercase; color: #000000;}
.user-management .page-content .container-fluid .create-user-block .permission-block .permission-content .input-field .form-select{height: 35px;}

.content-management .breadcrumb .title-block {display: flex; align-items: center;}
.content-management .breadcrumb .title-block .dropdown {margin-left: 15px;}
.content-management .breadcrumb .title-block .dropdown .btn-primary {padding: 12px 14px;}
.content-management .breadcrumb .title-block .dropdown .btn-primary .material-icons {margin-left: 10px; font-size: 17px;}
.content-management .breadcrumb .title-block .dropdown ul{animation-duration: unset; box-shadow: unset; background-color: rgb(226, 150, 56); border: 1px solid rgb(226, 150, 56); border-radius: unset; top: 94% !important;     transform: none !important; width: 100%; padding: 0px !important;}
.btn-primary:focus{background-color: var(--highlight) !important; border: var(--highlight) !important; box-shadow: none !important;} 
.content-management .breadcrumb .title-block .dropdown ul li {border-bottom: 1px solid #d68b2e; cursor: pointer;}
.content-management .breadcrumb .title-block .dropdown ul li a{padding: 12px 14px; color: #fff; font-weight: 600; text-transform: uppercase; font-size: 11px; margin: 0px !important;}
.content-management .breadcrumb .title-block .dropdown ul li a:hover{background-color: transparent;}
.content-management .table-data .table-responsive .table th:nth-child(1), .content-management .table-data .table-responsive .table td:nth-child(1) {width: 0% !important; display: none;}
.content-management .table-data .table-responsive .table th:nth-child(2), .content-management .table-data .table-responsive .table td:nth-child(2) {width: 0% !important; text-align: center;}
.content-management .table-data .table-responsive .table th:nth-child(3), .content-management .table-data .table-responsive .table td:nth-child(3) {width: 37% !important; text-align: left;}
.content-management .table-data .table-responsive .table th:nth-child(4), .content-management .table-data .table-responsive .table td:nth-child(4) {width: 9% !important; text-align: left;}
.content-management .table-data .table-responsive .table th:nth-child(5), .content-management .table-data .table-responsive .table td:nth-child(5) {width: 8% !important; text-align: left;}
.content-management .table-data .table-responsive .table th:nth-child(6), .content-management .table-data .table-responsive .table td:nth-child(6) {width: 8% !important; text-align: left;}
.content-management .table-data .table-responsive .table th:nth-child(7), .content-management .table-data .table-responsive .table td:nth-child(7) {width: 28% !important; text-align: left;}
.content-management .table-data .table-responsive .table th:nth-child(8), .content-management .table-data .table-responsive .table td:nth-child(8) {width: 21% !important;}
.content-management .table-data .table-responsive .table th:nth-child(9), .content-management .table-data .table-responsive .table td:nth-child(9) {width: 11% !important; text-align: left;}
.content-management .table-data .table-responsive .table th:nth-child(10), .content-management .table-data .table-responsive .table td:nth-child(10) {width: 0% !important; text-align: center;}
.content-management .table-data .table-responsive .table td:nth-child(3) {text-transform: capitalize; font-weight: 600;}
.content-management .table-data .table-responsive .table td:nth-child(2) img{width: 21px; height: auto; border: 1px solid #d3d3d3; border-radius: 3px;}
.content-management .table-data .table-responsive .table.export-table-data th:nth-child(6), .content-management .table-data .table-responsive .table.export-table-data td:nth-child(6) {text-align: center;}
.table-data .table-responsive .table th span{margin-left: 5px; font-size: 16px; vertical-align: sub; font-weight: 900; cursor: pointer;}
.content-management .table-data .table-responsive .table td:nth-child(4) button {color: #000; background-color: transparent; border: none; border-radius: 5px; text-transform: uppercase; font-size: 9.5px; padding: 0px; font-weight: 600; cursor: auto; text-align: left;}
.content-management .table-data .table-responsive .table th:nth-child(2){vertical-align: middle;}
.content-management .table-data .table-responsive .table td:nth-child(9) {font-size: 9.5px; font-weight: 600;}
.content-management .table-data .table-responsive .table td:nth-child(4) img{width: 21px; height: auto; border: 1px solid #d3d3d3; border-radius: 3px;}

.import-content .create-user-block {display: flex; align-items: center; justify-content: center; height: calc(100vh - 215px) !important; flex-direction: column;}
.import-content .create-user-block .label-block{width: 32%; margin-bottom: 5px;}
.import-content .create-user-block .label-block p{font-style: normal; font-weight: 700; text-transform: uppercase; color: #000; margin-bottom: 11px; font-family: 'Montserrat', sans-serif;}
.import-content .create-user-block .label-block select{border: 1px solid #B6B6B6; border-radius: 5px; text-transform: capitalize; font-style: normal; font-weight: 500; color: #474646; height: 43px;}
.import-content .create-user-block .upload-block{padding: 50px 70px; width: 34%; box-shadow: 0px 0px 5px 2px rgb(0 0 0 / 25%); border-radius: 5px; min-height: 295px;}
.import-content .create-user-block .upload-block .btn-gray{width: 115px; height: 115px; border-radius: 100%; background-color: #DBE3F8; border: 1px solid #DBE3F8; display: flex; align-items: center; justify-content: center; margin: 0 auto;}
.import-content .create-user-block .upload-block .btn-gray input[type="file"]{width: 115px; height: 115px; border-radius: 100%; opacity: 0; overflow: hidden; position: absolute; border-radius: 100%; cursor: pointer;}
.import-content .create-user-block .upload-block img{width: 30px;}
.import-content .create-user-block .upload-block h5{color: #000; margin-top: 16px; font-weight: 500; font-size: 14px; font-family: 'Montserrat', sans-serif; text-align: center;}
.import-content .create-user-block .upload-block p{color: #000; text-align: center;}
.import-content .create-user-block .upload-block .d-flex{flex-direction: column;}
.import-content .create-user-block .upload-block .btn-rounded{background-color: var(--highlight); border: 1px solid var(--highlight); color: #ffffff; font-size: 12px !important; padding: 11px 13px; font-weight: 600; text-align: center;width: 165px; margin: 0 auto; display: flex; align-items: center; border-radius: 3px; margin-top: 15px; text-transform: uppercase;}
.import-content .create-user-block .upload-block .btn-success{background-color: #3BBDAD; border: 1px solid #3bddad;}
.import-content .create-user-block .upload-block .btn-rounded span{font-size: 18px; margin-right: 12px;}

.edit-content .create-user-block {display: flex; width: 100%; align-items: center; justify-content: center; height: auto !important; background-color: transparent; padding: 0px; border-radius: 0px; flex-direction: row;}
.edit-content .create-user-block .upload-block {padding: 20px; background-color: #fff; border-radius: 5px; width: 29.5%; height: 100%; box-shadow: none; margin-right: 1.5%;}
.edit-content .create-user-block .form-block {padding: 26px 37px; background-color: #fff; border-radius: 5px; width: 69%; height: 100%; position: relative;}
.edit-content .create-user-block .form-block .col-md-9 .btn-primary{font-style: normal; font-weight: 600; font-size: 11px; text-transform: uppercase; color: #fff; font-family: 'Montserrat', sans-serif; padding: 13px 17px; display: flex; align-items: center;}

.add-client .create-user-block {display: flex; align-items: center; justify-content: center;}
.add-client .create-user-block .form-block {padding: 26px 25px; background-color: #fff; border-radius: 5px; width: 100%; height: 100%;position: relative; min-height: calc(100vh - 226px);}
.nav-tabs{border-bottom: 1px solid #BFD3EA;}
/* .add-client .create-user-block .form-block .nav-tabs .nav-item{flex-grow: unset;} */
.nav-tabs .nav-item .nav-link{padding: 14px 63px; text-transform: uppercase; color: var(--NavlinkText); font-weight: 700; font-size: 11.5px; white-space: nowrap; padding-top: 0px; font-family: 'Montserrat', sans-serif; display: flex; align-items: center;} 
.nav-tabs .nav-item .nav-link .material-symbols-outlined{font-weight: normal; margin-right: 5px; font-size: 19.5px;} 
.nav-tabs .nav-item {flex-grow: inherit;} 
.nav-tabs .nav-item .nav-link.active{color: var(--highlight) !important; border-bottom: 3px solid var(--highlight) !important;} 
.nav-tabs .nav-item .nav-link::after{color: var(--highlight) !important; border-bottom: 3px solid var(--highlight) !important;} 
.tab-content{padding: 25px 0px !important; padding-bottom: 0px !important;}
.add-client .create-user-block .form-block .tab-content #messages1 label{margin-bottom: 11px;}
.add-client .create-user-block .form-block .tab-content #messages1 .col-md-4 {width: 36.5%;}
.add-client .create-user-block .form-block .tab-content #messages1 .col-md-8 {padding-left: 60px; width: 63.5%;}
.add-client .create-user-block .form-block .tab-content #messages1 .col-md-4 textarea{border: 1px solid #B6B6B6; border-radius: 5px; min-height: 160px;}
.add-client .create-user-block .form-block .tab-content #messages1 .col-md-4 .btn{margin-top: 12px;}
.add-client .create-user-block .form-block .tab-content #messages1 .col-md-12 .comments-block{border: 1px solid #B6B6B6; padding: 15px 20px;}
.add-client .create-user-block .form-block .tab-content #messages1 .col-md-12 .comments-block .time{ color: #b5b5b5; font-weight: 700; text-transform: uppercase; font-size: 11px; font-family: 'Montserrat', sans-serif; font-style: italic; margin-bottom: 15px;} 
.add-client .create-user-block .form-block .tab-content #messages1 .col-md-12 .comments-block .time span{margin-left: 18px;} 
.add-client .create-user-block .form-block .tab-content #messages1 .col-md-12 .comments-block .comments{ color: #000; font-weight: 600;  font-size: 11px; font-family: 'Montserrat', sans-serif; margin-bottom: 11px;} 
.add-client .create-user-block .form-block .tab-content #profile1 .document-title {display: flex; align-items: center; margin-bottom: 27px;}
.add-client .create-user-block .form-block .tab-content #profile1 .document-title label{margin-bottom: 0px; padding-bottom: 0px; margin-right: 13px; color: #000;}
.add-client .create-user-block .form-block .tab-content #profile1 .document-title .btn-primary{padding: 11px 15px; font-weight: 700;}
.add-client .create-user-block .form-block .tab-content #profile1 .document-list  {margin-top: 16px; padding: 0px 3px;}
.add-client .create-user-block .form-block .tab-content #profile1 .document-list .column5{flex: 0 0 20%; max-width: 20%; padding-right: 7px !important; padding-left: 7px !important; margin-bottom: 15px;}
.add-client .create-user-block .form-block .tab-content #profile1 .document-list .column5 .document-cont{position: relative; width: 100%; border: 1px solid #dadce0; border-radius: 5px;}
.add-client .create-user-block .form-block .tab-content #profile1 .document-list .column5 .document-cont .document-img{display: flex; align-items: center; justify-content: center; background-color: #f5f5f5; position: relative; padding: 14px 15px 0px 15px; border-bottom: 1px solid #dadce0; border-radius: 5px;}
.add-client .create-user-block .form-block .tab-content #profile1 .document-list .column5 .document-cont .document-img a{position: relative; width: 100%; padding: 26.7%; }
.add-client .create-user-block .form-block .tab-content #profile1 .document-list .column5 .document-cont .document-img .documentlogo{max-width: 100%; max-height: 100%; width: auto; height: auto; position: absolute; top: 0; right: 0; bottom: 0; left: 0; box-shadow: 0px 0px 4px rgb(0 0 0 / 20%);}
.add-client .create-user-block .form-block .tab-content #profile1 .document-list .column5 .document-cont .documentTitle{width: 100%; background-color: #fff; text-align: left; padding: 20px 10px 0px 20px; display: block; position: relative;}
.add-client .create-user-block .form-block .tab-content #profile1 .document-list .column5 .document-cont .documentTitle h3{color: #000; font-size: 12px; overflow: hidden; white-space: normal; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; font-weight: 700; margin-bottom: 6px; text-transform: capitalize; font-family: 'Montserrat', sans-serif;}
.add-client .create-user-block .form-block .tab-content #profile1 .document-list .column5 .document-cont .documentTitle p {color: #474646; font-size: 10px; font-style: italic; font-weight: 500; font-family: 'Montserrat', sans-serif; margin-bottom: 14px;}
.add-client .create-user-block .form-block .tab-content #profile1 .document-list .column5 .document-cont .documentTitle .btn-rounded {position: absolute; right: 2px; top: 20px; width: 30px; height: 30px; border-radius: 100%; background-color: transparent; border: 1px solid #afafaf; display: flex; align-items: center; justify-content: center;}
.add-client .create-user-block .form-block .tab-content #profile1 .document-list .column5 .document-cont .documentTitle .btn-rounded span{font-size: 18px; color: #787878;}
.add-client .create-user-block .form-block .mb-3.row{margin-bottom: 12px !important;}
.add-client .create-user-block .form-block label{color: #3b3b3b; font-size: 11px; font-style: normal; font-weight: 700; text-transform: uppercase; font-family: 'Montserrat', sans-serif; padding-top: 0; padding-bottom: 0px; margin-bottom: 5px;}
.add-client .create-user-block .form-block .form-control, .add-client .create-user-block .form-block .form-select{border: 1px solid #B6B6B6; border-radius: 5px; height: 40px;}
.add-client .create-user-block .form-block .form-control{color: #000; font-size: 12px; font-style: normal; font-weight: 500;font-family: 'Montserrat', sans-serif;}
.add-client .create-user-block .form-block .form-select{color: #000; font-size: 12px; font-style: normal; font-weight: 500; text-transform: capitalize;font-family: 'Montserrat', sans-serif;}
/* .add-client .create-user-block .form-block .form-control:-webkit-input-placeholder {color: #474646 !important; font-weight: 500;font-family: 'Montserrat', sans-serif;}
.add-client .create-user-block .form-block .form-control:-ms-input-placeholder {color: #474646 !important; font-weight: 500;font-family: 'Montserrat', sans-serif;}
.add-client .create-user-block .form-block .form-control::placeholder {color: #474646 !important; font-weight: 500;font-family: 'Montserrat', sans-serif;} */
.add-client .create-user-block .form-block .contact-number{color: #474646 !important; font-weight: 500;}
.add-client .create-user-block .form-block .account-manager select{color: #000; font-size: 12px; font-style: normal; font-weight: 600; text-transform: capitalize;font-family: 'Montserrat', sans-serif;}
.add-client .create-user-block .form-block .account-manager {margin-top: 60px;}
.add-client .create-user-block .form-block .btn{font-style: normal; font-weight: 600; font-size: 11px; text-transform: uppercase; color: #fff; font-family: 'Montserrat', sans-serif; padding: 13px 20px; display: flex; align-items: center; float: right;}
.add-client .switch-buttons .col-md-8{display: flex; align-items: center;}
.add-client .switch-buttons .col-md-8 select.form-select{height: 35px;}
.add-client .switch-buttons .input-field{margin-bottom: 0px !important;}
.add-client .switch-buttons .input-field .col-form-label{padding: 0;}
.add-client .switch-buttons .input-field .switch{padding-bottom: 0px; margin-bottom: 0px;}
.switch-buttons .switch {position: relative; display: inline-block; width: 50px; height: 8.7px;}
.switch-buttons .switch input {  opacity: 0; width: 0; height: 0; margin-left: 63px;}
.switch-buttons .slider { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: #C9D4EE; -webkit-transition: .4s; transition: .4s;box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.15);}
.switch-buttons .slider:before { position: absolute; content: ""; height: 18px; width: 18px; left: 0px; bottom: -4px; background-color: white; -webkit-transition: .4s; transition: .4s; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);}
.switch-buttons input:checked + .slider:before { -webkit-transform: translateX(32px); -ms-transform: translateX(32px); transform: translateX(32px);}
.switch-buttons .slider.round { border-radius: 34px;}
.switch-buttons .slider.round:before { border-radius: 50%;}
.switch-buttons .input-field {display: flex; align-items: center;}
.switch-buttons .input-field .col-form-label{display: flex; align-items: center; margin-right: 15px;}
.add-client .create-user-block .form-block .switch-buttons .col-md-2 {width: 27.666667%;}
.add-client .create-user-block .form-block .switch-buttons .col-md-2 p{color: #000; font-size: 11px; font-style: normal; font-weight: 800; text-transform: capitalize; font-family: 'Montserrat', sans-serif;}
.add-client .create-user-block .form-block .switch-buttons .col-md-2 label{display: flex; align-items: center; font-size: 12px; font-weight: 900;}
.add-client .create-user-block .form-block .switch-buttons .col-md-2 .disable{color: #7e7e7e}
.add-client .create-user-block .form-block .switch-buttons input:checked + .slider { background-color: #dc5354;}
.add-client .create-user-block .form-block .switch-buttons  input:focus + .slider { box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.15);}
.add-client .create-user-block .form-block .switch-buttons input:checked + .slider { background-color: var(--highlight);}
.add-client .create-user-block .form-block .switch-buttons input:focus + .slider { box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.15);}
.add-client .create-user-block .form-block .switch-buttons input[type=checkbox]:before {display: none;}
.add-client .create-user-block .form-block .font-size-14 {color: #000; font-size: 14px !important; font-weight: 600; margin-bottom: 13px; text-transform: capitalize; margin-top: 10px;}
.add-client .create-user-block .form-block .font-size-14 .mdi-arrow-right::before{font-weight: 600;}
.add-client .create-user-block .form-block #home1 .row{border: 1px solid #c1c1c1; border-radius: 5px; margin-bottom: 15px; margin-left: 0px; margin-right: 0px; background-color: #f5f7fa;}
.add-client .create-user-block .form-block #home1 .switch-buttons{border: none; border-radius: unset; margin-bottom: 0px}
.row-separte {display: flex; align-items: center; justify-content: space-between;}
.add-client .create-user-block .form-block #home1 .inner-separate{width: 48.9%; height: 113px;}
.add-client .create-user-block .form-block #home1 .inner-separate .col-form-label {margin-right: 20px;}
.inner-separate .input-field.switch-buttons {margin-right: 30px;}
.add-client .create-user-block .form-block #home1 .row-separte .switch-buttons-block {display: flex; justify-content: flex-start;}
.add-client .create-user-block .form-block #home1 .comment-section .btn.btn-primary{margin-bottom: 10px; margin-top: 10px; padding: 5px 10px !important;}
.add-client .create-user-block .form-block #home1 .comment-section .textarea{height: 80px;}
.add-client .create-user-block .form-block #home1 .country-code{display: flex; align-items: center;}
.add-client .create-user-block .form-block #home1 .country-code .colorselect{border-right: none;}
.add-client .create-user-block .form-block #home1 .country-code select{border: 1px solid #B6B6B6; border-radius: 5px 0px 0px 5px; height: 40px;}
.add-client .create-user-block .form-block #home1 .country-code input{border-radius: 0px 5px 5px 0px; background-color: #fff;}
.add-client .create-user-block .form-block #home1 .country-code select:focus{outline: none;}
.add-client .create-user-block .form-block #home1 .input-field{ margin-bottom: 13px !important;}
.add-client .create-user-block .form-block #home1 .comment-section .label{margin-top: 10px;}
.add-client .create-user-block .form-block #home1 .status{border: none; border-radius: unset; margin-bottom: 0px; background-color: transparent;}
.add-client .create-user-block .form-block #home1 .disable-btn{opacity: 0.5; background-color: var(--highlight) !important;}
.add-client .create-user-block .form-block #home1 .status label{margin-right: 10px; margin-bottom: 0px;}
.add-client .create-user-block .form-block #home1 .status .col-md-3{width: 20.5%;}
.add-client .create-user-block .form-block #home1 .status .col-md-9{width: 79.5%; padding-right: 0;}
.add-client .create-user-block .form-block #home1 .row-separte .switch-buttons-block .switch-buttons label{margin: 0; padding: 0;}
.add-client .create-user-block .form-block #home1 .row-separte .switch-buttons-block .switch-buttons{margin-right: 50px; margin-bottom: 0px}
.add-client .create-user-block .form-block #home1 .row-separte .switch-buttons-block .switch-buttons .switch{margin-left: 15px;}

.clients .table-data .table-responsive .table th:nth-child(1), .clients .table-data .table-responsive .table td:nth-child(1) {width: 22% !important;}
.clients .table-data .table-responsive .table th:nth-child(2), .clients .table-data .table-responsive .table td:nth-child(2) {width: 25% !important; text-align: left;}
.clients .table-data .table-responsive .table th:nth-child(3), .clients .table-data .table-responsive .table td:nth-child(3) {width: 17% !important; text-align: left;}
.clients .table-data .table-responsive .table th:nth-child(4), .clients .table-data .table-responsive .table td:nth-child(4) {width: 11% !important;}
.clients .table-data .table-responsive .table th:nth-child(5), .clients .table-data .table-responsive .table td:nth-child(5) {width: 16% !important; text-align: left;}
.clients .table-data .table-responsive .table th:nth-child(6), .clients .table-data .table-responsive .table td:nth-child(6) {width: 12% !important; text-align: left;}
.clients .table-data .table-responsive .table th:nth-child(7), .clients .table-data .table-responsive .table td:nth-child(7) {width: 13% !important; text-align: left;}
.clients .table-data .table-responsive .table th:nth-child(8), .clients .table-data .table-responsive .table td:nth-child(8) {width: 7% !important; text-align: left;}
.clients .table-data .table-responsive .table th:nth-child(9), .clients .table-data .table-responsive .table td:nth-child(9) {text-align: center;}
.clients .table-data .table-responsive .table td:nth-child(1) {font-weight: 600; text-transform: capitalize;}
.clients .table-data .table-responsive .table td:nth-child(2) button {color: #000 !important;}
.clients .table-data .table-responsive .table td:nth-child(2) button span{margin-right: 3px; vertical-align: bottom; font-size: 15px; color: #000 !important;}
.clients .table-data .table-responsive .table td:nth-child(2) button { background-color: transparent; border: none; border-radius: 5px; text-transform: uppercase; font-size: 9.5px; padding: 0; font-weight: 600; cursor: auto; text-align: left; width: 60px;}
.clients .table-data .table-responsive .table td:nth-child(6) {font-size: 9.5px; font-weight: 600;}

.profile .create-user-block .form-block {width: 100%; padding: 25px;}
.profile .create-user-block .form-block .col-md-4 .bg-primary.bg-soft{border-radius: 5px 5px 0px 0px;}
.profile .create-user-block .form-block .prfile-block {padding-left: 8%;}
.profile .create-user-block .form-block .col-md-4 .card-body {background-color: #f5f5f5; padding: 15px; border-radius: 0px 0px 5px 5px;}
.profile .create-user-block .form-block label { color: #000000; font-size: 11.3px; font-style: normal; font-weight: 700; text-transform: uppercase; font-family: 'Montserrat', sans-serif; padding-bottom: 3px; margin-bottom: 0px !important;}
.profile .create-user-block .form-block .form-control, .add-client .create-user-block .form-block .form-select {border: 1px solid #B6B6B6; border-radius: 5px; height: 40px;}
.profile .create-user-block .form-block h3 {font-size: 16px; color: #000; font-weight: var(--semi-bold);margin-bottom: 15px; text-transform: uppercase;}
.profile .create-user-block .form-block .btn {font-style: normal; font-weight: 600;font-size: 11px;text-transform: uppercase;color: #fff;font-family: 'Montserrat', sans-serif;padding: 13px 20px;display: flex;align-items: center;float: left;margin-top: 5px;}
.profile .create-pwd-block {margin-top: 15px;}
.profile .create-pwd-block .form-block .text-danger{margin-bottom: 0px !important;}
.profile .create-pwd-block .form-block .terms-block{display: flex; align-items: center; justify-content: flex-start;}
.profile .create-pwd-block .form-block .terms-block input[type=checkbox]:checked:after{content: ""; display: block; width: 5px; height: 10px; border: solid white; border-width: 0 2px 2px 0; transform: rotate(45deg); position: absolute; top: 3px; left: 8px;}
.profile .create-pwd-block .form-block .terms-block label{padding-bottom: 0px; margin-bottom: 0px; text-transform: capitalize; margin-left: 5px; font-size: 12px;}
.profile .create-pwd-block .form-block .ins-dsp-none {display: none !important}
.profile .create-pwd-block .form-block .create-password-instruction {display: block; padding: 15px; height: -moz-fit-content; height: fit-content; padding-bottom: 10px; position: absolute; right: -243px !important; top: 7%; border-radius: 4px; background-color: #f6f6f6;}
.profile .create-pwd-block .form-block .create-password-instruction .error{display: flex; align-items: center; text-align: left; font-size: 12px; color: var(--red); font-weight: 500; margin-bottom: 0px;}
.profile .create-pwd-block .form-block .create-password-instruction .vaild{color: #1f9f25; font-weight: 500;}
.profile .create-pwd-block .form-block .create-password-instruction .material-symbols-outlined {font-size: 20px; font-weight: 600;}
.profile .create-pwd-block .form-block .mb-3.row {margin-bottom: 12px !important;}
.profile .create-pwd-block .form-block .terms-block #terms-check{border-radius: 3px; border: 1px solid #B6B6B6; width: 15px; height: 15px;background-color: var(--highlight); border: 1px solid var(--highlight);}
.profile .create-pwd-block .form-block .terms-block #terms-check:checked{background-color: var(--highlight); border: 1px solid var(--highlight);}
.profile .create-pwd-block .form-block .terms-block #terms-check::after{display: none;}

.pageNumbers {list-style: none;display: flex;}
.pageNumbers li {cursor: pointer; border-radius: 5px !important; width: 30px; height: 30px; padding: 5px 4px; font-weight: 700; line-height: inherit; border: 1px solid transparent; color: #333; display: flex; align-items: center; justify-content: center; margin-right: 6px;}
.pageNumbers li.active {background-color: var(--highlight); border: 1px solid var(--highlight); border-radius: 5px !important; width: 30px; height: 30px; padding: 5px 4px; font-weight: 600; line-height: inherit; color: #fff;}
.pageNumbers li button {border: none; font-size: 12px; cursor: pointer;}
.pageNumbers li:hover {background-color: var(--highlight); border: 1px solid var(--highlight); border-radius: 5px !important; width: 30px; height: 30px; padding: 5px 4px; font-weight: 600; line-height: inherit; color: #fff;}
.pageNumbers li button:focus {outline: none;}
.pageNumbers .arrow-buttons:hover {background-color: transparent; border: none;}
.pageNumbers .arrow-buttons button {background-color: transparent;}
.pageNumbers .arrow-buttons button .material-icons-outlined{vertical-align: top; font-size: 30px; color: #777777;}
.pageNumbers .arrow-buttons .disabled .material-icons-outlined{opacity: 0.5;}

#page-topbar.map-header{position: fixed; box-shadow: none; top: 0; right: 0; left: 0;}
.map-header .d-flex {justify-content: space-between; background-color: #fff; padding: 15px 30px; align-items: center;}
.map-header .d-flex h1{font-style: normal; font-weight: 700; color: #000000; text-transform: uppercase; font-size: 18px; margin-bottom: 0px; font-family: 'Montserrat', sans-serif;}
.map-header .d-flex span{color: #1C1B1F; font-size: 19px;}
.map-header .btn-primary {font-style: normal; font-weight: 600; font-size: 11px; text-transform: uppercase; color: #fff; font-family: 'Montserrat', sans-serif; padding: 13px 17px; display: flex; align-items: center;}
.map-content .page-content { padding: 2px 0px 0px 0px !important;}
.map-content .page-content .container-fluid{padding: 0px;}
.map-content .map-content-block {position: relative; display: flex; align-items: stretch; min-height: calc(100vh - 65px);}
.map-content .map-content-block .map-content-data {width: 415px; background-color: #fff; padding: 15px 20px 0px 20px; position: fixed; left: 0; top: 74px; bottom: 0;}
.map-content .map-content-block .table-data {width: calc(100% - 415px); padding: 0px; margin-left: 415px; position: absolute; left: 0; top: 71px; bottom: 0;}
.map-content .map-content-block .table-data .card{background-color: transparent; box-shadow: unset;}
.map-content .map-content-block .table-data .card .table-data-header{display: flex; align-items: center; justify-content: space-between; margin-bottom: 13px;}
.map-content .map-content-block .table-data .card .table-data-header h1{font-style: normal; font-weight: 700; color: #000000; font-size: 14px; text-transform: capitalize; font-family: 'Montserrat', sans-serif; margin-bottom: 0px !important;}
.map-content .map-content-block .table-data .card .table-data-header .btn{font-style: normal; font-weight: 600; font-size: 11px; text-transform: uppercase; color: #fff; font-family: 'Montserrat', sans-serif; padding: 11px 19px;}
.map-content .map-content-block .table-data .card .table-data-header .disable-btn{opacity: 0.5;}
.map-content .map-content-block .map-content-data .map-category-block h6{font-style: normal; font-weight: 600; color: #000000; font-size: 11.5px; text-transform: uppercase; font-family: 'Montserrat', sans-serif; display: none;}
.map-content .map-content-block .map-content-data .map-category-block .map-category-field{background-color: #ECF0FA; border: 1px solid #CCD8F6; padding: 5px 10px; display: flex; align-items: center;}
.map-content .map-content-block .map-content-data .map-category-block .map-category-field .label{width: 45%;}
.map-content .map-content-block .map-content-data .map-category-block .map-category-field .input-field{width: 55%; display: flex; align-items: center;}
.map-content .map-content-block .map-content-data .map-category-block .map-category-field .label .col-form-label{font-style: normal; font-weight: 600; font-size: 11px; text-transform: capitalize; color: #000000; font-family: 'Montserrat', sans-serif; margin: 0; padding: 0;}
.map-content .map-content-block .map-content-data .map-category-block .map-category-field .input-field .form-select{border: 1px solid #b6b6b6;padding: 4.5px 10px; color: #000; font-size: 11px; font-style: normal; font-weight: 600; font-family: 'Montserrat', sans-serif; background-color: #fff;}
.map-content .map-content-block .map-content-data .map-category-block .map-category-field .input-field .material-icons-outlined{font-size: 16px; color: #1C1B1F; margin-right: 10px;}
.map-content .map-content-block .map-content-data .map-items-block {margin-top: 9px; position: relative;}
.map-content .map-content-block .map-content-data .map-items-block .map-items-header{display: flex; align-items: center; justify-content: space-between;}
.map-content .map-content-block .map-content-data .map-items-block .map-items-header p{font-style: normal; font-weight: 600; color: #000000; font-size: 12px; text-transform: capitalize; font-family: 'Montserrat', sans-serif; margin-bottom: 8px;}
.map-content .map-content-block .map-content-data .map-items-block .map-items-header .mandatory-items{font-style: normal; font-weight: 400; font-size: 10px; position: relative;}
.map-content .map-content-block .map-content-data .map-items-block .map-items-header .mandatory-items span{position: absolute; top: -11px; left: -11px; font-size: 20px; color: #DC5354; font-weight: 500;}
.map-content .map-content-block .map-content-data .map-items-block .map-items-body .map-body-header {display: flex; align-items: center; padding: 6px 0px; border-top: 2px solid #ccd5ec;}
.map-content .map-content-block .map-content-data .map-items-block .map-items-body .map-body-header p{font-style: normal; font-weight: 600; font-size: 11.5px; text-transform: capitalize; color: #000; font-family: 'Montserrat', sans-serif; margin-bottom: 0px !important;}
.map-content .map-content-block .map-content-data .map-items-block .map-items-body .map-body-header .col-md-7{width: 52%;}
.map-content .map-content-block .map-content-data .map-items-block .map-items-body {height: calc(100vh - 262px); overflow-y: auto; margin-bottom: 10px;}
.map-content .map-content-block .map-content-data .map-items-block .map-items-body::-webkit-scrollbar {width: 0px;}
.map-content .map-content-block .map-content-data .map-items-block .map-items-body::-webkit-scrollbar-track {border-radius: 10px;}
.map-content .map-content-block .map-content-data .map-items-block .map-items-body::-webkit-scrollbar-thumb {background: rgb(107, 107, 107); border-radius: 10px;}
.map-content .map-content-block .map-content-data .map-items-block .map-items-body::-webkit-scrollbar-thumb:hover {background: #4B4B4B;}
.map-content .map-content-block .map-content-data .map-btn{padding: 7px 18px; width: 415px; background-color: #fff; box-shadow: -3px -3px 8px 0px rgb(0 0 0 / 24%); position: fixed; bottom: 0px; left: 0; right: 0;}
.map-content .map-content-block .map-content-data .map-btn .btn{font-style: normal; font-weight: 600; font-size: 11px; text-transform: uppercase; color: #fff; font-family: 'Montserrat', sans-serif; padding: 12px 24px; float: right;}
.map-content .map-content-block .table-data .card-body {padding-right: 30px;}
.map-content .map-content-block .table-data .table-responsive .table th:nth-child(1), .map-content .map-content-block .table-data .table-responsive .table td:nth-child(1) {padding-left: 17px;}
/* .map-content .map-content-block .table-data .table-responsive .table th:nth-child(2), .map-content .map-content-block .table-data .table-responsive .table td:nth-child(2) {width: 18% !important;} */
.map-content .map-content-block .table-data .table-responsive .table th:nth-child(3), .map-content .map-content-block .table-data .table-responsive .table td:nth-child(3) {text-align: left;}
/* .map-content .map-content-block .table-data .table-responsive .table th:nth-child(4), .map-content .map-content-block .table-data .table-responsive .table td:nth-child(4) {width: 15% !important;}
.map-content .map-content-block .table-data .table-responsive .table th:nth-child(5), .map-content .map-content-block .table-data .table-responsive .table td:nth-child(5) {width: 8% !important;} */
.map-content .map-content-block .table-data .table-responsive .table th:nth-child(6), .map-content .map-content-block .table-data .table-responsive .table td:nth-child(6) {text-align: center;}
.map-content .map-content-block .table-data .table-responsive .table td:nth-child(1) img{width: 30px; height: 30px; margin-right: 13px;}
.map-content .map-content-block .table-data .table-responsive .table td:nth-child(2) button { background-color: #ffffff; border: 1px solid #D5D5D5; border-radius: 5px; text-transform: uppercase; font-size: 9px; padding: 7px 11px; font-weight: 600; cursor: auto; text-align: center; color: #000;}
.map-content .map-content-block .table-data .table-responsive .table td:nth-child(1) { font-style: normal; font-size: 11.5px; color: #000000;}
.map-content .map-content-block .table-data .table-responsive .table th.map-color {color: #FFFFFF; background-color: #70BFAA;}
.map-content .map-content-block .table-data .table-responsive .table td .synopsis {word-break: break-all; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; white-space: inherit !important; border: none;}
.map-content .map-content-block .table-data .table-responsive .table td:nth-child(2) {font-weight: 500; text-transform: lowercase;}
.map-content .map-content-block .table-data .table-responsive .table td:nth-child(3) {font-weight: 500; text-transform: lowercase;}
.map-content .map-content-block .table-data .table-responsive{height: calc(100vh - 160px); overflow-y: auto;}
.map-content .map-content-block .table-data .table-responsive .table>thead{ position: sticky; top:-1px; box-shadow: 1px 1px 6px rgb(0 0 0 / 28%)}
.map-content .map-content-block .table-data .table-responsive .table th, .map-content .map-content-block .table-data .table-responsive .table td{ min-width: 180px; max-width: 200px;}


.lookups .table-data .table-responsive .table th:nth-child(1), .lookups .table-data .table-responsive .table td:nth-child(1) {width: 9% !important; }
.lookups .table-data .table-responsive .table th:nth-child(2), .lookups .table-data .table-responsive .table td:nth-child(2) {width: 9% !important;}
.lookups .table-data .table-responsive .table th:nth-child(3), .lookups .table-data .table-responsive .table td:nth-child(3) {width: 8% !important; text-align: left;}
.lookups .table-data .table-responsive .table th:nth-child(4), .lookups .table-data .table-responsive .table td:nth-child(4) {width: 0% !important; text-align: center;}
.lookups .page-content .table-data .card-body .col-sm-4 .form-select-sm.custom-select-sm {background-color: transparent; border: 1px solid #AFAFAF; border-radius: 5px; font-style: normal; font-weight: normal; font-size: 11px; color: #474646; padding: 10.5px 33px 10.5px 13px; height: 40px; display: flex; align-items: center; width: 150px;}
.lookups .table-data .table-responsive .table td:nth-child(2) button{width: auto;}
/* .lookups .table-data .table-responsive .table td .d-flex .action-button.text-danger {border-radius: 5px; margin: 0px;} */
.lookups .table-data .table-responsive .table td .d-flex{justify-content: center;}
.edit-lookups .btn-block {margin-bottom: 0px; margin-top: 20px}
.content_edit .seller_table th { text-transform: uppercase; background-color: #ffffff; font-style: normal; font-weight: 700; font-size: 11px; line-height: 17px; text-transform: uppercase; color: #000000; font-family: 'Montserrat', sans-serif; padding: 10px 7px; white-space: nowrap;}
.content_edit .seller_table { border: 1px solid #CCD8F6;}
.content_edit .seller_table>tbody>tr:nth-of-type(odd)>* { background: #ECF0FA !important; --bs-table-accent-bg: none; }
.content_edit .tab-pane .input-field { margin-bottom: 13px !important; }
.content_edit .seller_table .d-flex .action-button { background: transparent; border: 1px solid #d5d5d5; border-radius: 5px 0px 0px 5px; font-size: 7.5px; color: #444444 !important; font-weight: 800; padding: 7px 11px; display: flex; align-items: center; text-transform: uppercase; text-align: center; line-height: initial; cursor: pointer; }
.content_edit .seller_table .d-flex .action-button .font-size-18 { font-size: 13px!important; color: #000 !important; }
.content_edit .seller_table .d-flex .action-button.text-danger { border-radius: 0px 5px 5px 0px; margin: 0; }
.content_edit .seller_table .d-flex .action-button .font-size-18.mdi-pencil { color: #3BBD77; }
.content_edit .seller_table th:nth-child(1) { width: 13%;}
.content_edit .seller_table th:nth-child(2) { width: 8%;}
.content_edit .seller_table th:nth-child(3) { width: 14%;}
.content_edit .seller_table th:nth-child(4) { width: 9%;}
.content_edit .seller_table th:nth-child(5) { width: 14%;}
.content_edit .seller_table th:nth-child(6) { width: 12%;}
.content_edit .seller_table td{    padding: 7px;}
.left_block {overflow: auto;     height: calc(100vh - 320px); padding-right: 15px; margin-bottom: 15px;}
.left_block::-webkit-scrollbar { width: 5px;  }
.left_block::-webkit-scrollbar-track { background: #f1f1f1;  border-radius: 30px; }
.left_block::-webkit-scrollbar-thumb { background: #c6d0d4; }
.left_block::-webkit-scrollbar-thumb:hover { background: #bac4c8; }
/* .content_edit .btn-sm { padding: 10px 20px !important;} */

.deals .table-data .table-responsive .table th:nth-child(1), .deals .table-data .table-responsive .table td:nth-child(1) {width: 30% !important; }
.deals .table-data .table-responsive .table th:nth-child(2), .deals .table-data .table-responsive .table td:nth-child(2) {width: 10% !important;}
.deals .table-data .table-responsive .table th:nth-child(3), .deals .table-data .table-responsive .table td:nth-child(3) {width: 15% !important; text-align: left;}
.deals .table-data .table-responsive .table th:nth-child(4), .deals .table-data .table-responsive .table td:nth-child(4) {width: 15% !important; text-align: left;}
.deals .table-data .table-responsive .table th:nth-child(5), .deals .table-data .table-responsive .table td:nth-child(5) {width: 22% !important; text-align: left;}
.deals .table-data .table-responsive .table th:nth-child(6), .deals .table-data .table-responsive .table td:nth-child(6) {width: 12% !important; text-align: left;}
.deals .table-data .table-responsive .table th:nth-child(7), .deals .table-data .table-responsive .table td:nth-child(7) {width: 18% !important; text-align: left;}
.deals .table-data .table-responsive .table th:nth-child(8), .deals .table-data .table-responsive .table td:nth-child(8) {width: 7% !important; text-align: left;}
.deals .table-data .table-responsive .table th:nth-child(9), .deals .table-data .table-responsive .table td:nth-child(9) {text-align: center;}
.deals .table-data .table-responsive .table th:nth-child(10), .deals .table-data .table-responsive .table td:nth-child(10) {text-align: center;}
.deals .table-data .table-responsive .table td:nth-child(1) {font-style: normal;font-weight: 600;font-size: 11.5px;color: #000000;text-transform: capitalize;}
.deals .table-data .table-responsive .table td:nth-child(1) .badge-soft-danger {background-color: #ffffff; border: 1px solid #D5D5D5;color: #000000;font-size: 8px !important;padding: 5px 7px;font-weight: 500;text-align: center;line-height: initial;border-radius: 3px;}
.deals .table-data .table-responsive .table td:nth-child(1) p{margin-bottom: 0px; width: 76%; word-break: break-all; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
/* .edit-deals .create-user-block .form-block #home1 .row {margin: 0 -11px; border: none;} */


.block_buyer .left_block .input-field .form-label { font-size: 14px; text-transform: uppercase; color: #000; }
  .block_buyer .left_block  { height: 100%; }
  .block_buyer .left_block label { font-size: 14px !important; color: #000 !important; }
.form-check .form-check-input:focus{box-shadow: none !important;}
.form-check .form-check-input:checked{background-color: var(--highlight); border: 1px solid var(--highlight);}
.form-check input[type=checkbox]:before{background-color: transparent; border: none;}
.form-check .form-check-input { border-radius: 3px; border: 1px solid #B6B6B6;}
.radio-label { color: #303030; font-size: 14px; font-weight: 400; margin-right: 7px; -webkit-tap-highlight-color: transparent; cursor: pointer; }
.radio-input { margin: 0; visibility: hidden; }
.radio-input:checked + span { border: 2px solid #f4b400; }
.radio-input:checked + span:after { opacity: 1; }
.custom-radio { left: -12px; top: 6px; cursor: pointer; width: 22px; height: 22px; border: 2px solid #9a9a9a; border-radius: 50%; display: inline-block; position: relative; }
.custom-radio::after { content: ''; width: 13px; height: 13px; background: #f4b400; position: absolute; border-radius: 50%; top: 50%; left: 50%; transform: translate(-50%, -50%); opacity: 0; transition: opacity 0.2s; }
.float-none { float: none;}
.block_buyer.content_edit .form-block .seller_table.buyer_table.table-striped th:nth-child(1) { width: 44% !important;}
.block_buyer.content_edit .form-block .seller_table.buyer_table.table-striped th:nth-child(2) { width: 45% !important;}
.block_buyer.content_edit .form-block .seller_table.buyer_table.table-striped th:nth-child(3) { width: 0% !important;}
.content_edit .seller_table.buyer_table th:nth-child(4) { width: 25%;}
.content_edit .seller_table.buyer_table th:nth-child(5) { width: 10%;}
.content_edit .seller_table.buyer_table td:nth-child(5) { width: 10%; text-align: center;}
.content_edit .seller_table.buyer_table td .d-flex { align-items: center; justify-content: center;}
.content_edit .seller_table.buyer_table td{    padding: 12px;}
.content_edit .seller_table.buyer_table th{  font-weight: 700; font-size: 14px;  padding: 12px;}
.buyer_table .form-check { margin-bottom: 0; height: 16px; }
.buyer_table .form-check .form-check-input { margin-top: 0; }
.popup .modal-content { background: #FFFFFF; box-shadow: 0px 4px 5px 7px rgba(0, 0, 0, 0.07); border-radius: 3px;}
.popup .modal-title { font-weight: 700; font-size: 20px; line-height: 24px; color: #000000;}
.popup .btn-close { font-size: 18px; color: #7587AD;}
.popup .bt_block { display: flex; width:100%; margin-bottom: 30px;}
.popup .bt_block .icon { margin-right: 20px; color: #7587AD; font-size: 23px;}
.popup .bt_block .bt_content { width: calc(100% - 35px);}
.popup .bt_block .bt_content h2 { font-weight: 700; font-size: 14px; line-height: 17px; color: #000000; margin-bottom: 0; text-transform: uppercase;}
.popup .bt_block .bt_content p { font-weight: 400; font-size: 14px; line-height: 17px; color: #000000; margin-bottom: 0;}
.popup .bt_block .bt_tags { margin-top: 15px;}
.popup .bt_block .bt_tags .tag { padding: 5px 10px; font-weight: 500; float: left;
font-size: 14px; color: #000000; background: #FFFFFF;  margin: 0 10px 10px 0; border: 1px solid #CCD8F6; box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25); border-radius: 5px;}
.navbar-header .d-flex .dropdown-menu .dropdown-item {cursor: pointer;}
.frontend_settings .page_item { background: #F1F5FF; padding: 10px 15px; border: 1px solid #D2DAF0; margin-bottom: 5px; display: flex; align-items: center; justify-content: space-between;}
.frontend_settings .page_item h2 {font-weight: 700; font-size: 14px; line-height: 18px; color: #000000; margin-bottom: 0px;}
.frontend_settings .page_item .action-button{background: #FFFFFF; border: 1px solid #DBE3F8; border-radius: 5px; font-size: 7.5px; color: #444444 !important; font-weight: 800; padding: 7px 11px; display: flex; align-items: center; text-transform: uppercase; text-align: center; line-height: initial; cursor: pointer; margin-left: 5px;}
.frontend_settings .page_item .action-button .mdi {font-size: 13px!important; margin-right: 4px; color: #369FEC;}
.ml-25 { margin-left: 25px;}
.ml-15 { margin-left: 15px;}
 .icon_button { font-size: 13px !important;}
 .icon_button .material-symbols-outlined { margin-right: 5px; font-weight: 600;}
 .border_button { background-color: transparent;     color:  var(--highlight) !important; font-family: 'Montserrat', sans-serif; padding: 11px 15px !important; display: flex; font-size: 13px !important; border: 1px solid var(--highlight); border-radius: 5px;}
 .border_button .material-symbols-outlined { margin-right: 5px; font-weight: 600;}
 .border_button:hover {  color:  #fff !important;  border: 1px solid var(--highlight);   }
 .align-right { justify-content: right; display: flex;}
.form-block .form_title { font-weight: 700; font-size: 16px; line-height: 22px; color: #000000;}
.lps .banner_section { display: flex; justify-content: space-between;}
.lps .banner_section .left { width: 40%;}
.lps .banner_section .right { width: 100%;}
.lps .thumb-grid { display: grid; gap: 0.8rem; grid-template-columns: 1fr 1.5fr 1fr; }
.lps .hero_thumb .thumb-info-block { position: absolute; top: 0; bottom: 0; left: 0; right: 0; padding: 10px; z-index: 999; visibility: hidden; opacity: 0; transition: all 0.5s ease-out; }
.lps .thumb-info { color: #fff; position: absolute; bottom: 10px; left: 10px; right: 10px; }
.lps .hero_thumb img { position: absolute; height: 100%; transform: translate(-50%, -50%); left: 50%; top: 50%; }
.lps .hero_thumb { width: 100%; padding: 40%; background: #ECF0FA; box-shadow: 2px 2px 3px 1px rgb(0 0 0 / 26%); overflow: hidden; border-radius: 5px; border: 1px solid #fff; position: relative; }
.lps .d { grid-column-start: 2; display: grid; gap: 1rem; grid-template-rows: 1fr 1fr; grid-row-start: 1; grid-row-end: 4; }
.lps .awd { height: 145px !important;}
.mb_20 { margin-bottom: 20px;}
.lps .breadcrumb .btn-primary {     padding: 7px 15px !important;}
.lps .fl { float: left !important; margin-top: 20px;}
.lps .input-field .form-label { color: #000 !important;}
.lps .upload_thumb .material-symbols-outlined { font-size: 30px; color: #6E80AC;}
.lps .file_upload {      position: absolute; height: 100%; left: 0px; top: 0; background: #ECF0FA; width: 100%;}
.lps .file_ttile {  bottom: 0px; width: 100%; padding: 0; text-align: center;     font-size: 18px; line-height: 18px; color: #144564;  background: #FFFFFF; box-shadow: 0px -2px 1px rgba(0, 0, 0, 0.25); border-radius: 0px 0px 3px 3px; font-weight: 700;}
.lps .file_upload .custom-file-input { width: 100%;}
.lps .custom-file-input::-webkit-file-upload-button { visibility: hidden;color: #E0E8F9; font-size: 0px;}
.lps .custom-file-input::before { content: 'Select some files'; outline: none; white-space: nowrap; -webkit-user-select: none; cursor: pointer; font-weight: 700; font-size: 0; user-select: none; width: 100%; height: 100%; position: absolute; background-color: #e0e8f9; }
.lps .upload_file { position: absolute; z-index: 999; pointer-events: none; width: 100%; height: 100%; display: flex; justify-content: center; }
.lps .upload_file .material-symbols-outlined {font-family: 'Material Symbols Outlined';font-weight: normal;font-style: normal;font-size: 40px;color: #5B79AB;margin-top: 20px;}
.lps .upload_file::after {    content: "Add Thumbnail"; text-transform: uppercase; width: 90%; left: 5%; position: absolute; font-size: 10px; background: #A7B8E4; border-radius: 3px; bottom: 7px; text-align: center; color: #fff; font-weight: 600; padding: 5px 10px;}
.lps .custom-file-input:hover::before { border-color: black; }
.lps .custom-file-input:active::before { background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9); }
.lps .thumb-grid .d .upload_file .material-symbols-outlined { margin-top: 50px; }

.user-management .table-data .search-box .search-icon {position: inherit;}
.user-management .table-data .search-box .position-relative { display: flex; align-items: center; justify-content: center;}
.user-management .table-data .search-box .position-relative .fill_btn{background-color: transparent; border: 1px solid #afafaf; border-radius: 0px 5px 5px 0px; padding: 10px 15px; height: 40px; display: flex; align-items: center; justify-content: center; margin-top: 0px !important; margin-left: -1px;}

.add-client .create-user-block .form-block #videoclips .row { border: 1px solid #c1c1c1; border-radius: 5px; margin-bottom: 15px; margin-left: 0px; margin-right: 0px;}
.add-client .create-user-block .form-block #videoclips .row .font-size-14{text-transform: uppercase; font-size: 13px !important;}
.add-client .create-user-block .form-block #videoclips .add-block{width: 100px; height: 85px; border: 1.5px dashed #f0a241; font-weight: 600; text-transform: uppercase; color: #f0a241; font-size: 12px; display: flex; align-items: center; justify-content: center; flex-direction: column; margin: 0px 0px 15px 15px; border-radius: 3px; cursor: pointer;}
.add-client .create-user-block .form-block #videoclips .add-block .material-icons-outlined{font-weight: 900; font-size: 19px; margin-top: 4px;}
.add-client .create-user-block .form-block #videoclips .content-upload-block{width: 140px; background-color: #ebeff9; border: 1px solid #ebeff9; color: #343535; font-size: 10px;}
.add-client .create-user-block .form-block #videoclips .content-upload-block .udisplay-none{opacity: 0; overflow: hidden; position: absolute; border-radius: 100%; cursor: pointer; width: 140px; height: 85px;}
.add-client .create-user-block .form-block #videoclips .content-upload-block .material-icons-outlined{color: #343535; font-weight: 500; font-size: 20px; margin-bottom: 3px;}
.add-client .create-user-block .form-block #videoclips .thumbnail-block{width: 140px; height: 85px; margin: 0px 0px 32px 15px; display: flex; align-items: center; justify-content: center; padding-right: 0px; padding-left: 0px; position: relative;}
.add-client .create-user-block .form-block #videoclips .thumbnail-block .asset-card{cursor: pointer; width: 100%; height: 100%; padding-right: 0px;}
.add-client .create-user-block .form-block #videoclips .thumbnail-block .play-icon{z-index: 999; opacity: 1; transition: all 0.3s ease-out; width: 30px !important; height: 30px !important; pointer-events: none; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);}
.add-client .create-user-block .form-block #videoclips .thumbnail-block .play-icon .material-icons-outlined{font-size: 32px; color: #fff;}
.add-client .create-user-block .form-block #videoclips .thumbnail-block .asset-card .spinner-class{color: inherit; text-decoration: none; background-color: #000; position: relative; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; text-align: center; overflow: hidden; border-radius: 3px;}
.add-client .create-user-block .form-block #videoclips .thumbnail-block .asset-card .spinner-class img{width: auto; max-width: 100%; height: auto; max-height: 100%; position: relative; border-radius: 5px;}
.add-client .create-user-block .form-block #videoclips .thumbnail-block .thumbnail-cls-icon {position: absolute; font-size: 20px; top: -8px; right: -3px; cursor: pointer; z-index: 999; color: #777;font-weight: 600; background-color: #fff; border-radius: 100%;}
.add-client .create-user-block .form-block #videoclips .add-block .udisplay-none { opacity: 0; overflow: hidden; position: absolute; border-radius: 100%; cursor: pointer; width: 100px; height: 85px;}
.add-client .create-user-block .form-block #images .add-block{width: 100px; height: 85px; border: 1.5px dashed #f0a241; font-weight: 600; text-transform: uppercase; color: #f0a241; font-size: 12px; display: flex; align-items: center; justify-content: center; flex-direction: column; margin: 0px 0px 0px 15px; border-radius: 3px;}
.add-client .create-user-block .form-block #images .add-block .material-icons-outlined{font-weight: 900; font-size: 19px; margin-top: 4px;}
.add-client .create-user-block .form-block #images .add-block .udisplay-none { opacity: 0; overflow: hidden; position: absolute; border-radius: 100%; cursor: pointer; width: 100px; height: 85px;}
.add-client .create-user-block .form-block #images .row { border: 1px solid #c1c1c1; border-radius: 5px; margin-bottom: 15px; margin-left: 0px; margin-right: 0px;}
.add-client .create-user-block .form-block #images .row .font-size-14{text-transform: uppercase; font-size: 13px !important;}
.add-client .create-user-block .form-block #images .row .uploadPics { display: flex; margin-bottom: 10px;}
.add-client .create-user-block .form-block #images .row .uploadPics .upload {width: 140px;}
.add-client .create-user-block .form-block #images .row .uploadPics .upload .img_block{position: relative; width: 100%; background-color: #383e4b; height: 85px; display: flex; align-items: center; justify-content: center; border-radius: 3px;}
.add-client .create-user-block .form-block #images .row .uploadPics .upload .img_block img{width: auto; height: auto; max-width: 100%; max-height: 100%;}
.add-client .create-user-block .form-block #videoclips .thumbnail-block p{font-size: 12px; margin-top: 3px; margin-bottom: 0px; width: 140px; text-overflow: ellipsis; word-break: break-all; white-space: nowrap; overflow: hidden; color: #484848; font-weight: 500;}
/* .add-client .create-user-block .form-block #images .row .uploadPics .upload .img_block .upload_btns{display: flex; align-items: center; position: absolute; bottom: 0px; left: 0px; width: 100%; background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); padding: 5px 5px;}
.add-client .create-user-block .form-block #images .row .uploadPics .upload .img_block .upload_btns .btn{height: 20px; font-size: 11px; font-weight: 600; line-height: 12px; margin-right: 5px; padding: 3px 5px; border-radius: 1px; background-color: #f8b25c; text-transform: capitalize; color: #212529; border: 1px solid #f8b25c;}
.add-client .create-user-block .form-block #images .row .uploadPics .upload .img_block .upload_btns .btn:hover{border: 1px solid #f8b25c;}
.add-client .create-user-block .form-block #images .row .uploadPics input[type="file"] {width: 52px; height: 20px; opacity: 0; overflow: hidden; position: absolute; top: 8px; left: 6px;}
.add-client .create-user-block .form-block #images .upload_btns .uprog-delt {display: flex;}
.add-client .create-user-block .form-block #images .upload_btns .material-icons {font-size: 18px !important; color: #fff; line-height: 18px;} */
.add-client .create-user-block .form-block #images .row .uploadPics .size{color: #6f7685; font-size: 12px; font-weight: 500; line-height: 16px; margin-top: 3px;}
.add-client .create-user-block .form-block #images .row .uploadPics .upload.portrait {width: 140px; margin: 0px 0px 0px 15px;}

.category .table-data .table-responsive .table th:nth-child(1), .category .table-data .table-responsive .table td:nth-child(1) {width: 0% !important; display: none;}
.category .table-data .table-responsive .table th:nth-child(3), .category .table-data .table-responsive .table td:nth-child(3) {width: 53% !important; text-align: center;}
.category .table-data .table-responsive .table td:nth-child(3) img{width: 30px; height: 30px; border: 1px solid #d3d3d3; border-radius: 3px;}
.category .table-data .table-responsive .table th:nth-child(4), .category .table-data .table-responsive .table td:nth-child(4) { width: 28% !important;}
.category .table-data .table-responsive .table th:nth-child(2), .category .table-data .table-responsive .table td:nth-child(2) { width: 20% !important; text-align: left;}
.category .table-data .table-responsive .table th:nth-child(5), .category .table-data .table-responsive .table td:nth-child(5) { text-align: center;}
.category .table-data .table-responsive .table td:nth-child(2) {font-weight: 600; text-transform: capitalize;}
.category .table-data .table-responsive .table td:nth-child(4) {font-size: 9.5px; font-weight: 600;}

.company .table-data .table-responsive .table th:nth-child(1), .company .table-data .table-responsive .table td:nth-child(1) { width: 32% !important;}
.company .table-data .table-responsive .table th:nth-child(2), .company .table-data .table-responsive .table td:nth-child(2) { width: 11% !important; text-align: left;}
.company .table-data .table-responsive .table th:nth-child(3), .company .table-data .table-responsive .table td:nth-child(3) { width: 21% !important;text-align: left;}
.company .table-data .table-responsive .table th:nth-child(4), .company .table-data .table-responsive .table td:nth-child(4) { width: 16% !important;}
.company .table-data .table-responsive .table th:nth-child(5), .company .table-data .table-responsive .table td:nth-child(5) { width: 12% !important;}
.company .table-data .table-responsive .table th:nth-child(6), .company .table-data .table-responsive .table td:nth-child(6) { width: 14% !important; text-align: left;}
.company .table-data .table-responsive .table th:nth-child(7), .company .table-data .table-responsive .table td:nth-child(7) { width: 18% !important; text-align: center;}
.company .table-data .table-responsive .table th:nth-child(8), .company .table-data .table-responsive .table td:nth-child(8) { width: 7% !important; text-align: left;}
.company .table-data .table-responsive .table th:nth-child(9), .company .table-data .table-responsive .table td:nth-child(9) {text-align: left;}
.company .table-data .table-responsive .table td:nth-child(2) {font-weight: 500; text-transform: lowercase;}
.company .table-data .table-responsive .table td:nth-child(5) {font-size: 9.5px; font-weight: 600;}

.profile-thumb{ width: 36px; height: 36px; border-radius: 100%; display: flex; align-items: center; justify-content: center; background-color: #E9CC5A; }
.profile-thumb p{margin-bottom: 0; font-weight: bold; color: #A06A1A;}
.navbar-header .dropdown button{ display:flex; align-items:center}
.user-badge{width: 32px; height: 32px; background-color: var(--highlight); line-height: 1; border-radius: 100%; display: flex; align-items: center; justify-content: center; border: 1px solid var(--highlight); font-size: 14px; font-weight: var(--bold); line-height: 1; color: #fff; text-transform: uppercase;}
.admin-label{ color:var(--highlight)}
.accountmanager-label{ color:#208B51}
.contentmanager-label{ color:#369FEC}
.superadmin-label{ color:var(--red)}
.ass {width: 70%;}
.ass .page_item { margin-bottom: -1px; padding: 20px;}
.ass .page_item .switch-buttons { margin-bottom: 0px !important;}
.ass .switch { margin-bottom: 0px; margin-right: 8px;}
.ass .switch-buttons label { color: #7E7E7E !important; font-size: 16px !important;}
.tm .card { background: #FFFFFF; border: 1px solid #C7CFE6; border-radius: 5px; padding: 20px; padding-bottom: 5px;}
.tm .card .user_image { width: 100%; height: 150px; display: flex; justify-content: center;     margin: 15px 15px 30px 0;}
.tm .card .file_upload { width: 145px; height: 145px; border-radius: 100%; background: none !important; overflow: hidden;}
.tm .card .file_upload img { width: 100%;}
.tm .card .user_img { width: 145px; height: 145px; border-radius: 100%;}
.tm .upload_file::after { display: none;}
.tm .card .file_upload { position: relative !important;}
.tm .card .custom-file-input::before { background-color: #ffffff; }
.tm .mb-0.input-field { margin-bottom: 0px !important;}
.tm .user_form .input-field { margin-bottom: 15px !important; }

.user-management .table-data .search-box .dataTables_length .fill_btn {background-color: transparent; border: 1px solid #afafaf; border-radius: 5px; font-style: normal; font-weight: normal; font-size: 11px; color: #474646; padding: 10.5px 13px 10.5px 13px; height: 40px; display: flex; align-items: center; margin-left: 10px; font-weight: 500;}
.navbar-header .d-flex .d-inline-block #page-header-user-dropdown .mdi-chevron-down {display: none !important;}
.navbar-header .d-flex .d-inline-block #page-header-user-dropdown .mdi-chevron-down::before {display: none !important;}
.navbar-header .d-flex .d-inline-block #page-header-user-dropdown {padding: 0px !important;}
.modal .modal-dialog {max-width: 900px;}
.modal .modal-dialog .modal-content .modal-header {padding: 15px 25px;}
.modal .modal-dialog .modal-content .modal-body {padding: 15px 25px;}
.advance-search .modal-dialog .modal-content .modal-body {padding: 15px 0px;}
.modal .modal-dialog .modal-content .modal-body .left-block .adv_body{padding: 0 25px;}
.modal .modal-dialog .modal-content .modal-body .left-block .adv_body::-webkit-scrollbar { width: 10px; }
.modal .modal-dialog .modal-content .modal-body .left-block .adv_body::-webkit-scrollbar-thumb { background: #E0E2E4; border-radius: 6px; border:3px solid #fff; }
.modal .modal-dialog .modal-content .modal-body .left-block .adv_body::-webkit-scrollbar-track { background: #fff; }
.modal .modal-dialog .modal-content .modal-header .modal-title{font-style: normal; font-weight: 700; font-size: 16px; text-transform: uppercase; color: #000000; font-family: 'Montserrat', sans-serif; margin-bottom: 0px !important;}
.modal .modal-dialog .modal-content .modal-header .btn-close{margin: 0; padding: 0; position: absolute; right: 3%; top: 3% !important; color: #000; width: 14px; height: 14px; font-size: 14px;}
.modal .modal-dialog .modal-content .modal-body label {font-weight: 700; font-size: 11px; color: #3b3b3b; text-transform: uppercase; padding: 0; margin: 0;}
.modal .modal-dialog .modal-content .modal-body .form-group {margin-bottom: 8px;}
.modal .modal-dialog .modal-content .float-end{background-color: var(--highlight); border: 1px solid var(--highlight); border-radius: 5px; font-family: 'Montserrat', sans-serif; font-style: normal; font-weight: 600; font-size: 11px; line-height: 17px; padding: 10px 17px; text-transform: uppercase; color: #fff; margin: 10px 0px;}
.modal .modal-dialog .modal-content .adv_footer .float-end{margin: 10px 25px 10px 10px;}
.left-block.adv_search .adv_body .adv_body-inner .form-group .multiselect-container .search-wrapper .searchBox {margin-top: 0px; padding: 0.2px 6px; font-size: 11px !important;}
.left-block.adv_search .adv_body .adv_body-inner .form-group .multiselect-container li {padding: 4px 10px; font-size: 10px; text-transform: capitalize !important;}
.left-block.adv_search .adv_body .adv_body-inner .form-group .multiselect-container .highlightOption {background-color: #f8b25c;}
.left-block.adv_search .adv_body .adv_body-inner .form-group .multiselect-container li:hover {background-color: #f8b25c;}
.css-1p3m7a8-multiValue {border-radius: 4px;color: #000; font-size: 10px; text-transform: uppercase; font-weight: 600; display: flex; align-items: center; justify-content: center;}
.css-13cymwt-control .css-1p3m7a8-multiValue .css-wsp0cs-MultiValueGeneric{padding: 6px; padding-right: 0px;}
.css-1nmdiq5-menu { font-size: 12px !important; line-height: 12px; font-weight: 500; z-index: 9999 !important;}
.css-1nmdiq5-menu>div::-webkit-scrollbar { width: 5px; }
.css-1nmdiq5-menu>div::-webkit-scrollbar-track { background: #f1f1f1; }
.css-1nmdiq5-menu>div::-webkit-scrollbar-thumb { background: #c7c7c7; border-radius: 6px; }
.css-1nmdiq5-menu>div::-webkit-scrollbar-thumb:hover { background: #a2a2a2; }
.css-1p3m7a8-multiValue {border-radius: 4px;color: #000; font-size: 10px; text-transform: uppercase; font-weight: 600; display: flex; align-items: center; justify-content: center;}
.css-1p3m7a8-multiValue{padding-right: 0px; background: -moz-linear-gradient(top, #EFEFEF 0%, #EEEEEE 47%, #FFFFFF 84%, #FFFFFF 100%); background: -webkit-linear-gradient(top, #EFEFEF 0%,#EEEEEE 47%,#FFFFFF 84%,#FFFFFF 100%); background: linear-gradient(to bottom, #EFEFEF 0%,#EEEEEE 47%,#FFFFFF 84%,#FFFFFF 100%); border: 1px solid #B9B9B9;}
.css-3w2yfm-ValueContainer { -webkit-box-align: center; align-items: center; display: -webkit-box !important; flex: 1 1 0%; flex-wrap: nowrap !important; position: relative; overflow: auto !important; padding: 2px 8px; box-sizing: border-box; }
.css-3w2yfm-ValueContainer::-webkit-scrollbar { height: 3px; }
.css-3w2yfm-ValueContainer::-webkit-scrollbar-track { background: #f1f1f1; }
.css-3w2yfm-ValueContainer::-webkit-scrollbar-thumb { background: #888; border-radius: 6px; }
.css-3w2yfm-ValueContainer::-webkit-scrollbar-thumb:hover { background: #555; }
.css-1dyz3mf { -webkit-box-align: center; align-items: center; display: -webkit-box !important; flex: 1 1 0%; flex-wrap: nowrap !important; position: relative; overflow: auto !important; padding: 2px 8px; box-sizing: border-box; }
.css-1dyz3mf::-webkit-scrollbar { height: 3px; }
.css-1dyz3mf::-webkit-scrollbar-track { background: #f1f1f1; }
.css-1dyz3mf::-webkit-scrollbar-thumb { background: #888; border-radius: 6px; }
.css-1dyz3mf::-webkit-scrollbar-thumb:hover { background: #555; }
.css-b62m3t-container .css-13cymwt-control {height: auto; background-color: #fff; min-height: 35px; max-height: 60px; overflow-y: auto;}
.css-b62m3t-container .css-13cymwt-control:hover {border-color: hsl(0, 0%, 80%);}
.css-b62m3t-container .css-13cymwt-control:hover {border-color: hsl(0, 0%, 80%);}
.css-b62m3t-container .css-qbdosj-Input {font-size: 12px !important;}
.css-b62m3t-container .css-166bipr-Input {font-size: 12px !important;}
.css-1cfo1cf {color: #000 !important; font-size: 14px !important;} 
.css-16xfy0z-control {border: 1px solid #B6B6B6 !important; background-color: #eff2f7 !important; border-color: #B6B6B6 !important;}
.modal .modal-dialog .modal-content .form-control {background-color: #fff;font-size: 11px; height: 37.5px; border: 1px solid #b6b6b6;}
.modal .modal-dialog .modal-content .form-select {border: 1px solid #b6b6b6;}
.Orasi-signin .toast {position: absolute; bottom: 21%; left: 37.5%; z-index: 999;;border: 1px solid #a1d8c4; background-color: #eaf7ee; border-radius: 9px; width: auto;}
.Orasi-signin .toast .toast-header{padding: 3px; background-color: #eaf7ee; position: relative; border-radius: 9px; display: flex; align-items: center; justify-content: space-between; padding-right: 15px;}
.Orasi-signin .toast .toast-header .me-auto{color: #4b4b4b; font-size: 13px; margin-bottom: 0; display: flex; align-items: center; padding: 0; margin: 0px 20px 0px 0px !important; line-height: 0; font-weight: 500;}
.Orasi-signin .toast .toast-header .btn-close{font-size: 8px; padding: 11px; font-weight: 900; border-radius: 11px; opacity: 0.8; width: 0; height: 0;}
.Orasi-signin .toast .toast-header .btn-close:hover{background-color: #fff;}
.Orasi-signin .toast .toast-header .toast-icon{width: 28px; height: 28px; background-color: #3cb15c; border-radius: 10px; display: flex; align-items: center; justify-content: center; margin-right: 10px;}
.Orasi-signin .toast .toast-header .toast-icon .material-icons{color: #fff; font-size: 21px;}
.Orasi-signin .information {border: 1px solid #91bcea; background-color: #cfe0ee;}
.Orasi-signin .information .toast-header{background-color: #cfe0ee;}
.Orasi-signin .information .toast-header .toast-icon {background-color: #5D1CD8;}
.navbar-header .dropdown button:focus {border: none !important; outline: none !important;}
/* .empty-state-body {height: calc(100vh - 420px); position: relative;} */
.empty-state-body {height: calc(100vh - 352px); position: relative;}
.empty-state__message {max-width: 500px; margin: 0 auto; padding: 30px; margin-top: 10px; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);}
.empty-state__message .material-icons{color: var(--highlight); width: 90px; height: 90px; display: flex; align-items: center; justify-content: center; background-color: #ecf0fa; border-radius: 100%; margin: 0 auto; font-size: 54px;}
.empty-state__message .form-check{color: #000; font-weight: 600; font-size: 17px !important; text-align: center; margin-top: 35px;}
.add-client .create-user-block .form-block #home1 .basic-details {background-color: transparent; border: none; margin-left: -12px; margin-right: -12px; margin-bottom: 0px;}
.add-client .create-user-block .form-block #home1 .basic-info-img img{max-width: 100%; max-height: 100%; width: 100%; height: auto; border-radius: 6px; margin-bottom: 9px;}
/* .add-client .create-user-block .form-block .form-control:-webkit-input-placeholder {color: #474646 !important; font-weight: 500;font-family: 'Montserrat', sans-serif;}
.add-client .create-user-block .form-block .form-control:-ms-input-placeholder {color: #474646 !important; font-weight: 500;font-family: 'Montserrat', sans-serif;}
.add-client .create-user-block .form-block .form-control::placeholder {color: #474646 !important; font-weight: 500;font-family: 'Montserrat', sans-serif;} */
.color-btn{background-color: var(--highlight); color: #fff; border: 1px solid var(--highlight);}
.color-btn span{ color: #fff !important;}
.video-popup .modal-dialog {width: 95%!important; max-width: 1000px!important;}
.video-popup .modal-content {border: none !important;}
.video-popup .modal-content .modal-body{ padding: 0 !important;}
.bmpui-ui-watermark {display: none;}
.user-management .create-user-block .form-block .country-code {display: flex; align-items: center;}
 .user-management .create-user-block .form-block .country-code .colorselect{border-right: none; border: 1px solid #B6B6B6; border-radius: 5px 0px 0px 5px; height: 40px;}
 .user-management .create-user-block .form-block .country-code .contact-number{border-radius: 0px 5px 5px 0px; background-color: #fff; border-left: none;}
 .user-management .create-user-block .form-block .country-code .colorselect:focus{outline: none;}
 .rejectedHide{ display: none;}
.clients-search .date-field {display: flex; align-items: center;}
 .clients-search .search-box .position-relative {width: 74% !important;}
 .clients-search .search-box .position-relative .u-calendar{border-radius: 0px !important;  width: 290px; margin-left: -1px;}
 .content_edit .form-block #profile1 .btn-primary {margin-bottom: 10px;}
 .seller-pop .modal-dialog .modal-content .modal-header .btn-close {top: 4% !important;}
 .seller-pop .modal-dialog .modal-content .mb-3.input-field {margin-bottom: 8px !important}
 .clients-search .table-data .table-responsive .table th:nth-child(1), .clients-search .table-data .table-responsive .table td:nth-child(1) {width: 0% !important; display: none;}
 .clients-search .table-data .table-responsive .table th:nth-child(2), .clients-search .table-data .table-responsive .table td:nth-child(2) {width: 20% !important; text-align: left;}
 .clients-search .table-data .table-responsive .table th:nth-child(3), .clients-search .table-data .table-responsive .table td:nth-child(3) {width: 12% !important; text-align: left;}
 .clients-search .table-data .table-responsive .table th:nth-child(4), .clients-search .table-data .table-responsive .table td:nth-child(4) {width: 19% !important; text-align: left;}
 .clients-search .table-data .table-responsive .table th:nth-child(5), .clients-search .table-data .table-responsive .table td:nth-child(5) {width: 15% !important; text-align: left;}
 .clients-search .table-data .table-responsive .table th:nth-child(6), .clients-search .table-data .table-responsive .table td:nth-child(6) {width: 13% !important; text-align: left;}
 .clients-search .table-data .table-responsive .table th:nth-child(7), .clients-search .table-data .table-responsive .table td:nth-child(7) {width: 16% !important; text-align: center;}
 .clients-search .table-data .table-responsive .table td:nth-child(8) .d-flex .action-button {border-radius: 5px; margin: 0;}

 .import-content .import-content-status .create-user-block {height: auto !important;}
 .import-content-status .breadcrumb .content-status-count .d-flex {  margin-left: 25px; border-radius: 5px; position: relative; flex-direction: column;}
 .import-content-status .breadcrumb .content-status-count .d-flex .menu-path{margin-top: 0px; line-height: 0; display: flex; align-items: center; font-size: 12px;}
 .import-content-status .breadcrumb .content-status-count .d-flex .menu-path .material-icons{margin-right: 5px; font-size: 18px;}
 .import-content .import-content-status .breadcrumb .content-status-count .d-flex .menu-path .count{padding: 11px; border-radius: 50px; color: #fff; margin-left: 7px; display: flex; align-items: center; justify-content: center; margin-right: 2px; font-size: 13px; font-weight: 600;}
 .import-content-status .create-user-block .d-flex {width: 100%; justify-content: space-between; margin-bottom: 15px;}
 .import-content-status .create-user-block .d-flex p{font-size: 15px; font-weight: 600; text-transform: capitalize; margin-bottom: 0;}
 .import-content .import-content-status .create-user-block .d-flex .download-table-xls-button{background-color: transparent; border: 1px solid #AFAFAF; border-radius: 5px; font-style: normal; font-weight: normal; font-size: 12px; color: #474646; padding: 9.5px 13px 9.5px 13px; display: flex; align-items: center;}
 .import-content .import-content-status .create-user-block .d-flex .download-table-xls-button span{font-size: 14px; margin-right: 5px;}
 .import-content .import-content-status .create-user-block {padding: 30px 30px;}

 .table-responsive .table {margin-bottom: 10px;}
 .table-responsive::-webkit-scrollbar {height: 8px !important; width:8px}
 .table-responsive::-webkit-scrollbar-thumb { background: #cbc9c9; border-radius: 6px;}
 .table-responsive::-webkit-scrollbar-track { background: #e7e7e7; }
 .required {color: red; font-size: 16px;}
 .table-responsive .table {margin-bottom: 10px;}

 .viwe-client-search .table-data .card-body .menu-path {font-size: 15px; color: #313E5B; font-weight: 400; margin-bottom: 0;}
 .viwe-client-search .table-data .card-body .menu-path b{margin-left: 10px;}
 .viwe-client-search .table-data .card-body .badge {margin-bottom: 0; background-color: var(--red); margin-left: 10px; font-weight: 700; padding: 5px 8px; font-size: 12px;}
 .viwe-client-search .page-content .container-fluid .table-data .card-body { padding-top: 25px;}
 .viwe-client-search .page-content .container-fluid .table-data .card-body .row.mb-2{ margin-bottom: 20px !important;}
 .viwe-client-search .page-content .container-fluid .table-data .card-body .table-responsive{width: 50%; margin: 0 auto;}
 .viwe-client-search .table-data .table-responsive .table td:nth-child(1) {text-transform: capitalize; text-align: left; font-weight: 600; width: 50% !important;}
 .viwe-client-search .table-data .table-responsive .table td:nth-child(2) {text-transform: capitalize; text-align: left; font-weight: 500; width: 50% !important;background-color: transparent; position: inherit; border-left: 1px solid #d5d6d8;}
::-webkit-input-placeholder { color: rgba(0, 0, 0, 0.4) !important;}
::-moz-placeholder { color: rgba(0, 0, 0, 0.4) !important;}
:-ms-input-placeholder { color: rgba(0, 0, 0, 0.4) !important;}
:-moz-placeholder { color: rgba(0, 0, 0, 0.4) !important;}
select { color: rgba(0, 0, 0, 0.80) !important;}
option:not(:first-of-type) {color: rgba(0, 0, 0, 1) !important;}
.colorselect::select {color: rgba(0, 0, 0) !important;}
.colorselect{ color: rgba(0, 0, 0) !important;}
.form-select:focus {background-color: #fff;}
.map-content .map-content-block .table-responsive table>tbody>tr>td:last-child {background-color: transparent; position: inherit; border-left: none;}
.map-content .map-content-block .table-responsive table>thead>tr>th:last-child {background-color: #fff; position: inherit; border-left: none;}
.user-management .table-data .table-responsive .table-nowrap td{white-space: inherit; background-color: inherit;}
.errormsg {font-weight: normal !important; font-size: 12px !important; font-style: normal;}
.default-wrapper{ position: absolute; padding: 15px; transform: translate(-50%, -50%); left: 50%; top: 50%; display: flex; align-items: center; flex-direction: column; justify-content: center; text-align: center;}
.default-wrapper .icon-block{ width: 100px; height: 100px; background: #E9EDF7; display: flex; align-items: center; justify-content: center; border-radius: 100%; margin-bottom: 10px;}
.default-wrapper h5{font-size: 14px; text-align: center;}

.title-block{ display: flex; align-items: center; justify-content: space-between; margin-bottom: 3px;}
.title-block label{ margin-bottom: 0!important;}
.title-block button{ appearance: none; -webkit-appearance: none; border: none; background-color: var(--highlight); font-size: 10px; text-transform: uppercase; font-weight: bold; color: #fff; padding: 4px 6px; border-radius: 3px; line-height: 1; }
.title-block button span{ color:#fff; font-size: 10px;}

.orasi-preloader{ position: absolute; top:0; bottom:0; left: 16%; right: 0; background-color: rgba(0, 0, 0, 0.1); display: flex; align-items: center; justify-content: center; flex-direction: column;}
.orasi-preloader img { width: 36px; height: 36px; animation: 1.5s ease 0s infinite beat;}
@keyframes beat { 0%, 50%, 100% { transform: scale(1, 1) rotate(0deg); } 30%, 80% { transform: scale(0.8, 0.8) rotate(360deg); }}
.import-content-status .table-check { display: flow-root !important; overflow-y: auto; max-height: 412px; display: block;}
.import-content .import-content-status .table-nowrap td{white-space: inherit !important;}
.import-content-status .table-check thead{ position: sticky; top: 0;}
.import-content-status .table-check::-webkit-scrollbar {width: 8px !important; height: 8px !important; background: #ebe9e9;}
.import-content-status .table-check::-webkit-scrollbar-track {border-radius: 10px;}
.import-content-status .table-check::-webkit-scrollbar-thumb {background:#c9c9c9; border-radius: 10px;}
.import-content-status .table-check::-webkit-scrollbar-thumb:hover {background: #bcbbbb;}
.orasi-preloader h1 { text-align: center; font-family: "Heebo", sans-serif; font-weight: 100; margin: 10px 20px 0 0; font-size: 18px; margin-bottom: 10px; color: #000;}
.progress-bar {position: relative; height: 10px; width: 200px; background: var(--grey); border-radius: 25px;}
.progress-fill {position: absolute; height: 10px; width: 0%; animation: progress-forward 3s infinite; background: #34c38f; border-radius: 15px;}
@keyframes progress-forward { 0% { width: 0%;} 25% { width: 50%;} 50% {width: 75%;} 75% {width: 85%;} 100% {width: 100%;}}

.recommeded .table-data .search-box.d-inline-block .position-relative {width: 41% !important;}
.recommeded .table-data .table-responsive .table th:nth-child(7), .recommeded .table-data .table-responsive .table td:nth-child(7) { width: 13% !important; text-align: left;}
.recommeded .table-data .table-responsive .table td .d-flex .action-button {border-radius: 5px; margin: 0;}
.clients .table-data .table-responsive .table td:nth-child(6) {font-weight: 500; font-size: 11.5px;}

.contact .table-data .table-responsive .table th:nth-child(2), .contact .table-data .table-responsive .table td:nth-child(2) { width: 26% !important; text-align: left;}
.contact .table-data .table-responsive .table th:nth-child(3), .contact .table-data .table-responsive .table td:nth-child(3) { width: 24% !important; text-align: left;}
.contact .table-data .table-responsive .table th:nth-child(4), .contact .table-data .table-responsive .table td:nth-child(4) { width: 16% !important; text-align: left;}
.contact .table-data .table-responsive .table th:nth-child(5), .contact .table-data .table-responsive .table td:nth-child(5) { width: 16% !important; text-align: left;}
.contact .table-data .table-responsive .table th:nth-child(6), .contact .table-data .table-responsive .table td:nth-child(6) { width: 13% !important; text-align: left;}
.contact .table-data .table-responsive .table td .d-flex .action-button {border-radius: 5px;}
.contact .table-data .search-box .position-relative { width: 41% !important;}

.view-deals .create-user-block .form-block #home1 .col-md-4 .d-flex.align-items-center img {width: 50px; height: 50px; border-radius: 5px; margin-right: 15px;}
.view-deals .create-user-block .form-block #home1 .col-md-4 .d-flex.align-items-center p {font-size: 12px !important; margin: 0;}
.view-deals #home1 .table-data .pagination-block {background-color: transparent !important; border: none !important;}
.view-deals .table-data .table-responsive .table td .d-flex img{ width: 21px; height: auto; border: 1px solid #d3d3d3; border-radius: 3px;}
.view-deals .page-content .pagination-block .col-md-7 .pagination .page-link{background-color: transparent;}
.view-deals .table-data .table-responsive .table td:nth-child(1) {white-space: nowrap;}
.view-deals .table-data .table-responsive {margin-bottom: 10px; max-height: 500px; overflow: auto;}
/* .view-deals .create-user-block .form-block #home1 .status label {width: 103px;} */
.view-deals .create-user-block .form-block #home1 .row.status .form-control {width: 150px;}
.view-deals .create-user-block .form-block #home1 .row.status .status-block .form-control {width: 180px;}
.view-deals .create-user-block .form-block #home1 .row.status .status-block {width: 25% !important; padding-right: 0 !important;}
.view-deals .create-user-block .form-block #home1 .row.status .status-block .input-field.d-flex{float: right !important;}
.add-client .create-user-block .form-block #home1 .row.status .input-field {margin-bottom: 0 !important;}
.add-client .create-user-block .form-block #home1 .comment-section {padding-top: 5px;}
.disable {opacity: 0.5; cursor: no-drop;}
.row.comment-section.created { padding-bottom: 10px;}
.add-client .create-user-block .form-block textarea {height: 97px !important;}
.new-look-up .modal-dialog{ max-width: 400px !important;}
.new-look-up .modal-dialog .btn{float: right; margin-top: 12px; font-size: 10px; margin-bottom: 4px; font-weight: 600; text-transform: uppercase; padding: 11px 15px; position: relative; cursor: pointer !important; display: flex; align-items: center; line-height: normal;}
.new-look-up .modal-dialog .modal-content .modal-header .modal-title{font-size: 15px !important;}
.new-look-up .modal-dialog .modal-content .modal-header .btn-close{top: 9.5% !important; right: 6% !important;}
.new-look-up .modal-dialog { -webkit-transform: translate(0%,70%) !important; transform: translate(0%,70%) !important;}
.view-deals .create-user-block .form-block textarea {height: 97px !important;}
.view-deals .table-data .table-responsive .table th:nth-child(2), .view-deals .table-data .table-responsive .table td:nth-child(2) { text-align: left; width: 47% !important;}
.view-deals .table-data .table-responsive .table td:nth-child(2) {font-weight: 500;}
/* .orasi-preloader h1:after { overflow: hidden; display: inline-block; vertical-align: bottom; -webkit-animation: ellipsis steps(4,end) 900ms infinite; animation: ellipsis steps(4,end) 900ms infinite; content: "\2026"; width: 0px;} */
@keyframes ellipsis { to {  width: 1.25em;}}
@-webkit-keyframes ellipsis { to { width: 1.25em;}}
/* .user-management .page-content .table-responsive {max-height: calc(100vh - 375px);} */
/* .create-user .create-user-block .form-block .col-md-6:nth-child(4) .form-label {margin-top: 5.5px; margin-bottom: 6.5px;} */
/* .user-management .page-content .table-responsive .table-light {position: sticky; top: 0;} */

.user-management .table-data .card-body .search-box .dropdown-toggle {padding: 11.8px 13px !important; font-size: 11px !important; background-color: var(--highlight) !important; border: var(--highlight) !important; color: #fff !important; width: 70px !important; justify-content: center !important; border-radius: 5px !important; height: 40px;}
.user-management .table-data .card-body .search-box .dropdown-toggle:hover {padding: 11.8px 13px !important; font-size: 11px !important; color: #fff !important; width: 70px !important; justify-content: center !important; border-radius: 5px !important; height: 40px;}
.user-management .table-data .card-body .search-box .dropdown-toggle.active {background-color: var(--highlight); border: var(--highlight);}
.user-management .table-data .search-box .dataTables_length .fill_btn .material-icons-outlined {font-size: 16px; color: #1C1B1F; margin-right: 5px;}
.user-management .table-data .search-box .dataTables_length .dropdown .dropdown-menu .dropdown-item .material-symbols-outlined {display: none;}
.user-management .table-data .search-box .dataTables_length .dropdown .dropdown-menu.show {min-width: auto;}
.user-management .table-data .search-box .dataTables_length .dropdown .dropdown-menu .dropdown-item {padding: 5px 15px; font-size: 12px;}
.user-management .table-data .dataTables_length .fill_btn { background-color: transparent; border: 1px solid #afafaf; border-radius: 5px; font-style: normal; font-weight: normal; font-size: 11px; color: #474646; padding: 10.5px 13px 10.5px 13px; height: 40px; display: flex; align-items: center; font-weight: 500;}
.user-management .table-data .dataTables_length .fill_btn .material-icons{font-size: 16px; color: #1C1B1F; margin-right: 5px;}

.export .table-data .button-block {display: flex;}
.export .table-data .button-block .dataTables_length{margin-right: 10px;}
.export .table-data .button-block .dataTables_length .fill_btn {padding: 10.5px 20px 10.5px 20px; cursor: pointer;}
.export .table-data .table-responsive .export-table-data th:nth-child(1), .export .table-data .table-responsive .export-table-data td:nth-child(1) { width: 30% !important;}
.export .table-data .table-responsive .export-table-data th:nth-child(2), .export .table-data .table-responsive .export-table-data td:nth-child(2) { text-align: left; width: 29% !important;}
.export .table-data .table-responsive .export-table-data th:nth-child(3), .export .table-data .table-responsive .export-table-data td:nth-child(3) { text-align: left; width: 17% !important;}
.export .table-data .table-responsive .export-table-data th:nth-child(4), .export .table-data .table-responsive .export-table-data td:nth-child(4) { text-align: left; width: 18% !important;}
.export .table-data .table-responsive .export-table-data th:nth-child(5), .export .table-data .table-responsive .export-table-data td:nth-child(5) { text-align: left; width: 16% !important;}
.export .table-data .table-responsive .export-table-data th:nth-child(6), .export .table-data .table-responsive .export-table-data td:nth-child(6) { text-align: left; width: 10% !important;}
.export .table-data .table-responsive .export-table-data th:nth-child(7), .export .table-data .table-responsive .export-table-data td:nth-child(7) { text-align: center; width: 6% !important;}
.export .table-data .table-responsive .export-table-data td .d-flex .action-button .material-icons-outlined { font-size: 13px!important; margin-right: 0px; color: #000 !important;}
.export .table-data .table-responsive .export-table-data td:nth-child(4) { text-transform: uppercase; font-weight: 500;}
.export .table-data .dataTables_length .border-danger.active{ background-color: #f66a6a; color: #fff !important;}
.export .table-data .dataTables_length .border-success.active{ background-color: #34c38f; color: #fff !important;}
.export .table-data .dataTables_length .border-primary.active{ background-color: #556ee6; color: #fff !important;}
.export .table-data .dataTables_length .border-warning.active{ background-color: #f1b44c; color: #fff !important;}
.export .table-data .table-responsive .export-table-data td:nth-child(3) {font-weight: 500;}

.avatar-block { background-color: #fff; border-radius: 5px; width: 100%; overflow: hidden; box-shadow: 0 0 30px rgb(214 215 216 / 60%);}
.avatar-block .avatar-header {background-image: url(https://d3pha9ax8wzu0e.cloudfront.net/spotsaverDev/images/web/bg-pattern.jpg); background-size: 100%; position: relative; height: 100px;}
.avatar-img-block { display: flex; width: 110px; height: 110px; border-radius: 100%; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -15px); background-color: var(--highlight); overflow: hidden; border: 5px solid #fff; box-shadow: 0 0 30px rgb(214 215 216 / 60%); align-items: center; justify-content: center;}
.avatar-img-block p { color: #fff; font-weight: var(--bold); font-size: 42px; font-family: var(--font); margin-bottom: 0;}
.avatar-body { padding: 35px 20px; text-align: center;}
.avatar-body .username { font-size: 1rem;}
.avatar-body .badge{background-color: var(--red); text-transform: uppercase; padding: 4px 7px; color: #fff; font-size: 12px; font-weight: 700; border-radius: 6px}

.add-client .create-user-block .form-block .tab-content #profile1 .document-title .btn-primary .material-icons{font-size: 15px; margin-right: 3px; font-weight: 600;}
.no-documents{max-width: 500px; margin: 0 auto; padding: 30px;  height: calc(100vh - 438px);}
.no-documents .material-icons-outlined{color: #fff; width: 115px; height: 115px; display: flex; align-items: center; justify-content: center; background-color: var(--highlight); border-radius: 100%; margin: 0 auto; font-size: 52px; font-weight: normal;} 
.no-documents p{color: #606060; font-weight: 600; font-size: 16px !important; text-align: center; margin-top: 35px;} 
.add-document .modal-content .btn-gray #upload {width: 100%; height: 37.5px; opacity: 0; overflow: hidden; position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0;}
.add-document .modal-content .btn-gray.input-field {width: 100%; height: 37.5px; background-color: #dee0e7; color: #3d3d3d; text-transform: uppercase; display: flex; align-items: center; justify-content: center; border: 1px dashed #797979; border-radius: 0.25rem; position: relative; cursor: pointer; font-weight: 700; font-size: 11px;}
.add-document .modal-content .btn-gray.input-field .material-icons{margin-right: 5px; font-size: 21px;}
.add-document .modal-content .modal-body p{font-size: 11px; font-weight: 500; margin-bottom: 7px;}

.edit-content .content_edit .form-block .tab-content #videoclips .row .col-md-3 .font-size-14 {margin: 10px 13px 10px 0;}
.edit-content .content_edit .form-block .tab-content #videoclips .row .col-md-3 .btn-primary {padding: 11px 15px; font-weight: 700; margin: 10px 0 13px 0;}
.edit-content .content_edit .form-block .tab-content #videoclips .row .col-md-3 .btn-primary .material-icons{font-size: 15px; margin-right: 3px; font-weight: 600;}

.permission-block table {background-color: #ffffff; border: 0.5px solid #d2daef; margin-bottom: 0px;}
.permission-block .table-responsive {border: 0.3px solid #b6b6b6; max-height: 60.7vh; overflow-y: auto;}
.permission-block .table-responsive::-webkit-scrollbar {height: 8px !important; width:5px}
.permission-block table thead tr th{color: #000; font-size: 11px; font-weight: 700;}
.permission-block table thead tr th .d-flex .material-icons-outlined{margin-right: 10px; font-size: 15px;}
.permission-block table thead tr th .d-flex .form-check-input{margin-right: 5px; width: 1.15em; height: 1.15em;}
.permission-block table .form-check-input{border: 1px solid #b6b6b6;}
.permission-block table tbody tr td{color: #000; font-size: 10px; font-weight: 600;}
.permission-block table tbody tr td .form-check-input{width: 1.3em; height: 1.3em;}
.permission-block table tbody tr:nth-of-type(even) {background-color: #ECF0FA;}
.permission-block table tbody .arrow-right { background-color: #ffffff !important; border-bottom: 1px solid #fff; border-top: 1px solid #fff;}
.permission-block table tbody .arrow-right .d-flex{padding-left: 30px;}
.permission-block table tbody tr td .d-flex .material-symbols-outlined{color: #838b98; font-weight: 600; font-size: 17px;}
.permission-block table tbody .arrow-right .material-symbols-outlined{color: #838b98 !important;}
.permission-block table thead tr th:nth-child(1), .create-user .create-user-block .permission-block table tbody tr td:nth-child(1) {width: 67% !important;}
.permission-block table tbody .reports {border-bottom: 1px solid #d2daef;}
.permission-block table thead tr th, .permission-block table tbody tr td{padding: 0.5rem 0.75rem;}
.create-user .create-user-block .btn-block {margin-bottom: 9px;}

  .create-deals .create-user-block .table-data .col-md-12 .btn {float: left; margin-bottom: 20px; padding: 8px 14px; font-size: 10px;}
  .create-deals .create-user-block .table-data .table-responsive {max-height: 400px}
  .create-deals .create-user-block .table-data .table-responsive .table th span {margin-left: 5px; font-size: 16px; vertical-align: sub; font-weight: 900; cursor: pointer;}
  .create-deals .create-user-block .table-data .table-responsive .table td .btn-rounded{color: #000; background-color: transparent; border: none; border-radius: unset; text-transform: uppercase; font-size: 11.5px; padding: 0; font-weight: 500; cursor: auto; text-align: left; width: auto;margin: 0}
  /* .create-deals .create-user-block .table-data .table-responsive .table td .d-flex .action-button.text-danger .mdi-delete {color: #ed3736;} */
  .create-deals .create-user-block .table-data .table-responsive .table td:nth-child(3) { font-style: normal; font-weight: 600; font-size: 11.5px; color: #000000; text-transform: capitalize;}
  .create-deals .create-user-block .table-data .table-responsive .table th:nth-child(1), .create-deals .create-user-block .table-data .table-responsive .table td:nth-child(1) { width: 0% !important; }
  .create-deals .create-user-block .table-data .table-responsive .table th:nth-child(2), .create-deals .create-user-block .table-data .table-responsive .table td:nth-child(2) { text-align: center; width: 1% !important;}
  .create-deals .create-user-block .table-data .table-responsive .table th:nth-child(3), .create-deals .create-user-block .table-data .table-responsive .table td:nth-child(3) { width: 11% !important;}
  .create-deals .create-user-block .table-data .table-responsive .table th:nth-child(4), .create-deals .create-user-block .table-data .table-responsive .table td:nth-child(4) {width: 12% !important;}
  .create-deals .create-user-block .table-data .table-responsive .table th:nth-child(5), .create-deals .create-user-block .table-data .table-responsive .table td:nth-child(5) {width: 16% !important;}
  .create-deals .create-user-block .table-data .table-responsive .table th:nth-child(6), .create-deals .create-user-block .table-data .table-responsive .table td:nth-child(6) {text-align: center; width: 0% !important;}
  .create-deals .create-user-block .form-block .row { border: 1px solid #c1c1c1; border-radius: 5px; margin-bottom: 15px; margin-left: 0px; margin-right: 0px; background-color: #f5f7fa;}
  .create-deals .create-user-block .form-block .input-field { margin-bottom: 13px !important;}
  .create-deals .create-user-block .table-data .col-md-12 textarea {height: 97px !important;}
  .create-deals .create-user-block .form-block .status { border: none; border-radius: unset; margin-bottom: 0px; background-color: transparent;}
  .create-deals .create-user-block .form-block .status .col-md-9.justify-content-end {padding-right: 0px !important;} 
  .create-deals .create-user-block .table-data .table-responsive .table td a img {width: 21px; height: auto; border: 1px solid #d3d3d3; border-radius: 3px;}
  .create-deals .create-user-block .table-data .table-responsive .table td:nth-child(3) button {color: #000; background-color: transparent; border: none; border-radius: 5px; text-transform: uppercase; font-size: 9.5px; padding: 0px; font-weight: 600; cursor: auto; text-align: left;}
  .create-deals .create-user-block .table-responsive .table td .d-flex .action-button.text-danger { border-radius: 5px; margin: 0;}

  .add-document .modal-content .modal-header .close-btn {top: 7.5% !important; right: 4% !important; color: #000; width: 14px; height: 14px; font-size: 14px; margin: 0; padding: 0; position: absolute;}
  .add-document .modal-content .modal-header .close-btn .material-icons{font-size: 21px;}
  .edit-content .basic-info-img {position: inherit;}
  .edit-content .basic-info-img img::before { content: ""; background: rgba(0, 0, 0, 0.8); position: absolute; left: 30px; right: 30px; top: 30px; bottom: 30px; transition: all ease-in-out 0.3s; z-index: 0; opacity: 0;}
  .edit-content .basic-info-img img:hover::after { top: 0; left: 0; right: 0; bottom: 0; opacity: 1;}
  .edit-content .basic-info-img .edit-info {opacity: 0; text-align: left; transition: all ease-in-out 0.3s;}
  .edit-content .basic-info-img:hover .edit-info {opacity: 1;}
  .edit-content .basic-info-img .black-gradient { background: -moz-linear-gradient(top,  #00000000 0%, #000000 50%); background: -webkit-linear-gradient(top,  #00000000 0%,#000000 50%); background: linear-gradient(to bottom,  #00000000 0%,#000000 50%);}
  .edit-content .basic-info-img .border-btn_sm { position: absolute; top: 29px; right: 8px; border-radius: 100%; background-color: var(--highlight); box-shadow: none; border: 1px solid var(--highlight); width: 35px; height: 35px; display: flex; align-items: center; justify-content: center;}
  .edit-content .basic-info-img .border-btn_sm .font-size-18{font-size: 17px!important; color: #fff;}

.edit-category .create-user-block {display: block;}
.edit-category .create-user-block .left_block {padding-right: 0px; overflow: hidden;}
.edit-category .create-user-block .left_block .btn-primary {width: 100%; justify-content: center; height: 43px;}
.edit-category .create-user-block .left_block .btn-primary {width: 100%; justify-content: center; height: 43px;}
.edit-category .create-user-block .left_block .btn-primary input[type="file"] { width: 100%; height: 40px; border-radius: 5px; opacity: 0; overflow: hidden;  cursor: pointer; position: absolute;}
.edit-category .create-user-block label { font-size: 12px !important; color: #000 !important;}
.edit-category .create-user-block .left_block .upload-image {width: 100%; overflow: hidden; border-radius: 7px; padding: 46%; position: relative; margin-bottom: 14px; cursor: pointer; border: 1px solid #b6b6b6;}
.edit-category .create-user-block .left_block .upload-image img{position: absolute; max-width: 100%; max-height: 100%; transform: translate(-50%, -50%); top: 50%; left: 50%; width: 100%; margin-top: 20px;}
.edit-category .create-user-block .table-responsive {max-height: calc(100vh - 362px); overflow-y: scroll;}
.edit-category .create-user-block .form-block .row.status{margin-top: 15px;}
.edit-category .create-user-block .form-block .row.status .justify-content-between .input-field{margin-bottom: 0px !important;}
.edit-category .create-user-block .form-block .row.status .justify-content-end .btn-block{margin-bottom: 0px;}
.edit-category .create-user-block .table-responsive .table {margin-bottom: 0px !important;}
.edit-category .create-user-block .table-responsive .table thead th {font-weight: 700; font-size: 11px; padding: 10px; top: 0; position: sticky; z-index: 999;}
.edit-category .create-user-block .table-responsive .table tbody td {font-weight: 500; font-size: 11.5px; padding: 10px;}
.edit-category .create-user-block.content_edit.block_buyer .table-responsive .table th:nth-child(1), .edit-category .create-user-block.content_edit.block_buyer .table-responsive .table td:nth-child(1) { width: 9% !important;}
.edit-category .create-user-block.content_edit.block_buyer .table-responsive .table th:nth-child(2), .edit-category .create-user-block.content_edit.block_buyer .table-responsive .table td:nth-child(2) { width: 41% !important; text-align: center;}
.edit-category .create-user-block.content_edit.block_buyer .table-responsive .table th:nth-child(3), .edit-category .create-user-block.content_edit.block_buyer .table-responsive .table td:nth-child(3) { width: 0% !important; text-align: center;}
.edit-category .create-user-block.content_edit.block_buyer .table-responsive .table th:nth-child(4), .edit-category .create-user-block.content_edit.block_buyer .table-responsive .table td:nth-child(4) { width: 15% !important; text-align: center;}
.edit-category .create-user-block.content_edit.block_buyer .table-responsive .table th:nth-child(5), .edit-category .create-user-block.content_edit.block_buyer .table-responsive .table td:nth-child(5) { width: 0% !important; text-align: center;}
.edit-category .create-user-block .table-responsive .table .form-check { margin-bottom: 0; height: 16px; display: flex; align-items: center; justify-content: center;}
.edit-category .create-user-block .col-md-9.ps-1 .form-block .col-md-12 .btn-block {margin-bottom: 0px; margin-top: 15px;}
.view-category .create-user-block.content_edit.block_buyer .table-responsive .table th:nth-child(2), .view-category .create-user-block.content_edit.block_buyer .table-responsive .table td:nth-child(2) { width: 13% !important; text-align: center;}
.view-category .create-user-block.content_edit.block_buyer .table-responsive .table th:nth-child(1), .view-category .create-user-block.content_edit.block_buyer .table-responsive .table td:nth-child(1) { width: 0% !important; text-align: left;}

.user-management .table-data .card-body .search-box .notify-dd.dropdown .dropdown-toggle {border: 1px solid #afafaf !important; background-color: #fff !important; color: #474646 !important;}
.table-responsive table thead tr th:last-child, .table-responsive table tbody tr td:last-child {position: sticky; right: 0; z-index: 8;}
.create-deals .table-responsive table td .cast {word-break: break-all; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; white-space: inherit !important; border: none;}
.permission-block .permission-title {display: flex; align-items: center; margin-bottom: 6px; color: #000; font-size: 12px; font-weight: 700;}
.permission-block .permission-title span{font-size: 19px; margin-right: 5px;}
.permission-block .table-responsive table tbody .menu-titles td {text-transform: uppercase; font-weight: 700; font-size: 9.5px;}
.permission-block .table-responsive table tbody .menu-titles td .material-icons-outlined {color: var(--highlight); font-size: 16px; margin-right: 4px;}
.permission-block .table-responsive thead tr th {position: sticky; top: 0; z-index: 999; background-color: #ECF0FA;}
.create-user .create-user-block .form-block .input-field .errormsg {position: absolute; bottom: -18px; left: 0px;}

.access-denied .modal-dialog { max-width: 500px !important; position: absolute;transform: translate(-50%, -50%) !important; left: 50%; top: 50%; width: 500px; margin: 0;}
.access-denied .modal-dialog .modal-content{background-color: #e8e8e8; border-radius: 8px;}
.access-denied .modal-dialog .modal-content .modal-body{background-color: #e8e8e8; border-radius: 8px; padding: 15px 20px !important;}
.access-denied .modal-dialog .modal-content .modal-body h3{text-align: center; color: #000; font-size: 18px; text-transform: capitalize; font-weight: 700; margin: 8px 0px 18px 0px;}
.access-denied .modal-dialog .modal-content .modal-body p{color: #2b2b2b; margin-bottom: 0px; font-size: 13px; font-weight: 500; text-align: center;}
.access-denied .modal-dialog .modal-content .modal-body .fill_btn{text-transform: uppercase; font-weight: 700; font-size: 12px; display: block; margin: 16px 3px; margin-bottom: 5px; padding: 11px 25px; background-color: var(--highlight); border: var(--highlight); border-radius: 50px; color: #fff;}
.access-denied .modal-dialog .modal-content .modal-body .close-btn{position: absolute; top: 9px; right: 13px; width: 27px; height: 27px; background-color: #efefef;}
.access-denied .modal-dialog .modal-content .modal-body .close-btn span{color: #0a0a0a;font-size: 17px;}
.access-denied .modal-dialog .modal-content .modal-body .access-denied-icon{width: max-content; margin: 0 auto; display: block; color: #000; font-size: 28px;}
.access-denied .modal-dialog .modal-content .modal-body .popup-footer {display: flex; align-items: center; justify-content: center;}

.table-actions-btn .loading-icon, button .loading-icon{animation: 0.8s linear 0s infinite rotate; width: 24px;}
.export .action-button .loading-icon{animation: 0.8s linear 0s infinite rotate; width: 11px;}
.table-actions-btn .loading-icon{ width: 15px; position: relative; left: inherit; top: inherit; }
@keyframes rotate {0%{ transform: rotate(0deg); }100%{ transform:rotate(360deg); }}
.loading-icon{animation: 0.8s linear 0s infinite rotate; width: 18px;}
.access-denied .fill_btn .loading-icon{animation: 0.8s linear 0s infinite rotate; width: 16px;}
.Orasi-signin .loading-icon{display: none;}

.clients-search .table-data .card-body .search-box .dropdown {background-color: transparent !important; border: 1px solid #afafaf !important; border-radius: 0px !important; color: #474646 !important; height: 40px; width: 56%; margin-left: 0;}
.clients-search .table-data .card-body .search-box .dropdown .dropdown-toggle {background-color: transparent !important; cursor: auto; color: #474646 !important; width: 100% !important; display: flex; align-items: center; justify-content: left !important;}
.clients-search .table-data .card-body .search-box .dropdown .dropdown-toggle:hover {padding: 11.8px 13px !important; font-size: 11px !important; color: #474646 !important; width: 100% !important; height: 40px;}
.clients-search .table-data .card-body .search-box .dropdown .dropdown-toggle::after { display: inline-block; width: 0; height: 0; margin-left: 0.255em; vertical-align: 0.255em; content: ""; border-top: 0.3em solid; border-right: 0.3em solid transparent; border-bottom: 0; border-left: 0.3em solid transparent; font-size: 15px; margin-left: 7px;}
.clients-search .table-data .card-body .search-box .dropdown .dropdown-menu { top: 38px !important; left: 0px !important; padding: 10px !important; border: 1px solid #afafaf !important; border-radius: 5px;}
.clients-search .table-data .card-body .search-box .dropdown .form-control {height: 32px !important; padding: 0 5px !important; border: 1px solid #afafaf !important; border-radius: 2px !important; width: 100% !important; display: block;}
.clients-search .table-data .card-body .search-box .dropdown .and { margin: 5px 0px; text-align: center; font-size: 14px; color: #000; font-weight: 400;}
.clients-search .table-data .card-body .search-box .dropdown .apply {background-color: var(--highlight); border-radius: 2px; color: #ffffff !important; height: 32px; width: 100%; margin-top: 10px; font-size: 14px; border: solid 1px var(--highlight); text-align: center; justify-content: center;}
.clients-search .table-data .search-box .position-relative .form-control {width: 77%;}

.lps .accordion .accordion-item {border: 1px solid #D2DAF0; background: #F1F5FF;}
.lps .accordion .accordion-item .accordion-body{background-color: #fff;}
.lps .accordion .accordion-item h2 button { font-weight: 700; font-size: 14px; line-height: 18px; color: #000000; margin-bottom: 0px;}

.lps .permission-block .table-responsive .switch-buttons  {margin-bottom: 0px !important;}
.lps .permission-block .table-responsive .switch-buttons .switch {margin-bottom: 0px !important; width: 35px;  height: 7.7px;}
.lps .permission-block .table-responsive .switch-buttons .slider:before {width: 13px; height: 13px; bottom: -1.8px !important;}
.lps .permission-block .table-responsive .switch-buttons input:checked + .slider:before {-webkit-transform: translateX(23px); -ms-transform: translateX(23px); transform: translateX(23px);}
.lps .col-md-8 #v-pills-tabContent {padding: 0 !important;}
.lps .col-md-3 #v-pills-tab .nav-link {padding: 0 !important; margin-bottom: 20px !important; color: #000 !important; font-weight: bold; font-size: 16px;}
.lps .col-md-3 #v-pills-tab .nav-link.active, .lps .col-md-4 #v-pills-tab .show>.nav-link {color: var(--highlight) !important; background-color: transparent !important; margin-bottom: 15px;}
.lps .col-md-8 #v-pills-tabContent .permission-block table tbody tr td .d-flex .material-symbols-outlined {color: var(--highlight);}
.lps .col-md-8 #v-pills-tabContent .permission-block table tbody tr td {font-size: 11px; text-transform: capitalize;}
.asp .col-md-3 #v-pills-tab .nav-link {font-size: 14px;}

.add-client .content_edit.block_buyer .form-block .col-md-9 table th:nth-child(1), .add-client .content_edit.block_buyer .form-block .col-md-9 table td:nth-child(1) {width: 0 !important;}
.add-client .content_edit.block_buyer .form-block .col-md-9 table th:nth-child(2), .add-client .content_edit.block_buyer .form-block .col-md-9 table td:nth-child(2) {width: 48% !important;}
.add-client .content_edit.block_buyer .form-block .col-md-9 table th:nth-child(3), .add-client .content_edit.block_buyer .form-block .col-md-9 table td:nth-child(3) {width: 55% !important;}
.add-client .content_edit.block_buyer .form-block .col-md-9 table th:nth-child(4), .add-client .content_edit.block_buyer .form-block .col-md-9 table td:nth-child(4) {width: 0 !important;}
.edit-category .content_edit .seller_table .d-flex .action-button.text-danger { border-radius: 5px; margin-left: 0px;}
.lps .form-block .form_title {margin-bottom: 20px;}
.lps .col-md-8 #v-pills-tabContent .permission-block table tbody tr td .d-flex .material-icons {color: #000; font-size: 8px; margin-right: 4px; line-height: initial;}
.lps .col-md-8 #v-pills-tabContent .permission-block .table-responsive {border: none; height: 100vh;}
.lps .col-md-8 #v-pills-tabContent .permission-block .table-responsive table{margin-bottom: 0px !important;}
.error-wrapper h1 { font-weight: bold; text-align: center; font-size:2.5em }
.error-img { width: 100%; max-width: 350px;}
.error-wrapper { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 98%; max-width: 800px; text-align: center; display: flex; align-items: center; flex-direction: column;}
.export .table-data .table-responsive .export-table-data td:nth-child(3) .progress {width: 40%;}
.export .table-data .table-responsive .export-table-data td:nth-child(3) .progress .progress-bar-striped{width: 100% !important; background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent) !important; background-size: var(--bs-progress-height) var(--bs-progress-height) !important;}
.export .table-data .table-responsive .export-table-data td:nth-child(3) label {margin-bottom: 0px !important;}
.recommeded .table-data .table-responsive .table td:nth-child(2) {white-space: nowrap;}
.company .table-data .table-responsive .table td:nth-child(1) {white-space: nowrap;}
.clients-search .table-data .table-responsive .table td:nth-child(3) {font-weight: 600; font-size: 9.5px;}
.contact .table-data .table-responsive .table td:nth-child(3) {font-weight: 500; font-size: 11.5px;}
.recommeded .table-data .table-responsive .table td:nth-child(3) {font-weight: 500; font-size: 11.5px;}
.permission-block .table-responsive table thead tr th:last-child {position: sticky; top: 0; z-index: 999; background-color: #ECF0FA;}
.phonenumber { background-color: var(--bs-gray-200); opacity: 1;}
.numberfiled { background-color: var(--bs-gray-200) !important; opacity: 1;}
.table-data .table-responsive tbody tr:nth-of-type(even) { background-color: #fff !important;}

.sweet-alert {width: 350px !important;}
.sweet-alert h2{color: #000 !important; font-size: 18px !important; font-weight: 600 !important;}
.sweet-alert p{margin: 1em auto 0px !important;}
.sweet-alert p .btn-primary{box-shadow: none !important; text-transform: uppercase; font-weight: 600; font-size: 12px; border-radius: 5px; margin: 0;}

.metismenu li.active { background-color: var(--MenuActive);}
.view-category .create-user-block .table-responsive { max-height: calc(100vh - 303px);}
.add-client .create-user-block .form-block #home1 .country-code input.form-control:disabled { background-color: var(--bs-gray-200); opacity: 1;}
.add-client .create-user-block .form-block .tab-content #messages1 .col-md-12 .comments-block:nth-of-type(even) {border-top: 0; border-bottom: 0;}
.add-client .create-user-block .form-block .tab-content #messages1 .col-md-12 .comments-block:last-child { border-bottom: 1px solid #b6b6b6;}
.user-management .create-user-block .form-block .country-code .numberfiled {border-radius: 0px 5px 5px 0px; margin-left: -1px;}
.table-responsive {overflow-y: hidden;}

.search-popup .modal-dialog .modal-content .modal-body {padding: 15px 25px; }
.search-popup .modal-dialog .modal-content .modal-footer button {background-color: var(--highlight); border: 1px solid var(--highlight); border-radius: 5px; font-family: 'Montserrat', sans-serif; font-style: normal; font-weight: 600; font-size: 11px; line-height: 17px; padding: 10px 17px; text-transform: uppercase; color: #fff; margin: 0px 6px 0px 0px;}
.search-popup .modal-dialog .modal-content .modal-body .input-field{margin-bottom: 11px;}
.advance-search.search-popup .modal-dialog .modal-content .modal-header .btn-close {top: 8% !important; right: 4%;}
.search-popup .modal-dialog .modal-content .modal-footer {border-top: 1px solid #b6b6b6 !important; padding-top: 10px;}
.search-popup .modal-dialog .modal-content .country-code { display: flex; align-items: center;}
.search-popup .modal-dialog .modal-content .country-code .colorselect { border-right: none; border: 1px solid #B6B6B6; border-radius: 5px 0px 0px 5px; height: 37.5px;}
.search-popup .modal-dialog .modal-content .country-code .colorselect:focus { outline: none;}
.search-popup .modal-dialog .modal-content .country-code .contact-number { border-radius: 0px 5px 5px 0px; border-left: none;}

.content-management .table-data .table-responsive .table td .availability {display: flex; align-items: center; font-size: 10px; color: #000; font-weight: 500;}
.content-management .table-data .table-responsive .table td .availability span{font-size: 17px; margin-right: 2px;}
.edit-content .basic-info-img .font-size-14 {margin-top: 0px !important; margin-bottom: 5px !important; text-transform: uppercase !important;}
.create-password-instruction .callouts-left {position: relative;}
/* .create-password-instruction .callouts-left:before {content: ""; position: absolute; width: 0; height: 0; left: -42px; top: 17px; border: 10px solid transparent; border-right: 32px solid rgb(193,193,193); border-right: 32px solid rgba(193,193,193,0.5); z-index: 2;} */
.create-password-instruction .callouts-left::after {content: ""; position: absolute; width: 0; height: 0; left: -45px; top: 20px; border: 8px solid transparent; border-right: 24px solid #fff; z-index: 3;}

.basic-info-img .portrait-thumb {position: relative;}
/* .basic-info-img .portrait-thumb .fl-upld-blk {position: absolute; height: 100%; left: 0px; top: 0; background: #ECF0FA; width: 100%;} */
.basic-info-img .portrait-thumb .fl-upld-blk .fl-upld{width: 100%; height: 100%; display: flex; justify-content: center; align-items: center;}
.basic-info-img .portrait-thumb .fl-upld-blk .btn-gray {text-transform: uppercase; width: 88%; left: 6%; position: absolute; font-size: 11px; border-radius: 3px; bottom: 23px; text-align: center; color: #fff; font-weight: 600; padding: 10px 10px; display: block; background-color: var(--highlight);}
.basic-info-img .portrait-thumb .fl-upld-blk .btn-gray:hover {border: 1px solid var(--highlight);}
.basic-info-img .portrait-thumb .fl-upld-blk .btn-gray input[type="file"]{opacity: 0; overflow: hidden; position: absolute; border-radius: 3px; cursor: pointer; width: 100%; left: 0; bottom: 0; height: 100%;}

.import-content-status .empty-state-body {height: calc(100vh - 293px); width: 100%;}
.import-content-status .empty-state-body .empty-state__message{margin-top: 0px;}
.import-content-status .empty-state-body .empty-state__message .material-symbols-outlined{color: #000; width: 120px; height: 120px; display: flex; align-items: center; justify-content: center; background-color: #ecf0fa; border-radius: 100%; margin: 0 auto; font-size: 67px;}

.tm .card .border-btn_sm{position: absolute; top: 8px; right: 8px; border-radius: 5px; background-color: #ffffff; box-shadow: none; border: 1px solid var(--highlight); width: 28px; height: 28px; display: flex; align-items: center; justify-content: center; cursor: pointer; z-index: 9;}
.tm .card .border-btn_sm .font-size-18{font-size: 16px!important; color: var(--highlight);}
.tm .card .team-edit-btn {right: 40px !important;}
.team-members .create-user-block .form-block .team-title {display: flex; align-items: center; justify-content: space-between; margin-bottom: 15px;}
.team-members .create-user-block .form-block .team-title .form_title{margin-bottom: 0;}
.team-members .create-user-block .form-block .tm .card .col-md-7 textarea { height: 155px !important;}
.team-members .create-user-block .form-block .tm .quill {height: 239px;}
.team-members .create-user-block .form-block .tm .quill .ql-toolbar{border-radius: 5px 5px 0px 0px;}
.team-members .create-user-block .form-block .tm .quill .ql-container{border-radius: 0px 0px 5px 5px;}
.team-members .create-user-block .form-block .team-title .btn-block {margin-bottom: 0px;}

.edit-content.add-client .content_edit .form-block .tab-content #home1 .row.status .justify-content-between.ps-0 {display: flex; align-items: center; position: relative;}
.edit-content.add-client .content_edit .form-block .tab-content #home1 .row.status .justify-content-between.ps-0.col-form-label{margin-right: 10px;}
.edit-category .create-user-block .form-block .row.status .justify-content-between .input-field .col-form-label{margin-right: 10px; margin-bottom: 0px;}
.import-content-status .create-user-block .table th:nth-child(1), .import-content .import-content-status .create-user-block .table td:nth-child(1) {width: 10%;}
.import-content-status .create-user-block .table th:nth-child(2), .import-content .import-content-status .create-user-block .table td:nth-child(2) {width: 9%;}
.import-content-status .create-user-block .table th:nth-child(3), .import-content .import-content-status .create-user-block .table td:nth-child(3) {width: 12%;}

.tm-pop .modal-dialog {max-width: 750px;}
.tm-pop .modal-dialog .tm .float-end {margin-top: 0px !important; margin-bottom: 10px !important;}
.tm-pop .tm .card .col-md-7 textarea { height: 290px !important;}
.tm-pop .modal-dialog .tm .border-btn_sm {display: none !important;}
.tm-pop .modal-dialog .tm .float-end .font-size-18{display: none !important;}
.tm-pop .modal-dialog .tm .quill {margin-bottom: 3px;}
.tm-pop .modal-dialog .tm .quill .ql-toolbar{border-radius: 5px 5px 0px 0px;}
.tm-pop .modal-dialog .tm .quill .ql-container{border-radius: 0px 0px 5px 5px; height: 153px;}
.sales-pop .modal-dialog {max-width: 390px;}
.sales-pop .modal-dialog textarea{height: 97px !important;}
.sales-pop .modal-dialog .modal-content .modal-header .btn-close {top: 3% !important; right: 5% !important;}
.tm-pop .modal-dialog .tm .user_image .upload_file {position: absolute; z-index: 99; pointer-events: none; width: 100%; height: 100%; display: flex; justify-content: center;}
.tm-pop .modal-dialog .tm .user_image .btn-primary {position: absolute; width: 34px; height: 34px; display: flex; align-items: center; justify-content: center; border-radius: 100%; bottom: 14px; right: 70px; cursor: pointer;z-index: 999;}
.tm-pop .modal-dialog .tm .user_image .btn-primary .udisplay-none{position: absolute; width: 34px; height: 34px; display: flex; align-items: center; justify-content: center; border-radius: 100%; bottom: 2px; right: 0; cursor: pointer; width: 34px; height: 34px; border-radius: 5px; opacity: 0; overflow: hidden; cursor: pointer; position: absolute; border-radius: 100%;}
.tm-pop .modal-dialog .tm .user_image .btn-primary span {font-size: 18px;}
.tm-pop .modal-dialog .modal-content .modal-title p {margin-bottom: 0px}
.tm-pop .modal-dialog .tm .user_image {position: relative;}
.sales-pop .modal-dialog .tm .user_image .sales-upld-btn  {right: 100px;}
.tm-pop .modal-dialog .modal-content .tm .card p{font-size: 12px; margin-bottom: 5px;}
.tm-pop .modal-dialog .modal-content .tm .user_image{margin: 15px 15px 5px 0;}
.tm .card .border-btn_sm:hover {cursor: pointer;}
.tm .quill .ql-editor::-webkit-scrollbar { width: 10px; }
.tm .quill .ql-editor::-webkit-scrollbar-thumb { background: #E0E2E4; border-radius: 6px; border:3px solid #fff; }
.tm .quill .ql-editor::-webkit-scrollbar-track { background: #fff; }
.tm .input-field textarea::-webkit-scrollbar { width: 10px; }
.tm .input-field textarea::-webkit-scrollbar-thumb { background: #E0E2E4; border-radius: 6px; border:3px solid #fff; }
.tm .input-field textarea::-webkit-scrollbar-track { background: #fff; }
.lps .create-user-block .form-block .add-block {width: 100px; height: 85px; border: 1.5px dashed #f0a241; font-weight: 600; text-transform: uppercase; color: #f0a241; font-size: 12px; display: flex; align-items: center; justify-content: center;
flex-direction: column; border-radius: 3px; cursor: pointer;}
.lps .create-user-block .form-block .add-block .material-icons-outlined {font-weight: 900; font-size: 19px; margin-top: 4px;}
.tm-pop .modal-dialog .tm .card {border: none; padding: 0; margin-bottom: 0;}
.edit-content .content_edit .form-block .tab-content .col-md-12 .btn-primary.btn-block .font-size-18{display: none !important;}
.asp .create-user-block .form-block .tab-content .permission-block .table-responsive {max-height: 554px; height: auto !important;}
.asp .create-user-block .form-block .btn-primary {display: none;} 
.asp .create-user-block .form-block .btn-primary span{display: none;} 
.asp .col-md-3 #v-pills-tab .nav-link:last-child {margin-bottom: 0px !important}
.asp .col-md-3 #v-pills-tab .nav-link:hover {color: var(--highlight) !important; background-color: transparent !important;}
.asp .col-md-3 #v-pills-tab .nav-link {text-transform: capitalize;}
.asp .tab-content .permission-block .successmsg {font-weight: bold; color: #1f9f25 !important; margin-left: 45px !important;}
.edit-content .content_edit .form-block .tab-content #videoclips .basic-info-img {display: flex; width: 100%; margin-bottom: 6px; align-items: center;}
.edit-content .content_edit .form-block .tab-content #videoclips .basic-info-img .position-relative{margin-right: 1%;}
.edit-content .content_edit .form-block .tab-content #videoclips .basic-info-img .position-relative img{border-radius: 5px; height: 115px;}
.edit-content .content_edit .form-block .tab-content #videoclips .basic-info-img .border-btn_sm {top: 25px; right: 28px; width: 20px; height: 20px;}
.edit-content .content_edit .form-block .tab-content #videoclips .basic-info-img .file-edit-button {right: 4px;}
.edit-content .content_edit .form-block .tab-content #videoclips .basic-info-img .border-btn_sm .font-size-18{font-size: 11px!important;}
.edit-content .content_edit .form-block .tab-content #videoclips .basic-info-img .position-relative .font-size-14{font-size: 13px !important;}
.deals .table-data .table-responsive .table td .text-elipsis{ word-break: break-all; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; white-space: inherit !important; border: none;}

.block_buyer .form-block .btn-col-width .btn-block {margin-bottom: 0px; margin-top: 0px; float: left !important;}
.block_buyer .form-block .seller-col-width .mb-3.input-field {margin-bottom: 0px !important;}
.block_buyer .form-block .seller-col-width {width: 42.5% !important;}
.block_buyer .form-block .btn-col-width {width: 15% !important;}
.block_buyer .form-block .row .left_block {height: auto; overflow: unset; width: 100%; padding-right: 0px;}
.block_buyer .form-block .row .btn-col-width button {background-color: transparent; border: 1px solid #afafaf; border-radius: 5px; font-style: normal; font-weight: normal; font-size: 11px; color: #474646; padding: 10.5px 13px 10.5px 13px !important; height: 40px; display: flex; align-items: center; font-weight: 500; float: left !important; text-transform: capitalize;}
.block_buyer .form-block .row .btn-col-width button span{font-size: 16px; color: #1C1B1F; margin-right: 5px;}
.block_buyer .form-block .seller-col-width .input-field .css-13cymwt-control{height: 40px;}
.block_buyer .form-block .row .btn-col-width .fill_btn {margin-left: 10px;}

.edit-content .content_edit .form-block .tab-content #videoclips .basic-info-img .landscape-delete {right: 5px;}
.edit-content .content_edit .form-block .tab-content #videoclips .basic-info-img .portrait-delete {right: 42px;}
.edit-content .content_edit .form-block .tab-content #videoclips .basic-info-img .portrait {right: 66px;}

.export .table-data .card-body .col-sm-6 .switch-buttons {align-items: center; justify-content: right;}
.export .table-data .card-body .col-sm-6 .switch-buttons .switch{margin-bottom: 0px; margin-right: 10px;}
.switch-buttons input:checked + .slider { background-color: var(--highlight);}
.export .table-data .card-body .col-sm-6 .switch-buttons .col-form-label{color: #000; font-weight: 600;}
.onwards { position: relative;}
.onwards span { position: absolute; top: 50%; right: 20px; transform: translate(-20px, -50%); color: #000; font-size: 13px; text-transform: lowercase; font-weight: 600;}
.reset-btn {display: flex; align-items: center; justify-content: center; background-color: transparent;margin: 10px 0px; float: left; border: 1px solid #afafaf; border-radius: 5px; font-size: 11px; color: #474646; text-transform: uppercase; height: 38.5px; padding: 10px 17px;font-weight: 600;}
.reset-btn span {font-size: 19px; margin-right: 5px;}
.advance-search .modal-dialog .modal-content .modal-body .adv_footer {display: flex; align-items: center; justify-content: right;}

 /* .user-management .rdt_Table {border: 0.5px solid #CCD8F6;} */
 .user-management .sc-feUZmu {border: 0.5px solid #CCD8F6;}
 .user-management .rdt_Table .rdt_TableHeadRow  {min-height: 40px; border: none;}
 .user-management .rdt_Table .rdt_TableHeadRow .rdt_TableCol{background-color: #ffffff; font-style: normal; font-weight: 700; font-size: 11px; line-height: 17px; text-transform: uppercase; color: #000000; font-family: 'Montserrat', sans-serif; padding: 9px 7px; text-align: left !important;}
 .user-management .rdt_Table .rdt_TableBody .rdt_TableRow {min-height: 40px; border: none;}
 .user-management .rdt_Table .rdt_TableBody .rdt_TableRow:nth-of-type(odd) {background-color: #ECF0FA;}
 .user-management .rdt_Table .rdt_TableBody .rdt_TableRow:nth-of-type(even) {background-color: #ffffff;}
 .user-management .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell{font-style: normal; font-weight: 500; font-size: 11.5px; color: #000000; padding: 7px; white-space: inherit; background-color: inherit; text-align: left !important;}
 .user-management .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(1) {font-weight: 600; text-transform: capitalize;}
 .user-management .rdt_Table .rdt_TableBody .rdt_TableRow:hover {color: #000; transition-duration: unset; transition-property: none; border-bottom-color: #ccd8f6;outline: none;}
 .user-management .rdt_Table .rdt_TableBody .rdt_TableRow:not {border-bottom: 1px solid #ccd8f6;}
 .user-management .rdt_Table .rdt_TableHeadRow .rdt_TableCol .rdt_TableCol_Sortable:hover {opacity: 1;}
 .user-management .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell .d-flex{align-items: center; justify-content: center;}
 .user-management .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell .d-flex .action-button{background-color: #fff; border: 1px solid #d5d5d5; border-radius: 5px 0px 0px 5px; font-size: 7.5px; color: #444444 !important; font-weight: 800; padding: 4px 8px; display: flex; align-items: center; text-transform: uppercase; text-align: center; line-height: initial; cursor: pointer;}
 .user-management .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell .d-flex .action-button .font-size-18 {font-size: 13px!important; margin-right: 0px; color: #000 !important;}
 .user-management .rdt_Table .rdt_TableHeadRow .rdt_TableCol:last-child, .user-management .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:last-child { position: sticky; right: 0; z-index: 8;}
 .user-management .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell .d-flex .action-button.text-danger {border-radius: 0px 5px 5px 0px; margin-left: -1px;}
.user-management .rdt_Pagination {margin-top: 7px; border-top: none; padding: 0px; color: #000; min-height: 35px; height: 35px;}
.user-management .rdt_Pagination select{color: #000;}
.user-management .rdt_Pagination .lkkonl {font-weight: 500; font-size: 12px; color: #000; font-family: 'Montserrat', sans-serif;}
.user-management .rdt_Pagination .kzlwyw {background-color: transparent; border: 1px solid #AFAFAF; border-radius: 5px; font-style: normal; font-weight: normal; font-size: 11px; display: flex; align-items: center; height: 30px; padding-left: 13px;padding-right: 24px;}
.user-management .rdt_Pagination .kzlwyw:focus {outline: none;}
.user-management .rdt_Pagination .dXpSzJ {font-weight: 500; font-size: 12px; color: #000; font-family: 'Montserrat', sans-serif;}
.user-management .rdt_Pagination .izfVPo:hover {background-color: var(--highlight); border: 1px solid var(--highlight);}
.user-management .rdt_Pagination .izfVPo:focus {background-color: var(--highlight); border: 1px solid var(--highlight);}
.user-management .rdt_Pagination .joxdXv {color: #474646 !important;}
.user-management .rdt_Pagination .joxdXv svg {top: 3px;}
/* .user-management .rdt_Table .rdt_TableHeadRow .rdt_TableCol .rdt_TableCol_Sortable span{opacity: 1;} */
.user-management .rdt_Table .rdt_TableHeadRow .rdt_TableCol .rdt_TableCol_Sortable span:hover{opacity: 1;}
.lookups .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1), .lookups .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(1) {width: 9% !important; }
.lookups .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2), .lookups .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(2) {width: 9% !important;}
.lookups .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3), .lookups .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(3) {width: 8% !important; text-align: left;}
.lookups .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4), .lookups .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(4) {text-align: center;}
.user-management .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell div:first-child {white-space: inherit; overflow: unset; text-overflow: unset;}
.user-management .sc-feUZmu::-webkit-scrollbar {height: 8px !important; width:8px}
.user-management .sc-feUZmu::-webkit-scrollbar-thumb { background: #cbc9c9; border-radius: 6px;}
.user-management .sc-feUZmu::-webkit-scrollbar-track { background: #e7e7e7; }
/* .user-management .rdt_Table .rdt_TableHeadRow .ikexHN {min-width: unset;} */
/* .user-management .rdt_Table .rdt_TableHeadRow .rdt_TableCol {min-width: unset !important;} */
.user-management .rdt_Table .table-preloader {height: calc(100vh - 356px);}
.user-management .block_buyer .rdt_Table .table-preloader {height: calc(100vh - 382px);}
.user-management .rdt_Table .table-preloader .orasi-preloader{background-color: #fff; left: 0%;}
.export .export-empty .empty-state__message {margin: 0px; padding: 0px;}
.export .export-empty .empty-state__message .table-preloader .orasi-preloader{background-color: #fff; left: 0%;}

.abt-section-1 { border: 1px solid #c1c1c1; border-radius: 5px; margin-bottom: 15px; margin-left: 0px; margin-right: 0px; padding: 10px 0; background-color: #f5f7fa;}
.abt-section-1 .about-img {width: 100%; max-width: 350px;}
.abt-section-1 .solution { display: flex; padding: 15px 20px; background-color: #fff; border: solid 1px #f0f0f0; border-radius: 3px;}
.abt-section-1 .solution .icon { width: 35px;}
.abt-section-1 .solution .col-form-label {     margin-right: 10px;}
.create-user .create-user-block .abt-section-1 .input-field { margin-bottom: 15px !important;}

.import-content .create-user-block .upload-block .import-length-msg {color: #e74646; font-weight: 500; margin-top: 20px; font-size: 14px;}
.import-content .create-user-block .upload-block .loading-icon {animation: 0.8s linear 0s infinite rotate; width: 18px; margin: 0; margin-right: 12px;}
.view-deals .table-data .table-responsive .table th:nth-child(1), .view-deals .table-data .table-responsive .table td:nth-child(1) {width: 0% !important;}
.view-deals .table-data .table-responsive .table th:nth-child(2), .view-deals .table-data .table-responsive .table td:nth-child(2) {width: 1% !important; text-align: center;}
.view-deals .table-data .table-responsive .table th:nth-child(3), .view-deals .table-data .table-responsive .table td:nth-child(3) {width: 11% !important;}
.view-deals .table-data .table-responsive .table th:nth-child(4), .view-deals .table-data .table-responsive .table td:nth-child(4) {width: 12% !important;}
.view-deals .table-data .table-responsive .table th:nth-child(5), .view-deals .table-data .table-responsive .table td:nth-child(5) {width: 16% !important; text-align: left;}
.view-deals .table-data .table-responsive .table th:nth-child(6), .view-deals .table-data .table-responsive .table td:nth-child(6) {width: 0% !important;}
.view-deals .table-data .table-responsive .table td .text-elipsis{ word-break: break-all; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; white-space: inherit !important; border: none;}
.view-deals .table-data .table-responsive .table td .d-flex .action-button.text-danger {border-radius: 5px; margin-left: 0;}
.view-deals .table-data .table-responsive .table td:nth-child(2) .d-flex{align-items: center; justify-content: center !important;}
/* .view-deals .table-data .table-responsive .table td:nth-child(2) .d-flex img{margin-right: 5px !important;} */
.view-deals .table-data .table-responsive .table td:nth-child(1) { font-weight: 500; text-transform: inherit;}
.view-deals .table-data .table-responsive .table td:nth-child(3) { font-weight: 600; text-transform: capitalize;}

.clients-search .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell .d-flex .action-button {border-radius: 5px;}
.add-client .create-user-block .form-block .tab-content .row.status .form-select {font-size: 10.5px;}
.user-management .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell img{width: 21px; height: auto; border: 1px solid #d3d3d3; border-radius: 3px;}
.user-management .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell .availability {display: flex; align-items: center; font-size: 10px; color: #000; font-weight: 500;}
.user-management .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell .availability span{font-size: 17px; margin-right: 2px;}
/* .content-management .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(2) {font-weight: 600; text-transform: capitalize;} */
.clients .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(2) button{background-color: transparent; border: none; border-radius: 5px; text-transform: uppercase; font-size: 9.5px; padding: 0; font-weight: 600; cursor: auto; text-align: left; width: 60px; color: #000 !important;}
.clients .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(2) button span{margin-right: 3px; vertical-align: bottom; font-size: 15px; color: #000 !important;}

.content-management .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1), .content-management .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(1) {min-width: 28px !important; max-width: 28px; text-align: center !important;}
.content-management .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2), .content-management .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(2) {min-width: 23% !important;}
.content-management .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3), .content-management .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(3) {min-width: 12% !important; }
.content-management .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4), .content-management .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(4) {min-width: 5% !important;}
.content-management .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(5), .content-management .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(5) {min-width: 8% !important; }
.content-management .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(6), .content-management .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(6) {min-width: 17% !important;}
.content-management .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(7), .content-management .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(7) {min-width: 8% !important; }
.content-management .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(8), .content-management .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(8) {min-width: 8% !important;}
.content-management .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(9), .content-management .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(9) {min-width: 9% !important;}
.content-management .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(10), .content-management .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(10) {min-width: 6% !important; text-align: center !important;}
.content-management .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell img {margin-left: 0px;}
.content-management .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1) .rdt_TableCol_Sortable>div {display: none;}
.content-management .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2) .rdt_TableCol_Sortable {margin-left: -28px;}
.content-management .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(2) {font-weight: 600; text-transform: capitalize;}

.category .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1), .category .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(1) {min-width: 31% !important; }
.category .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2), .category .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(2) {min-width: 24% !important; text-align: center !important;}
.category .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3), .category .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(3) {min-width: 10% !important; }
.category .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4), .category .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(4) {min-width: 27% !important; text-align: center !important; justify-content: center;}
.category .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(5), .category .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(5) {min-width: 6% !important; text-align: center !important;}
.category .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell img {width: 30px; height: 30px; border: 1px solid #d3d3d3; border-radius: 3px;}

.deals .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1), .deals .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(1) {min-width: 18% !important; }
.deals .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2), .deals .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(2) {min-width: 6% !important;}
.deals .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3), .deals .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(3) {min-width: 17% !important; }
.deals .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4), .deals .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(4) {min-width: 12% !important;}
.deals .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(5), .deals .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(5) {min-width: 12% !important; }
.deals .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(6), .deals .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(6) {min-width: 17% !important;}
.deals .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(7), .deals .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(7) {min-width: 11% !important; text-align: left !important;}
.deals .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(8), .deals .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(8) {min-width: 6% !important; text-align: center !important;}
.deals .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell .text-elipsis {word-break: break-all; overflow: hidden !important; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; white-space: inherit !important; border: none;}

.clients .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1), .clients .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(1) {min-width: 20% !important; }
.clients .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2), .clients .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(2) {min-width: 7% !important;}
.clients .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3), .clients .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(3) {min-width: 17% !important; }
.clients .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4), .clients .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(4) {min-width: 11% !important;}
.clients .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(5), .clients .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(5) {min-width: 13% !important; }
.clients .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(6), .clients .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(6) {min-width: 8% !important;}
.clients .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(7), .clients .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(7) {min-width: 9% !important; }
.clients .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(8), .clients .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(8) {min-width: 9% !important; }
.clients .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(9), .clients .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(9) {min-width: 6% !important; text-align: center !important;}

.company .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1), .company .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(1) {min-width: 19% !important; }
.company .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2), .company .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(2) {min-width: 12% !important;}
.company .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3), .company .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(3) {min-width: 11% !important; }
.company .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4), .company .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(4) {min-width: 11% !important;}
.company .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(5), .company .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(5) {min-width: 9% !important; }
.company .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(6), .company .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(6) {min-width: 10% !important;}
.company .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(7), .company .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(7) {min-width: 13% !important; }
.company .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(8), .company .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(8) {min-width: 9% !important; }
.company .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(9), .company .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(9) {min-width: 6% !important; text-align: center !important;}

.user-management .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1), .user-management .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(1) {min-width: 23%}
.user-management .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2), .user-management .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(2) {min-width: 17%}
.user-management .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3), .user-management .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(3) {min-width: 23%}
.user-management .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4), .user-management .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(4) {min-width: 9%}
.user-management .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(5), .user-management .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(5) {min-width: 16%;}
.user-management .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(6), .user-management .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(6) {min-width: 6%;}

.clients-search .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1), .clients-search .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(1) {min-width: 23% !important; }
.clients-search .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2), .clients-search .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(2) {min-width: 6% !important;}
.clients-search .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3), .clients-search .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(3) {min-width: 22% !important; }
.clients-search .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4), .clients-search .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(4) {min-width: 15% !important;}
.clients-search .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(5), .clients-search .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(5) {min-width: 15% !important; }
.clients-search .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(6), .clients-search .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(6) {min-width: 11% !important;}
.clients-search .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(7), .clients-search .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(7) {min-width: 5.5% !important; text-align: center !important;}
.clients-search .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(6) {justify-content: center;}

.recommeded .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1), .recommeded .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(1) {min-width: 23% !important; }
.recommeded .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2), .recommeded .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(2) {min-width: 16% !important;}
.recommeded .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3), .recommeded .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(3) {min-width: 14% !important; }
.recommeded .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4), .recommeded .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(4) {min-width: 16% !important;}
.recommeded .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(5), .recommeded .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(5) {min-width: 12% !important; }
.recommeded .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(6), .recommeded .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(6) {min-width: 9% !important;}
.recommeded .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(7), .recommeded .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(7) {min-width: 5.5% !important; text-align: center !important;}
.recommeded .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(6) {justify-content: left;}

.contact .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1), .contact .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(1) {min-width: 20% !important; }
.contact .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2), .contact .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(2) {min-width: 21% !important;}
.contact .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3), .contact .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(3) {min-width: 20% !important; }
.contact .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4), .contact .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(4) {min-width: 20% !important;}
.contact .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(5), .contact .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(5) {min-width: 7% !important; }
.contact .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(6), .contact .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(6) {min-width: 5.5% !important; text-align: center !important;}
.contact .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell .text-elipsis { word-break: break-all; overflow: hidden !important; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; white-space: inherit !important; border: none;}

.lookups .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1), .lookups .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(1) {min-width: 0% !important;}
.lookups .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2), .lookups .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(2) {min-width: 0% !important;}
.lookups .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3), .lookups .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(3) {min-width: 0% !important; }
.lookups .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4), .lookups .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(4) {min-width: 6% !important; text-align: center !important;}

.user-management .block_buyer .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1), .user-management .block_buyer .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(1) {min-width: 24%}
.user-management .block_buyer .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2), .user-management .block_buyer .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(2) {min-width: 40%}
.user-management .block_buyer .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3), .user-management .block_buyer .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(3) {min-width: 16%}
.user-management .block_buyer .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4), .user-management .block_buyer .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(4) {min-width: 11%}
.user-management .block_buyer .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(5), .user-management .block_buyer .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(5) {min-width: 6%;}
.user-management .block_buyer .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(5) .d-flex .action-button {border-radius: 5px;}

.export-empty {height: calc(100vh - 307px);}
.lps .form-block .thumbnail-block {width: 195px; height: 125px; margin: 0px 0px 0px 0px; display: flex; align-items: center; justify-content: center; padding-right: 0px; padding-left: 0px; position: relative;}
.lps .form-block .thumbnail-block .border-btn_sm{top: 6px; right: 6px; width: 25px; height: 25px; position: absolute;border-radius: 100%; background-color: var(--highlight); box-shadow: none; border: 1px solid var(--highlight); display: flex; align-items: center; justify-content: center; z-index: 9;}
.lps .form-block .thumbnail-block .border-btn_sm .font-size-18{font-size: 13px!important; color: #fff;}
.lps .form-block .thumbnail-block .asset-card {cursor: pointer; width: 100%; height: 100%; padding-right: 0px;}
.lps .form-block .thumbnail-block .play-icon {z-index: 999; opacity: 1; transition: all 0.3s ease-out; width: 38px !important; height: 38px !important; pointer-events: none; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);}
.lps .form-block .thumbnail-block .play-icon .material-icons-outlined{font-size: 38px; color: #fff;}
.lps .form-block .thumbnail-block .asset-card .spinner-class {background-color: #000;position: relative; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; text-align: center; overflow: hidden; border-radius: 3px;}
.lps .form-block .thumbnail-block .asset-card .spinner-class img{width: auto; max-width: 100%; height: auto; max-height: 100%; position: relative; border-radius: 5px;}
.lps .form-block .thumbnail-block p {font-size: 12px; margin-top: 3px; margin-bottom: 0px; width: 140px; text-overflow: ellipsis; word-break: break-all;}
.recommeded .table-data .search-box .position-relative .form-control {width: 100% !important;}
.contact .table-data .search-box .position-relative .form-control {width: 100% !important;}

.edit-content .create-user-block .form-block .sellers-btns .btn-primary {height: 42.5px;}
.edit-content .create-user-block .form-block .sellers-btns .btn-primary .font-size-18{font-size: 15px!important; margin-right: 5px; display: none;}
.content_edit .form-block .tab-content #videoclips .basic-info-img .position-relative .portrait-btns {position: absolute; display: flex; align-items: center; top: 22px; right: 44px; background: none;}
.content_edit .form-block .tab-content #videoclips .basic-info-img .position-relative .portrait-btns .team-edit-btn {position: unset;}
.content_edit .form-block .tab-content #videoclips .basic-info-img .position-relative .portrait-btns .portrait-delete {position: unset; margin-left: 2px;}
.content_edit .form-block .tab-content #videoclips .basic-info-img .position-relative .landscape-btns {position: absolute; display: flex; align-items: center; top: 23px; right: 4px; background: none;}
.content_edit .form-block .tab-content #videoclips .basic-info-img .position-relative .landscape-btns .landscape {position: unset;}
.content_edit .form-block .tab-content #videoclips .basic-info-img .position-relative .landscape-btns .landscape-delete {position: unset; margin-left: 2px;}
.search-popup .modal-dialog .modal-content .modal-footer .reset-btn {display: flex; align-items: center; justify-content: center; background-color: transparent; float: left; border: 1px solid #afafaf; border-radius: 5px; font-size: 11px; color: #474646; text-transform: uppercase; height: 38.5px; padding: 10px 17px; margin-bottom: 0px;}
.search-popup .modal-dialog .modal-content #rights1 {text-transform: lowercase};
.empty-record {height: calc(100vh - 352px) !important;}
.empty-state-body.empty-record .empty-state__message{width: 600px; margin-top: 0px; max-width: 600px;}

.Orasi-signup .container .justify-content-center .overflow-hidden .form-horizontal .btn-block .loading-icon{animation: 0.8s linear 0s infinite rotate; width: 17px; margin-bottom: 0px;}
.edit-block-buyer .form-block .left_block .btn {float: left !important; margin-right: 5px !important; margin-bottom: 0px !important;}
.edit-block-buyer .form-block .left_block {margin-bottom: 0px;}
.edit-block-buyer .form-block .left_block .input-field .form-label {font-size: 11px !important; color: #3b3b3b !important;}
.user-management .block_buyer .css-1nmdiq5-menu>div{height: 200px;}
.user-management .block_buyer.edit-block-buyer .css-1nmdiq5-menu>div{height: 130px;}
.add-client .add-client-details .css-1nmdiq5-menu>div {height: 150px;}
.add-client .seller-tab .css-1nmdiq5-menu>div {height: 150px;}
.add-client .block_buyer .form-block .seller-col-width .form-select option {text-transform: none !important;}
.followups {height: calc(100vh - 372px); position: relative;}
.followups .no-documents{position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); height: unset;}
.content-management .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(3) div:first-child { word-break: break-all; overflow: hidden !important; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; white-space: inherit !important; border: none;}
.content-management .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(6) div:first-child { word-break: break-all; overflow: hidden !important; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; white-space: inherit !important; border: none;}
.deals .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(5) div:first-child { word-break: break-all; overflow: hidden !important; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; white-space: inherit !important; border: none;}
.contact .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(3) div:first-child { word-break: break-all; overflow: hidden !important; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; white-space: inherit !important; border: none;}
.contact .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(4) div:first-child { word-break: break-all; overflow: hidden !important; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; white-space: inherit !important; border: none;}
.edit-content .content_edit .seller-tab {border: 1px solid #c1c1c1; border-radius: 5px; margin-bottom: 15px; margin-left: 0px; margin-right: 0px; background-color: #f5f7fa; padding-top: 10px;}
.uploaderror{display: inline-block; background-color: #FFE3E3; border-radius: 5px; padding: 5px 12px; color: #DB5050; line-height: 1;}
.col-md-12.documents .errormsg { color: red; font-style: normal;}
.add-seller-buttons {display: flex; align-items: center; justify-content: right;}
.add-seller-buttons .btn{float: inherit;}
.add-seller-buttons .slr-cncl-btn{float: inherit !important; border: 1px solid #afafaf; background-color: transparent; color: #474646 !important; margin-left: 10px;}
.create-deals .orasi-preloader { position: absolute;top: 0; bottom: 492px; left: -10%; right: 0; background-color: transparent; display: flex; align-items: center; justify-content: center; z-index: 2000; flex-direction: column;}
.edit-deals .orasi-preloader {position: absolute; top: 0; bottom: 939px; left: -10%; right: 0; background-color: transparent; display: flex; align-items: center; justify-content: center; z-index: 2000; flex-direction: column;}
.edit-category .content_edit .table-responsive .form-check-input:checked {background-color: var(--highlight); border: 1px solid var(--highlight); box-shadow: none;}
.edit-category .content_edit .table-responsive .form-check-input{border-radius: 3px; border: 1px solid #B6B6B6; box-shadow: none;}
.content_edit .form-block .tab-content #videoclips .basic-info-img .position-relative .preview-btn {margin-right: 2px;}
.preview-pop .close-btn {top: 10px;}
.preview-pop .modal-dialog {max-width: 450px;}
.preview-pop .modal-dialog .modal-body img.w-100{width: 100%!important; max-height: 605px;} 
.edit-content.add-client .content_edit .form-block .tab-content #home1 .row.status .justify-content-between.ps-0 .status-inprogress {position: absolute; left: 49px; font-size: 13px !important; font-weight: 600 !important;}
#layout-wrapper .map-upload .page-content{margin-left: 250px; overflow: hidden;}
#layout-wrapper .map-upload .create-user-block{ height: auto !important;padding: 30px 30px; display: flex; align-items: center; justify-content: center; flex-direction: column;     background-color: #fff; border-radius: 5px;}
.import-content-status .create-user-block table tbody tr {border-bottom: 1px solid rgba(0, 0, 0, 0.12);}
.bitmovinplayer-container .bmpui-ui-selectbox{background-color: transparent !important; border: 0 !important; color: #1fabe2 !important; cursor: pointer !important; font-size: .8em !important; padding: 0.3em !important;}
.bitmovinplayer-container .bmpui-ui-label {font-weight: 500 !important; margin-bottom: 0.5rem !important; font-size: .8em !important; color: #fff !important; padding: 0 !important; text-transform: capitalize !important;}

.sales-pop .required {position: inherit !important;}
.thumbnail-block .offcanvas-btn {position: absolute; left: -1px; bottom: 4px; background-color: #313131; padding: 1.5px !important; border-radius: 2px;}
.thumbnail-block .offcanvas-btn span{font-size: 22px; line-height: initial;}
.offcanvas-end.show{width: 80%; max-width: 400px;}
.offcanvas-end .offcanvas-body .thumbnail-block .asset-card {cursor: auto !important;}
.offcanvas-end .offcanvas-header {padding-bottom: 5px; padding-top: 13px;}
.offcanvas-end .offcanvas-header .btn-close{color: #2d2d2d; font-size: 10px; font-weight: bold;opacity: 1;}
.offcanvas-end .offcanvas-body {padding-left: 25px; padding-right: 25px;}
.offcanvas-end .offcanvas-body .thumbnail-block {width: 100% !important; height: 185px !important; border-radius: 6px !important; margin: 0 !important;}
.offcanvas-end .offcanvas-body .thumbnail-block p {font-size: 13px !important;}
.offcanvas-end .offcanvas-body .thumbnail-block .asset-card .spinner-class{border-radius: 6px !important;}
.offcanvas-end .offcanvas-body .thumbnail-block .asset-card .spinner-class img{border-radius: 6px !important;}
.offcanvas-end .offcanvas-body .thumbnail-block .asset-card .spinner-class p{font-size: 13px;}
.offcanvas-end .offcanvas-body .mt-3{margin-top: 35px !important;}
.offcanvas-end .offcanvas-body .input-field .form-label{font-weight: 500; font-size: 12px; color: #000; text-transform: capitalize;}
.offcanvas-end .offcanvas-body .btn-gray {width: 100%; height: 37.5px; background-color: #dee0e7; color: #3d3d3d; text-transform: uppercase; display: flex; align-items: center; justify-content: center; border: 1px dashed #797979; border-radius: 0.25rem;
 position: relative; cursor: pointer; font-weight: 700; font-size: 11px;}
.offcanvas-end .offcanvas-body #upload {width: 100%; height: 37.5px; opacity: 0; overflow: hidden; position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0;}
.offcanvas-end .offcanvas-body .btn-gray span {margin-right: 5px; font-size: 21px; width: 21px;}
.offcanvas-end .offcanvas-body .input-field.mt-0{margin-top: 0px;}
.offcanvas-end .offcanvas-body .sub-titles{display: flex; padding: 2px 5px; background: linear-gradient(to bottom, #EFEFEF 0%,#EEEEEE 47%,#FFFFFF 84%,#FFFFFF 100%);  border: 1px solid #B9B9B9; background: -webkit-linear-gradient(top, #EFEFEF 0%,#EEEEEE 47%,#FFFFFF 84%,#FFFFFF 100%); color: #000;
 text-transform: uppercase; align-items: center; border-radius: 2px; justify-content: space-between; margin-right: 5px; float: left; margin-bottom: 5px;}
.offcanvas-end .offcanvas-body .sub-titles p {margin: 0 5px 0 0 !important; font-size: 9px !important; width: unset !important; word-break: unset !important; text-overflow: unset !important; color: #000 !important; font-weight: 500 !important;}
.offcanvas-end .offcanvas-body .sub-titles span {font-size: 12px; line-height: initial;}
.offcanvas-end .offcanvas-body .input-field.mt-4.mb-4 .d-flex{float: left; display: block !important; width: 100%;}
.Orasi-signin .forgot-btn {position: relative;}
.Orasi-signin .forgot-btn .loading-icon{animation: 0.8s linear 0s infinite rotate; width: 20px !important; position: absolute; left: -15px; top: 0px;}
.map-category-field option:disabled { background-color: #ECF0FA;}

.item-management .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2), .item-management .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(2) { min-width: 28% !important;}
.item-management .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(6), .item-management .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(6) { min-width: 10% !important;}
.item-management .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3), .item-management .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(3) {min-width: 13% !important; }
.item-management .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4), .item-management .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(4) { min-width: 12% !important;}
.item-management .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(5), .item-management .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(5) { min-width: 7% !important;}
.item-management .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(7), .item-management .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(7) { min-width: 6% !important;}
.item-management .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3), .item-management .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(3) {justify-content: center;}
.item-management .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4), .item-management .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(4) {justify-content: center;}
.item-management .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(8), .item-management .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(8) { min-width: 8.5% !important;}
.item-management .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3)>div>div {white-space: inherit;}
.item-management .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3) {text-align: center !important; line-height: 12px; white-space: inherit;}
.item-management .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell .d-flex .action-button:nth-child(2) {border-radius: 0px; margin-left: -1px;}

.edit-item .form-block .tab-content #videoclips .basic-info-img {margin-bottom: 0px !important; align-items: baseline !important;}
.edit-item .form-block .tab-content #videoclips .basic-info-img .position-relative .portrait-btns {top: 2px; right: 3px;}
.edit-item .form-block .tab-content #videoclips .basic-info-img .position-relative .landscape-btns{top: 2px; right: 3px; position: absolute;}
.edit-item .form-block .tab-content #videoclips .basic-info-img .position-relative img { border-radius: 5px !important; height: 85px !important;}
.edit-item .form-block .tab-content #videoclips .basic-info-img .position-relative .pdf-document img {padding: 15px; border: 1px solid #9d9d9d;}
.edit-item .form-block .tab-content #videoclips .basic-info-img .position-relative {margin-left: 1% !important; margin-right: 0 !important;}
.edit-item .form-block .tab-content #videoclips .basic-info-img .position-relative:nth-child(1){margin-left: 0 !important;}
.combination .table-data .card-body .row.mb-2 .col-sm-8 .input-field select{border: 1px solid #afafaf; border-radius: 5px; font-style: normal;font-size: 11px; height: 40px;font-weight: 500; width: 120px; float: right; display: flex; align-items: center;}
.combination .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1), .combination .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(1) { min-width: 28px !important; max-width: 28px; text-align: center !important;}
.combination .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2), .combination .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(2) { min-width: 17% !important;}
.combination .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3), .combination .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(3) { min-width: 8% !important;}
.combination .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4), .combination .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(4) { min-width: 10% !important;}
.combination .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(5), .combination .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(5) { min-width: 11% !important;text-align: left !important;}
.combination .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(6), .combination .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(6) { min-width: 10% !important; }
.combination .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(7), .combination .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(7) { min-width: 10% !important; justify-content: left; text-align: left !important;}
.combination .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(8), .combination .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(8) { min-width: 9% !important; justify-content: center;}
.combination .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(9), .combination .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(9) { min-width: 9% !important; justify-content: center;}
.combination .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(10), .combination .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(10) { min-width: 10% !important;}
.combination .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(11), .combination .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(11) { min-width: 8% !important; justify-content: center;}
.combination .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(12), .combination .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(12) { min-width: 7% !important;}
.combination .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:last-child, .combination .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:last-child { min-width: 3.9% !important; justify-content: center;}
.combination .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(8)>div>div {white-space: inherit;}
.combination .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(8) {text-align: center !important; line-height: 12px;}
.combination .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(9)>div>div {white-space: inherit;}
.combination .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(9) {text-align: center !important; line-height: 12px;}
.combination .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(11)>div>div {white-space: inherit;}
.combination .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(11) {text-align: center !important; line-height: 12px;}
.create-combination .combination-btn {font-weight: 600 !important; color: var(--highlight) !important; text-transform: uppercase !important; border: 1px solid #f2a321 !important; padding: 10.5px 13px 10.5px 13px; height: 40px;
 display: flex; align-items: center; font-size: 11px; border-radius: 5px; font-style: normal;}
/* .create-combination .combination-btn-grp {margin-top: 15px;} */
.create-combination .combination-btn-grp .combination-btn {display: inline-block; padding: 13px 17px; background-color: transparent !important;}
.create-combination .combination-btn-grp .combination-btn.fill_btn {background-color: var(--highlight) !important; color: #fff !important; margin-left: 5px;}
.create-combination .price-input {height: 26px;}
/* .create-combination .rdt_Table { overflow-y: auto; max-height: 500px;} */
.create-combination .price-input .input-group-text{background-color: #fff; height: 25px; border-right: 1px solid transparent; border-radius: 5px 0px 0px 5px; font-weight: 500; font-size: 11px; color: #000000;}
.create-combination .price-input input{height: 25px; margin-left: -1px; border-left: 1px solid transparent; border-radius: 0px 5px 5px 0px; font-size: 11px; font-weight: 500;}
.create-combination .rdt_Table .rdt_TableBody .rdt_TableRow:nth-of-type(odd) { background-color: #ffffff !important;}
.create-combination .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1), .create-combination .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(1) {min-width: 20% !important;}
.create-combination .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2), .create-combination .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(2) {min-width: 9% !important;}
.create-combination .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3), .create-combination .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(3) {min-width: 14% !important;}
.create-combination .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4), .create-combination .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(4) {min-width: 14% !important;}
.create-combination .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(5), .create-combination .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(5) {min-width: 17% !important;}
.create-combination .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(6), .create-combination .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(6) {min-width: 10% !important;}
/* .create-combination .rdt_Pagination {display: none;} */
.create-combination .increase-btn label {color: #000 !important; font-size: 12px !important; font-style: normal; font-weight: 700; text-transform: capitalize !important; font-family: 'Montserrat', sans-serif; padding-top: 0; padding-bottom: 0px !important; margin-bottom: 0px !important; margin-right: 10px !important;}
.create-combination .increase-btn .form-control {border-radius: 5px 0px 0px 5px !important; width: 70px !important;}
.create-combination .increase-btn button {border: 1px solid #B6B6B6; border-radius: 0px 5px 5px 0px; height: 40px; display: flex; align-items: center; justify-content: center; padding: 5px 12px; border-left: none; position: relative;}
.create-combination .increase-btn button span{color: #1e1e1f; font-size: 15px;}
.create-combination .increase-btn .form-control:-webkit-input-placeholder {color: #000 !important; font-weight: 700 !important;}
.create-combination .increase-btn .form-control:-ms-input-placeholder {color: #000 !important; font-weight: 700 !important;}
.create-combination .increase-btn .form-control::placeholder {color: #000 !important; font-weight: 700 !important;}
/* .create-combination .viewCombination .sc-feUZmu {overflow-y: auto; max-height: calc(100vh - 436px);} */

.advance-search .modal-dialog .modal-content .modal-header {border-bottom: 1px solid #b6b6b6 !important;}
.advance-search .reset-btn {margin-top: 15px;margin-bottom: 0px;}
.advance-search .modal-dialog .modal-content .adv_footer .float-end {margin: 15px 25px 0px 10px !important;}
.advance-search .modal-dialog .modal-content .modal-body .adv_footer {margin-top: 10px !important; border-top: 1px solid #b6b6b6 !important;}
.advance-search input:-webkit-input-placeholder {color: rgba(0, 0, 0, 0.80) !important;}
.advance-search input:-ms-input-placeholder {color: rgba(0, 0, 0, 0.80) !important;}
.advance-search input::placeholder {color: rgba(0, 0, 0, 1) !important;}
.advance-search.modal .modal-dialog .modal-content .modal-header {position: relative;}
.advance-search.modal .modal-dialog .modal-content .modal-header .btn-close {right: 3% !important; top: 38% !important;}
.bid-advance-search .modal-dialog { max-width: 650px;}
.bid-advance-search .modal-dialog .modal-content .modal-body .form-check-input {border-radius: 3px; border: 1px solid #B6B6B6; box-shadow: none; margin-right: 10px; width: 1.1em; height: 1.1em;}
.bid-advance-search .modal-dialog .modal-content .modal-body .form-check-input:checked {background-color: var(--highlight); border: 1px solid var(--highlight); box-shadow: none;}
.bid-advance-search .modal-dialog .modal-content .modal-body .form-check-label {font-style: normal; font-weight: 700; text-transform: uppercase; font-family: 'Montserrat', sans-serif; padding-top: 0; padding-bottom: 0px; margin-bottom: 5px; font-size: 12px !important; color: #000 !important;}
.bid-advance-search .modal-content .plain-btn {display: flex; align-items: center; justify-content: center; background-color: transparent; margin-top: 15px; margin-bottom: 0px; float: left; border: 1px solid var(--highlight); border-radius: 5px; font-size: 11px; color: #f2a321; text-transform: uppercase; height: 38.5px; padding: 10px 17px; margin-left: 25px; font-weight: 600;}
.bid-advance-search .modal-dialog .modal-content .modal-body .adv_footer {display: block;}
.bid-advance-search .adv_footer .col-md-7{width: 64.333333% !important;}
.bid-advance-search .adv_footer .col-md-5{width: 35.666667% !important;}
.bid-advance-search.search-popup .modal-dialog .modal-content .modal-header .btn-close {top: 38% !important;}
.bid-advance-search .modal-dialog .modal-content .modal-footer .float-end { margin: 0px 7px 0 0 !important;}
.create-combination-pop .modal-dialog { max-width: 550px;}
.create-combination-pop .modal-dialog .modal-content .modal-body { padding: 25px 25px;}
.create-combination-pop .modal-dialog .modal-content .modal-body p{margin-bottom: 5px;}
.bidders-list .create-user-block .left_block img {width: 80px; height: 80px; margin-right: 10px;}
.bidders-list .create-user-block .left_block h5 {margin-top: 32px; color: #000; font-weight: 700; text-transform: uppercase; font-size: 16px; margin-bottom: 20px;}
.bidders-list .create-user-block .left_block .input-field {margin-bottom: 25px !important;}
.bidders-list .create-user-block .left_block .input-field label{margin-bottom: 4px; font-size: 13px !important; font-weight: 700;}
.bidders-list .create-user-block .left_block p {margin-top: 0; margin-bottom: 1rem; color: #656565; font-size: 12.5px; font-weight: 700; text-transform: uppercase;}
.bidders-list .create-user-block .col-md-9 .form-block .form-label {font-size: 16px !important; color: #000 !important; margin-bottom: 11px;}
.bidders-list .create-user-block .table-responsive .table thead th {font-size: 11px}
.bidders-list .create-user-block.content_edit.block_buyer .col-md-9.ps-1 {width: 79%; min-height: 69vh;}
.bidders-list .create-user-block.content_edit.block_buyer .col-md-3.pe-1 {width: 21%; min-height: 69vh;}
.bidders-list .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1), .bidders-list .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(1) {min-width: 25% !important;}
.bidders-list .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2), .bidders-list .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(2) {min-width: 16% !important;}
.bidders-list .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3), .bidders-list .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(3) {min-width: 10% !important; justify-content: center;}
.bidders-list .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4), .bidders-list .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(4) {min-width: 8.4% !important; justify-content: center;}
.bidders-list .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(5), .bidders-list .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(5) {min-width: 9% !important; justify-content: center;}
.bidders-list .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(6), .bidders-list .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(6) {min-width: 13% !important;}
.bidders-list .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(7), .bidders-list .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(7) {min-width: 11% !important; justify-content: center;}
.bidders-list .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(8), .bidders-list .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(8) {min-width: 5% !important; justify-content: center;}
.bidders-list .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(9), .bidders-list .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(9) {min-width: 10% !important; justify-content: left;}
.bidders-list .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(10), .bidders-list .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(10) {min-width: 8% !important; justify-content: center;}
.bidders-list .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4) { text-align: center !important; line-height: 12px;}
.bidders-list .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4)>div>div { white-space: inherit;}
.bidders-list .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(7) { text-align: center !important; line-height: 12px;}
.bidders-list .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(7)>div>div { white-space: inherit;}
.bidders-list .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(8) .d-flex .action-button {border-radius: 5px; background: #fff;}
.bidders-list .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(10) .d-flex .action-button:nth-child(1) {border-radius: 5px 0 0 5px; background: #fff;}
.bidders-list .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(10) .d-flex .action-button:nth-child(2) {border-radius: 0 5px 5px 0; background: #fff; margin-left: -1px;}
.bidders-list .create-user-block .table-responsive .table tbody td {font-size: 11.5px; color: #000; font-weight: 600;}
.bidders-list .create-user-block .table-responsive { max-height:unset; overflow-y: unset; overflow-x: unset;}
.bidders-list .create-user-block .sc-feUZmu{ max-height: calc(100vh - 184px); overflow: auto;}
.bidders-list .seller_table .d-flex .action-button {background-color: #fff; border-radius: 5px;}
.bidders-list .create-user-block .left_block {margin-bottom: 0px;}
.bidders-list .create-user-block .left_block .input-field:last-child {margin-bottom: 0px !important;}
.bidders-list .create-user-block .left_block .input-field:last-child p{margin-bottom: 0px !important;}
.bidders-list .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell .yes-btn {border-radius: 5px; background-color: #fff; border: 1px solid #d5d5d5; font-size: 10px; color: #444444 !important; font-weight: 700; padding: 4px 9px; display: flex; align-items: center; text-transform: uppercase; text-align: center; line-height: initial; cursor: pointer; padding-right: 4.5px;}
.bidders-list .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell .yes-btn span {font-size: 16px; margin-left: 2px;}
.view-combination .breadcrumb .flex-grow-1 {display: flex;}
.view-combination .breadcrumb .flex-grow-1 span{background-color: #f5b567; padding: 6px 11px; display: flex; align-items: center; justify-content: center; margin-left: 15px; text-transform: uppercase; border-radius: 3px;}
.view-combination .breadcrumb .flex-grow-1 .badge-success {background-color: #6fceac;}
.view-combination .breadcrumb .flex-grow-1 .badge-danger {background-color: #f37676;}
.view-combination .create-user-block .form-block {height: auto; min-height: unset;}
.view-combination .create-user-block .form-block.mt-2 {height: 100%;}
.view-combination .create-user-block .col-md-9 .form-block .form-label { font-size: 15px !important; color: #000 !important; margin-bottom: 20px;}
.view-combination .create-user-block .col-md-9 .form-block .input-field { margin-bottom: 30px !important;}
.view-combination .create-user-block .col-md-9 .form-block .input-field label {margin-bottom: 8px; font-size: 11px !important; font-weight: 700;}
.view-combination .create-user-block .col-md-9 .form-block .input-field p {color: #424242; font-size: 12.5px; font-weight: 600; text-transform: lowercase; margin-bottom: 0px; word-break: break-all;}
.view-combination .create-user-block .col-md-9 .form-block .input-field.mb-0 { margin-bottom: 0px !important;}
.view-combination .create-user-block .form-block.mt-2 h6 {color: #000; text-transform: uppercase; font-size: 11.5px; font-weight: 700; margin-bottom: 16px;}
.view-combination .create-user-block .form-block.mt-2 p {color: #000; font-size: 12px; width: 74%; font-weight: 500; margin-bottom: 10px;}
.view-combination .create-user-block .form-block.mt-2 span {color: #000; font-size: 12px; font-style: italic; font-weight: 400;}
.view-combination .create-user-block .form-block.mt-2 .btn-primary {float: initial; margin-top: 31px; padding: 12px 17px; display: table; background-color: #fff; color: var(--highlight); border: 1px solid var(--highlight);}
.create-combination-pop .modal-dialog .modal-content .modal-footer .reset-btn {color: #f2a321; border: 1px solid #f2a321;}
.deal-pop-up.search-popup .modal-dialog .modal-content .modal-header .btn-close {top: 6% !important;}
.deal-pop-up .modal-dialog .modal-content p {color: #000; font-weight: 600; font-size: 14px; margin-bottom: 15px;}
.deal-pop-up .modal-dialog .modal-content p span{text-transform: capitalize;}
.deal-pop-up .modal-dialog .modal-content textarea {height: 90px !important;}
.deal-pop-up .modal-dialog .modal-content textarea:-webkit-input-placeholder {color: #000 !important; font-weight: 400;}
.deal-pop-up .modal-dialog .modal-content textarea:-ms-input-placeholder {color: #000 !important; font-weight: 400;}
.deal-pop-up .modal-dialog .modal-content textarea::placeholder {color: #000 !important; font-weight: 400;}
.deal-pop-up .modal-dialog .modal-content .modal-body { background-color: #f6f6f6;}

.combination .table-data .card-body .row.mb-2 .col-sm-4 h5 {margin-bottom: 0; color: #000; text-transform: uppercase; font-size: 15px; font-weight: 700; margin-top: 7px;}
.create-combination .table-data .search-box .dataTables_length .fill_btn.me-2 {margin-right: 10px !important;}
.team-members .tm .col-md-7 .input-field {margin-bottom: 15px !important;}
.seller-pop.tm-pop .modal-dialog .modal-content .mb-3.input-field {margin-bottom: 15px !important;}
.tm-pop .errormsg {position: absolute;}
.user-management .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell .d-flex .action-button span {color: #000; font-weight: 100; width: 13px; font-size: 16px;}

.category-order .table-data .table-responsive .table {border: none;}
.category-order .table-data .table-responsive tbody tr:nth-of-type(odd) {background-color: transparent !important;}
.category-order .table-data .table-responsive tbody ul{padding-left: 0rem !important; margin-bottom: 0px !important}
.category-order .page-content .container-fluid .table-data .card-body .table-responsive {width: 35%; max-height: calc(100vh - 329px); overflow-y: auto;}
.category-order .page-content .container-fluid .table-data .card-body .table-responsive::-webkit-scrollbar {height: 5px !important; width:5px}
.category-order .page-content .container-fluid .table-data .card-body .table-responsive::-webkit-scrollbar-track {border-radius: 0px;}
.category-order .page-content .container-fluid .table-data .card-body .table-responsive::-webkit-scrollbar-thumb {border-radius: 0px;}
.category-order .table-data .table-responsive .table {margin-bottom: 0px !important}
.category-order .table-data .table-responsive .table td {border: 0.5px solid #CCD8F6;}
.category-order .table-data .table-responsive .table th {border: 0.5px solid #CCD8F6;}
/* .category-order .table-data .table-responsive .table td:nth-child(1) {width: 100% !important;}
.category-order .table-data .table-responsive .table td:nth-child(2) {width: 100% !important;} */
.category-order .table-data .table-responsive tbody tr:hover{background-color: #ECF0FA !important;  cursor: grabbing;}
.category-order .table-data .table-responsive tbody tr:focus{background-color: #ECF0FA !important;  cursor: grabbing;}
.category .table-data .dataTables_length .fill_btn .material-icons-outlined {font-size: 16px; color: #1C1B1F; margin-right: 5px;}
.category-order .table-data .card .card-body .change-order-btn {width: 35%; margin: 0 auto; margin-top: 15px;}
.category-order .table-data .card .card-body .change-order-btn .btn-primary{background-color: var(--highlight); border: 1px solid var(--highlight); border-radius: 5px; font-family: 'Montserrat', sans-serif; font-style: normal; font-weight: 600; font-size: 11px; line-height: 17px; padding: 10px 17px; text-transform: uppercase;}
.category-order .table-data .table-responsive .table th:nth-child(1), .category-order .table-data .table-responsive .table td:nth-child(1) {width: 27% !important;}
.category-order .table-data .table-responsive .table th:nth-child(2), .category-order .table-data .table-responsive .table td:nth-child(2) {width: 0% !important; text-align: center;}
.category-order .table-data .table-responsive .table th:nth-child(3), .category-order .table-data .table-responsive .table td:nth-child(3) {width: 0% !important; text-align: center;}
.category-order .table-responsive thead tr th { position: sticky; top: 0; z-index: 999 !important; border: 0.5px solid #CCD8F6;}
.category-order .table-data .card-body .orasi-preloader {position: inherit; background-color: #fff; display: flex; align-items: center; justify-content: center; flex-direction: column; height: calc(100vh - 276px);}
.category-order .table-data .table-responsive .table td .drag-indicator{display: flex; align-items: center;}
.category-order .table-data .table-responsive .table td .drag-indicator span{margin-right: 5px; font-size: 14px; color: #565555;}

.edit-item .pdf-block {width: 85px !important; height: 85px !important;}
.edit-item .pdf-block .asset-card .spinner-class{background-color: transparent !important;}
.edit-item .pdf-block .pdf-document img {padding: 15px; border: 1px solid #9d9d9d; max-height: 97% !important; max-width: 97%;}
.edit-item .pdf-block p{width: 85px !important;}
.edit-item .create-combination .card {margin-bottom: 0px; box-shadow: none; margin-top: -12px;}
.edit-item .create-combination .card .card-body{padding: 0px;}
.edit-item .create-combination .card .card-body .search-box .position-relative .form-control{border-radius: 5px 0px 0px 5px;}
.edit-item .create-combination .card .card-body .rdt_Table .rdt_TableHeadRow .rdt_TableCol {background-color: #eff2f7;}
.viewCombination .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1), .viewCombination .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(1) {min-width: 0% !important;}
.viewCombination .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2), .viewCombination .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(2) {min-width: 18.4% !important;}
.viewCombination .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3), .viewCombination .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(3) {min-width: 17% !important;}
.viewCombination .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4), .viewCombination .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(4) {min-width: 18% !important;}
.viewCombination .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(5), .viewCombination .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(5) {min-width: 13% !important;}
.viewCombination .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(6), .viewCombination .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(6) {min-width: 14% !important;}
.viewCombination .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(7), .viewCombination .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(7) {min-width: 7% !important;}
.viewCombination .rdt_Table .rdt_TableHeadRow .rdt_TableCol:last-child, .viewCombination .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:last-child {min-width: 10% !important; justify-content: right;}
.viewCombination .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:last-child .input-group-text {padding: 0px; background-color: unset; border: none; font-style: normal; font-weight: 500; font-size: 11.5px; color: #000000;}
.edit-item .create-combination .card .card-body .search-box .position-relative {margin-left: 10px;}   
.edit-item .create-combination .card .card-body .search-box .fill_btn .mdi-pencil {font-size: 12px!important; margin-right: 5px;}
.create-combination-pop .modal-dialog .modal-content .modal-footer .float-end {margin: 0px 7px 0 0 !important;}
.addCombination .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1), .addCombination .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(1) {min-width: 22% !important;}
.addCombination .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2), .addCombination .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(2) {min-width: 17% !important;}
.addCombination .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3), .addCombination .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(3) {min-width: 16% !important;}
.addCombination .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4), .addCombination .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(4) {min-width: 12% !important;}
.addCombination .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(5), .addCombination .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(5) {min-width: 15% !important;}
.addCombination .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(6), .addCombination .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(6) {min-width: 8% !important;}
.addCombination .rdt_Table .rdt_TableHeadRow .rdt_TableCol:last-child, .addCombination .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:last-child {min-width: 9.4% !important; text-align: center !important;}
.create-combination .combination-btn-grp .fill_btn {font-weight: 600 !important; color: var(--highlight) !important; text-transform: uppercase !important; border: 1px solid #f2a321 !important; padding: 10.5px 13px 10.5px 13px; height: 40px; display: inline-flex; align-items: center; font-size: 11px; border-radius: 5px; font-style: normal; background-color: transparent;}
.create-combination .combination-btn-grp {margin-left: 30px; display: flex; align-items: center;}
.create-combination .combination-btn-grp button .loading-icon{width: 16px;}
.viewCombination .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:last-child .price-input .input-group-text {background-color: #fff; height: 27px; border-right: 1px solid transparent; border-radius: 5px 0px 0px 5px; font-weight: 500; font-size: 11.5px; color: #000000; border: 1px solid #d5d5d5; padding: 0 9px;}
.viewCombination .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:last-child .price-input .form-control {border: 1px solid #d5d5d5; border-radius: 5px; height: 26px;  font-size: 11.5px; width: 93%; text-align: right;}
.viewCombination .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:last-child .price-input {justify-content: right;} 
.addCombination .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:last-child .price-input {justify-content: right;} 
.addCombination .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:last-child .price-input .input-group-text {background-color: #fff; height: 27px; border-right: 1px solid transparent; border-radius: 5px 0px 0px 5px; font-weight: 500; font-size: 11.5px; color: #000000; border: 1px solid #d5d5d5; padding: 0 9px;}
.addCombination .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:last-child .price-input .form-control {border: 1px solid #d5d5d5; border-radius: 5px; height: 26px; font-size: 11.5px; width: 99%; text-align: right;}
.user-management .rdt_Pagination select:focus {outline: none;}
.create-combination .increase-btn .d-flex.align-items-center {justify-content: right; position: relative;}
.create-combination .increase-btn .d-flex.align-items-center .percentage {position: absolute; left: -13px; color: #000; font-size: 12px; font-weight: 600; cursor: auto;}
.advance-search .modal-content button .loading-icon {width: 16px;}
.add-client .edit-item .form-block #videoclips .thumbnail-block .black-gradient{position: absolute; display: flex; align-items: center; bottom: 4px; left: 4px; background: none; text-align: left; transition: all ease-in-out 0.3s;}
.add-client .edit-item .form-block #videoclips .thumbnail-block .black-gradient .form-check{display: flex; align-items: center; font-size: 12.5px!important;}
.add-client .edit-item .form-block #videoclips .thumbnail-block .black-gradient label {font-weight: normal; margin-left: 5px; margin-bottom: 0px; text-transform: lowercase; margin-top: 2px;}
#vertical-menu-btn {display: none;}

.video-request .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1), .video-request .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(1) {min-width: 24% !important;}
.video-request .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2), .video-request .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(2) {min-width: 20% !important;}
.video-request .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3), .video-request .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(3) {min-width: 7% !important;}
.video-request .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4), .video-request .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(4) {min-width: 17% !important;}
.video-request .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(5), .video-request .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(5) {min-width: 17% !important;}
.video-request .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell .availability {white-space: inherit !important; overflow: unset !important; text-overflow: unset !important; display: flex !important; align-items: center !important;}
 
.account-manager-report .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1), .account-manager-report .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(1) {min-width: 28% !important;}
.account-manager-report .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2), .account-manager-report .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(2) {min-width: 24% !important;}
.account-manager-report .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3), .account-manager-report .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(3) {min-width: 17% !important;}
.account-manager-report .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4), .account-manager-report .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(4) {min-width: 24% !important;}
.account-manager-report .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(5), .account-manager-report .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(5) {min-width: 7% !important;}

.item-management .table-data .search-box .position-relative  {width: 25%;}
.listbids .modal-dialog {max-width: 1050px !important;}
.listbids .modal-dialog .modal-content .modal-body {background-color: #f6f6f6; min-height: 180px;}
.listbids .modal-content .modal-header .close-btn {top: 38% !important; right: 2.5% !important;}
.listbids .modal-content .modal-body p {font-size: 13px; font-weight: 500; margin-bottom: 10px; color: #000;}
.listbids .modal-dialog .modal-content .modal-header { border-bottom: 1px solid #b6b6b6 !important; position: relative;}
.listbids .modal-dialog .seller_table.buyer_table th {background-color: #ffffff; font-style: normal; font-weight: 700; font-size: 11px; line-height: 17px; text-transform: uppercase; color: #000000; font-family: 'Montserrat', sans-serif; padding: 9px 7px; white-space: nowrap;}
.listbids .modal-dialog .seller_table {background-color: #fff;}
.listbids .modal-dialog .seller_table.buyer_table td {font-style: normal; font-weight: 500; font-size: 11.5px; color: #000000; padding: 7px; white-space: inherit; background-color: inherit;}
.listbids .modal-dialog .seller_table .d-flex .action-button {border-radius: 5px; background: #fff; border: 1px solid #d5d5d5; font-size: 7.5px; color: #444444 !important; font-weight: 800; padding: 4px 8px; display: flex; align-items: center; text-transform: uppercase; text-align: center; line-height: initial; cursor: pointer;}
.listbids .modal-dialog .seller_table .d-flex .action-button .font-size-18 { font-size: 13px!important; margin-right: 0px; color: #000 !important;}
.listbids .modal-dialog{ -webkit-transform: translate(0%,12%) !important; transform: translate(0%,12%) !important;}
.listbids .modal-dialog th:nth-child(1), .listbids .modal-dialog td:nth-child(1){width: 18%; word-break: break-word;}
.listbids .modal-dialog th:nth-child(2), .listbids .modal-dialog td:nth-child(2){width: 8%;}
.listbids .modal-dialog th:nth-child(3), .listbids .modal-dialog td:nth-child(3){width: 12%;}
.listbids .modal-dialog .modal-content th:nth-child(4), .listbids .modal-dialog .modal-content td:nth-child(4){width: 14%;}
.listbids .modal-dialog .modal-content th:nth-child(5), .listbids .modal-dialog .modal-content td:nth-child(5){width: 12%; text-align: center;}
.listbids .modal-dialog th:nth-child(6), .listbids .modal-dialog td:nth-child(6){width: 11%; text-align: center;}
.listbids .modal-dialog th:nth-child(7), .listbids .modal-dialog td:nth-child(7){width: 9%; text-align: center;}
.listbids .modal-dialog th:nth-child(8), .listbids .modal-dialog td:nth-child(8){width: 7%;}
.listbids .modal-dialog th:last-child, .listbids .modal-dialog td:last-child{width: 4%;}

.document-popup .close-btn {top: 10px;}
.combination .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1) .rdt_TableCol_Sortable>div {display: none;}
.combination .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2) .rdt_TableCol_Sortable { margin-left: -28px;}
.combination .table-data .search-box .position-relative {justify-content: right;}
.combination .search-box .position-relative { width: 48% !important;}

.view-combination .create-user-block .col-md-3.pe-1 .form-block {height: 100vh; margin-bottom: 20px;}
.view-combination .create-user-block .col-md-9.ps-1 .award-history .form-block.mt-2 {height: 100%;}
.view-combination .create-user-block .col-md-9.ps-1 .award-history .col-md-7 {padding-right: 3.8px;}
.view-combination .create-user-block .col-md-9.ps-1 .award-history .col-md-5 {padding-left: 3.8px;}
.view-combination .award-history .history-block {padding: 19px; background-color: #f5f7fc; border-radius: 5px;}
.view-combination .award-history .history-block:nth-child(1) {margin-top: 0px !important;}
.view-combination .create-user-block .col-md-9 .form-block .col-md-3:nth-child(1) .input-field p {text-transform: uppercase;}
.view-combination .create-user-block  .award-history .history-block h6 {color: var(--highlight); margin-bottom: 7px !important;}
.view-combination .create-user-block .col-md-9 .award-history .history-block .input-field {margin-bottom: 8px !important; display: flex; align-items: center;}
.view-combination .create-user-block .col-md-9 .award-history .history-block .input-field label{font-size: 11px !important; font-weight: 600; width: 40%; margin-bottom: 0;}
.view-combination .create-user-block .col-md-9 .award-history .history-block .input-field p{font-size: 11px; font-weight: 600; width: 60%; margin-bottom: 0;}
.view-combination .create-user-block .col-md-9 .award-history .history-block .w-100 {font-weight: 400; margin-bottom: 0px; margin-top: 3px;}
.view-combination .create-user-block .col-md-9 .award-history .history-block .col-md-12:nth-child(1) .input-field p {text-transform: uppercase;}
.view-combination .create-user-block .col-md-9 .award-history .form-block.mt-2 .form-label {margin-bottom: 5px;}
.view-combination .create-user-block .award-history .history-block-scroll {max-height: 438px; overflow: auto;}
.view-combination .create-user-block .award-history .history-block-scroll::-webkit-scrollbar { width: 5px;  }
.view-combination .create-user-block .award-history .history-block-scroll::-webkit-scrollbar-track { background: #f1f1f1; }
.view-combination .create-user-block .award-history .history-block-scroll::-webkit-scrollbar-thumb { background: #c6d0d4; border-radius: 5px;}
.view-combination .create-user-block .award-history .history-block-scroll::-webkit-scrollbar-thumb:hover { background: #bac4c8; }
.view-combination .create-user-block .left_block .bidders-btn-block {display: flex;}
.view-combination .create-user-block .left_block .bidders-btn-block .btn {float: initial; padding: 12px 15px; display: flex; background-color: #fff; color: var(--highlight); border: 1px solid var(--highlight); font-size: 8px; align-items: center; height: 42px; font-weight: 700;}
.view-combination .create-user-block .left_block .bidders-btn-block .btn span { font-size: 16px; margin-right: 3px;}
.view-combination .offcanvas-end .offcanvas-header .btn-close {font-size: 11.5px;}
.view-combination .offcanvas-end .offcanvas-header {justify-content: left; align-items: center; padding-top: 20px; padding-bottom: 0px;}
.view-combination .offcanvas-end .offcanvas-header h3 {font-size: 15.5px; text-transform: uppercase; margin-bottom: 0; margin-left: 43px; font-weight: 700; color: #000;}
.view-combination .offcanvas-end.show {width: 80%; max-width: 800px;}

.view-combination .create-user-block .col-md-9.ps-1 .award-history .col-md-7 .form-block.mt-2 { max-height: 515px; overflow: auto;}
.view-combination .create-user-block .col-md-9.ps-1 .award-history .col-md-7 .form-block.mt-2::-webkit-scrollbar { width: 5px;  }
.view-combination .create-user-block .col-md-9.ps-1 .award-history .col-md-7 .form-block.mt-2::-webkit-scrollbar-track { background: #f1f1f1; }
.view-combination .create-user-block .col-md-9.ps-1 .award-history .col-md-7 .form-block.mt-2::-webkit-scrollbar-thumb { background: #c6d0d4; border-radius: 5px;}
.view-combination .create-user-block .col-md-9.ps-1 .award-history .col-md-7 .form-block.mt-2::-webkit-scrollbar-thumb:hover { background: #bac4c8; }

/* 1366 resolution */
@media (min-width:1200px) and (max-width:1367px) {
  .Orasi-signup.account-pages {height: auto;}
  .import-content .create-user-block {height: calc(100vh - 228px) !important;}
  .import-content .create-user-block .label-block {width: 37%;}
  .import-content .create-user-block .upload-block { width: 37%;}
  .add-client .create-user-block .form-block #home1 .status .col-md-3 {width: 23.5%;}
  .add-client .create-user-block .form-block #home1 .status .col-md-9 { width: 76.5%;}
  .content-management .table-data .table-responsive .table th:nth-child(3), .content-management .table-data .table-responsive .table td:nth-child(3) { width: 40% !important; text-align: left;}
  .create-user .create-user-block .permission-block .d-flex .check-list-block {padding: 15px 14px 0px 12px;}
  .create-user .create-user-block .permission-block .d-flex .check-list-block p {font-size: 9px;}
  .create-user .create-user-block .permission-block .table-responsive {border: 0.3px solid #b6b6b6; max-height: 69.7vh; overflow-y: scroll;}
  .clients-search .search-box.d-inline-block .position-relative { width: 86% !important;}
  .clients-search .table-data .search-box .position-relative .form-control { width: 78% !important;}
  .clients-search .table-data .search-box .position-relative .date-input { width: auto !important;}
  .clients-search .table-data .card-body .search-box .dropdown {width: 61% !important;}
  .clients-search .table-data .card-body .search-box .dropdown .form-control {width: 100% !important;}
  .clients .table-data .table-responsive .table-nowrap td { white-space: nowrap;}
  .company .table-data .table-responsive .table-nowrap td { white-space: inherit;}
  .export .table-data .table-responsive .export-table-data th:nth-child(3), .export .table-data .table-responsive .export-table-data td:nth-child(3) { text-align: left; width: 18% !important;}
  .Orasi-signin .toast {bottom: 10%; left: 36.5%;}
  .block_buyer .form-block .left_block .seller-col-width {width: 44.8% !important;}
  .block_buyer .form-block .left_block .btn-col-width {width: 10.4% !important;}

  .content-management .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1), .content-management .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(1) {min-width: 28px !important; max-width: 28px; text-align: center !important;}
  .content-management .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2), .content-management .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(2) {min-width: 18% !important;}
  .content-management .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3), .content-management .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(3) {min-width: 13% !important; }
  .content-management .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4), .content-management .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(4) {min-width: 6% !important;}
  .content-management .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(5), .content-management .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(5) {min-width: 9% !important; }
  .content-management .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(6), .content-management .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(6) {min-width: 13% !important;}
  .content-management .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(7), .content-management .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(7) {min-width: 9% !important; }
  .content-management .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(8), .content-management .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(8) {min-width: 9% !important;}
  .content-management .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(9), .content-management .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(9) {min-width: 7% !important;}
  .content-management .rdt_Table .rdt_TableHeadRow .rdt_TableCol:last-child, .content-management .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:last-child { min-width: 7.3% !important; text-align: center !important;}

.user-management .rdt_Table .rdt_TableHeadRow .rdt_TableCol:last-child, .user-management .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:last-child{min-width: 7.3% !important; text-align: center !important;}
.clients .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:last-child, .clients .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:last-child { min-width: 7.3% !important; text-align: center !important;}
.deals .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1), .deals .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(1) {min-width: 18% !important; }
.deals .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2), .deals .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(2) {min-width: 7% !important;}
.deals .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3), .deals .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(3) {min-width: 17% !important; }
.deals .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4), .deals .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(4) {min-width: 13% !important;}
.deals .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(5), .deals .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(5) {min-width: 13% !important; }
.deals .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(6), .deals .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(6) {min-width: 17% !important;}
.deals .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(7), .deals .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(7) {min-width: 11% !important; text-align: left !important;}

.clients .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1), .clients .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(1) {min-width: 18% !important; }
.clients .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2), .clients .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(2) {min-width: 2% !important;}
.clients .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3), .clients .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(3) {min-width: 11% !important; }
.clients .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4), .clients .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(4) {min-width: 13% !important;}
.clients .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(5), .clients .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(5) {min-width: 15% !important; }
.clients .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(6), .clients .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(6) {min-width: 9% !important;}
.clients .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(7), .clients .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(7) {min-width: 11% !important; }

.company .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1), .company .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(1) {min-width: 19% !important; }
.company .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2), .company .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(2) {min-width: 11% !important;}
.company .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3), .company .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(3) {min-width: 13% !important; }
.company .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4), .company .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(4) {min-width: 12% !important;}
.company .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(5), .company .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(5) {min-width: 9% !important; }
.company .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(6), .company .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(6) {min-width: 12% !important;}
.company .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(7), .company .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(7) {min-width: 15% !important; }
.company .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(8), .company .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(8) {min-width: 11% !important; }

.clients-search .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(6), .clients-search .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(6) {min-width: 13% !important;}
.clients-search .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1), .clients-search .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(1) {min-width: 21% !important;}

.recommeded .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1), .recommeded .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(1) {min-width: 18% !important; }
.recommeded .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2), .recommeded .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(2) {min-width: 13% !important;}
.recommeded .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3), .recommeded .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(3) {min-width: 13% !important; }
.recommeded .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4), .recommeded .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(4) {min-width: 15% !important;}
.recommeded .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(5), .recommeded .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(5) {min-width: 14% !important; }
.recommeded .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(6), .recommeded .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(6) {min-width: 15% !important;}

.contact .page-content .table-data .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(6), .contact .page-content .table-data .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(6) { min-width: 6.5% !important; text-align: center !important;}
.contact .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2), .contact .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(2) {min-width: 18% !important;}
.lookups .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4), .lookups .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(4) {min-width: 7.3% !important; text-align: center !important;}
.import-content .import-content-status .breadcrumb .content-status-count .d-flex {padding: 10px 10px; margin-left: 5px;}
.import-content .import-content-status .breadcrumb .content-status-count .d-flex .menu-path {font-size: 12px;}
.block_buyer .form-block .row .seller-col-width {width: 41.15% !important;}
.block_buyer .form-block .row .btn-col-width {width: 17.70% !important;}
.item-management .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2), .item-management .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(2) { min-width: 26% !important;}
.item-management .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3), .item-management .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(3) { min-width: 16% !important;}
.item-management .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(6), .item-management .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(6) { min-width: 9% !important;}
.item-management .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4), .item-management .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(4) { min-width: 7% !important;}
.item-management .rdt_Table .rdt_TableHeadRow .rdt_TableCol:last-child, .item-management .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:last-child { min-width: 10.3% !important; text-align: center !important;}

.viewCombination .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1), .viewCombination .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(1) {min-width: 1% !important;}
.viewCombination .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2), .viewCombination .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(2) {min-width: 19% !important;}
.viewCombination .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3), .viewCombination .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(3) {min-width: 18% !important;}
.viewCombination .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4), .viewCombination .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(4) {min-width: 15% !important;}
.viewCombination .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(5), .viewCombination .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(5) {min-width: 10% !important;}
.viewCombination .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(6), .viewCombination .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(6) {min-width: 17% !important;}
.viewCombination .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(7), .viewCombination .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(7) {min-width: 7% !important;}
.edit-item .viewCombination .rdt_Table .rdt_TableHeadRow .rdt_TableCol:last-child, .edit-item .viewCombination .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:last-child {min-width: 11% !important;}
/* .create-combination .increase-btn {width: 28%;}
.create-combination .combination-btn-grp {width: 21.666667%;} 
.create-combination .row.mt-2 .col-md-7 {width: 50.333333%;}  */

.addCombination .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1), .addCombination .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(1) {min-width: 20% !important;}
.addCombination .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2), .addCombination .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(2) {min-width: 18% !important;}
.addCombination .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3), .addCombination .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(3) {min-width: 15% !important;}
.addCombination .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4), .addCombination .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(4) {min-width: 13% !important;}
.addCombination .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(5), .addCombination .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(5) {min-width: 16% !important;}
.addCombination .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(6), .addCombination .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(6) {min-width: 7% !important;}
.create-combination .addCombination .rdt_Table .rdt_TableHeadRow .rdt_TableCol:last-child, .create-combination .addCombination .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:last-child {min-width: 11% !important;}

.video-request .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1), .video-request .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(1) {min-width: 24% !important;}
.video-request .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2), .video-request .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(2) {min-width: 20% !important;}
.video-request .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3), .video-request .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(3) {min-width: 7% !important;}
.video-request .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4), .video-request .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(4) {min-width: 17% !important;}
.video-request .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(5), .video-request .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(5) {min-width: 17% !important;}
.video-request .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell .availability {white-space: inherit !important; overflow: unset !important; text-overflow: unset !important; display: flex !important; align-items: center !important;}

.account-manager-report .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1), .account-manager-report .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(1) {min-width: 28% !important;}
.account-manager-report .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2), .account-manager-report .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(2) {min-width: 24% !important;}
.account-manager-report .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3), .account-manager-report .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(3) {min-width: 17% !important;}
.account-manager-report .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4), .account-manager-report .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(4) {min-width: 23% !important;}
.account-manager-report .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(5), .account-manager-report .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(5) {min-width: 8% !important;}

.combination .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1), .combination .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(1) { min-width: 28px !important; max-width: 28px; text-align: center !important;}
.combination .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2), .combination .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(2) { min-width: 20% !important;}
.combination .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3), .combination .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(3) { min-width: 9% !important;}
.combination .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4), .combination .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(4) { min-width: 11% !important;}
.combination .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(5), .combination .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(5) { min-width: 13% !important;text-align: left !important;}
.combination .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(6), .combination .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(6) { min-width: 12% !important; }
.combination .page-content .card-body .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(7), .combination .page-content .card-body .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(7) { min-width: 11% !important;}
.combination .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(8), .combination .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(8) { min-width: 11% !important; justify-content: center;}
.combination .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(9), .combination .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(9) { min-width: 10% !important; justify-content: center;}
.combination .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(10), .combination .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(10) { min-width: 12% !important;}
.combination .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(11), .combination .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(11) { min-width: 10% !important; justify-content: center;}
.combination .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(12), .combination .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(12) { min-width: 9% !important;}
.combination .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:last-child, .combination .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:last-child { min-width: 4.5% !important;}

.bidders-list .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1), .bidders-list .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(1) {min-width: 23% !important;}
.bidders-list .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2), .bidders-list .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(2) {min-width: 14% !important;}
.bidders-list .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3), .bidders-list .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(3) {min-width: 12% !important;}
.bidders-list .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4), .bidders-list .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(4) {min-width: 10% !important; justify-content: center;}
.bidders-list .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(5), .bidders-list .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(5) {min-width: 10% !important;}
.bidders-list .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(6), .bidders-list .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(6) {min-width: 15% !important;}
.bidders-list .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(7), .bidders-list .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(7) {min-width: 10% !important; justify-content: center;}
.bidders-list .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(8), .bidders-list .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(8) { min-width: 5.9% !important; justify-content: center;}
.bidders-list .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(9), .bidders-list .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(9) { min-width: 12% !important; justify-content: left;}
.bidders-list .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(10), .bidders-list .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(10) {min-width: 9.2% !important;}
.bidders-list .create-user-block .left_block .input-field { margin-bottom: 20px !important;}
.bidders-list .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4) .brFloq {white-space: inherit;}
.bidders-list .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4) {text-align: center !important; line-height: 12px;}
/* .bidders-list .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(6) .brFloq {white-space: inherit;}
.bidders-list .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(6) {text-align: center !important; line-height: 12px;} */
.bidders-list .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(7) .brFloq {white-space: inherit;}
.bidders-list .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(7) {text-align: center !important; line-height: 12px;}

.view-combination .create-user-block.content_edit.block_buyer .col-md-3.pe-1 { width: 25%;}
.view-combination .create-user-block.content_edit.block_buyer .col-md-9.ps-1 { width: 75%;}
.view-combination .create-user-block .col-md-9 .award-history .history-block .input-field label { width: 50%;}
.view-combination .create-user-block .col-md-9 .award-history .history-block .input-field p { width: 50%;}
.view-combination .create-user-block .award-history .history-block-scroll {max-height: 328px; overflow: auto;}

.bids-summary .page-content .table-data .rdt_Table .rdt_TableHeadRow .rdt_TableCol:last-child, .bids-summary .page-content .table-data .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:last-child { min-width: 5% !important;}
.bids-summary .page-content .table-data .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1), .bids-summary .page-content .table-data .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(1) { min-width: 9% !important;}
.bids-summary .page-content .table-data .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3), .bids-summary .page-content .table-data .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(3) { min-width: 13% !important;}
.bids-summary .page-content .table-data .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4), .bids-summary .page-content .table-data .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(4) { min-width: 12% !important;}
.bids-summary .page-content .table-data .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(5), .bids-summary .page-content .table-data .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(5) { min-width: 11% !important;}
.bids-summary .page-content .table-data .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(6), .bids-summary .page-content .table-data .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(6) { min-width: 10% !important;}
.bids-summary .page-content .table-data .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(7), .bids-summary .page-content .table-data .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(7) { min-width: 10% !important;}
.bids-summary .page-content .table-data .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(8), .bids-summary .page-content .table-data .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(8) { min-width: 12% !important;}
.bids-summary .page-content .table-data .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(10), .bids-summary .page-content .table-data .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(10) { min-width: 9% !important;}
.bids-summary .page-content .table-data .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(9), .bids-summary .page-content .table-data .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(9) { min-width: 8% !important;}
/* .user-management .rdt_Table .rdt_TableHeadRow .rdt_TableCol:last-child, .user-management .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:last-child { min-width: 10.3% !important; text-align: center !important;} */
.view-combination .create-user-block .col-md-9.ps-1 .award-history .form-block.mt-2 {height: calc(100vh - 240px) !important;}
.user-management .page-content .container-fluid .table-data .card { min-height: 68vh !important;}
.create-user .create-user-block { min-height: 64vh !important;}
.viewCombination .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:last-child .price-input .form-control {width: 99% !important;}
.addCombination .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:last-child .price-input .form-control {width: 99% !important;}

.bidders-list .create-user-block.content_edit.block_buyer .col-md-9.ps-1 {min-height: 64vh !important;}
.bidders-list .create-user-block.content_edit.block_buyer .col-md-3.pe-1 {min-height: 64vh !important;}
.bidders-list .create-user-block.content_edit.block_buyer .col-md-9.ps-1 .empty-state-body { height: calc(100vh - 229px) !important;}

.email_logs .page-content .card-body .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3), .email_logs .page-content .card-body .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(3) {min-width: 23% !important;}
.Client_Sessions_Report .page-content .card-body .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(5), .Client_Sessions_Report .page-content .card-body .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(5) { min-width: 6.5% !important;}
.Client_Sessions_Report .page-content .card-body .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1), .Client_Sessions_Report .page-content .card-body .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(1) { min-width: 24% !important;}
.clients-search .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(7), .clients-search .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(7) { min-width: 6.5% !important;}
.email_logs .page-content .container-fluid .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(7), .email_logs .page-content .container-fluid .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(7) {min-width: 6.5% !important;}
.client_activity_report .page-content .card-body .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2), .client_activity_report .page-content .card-body .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(2) {min-width: 25% !important;}
.client_activity_report .page-content .card-body .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3), .client_activity_report .page-content .card-body .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(3) {min-width: 13% !important;}
.client_activity_report .page-content .card-body .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4), .client_activity_report .page-content .card-body .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(4) {min-width: 14% !important;}
.client_activity_report .page-content .card-body .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(5), .client_activity_report .page-content .card-body .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(5) {min-width: 12% !important;}
.client_activity_report .page-content .card-body .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(6), .client_activity_report .page-content .card-body .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(6) {min-width: 10% !important;}
.title_analysis_report .page-content .card-body .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4), .title_analysis_report .page-content .card-body .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(4) {min-width: 7% !important;}
.title_analysis_report .page-content .card-body .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(5), .title_analysis_report .page-content .card-body .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(5) {min-width: 9% !important;}
.title_analysis_report .page-content .card-body .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(6), .title_analysis_report .page-content .card-body .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(6) {min-width: 15% !important;}
.recommeded .table-data .search-box .position-relative .form-control { width: 100% !important;}
.contact .table-data .search-box .position-relative .form-control {width: 100% !important;}
.contact .table-data .search-box .position-relative { width: 41% !important;}
.email_logs .table-data .card-body .search-box.d-inline-block .position-relative { width: 86% !important;}
.Client_Sessions_Report .table-data .search-box.d-inline-block .position-relative { width: 86% !important;}
.video-request .page-content .container-fluid .table-data .card-body .row .col-sm-4 {width: 20.333333%;}
.video-request .page-content .container-fluid .table-data .card-body .row .col-sm-8 {width: 79.666667%;}
.title_analysis_report .page-content .container-fluid .table-data .card-body .row .col-sm-4 {width: 15.333333%;}
.title_analysis_report .page-content .container-fluid .table-data .card-body .row .col-sm-8 {width: 84.666667%;}
.combination .search-box.d-inline-block .position-relative {width: 48% !important;}

.import_content .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3), .import_content .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(3) { min-width: 14% !important;}
.import_content .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4), .import_content .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(4) { min-width: 14% !important;}
.import_content .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(7), .import_content .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(7) { min-width: 9% !important;}
.import_content .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(8), .import_content .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(8) { min-width: 9% !important;}
.import_content .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(9), .import_content .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(9) { min-width: 7.3% !important;}
.import_content .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(6), .import_content .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(6) { min-width: 8% !important;}

.lps.create-user .create-user-block  {min-height: unset !important;}
.lps.create-user .create-user-block .ql-toolbar.ql-snow+.ql-container.ql-snow { border-top: 0; min-height: 154px !important;}

.user-management .block_buyer .form-block .search_section .css-b62m3t-container .css-t3ipsp-control {width: 240px !important;}
.user-management .block_buyer .form-block .search_section .css-b62m3t-container .css-13cymwt-control {width: 240px !important;}
.user-management .block_buyer .form-block .search_section .form-select {width: 240px !important;}


.clients-search.client_activity_report .card .search-box .position-relative { width: 86% !important;}
.clients-search.client_activity_report .table-data .card .search-box .position-relative .form-control { width: 57% !important;}
.clients-search.client_activity_report .table-data .card .search-box .position-relative .date-input {width: auto !important; border-radius: 0 !important;}
.clients-search.email_logs .card .search-box .position-relative { width: 86% !important;}
.clients-search.email_logs .table-data .card .search-box .position-relative .form-control { width: 57% !important;}
.clients-search.email_logs .table-data .card .search-box .position-relative .date-input {width: auto !important; border-radius: 0 !important;}
.email_logs .table-data .card-body .search-box.d-inline-block .position-relative { width: 86% !important;}
.email_logs .page-content .container-fluid .table-data .card-body .row .col-sm-4 select {width: 202px;}
.email_logs .page-content .container-fluid .table-data .card-body .row .col-sm-4 {width: 33.33333333%;}
.email_logs .page-content .container-fluid .table-data .card-body .row .col-sm-8 {width: 66.66666667%;}
.client_activity_report .page-content .container-fluid .table-data .card-body .row .col-sm-4 {width: 33.33333333%;}
.client_activity_report .page-content .container-fluid .table-data .card-body .row .col-sm-8 {width: 66.66666667%;}
.add_logo .logo_size span {font-size: 9px !important;}
.export .table-data .card .table-responsive .export-table-data th:nth-child(7), .export .table-data .card .table-responsive .export-table-data td:nth-child(7) { text-align: center; width: 7.3% !important;}
.import_content .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(10), .import_content .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(10) { min-width: 6.5% !important;justify-content: center;}

.search_title {width: 93.666667% !important;}
.ok_btn {width: 6.333333% !important;}

.edit-item .form-block .row.status .col-md-3 { width: 23.5% !important;}
.edit-item .form-block .row.status .col-md-9 { width: 76.5% !important;}

.lm_block .contacts { width: 16% !important;}
.lm_block .conversation { width: 18% !important;}
.lm_block .summary { width: 48.5% !important; border-right: 1px solid #ECF0FA;}
.lm_block .profile_details {width: 17.5% !important;}
.lm_block .summary .details .flex-grow-1.align-self-center { width: 90% !important;}
.lm_block .header_block p {font-size: 11px !important;}
.lm_block .header_block .btn {padding: 2px 6.5px !important; font-size: 10px !important;}
.lm_block .header_block .btn span {font-size: 17px !important;}

.edit-item .create-combination .empty-state-body .empty-state__message .form-check{margin-top: 10px;}
.edit-item .create-combination .empty-state-body {height: calc(100vh - 461px) !important;}

.lm_block .profile_details .profile_update .input-field .country-code .colorselect {width: 100% !important;}
.lm_block .profile_details .profile_update .input-field .country-code .contact-number {width: 100% !important;}
.lm_block .profile_details .profile_update .input-field .form-control {font-size: 9px !important;}
.empty_conversation .lm_block .summary {width: 66.5% !important;}

.graph-list li p {font-size: 11px !important;}

.user-management.content-management.export .card-body .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3), .user-management.content-management.export .card-body .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(3) {min-width: 17.4% !important;}
.user-management.content-management.export .card-body .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4), .user-management.content-management.export .card-body .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(4) {min-width: 17.5% !important;}

.add-client .create-user-block .form-block .nav-tabs .nav-item .nav-link { padding: 16px 50px;}

.title_analysis_report .page-content .table-data .search-box.d-inline-block .position-relative .form-control {width: 45% !important; font-size: 12.5px;}

.news_management .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:last-child, .news_management .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:last-child { min-width: 6.5% !important; text-align: center !important;}
.news_management .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(5), .news_management .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(5) { min-width: 17% !important;}

.lm_block .summary .summary_details { max-height: calc(100vh - 435px) !important;}

.signin-body {min-height: calc(100vh - 150px);}

.create-password-instruction { right: -3%;}
.add-category-page-style .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4), .add-category-page-style .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(4) { min-width: 8% !important;}
  
.ss_clients .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3), .ss_clients .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(3) {
    min-width: 12% !important;
}
.ss_clients .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(5), .ss_clients .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(5) {
    min-width: 13% !important;
}
.ss_clients .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(6), .ss_clients .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(6) {
    min-width: 11% !important;
}
    .ss_clients .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:last-child, .ss_clients .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:last-child {
        min-width: 10.3% !important;
        text-align: center !important;
    }
    .notification_history .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4), .notification_history .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(4) {
    min-width: 10% !important;
    justify-content: center;
}
.notification_history .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2), .notification_history .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(2) {
    min-width: 24% !important;
}
.client-users .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(6), .client-users .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(6) {
    min-width: 10.1% !important;
}

.clients .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1), .clients .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(1) {min-width: 13% !important;}
.clients .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2), .clients .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(2) {min-width: 12% !important;}
.clients .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3), .clients .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(3) {min-width: 12% !important;}
.clients .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4), .clients .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(4) {min-width: 10% !important;}
.clients .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(5), .clients .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(5) {min-width: 13% !important;}
.clients .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(6), .clients .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(6) {min-width: 12% !important;}
.clients .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(7), .clients .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(7) {min-width: 10% !important;}
.clients .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(8), .clients .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(8) {min-width: 10% !important;}
.clients .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(9), .clients .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(9) {min-width: 8% !important;}
}

@media(min-width:1366px) and (max-width:1439px) {
.clients .client-data-table-component .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1), .clients .client-data-table-component .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(1) {min-width: 13% !important;}
.clients .client-data-table-component .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2), .clients .client-data-table-component .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(2) {min-width: 12% !important;}
.clients .client-data-table-component .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3), .clients .client-data-table-component .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(3) {min-width: 11% !important;}
.clients .client-data-table-component .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4), .clients .client-data-table-component .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(4) {min-width: 10% !important;}
.clients .client-data-table-component .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(5), .clients .client-data-table-component .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(5) {min-width: 12% !important;}
.clients .client-data-table-component .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(6), .clients .client-data-table-component .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(6) {min-width: 12% !important;}
.clients .client-data-table-component .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(7), .clients .client-data-table-component .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(7) {min-width: 10% !important;}
.clients .client-data-table-component .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(8), .clients .client-data-table-component .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(8) {min-width: 10% !important;}
.clients .client-data-table-component .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(9), .clients .client-data-table-component .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(9) {min-width: 10% !important;}
}

@media(min-width:1081px) and (max-width:1365px){
.clients .client-data-table-component .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1), .clients .client-data-table-component .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(1) {min-width: 13% !important;}
.clients .client-data-table-component .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2), .clients .client-data-table-component .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(2) {min-width: 12% !important;}
.clients .client-data-table-component .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3), .clients .client-data-table-component .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(3) {min-width: 11% !important;}
.clients .client-data-table-component .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4), .clients .client-data-table-component .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(4) {min-width: 10% !important;}
.clients .client-data-table-component .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(5), .clients .client-data-table-component .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(5) {min-width: 12% !important;}
.clients .client-data-table-component .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(6), .clients .client-data-table-component .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(6) {min-width: 12% !important;}
.clients .client-data-table-component .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(7), .clients .client-data-table-component .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(7) {min-width: 10% !important;}
.clients .client-data-table-component .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(8), .clients .client-data-table-component .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(8) {min-width: 10% !important;}
.clients .client-data-table-component .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(9), .clients .client-data-table-component .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(9) {min-width: 10% !important;}
}

/* 1920 resolution */
@media (min-width: 1600px) {

.permission-block .table-responsive { max-height: 47vh;}
.block_buyer .form-block .left_block .seller-col-width {width: 46.5% !important;}
.block_buyer .form-block .left_block .btn-col-width {width: 7% !important;}

.user-management .rdt_Table .rdt_TableHeadRow .rdt_TableCol:last-child, .user-management .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:last-child{min-width: 4.5% !important; text-align: center !important;}
.clients .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:last-child, .clients .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:last-child { min-width: 4.5% !important; text-align: center !important;}
.contact .page-content .table-data .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(6), .contact .page-content .table-data .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(6) { min-width: 4.2% !important; text-align: center !important;}

.clients-search .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2), .clients-search .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(2) {min-width: 13% !important;}
.clients-search .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(5), .clients-search .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(5) {min-width: 14% !important; }
.clients-search .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(6), .clients-search .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(6) {min-width: 8% !important;}
.clients-search .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3), .clients-search .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(3) {min-width: 19% !important; }
.clients-search .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4), .clients-search .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(4) {min-width: 18% !important;}

.recommeded .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2), .recommeded .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(2) {min-width: 20% !important;}
.recommeded .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3), .recommeded .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(3) {min-width: 14% !important; }
.recommeded .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4), .recommeded .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(4) {min-width: 18% !important;}
.recommeded .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(5), .recommeded .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(5) {min-width: 11% !important; }
.recommeded .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(6), .recommeded .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(6) {min-width: 7% !important;}

.contact .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1), .contact .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(1) {min-width: 23% !important; }
.contact .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2), .contact .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(2) {min-width: 19% !important;}
.contact .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3), .contact .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(3) {min-width: 21% !important; }
.contact .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4), .contact .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(4) {min-width: 22% !important;}
.contact .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(5), .contact .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(5) {min-width: 7% !important; }

.lookups .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4), .lookups .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(4) {min-width: 4.5% !important; text-align: center !important;}
.block_buyer .form-block .row .seller-col-width {width: 44.25% !important;}
.block_buyer .form-block .row .btn-col-width {width: 11.50% !important;}

.viewCombination .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2), .viewCombination .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(2) { min-width: 20.1% !important;}
.viewCombination .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3), .viewCombination .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(3) { min-width: 18% !important;}
.viewCombination .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4), .viewCombination .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(4) { min-width: 17% !important;}
.viewCombination .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(5), .viewCombination .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(5) { min-width: 13% !important;}
.viewCombination .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(6), .viewCombination .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(6) { min-width: 15% !important;}
.viewCombination .rdt_Table .rdt_TableHeadRow .rdt_TableCol:last-child, .viewCombination .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:last-child { min-width: 8% !important;}
/* .create-combination .increase-btn {width: 28%;}
.create-combination .combination-btn-grp {width: 13.666667%;}  */
.addCombination .rdt_Table .rdt_TableHeadRow .rdt_TableCol:last-child, .addCombination .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:last-child { min-width: 7.1% !important;}
.item-management .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2), .item-management .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(2) { min-width: 30% !important;}
.item-management .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3), .item-management .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(3) { min-width: 9% !important;}
.item-management .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4), .item-management .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(4) { min-width: 18% !important;}
.item-management .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(5), .item-management .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(5) { min-width: 12% !important;}
.item-management .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(6), .item-management .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(6) { min-width: 12% !important;}
.item-management .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:last-child, .item-management .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:last-child { min-width: 6.5% !important;}

.addCombination .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1), .addCombination .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(1) {min-width: 20% !important;}
.addCombination .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2), .addCombination .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(2) {min-width: 19% !important;}
.addCombination .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3), .addCombination .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(3) {min-width: 15% !important;}
.addCombination .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4), .addCombination .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(4) {min-width: 12% !important;}
.addCombination .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(5), .addCombination .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(5) {min-width: 15% !important;}
.addCombination .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(6), .addCombination .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(6) {min-width: 10% !important;}

.video-request .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1), .video-request .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(1) {min-width: 24% !important;}
.video-request .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2), .video-request .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(2) {min-width: 20% !important;}
.video-request .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3), .video-request .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(3) {min-width: 7% !important;}
.video-request .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4), .video-request .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(4) {min-width: 17% !important;}
.video-request .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(5), .video-request .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(5) {min-width: 17% !important;}
.video-request .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell .availability {white-space: inherit !important; overflow: unset !important; text-overflow: unset !important; display: flex !important; align-items: center !important;}

.account-manager-report .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1), .account-manager-report .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(1) {min-width: 28% !important;}
.account-manager-report .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2), .account-manager-report .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(2) {min-width: 24% !important;}
.account-manager-report .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3), .account-manager-report .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(3) {min-width: 18% !important;}
.account-manager-report .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4), .account-manager-report .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(4) {min-width: 25% !important;}
.account-manager-report .page-content .card-body .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(5), .account-manager-report .page-content .card-body .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(5) {min-width: 5% !important;}


.combination .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1), .combination .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(1) { min-width: 28px !important; max-width: 28px; text-align: center !important;}
.combination .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2), .combination .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(2) { min-width: 17% !important;}
.combination .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3), .combination .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(3) { min-width: 8% !important;}
.combination .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4), .combination .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(4) { min-width: 7% !important;}
.combination .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(5), .combination .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(5) { min-width: 8% !important;text-align: left !important;}
.combination .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(6), .combination .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(6) { min-width: 8% !important; }
.combination .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(7), .combination .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(7) { min-width: 7% !important;}
.combination .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(8), .combination .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(8) { min-width: 8% !important; justify-content: center;}
.combination .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(9), .combination .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(9) { min-width: 8% !important; justify-content: center;}
.combination .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(10), .combination .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(10) { min-width: 8% !important;}
.combination .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(11), .combination .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(11) { min-width: 6% !important; justify-content: center;}
.combination .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(12), .combination .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(12) { min-width: 6% !important;}
.combination .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:last-child, .combination .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:last-child { min-width: 3% !important;}

.add-client .create-user-block .form-block {min-height: 75vh;}
.view-combination .create-user-block .col-md-3.pe-1 .form-block { height: 76vh; margin-bottom: 20px;}
.view-combination .create-user-block .col-md-9.ps-1 .form-block {height: auto;  min-height: auto;}
.view-combination .create-user-block .award-history .history-block-scroll {max-height: 425px; overflow: auto;}
.bids-summary .page-content .table-data .rdt_Table .rdt_TableHeadRow .rdt_TableCol:last-child, .bids-summary .page-content .table-data .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:last-child { min-width: 3% !important;}
.bids-summary .page-content .table-data .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(7), .bids-summary .page-content .table-data .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(7) { min-width: 13% !important; justify-content: center;}
.bids-summary .page-content .table-data .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(8), .bids-summary .page-content .table-data .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(8) { min-width: 8% !important; justify-content: left;}
.view-combination .create-user-block .col-md-9.ps-1 .award-history .form-block.mt-2 {height: calc(100vh - 455px) !important;}
.create-user .create-user-block {min-height: 76vh !important;}
.user-management .page-content .container-fluid .table-data .card { min-height: 76vh !important;}
.viewCombination .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:last-child .price-input .form-control {width: 88% !important;}
.addCombination .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:last-child .price-input .form-control {width: 100% !important;}

.bidders-list .create-user-block.content_edit.block_buyer .col-md-9.ps-1 {width: 79%; min-height: 76vh !important;}
.bidders-list .create-user-block.content_edit.block_buyer .col-md-3.pe-1 {width: 21%; min-height: 76vh !important;}
.bidders-list .create-user-block.content_edit.block_buyer .col-md-9.ps-1 .empty-state-body { height: calc(100vh - 372px) !important; position: relative;}

.email_logs .page-content .card-body .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3), .email_logs .page-content .card-body .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(3) {min-width: 20% !important;}
.Client_Sessions_Report .page-content .card-body .rdt_Table .rdt_TableHeadRow .rdt_TableCol:last-child, .Client_Sessions_Report .page-content .card-body .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:last-child { min-width: 4.2% !important;}
.clients-search .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:last-child, .clients-search .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:last-child { min-width: 4.2% !important;}
.email_logs .page-content .card-body .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(7), .email_logs .page-content .card-body .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(7) {min-width: 4.2% !important;}
.clients-search .search-box .position-relative {width: 53% !important;}
.client_activity_report .page-content .card-body .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1), .client_activity_report .page-content .card-body .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(1) {min-width: 12% !important;}
.client_activity_report .page-content .card-body .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2), .client_activity_report .page-content .card-body .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(2) {min-width: 35% !important;}
.client_activity_report .page-content .card-body .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3), .client_activity_report .page-content .card-body .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(3) {min-width: 12% !important;}
.title_analysis_report .page-content .card-body .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4), .title_analysis_report .page-content .card-body .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(4) {min-width: 13% !important;}
.title_analysis_report .page-content .card-body .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(6), .title_analysis_report .page-content .card-body .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(6) { min-width: 10% !important;}

.bidders-list .page-content .form-block .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(6), .bidders-list .page-content .form-block .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(6) { min-width: 10% !important;}
.bidders-list .page-content .form-block .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(7), .bidders-list .page-content .form-block .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(7) { min-width: 9% !important;}
.bidders-list .page-content .form-block .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(8), .bidders-list .page-content .form-block .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(8) { min-width: 3.7% !important;}
.bidders-list .page-content .form-block .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(9), .bidders-list .page-content .form-block .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(9) { min-width: 8% !important;}
.bidders-list .page-content .form-block .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(10), .bidders-list .page-content .form-block .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(10) { min-width: 6% !important;}
.import_content .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2), .import_content .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(2) { min-width: 15.9% !important;}
.import_content .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(9), .import_content .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(9) { min-width: 4.5% !important;justify-content: center;}
.import_content .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(10), .import_content .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(10) { min-width: 4.2% !important;justify-content: center;}
.edit-item .create-combination .table-data .addCombination { overflow-y: scroll !important; height: auto !important; max-height: 400px !important;}

.lps.create-user .create-user-block  {min-height: unset !important;}

.deals .page-content .container-fluid .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1), .deals .page-content .container-fluid .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(1) {min-width: 16% !important; }
.deals .page-content .container-fluid .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2), .deals .page-content .container-fluid .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(2) {min-width: 4% !important;}
.deals .page-content .container-fluid .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3), .deals .page-content .container-fluid .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(3) {min-width: 17% !important; }
.deals .page-content .container-fluid .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4), .deals .page-content .container-fluid .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(4) {min-width: 11% !important;}
.deals .page-content .container-fluid .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(5), .deals .page-content .container-fluid .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(5) {min-width: 11% !important; }
.deals .page-content .container-fluid .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(6), .deals .page-content .container-fluid .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(6) {min-width: 24% !important;}
.deals .page-content .container-fluid .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(7), .deals .page-content .container-fluid .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(7) {min-width: 7% !important; text-align: left !important;}

.export .table-data .card .table-responsive .export-table-data th:nth-child(7), .export .table-data .card .table-responsive .export-table-data td:nth-child(7) { text-align: center; width: 4.5% !important;}
.search_title {width: 96% !important;}
.ok_btn {width: 4% !important;}
.lm_block .summary .summary_details{min-height: 35vh !important;}
.lead_management .addl_block { padding-left: 25px !important;}
.graph-list li .graph-bar:hover ~ .sub-graphs {right: -89% !important;}

.lm_block .profile_details .email_admin { font-size: 15px !important;}
.lm_block .profile_details .email_admin span {font-size: 27px !important}

.user-management.content-management.export .card-body .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3), .user-management.content-management.export .card-body .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(3) {min-width: 19% !important;}
.user-management.content-management.export .card-body .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4), .user-management.content-management.export .card-body .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(4) {min-width: 18.4% !important;}

.news_management .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:last-child, .news_management .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:last-child { min-width: 4.2% !important; text-align: center !important;}

.create-password-instruction { right: 14% !important;} 
.add-category-page-style .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4), .add-category-page-style .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(4) { min-width: 8% !important;}
    
.ss_clients .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(8), .ss_clients .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(8) {
    min-width: 8% !important;
}
.notification_history .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4), .notification_history .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(4) {
    min-width: 7.2% !important;
    justify-content: center;
}
.client-users .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(6), .client-users .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(6) {
    min-width: 7.6% !important;
}
}

/* mobile resolution */
@media (min-width:300px) and (max-width:480px) {
  .navbar-header .d-flex { align-items: center; }
  .logo span.logo-sm { display: none;  }
  .logo span.logo-lg { display: inherit; }
  .navbar-brand-box { width: auto;  }
  .navbar-header .dropdown { position: relative !important;}
  .header-logo-section .logo-label { position: absolute; right: 13px !important; bottom: 9px !important; }
  .export .table-data .col-sm-4 { display: flex; margin-bottom: 10px; justify-content: right;}
  .export .table-data .col-sm-4 .dataTables_length { margin-right: 0px;}
  .user-management .table-data .search-box {justify-content: space-between; overflow-x: auto; overflow-x: auto; overflow-y: hidden;}
  .user-management .table-data .search-box .position-relative {justify-content: unset; width: 75%;}
  .user-management .table-data .search-box .form-control {width: auto;}
  .user-management .page-content .pagination-block .col-md-5{width: 40%;}
  .user-management .page-content .pagination-block .col-md-7{width: 60%;}
  .user-management .page-content .pagination-block .col-md-5 .dataTables_info {font-size: 10px;}
  .pageNumbers li {width: 24px; height: 24px; margin-right: 0px;}
  .pageNumbers li button {font-size: 9px;}
  .pageNumbers li.active {width: 24px; height: 24px; margin-right: 0px;}
  .breadcrumb .btn-primary { font-size: 11px; padding: 10px 15px;}
.import-content .create-user-block .upload-block {width: 100%;}
.offcanvas-end.show { width: 100%; max-width: 400px;}
.navbar-brand-box {background-color: #fff !important;display: block !important;padding: 0 0 0 1rem;}
.vertical-menu {width: 205px;}
#vertical-menu-btn {display: block; padding-left: 10px !important;}
.menu-show{ display: block!important;}
.menu-hide{ display: none!important;}
.activity_time{ width: inherit!important;}
.profile_section .d-lg-none {display: none !important;}
.export .table-data .col-sm-4.button-block { display: flex; justify-content: right; overflow-x: auto; overflow-y: hidden;}
.export .table-data .button-block .dataTables_length:last-child { margin-right: 0px !important;}
.export .table-data .col-sm-6.button-block { display: flex; justify-content: space-between; overflow-x: auto; overflow-y: hidden;}
.content-management .page-content .table-data .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2), .content-management .page-content .table-data .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(2) { min-width: 20% !important;}
.content-management .page-content .table-data .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3), .content-management .page-content .table-data .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(3) { min-width: 14% !important;}
.content-management .page-content .table-data .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4), .content-management .page-content .table-data .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(4) { min-width: 11% !important;}
.content-management .page-content .table-data .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(5), .content-management .page-content .table-data .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(5) { min-width: 14% !important;}
.content-management .page-content .table-data .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(6), .content-management .page-content .table-data .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(6) { min-width: 14% !important;}
.content-management .page-content .table-data .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(7), .content-management .page-content .table-data .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(7) { min-width: 14% !important;}
.content-management .page-content .table-data .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(8), .content-management .page-content .table-data .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(8) { min-width: 14% !important;}
.content-management .page-content .table-data .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(9), .content-management .page-content .table-data .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(9) { min-width: 12% !important;}
.content-management .page-content .table-data .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(10), .content-management .page-content .table-data .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(10) { min-width: 10% !important;}
.category .page-content .table-data .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2), .category .page-content .table-data .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(2) { min-width: 18% !important;}
.category .page-content .table-data .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3), .category .page-content .table-data .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(3) { min-width: 24% !important;}
.category .page-content .table-data .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4), .category .page-content .table-data .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(4) { min-width: 22% !important;}
.category .page-content .table-data .container-fluid .rdt_Table .rdt_TableHeadRow .rdt_TableCol:last-child, .category .page-content .table-data .container-fluid .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:last-child { min-width: 21% !important;}
.user-management .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:last-child, .user-management .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:last-child { min-width: 10% !important;}
.nav-tabs .nav-item .nav-link .d-block { display: none!important;}
.nav-tabs .nav-item .nav-link .d-none { display: block!important;}
.add-client .create-user-block .form-block #home1 .status .col-md-3 { width: 65% !important;}
.add-client .create-user-block .form-block #home1 .status .col-md-9 { width: 35% !important;}
.seller-pop .modal-dialog .modal-content .modal-header .btn-close { top: 3% !important;}
.category .page-content .table-data .card-body .row .col-sm-4 {display: flex !important; justify-content: right !important; margin-bottom: 10px !important;}
.category-order .page-content .container-fluid .table-data .card-body .table-responsive { width: 100% !important; max-height: none !important; overflow-y: auto !important;}
.category-order .table-data .card .card-body .change-order-btn { width: 100% !important;}
.add-client .create-user-block .col-md-3.pe-1 { padding-right: 0.75rem!important; margin-bottom: 10px !important;}
.add-client .create-user-block .col-md-9.ps-1 { padding-left: 0.75rem!important;}
.add-client .create-user-block .form-block { min-height: auto !important; padding: 17px 15px;}
.table-responsive::-webkit-scrollbar {height: 5px !important; width: 5px !important;}
.table-responsive::-webkit-scrollbar-thumb { background: #cbc9c9; border-radius: 6px;}
.table-responsive::-webkit-scrollbar-track { background: #e7e7e7; }
.edit-category .create-user-block .form-block .row.status .justify-content-end .btn-block {margin-top: 15px !important;}
.user-management .sc-feUZmu::-webkit-scrollbar {height: 5px !important; width:  5px !important;}
.user-management .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2), .user-management .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(2) { min-width: 19% !important;}
.user-management .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4), .user-management .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(4) { min-width: 26% !important;}
.user-management .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(5), .user-management .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(5) { min-width: 23% !important;}
.user-management .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(6), .user-management .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(6) { min-width: 14% !important;}
.permission-block .table-responsive::-webkit-scrollbar {height: 5px !important; width:5px}
.create-user .create-user-block .form-block {margin-bottom: 10px;}
.deals .page-content .table-data .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3), .deals .page-content .table-data .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(3) { min-width: 25% !important;}
.deals .page-content .table-data .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(7), .deals .page-content .table-data .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(7) { min-width: 12% !important;}
.deals .page-content .table-data .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(6), .deals .page-content .table-data .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(6) { min-width: 13% !important;}
.deals .page-content .table-data .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4), .deals .page-content .table-data .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(4) { min-width: 23% !important;}
.view-deals.add-client .create-user-block .form-block #home1 .status {flex-direction: column;}
.view-deals.add-client .create-user-block .form-block #home1 .row.status .col-md-4.justify-content-between.ps-0 {padding-right: 0;}
.view-deals.add-client .create-user-block .form-block #home1 .row.status .input-field {width: 100% !important;}
.view-deals.add-client .create-user-block .form-block #home1 .status label {margin-right: 2% !important; width: 48% !important;}
.view-deals .create-user-block .form-block #home1 .row.status .form-control { width: 73% !important;}
.view-deals.add-client .create-user-block .form-block #home1 .row.status .status-block {width: 100% !important; margin-top: 10px !important;}
.view-deals.add-client .create-user-block .form-block #home1 .row.status .status-block .input-field.d-flex {width: 100% !important;}
.edit-deals.add-client .create-user-block .form-block #home1 .status .col-md-3 {width: 100% !important; padding-right: 0;}
.edit-deals.add-client .create-user-block .form-block #home1 .status .col-md-9 { width: 100% !important; margin-top: 20px;}
.clients .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2), .clients .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(2) { min-width: 8% !important;}
.clients .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3), .clients .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(3) { min-width: 25% !important;}
.clients .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4), .clients .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(4) { min-width: 17% !important;}
.clients .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(5), .clients .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(5) { min-width: 20% !important;}
.clients .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(6), .clients .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(6) { min-width: 11% !important;}
.clients .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(8), .clients .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(8) { min-width: 13% !important;}
.clients .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(7), .clients .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(7) { min-width: 18% !important;}
.clients .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(9), .clients .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(9) { min-width: 9% !important;}
.add-client .create-user-block .form-block .tab-content .row.status .form-select { font-size: 8.6px !important;}
.company .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2), .company .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(2) { min-width: 15% !important;}
.company .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3), .company .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(3) { min-width: 14% !important;}
.company .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4), .company .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(4) { min-width: 13% !important;}
.company .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(5), .company .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(5) { min-width: 9% !important;}
.company .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(6), .company .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(6) { min-width: 13% !important;}
.company .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(8), .company .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(8) { min-width: 15% !important;}
.company .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(7), .company .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(7) { min-width: 16% !important;}
.company .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(9), .company .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(9) { min-width: 7.5% !important;}
.row-separte {flex-direction: column !important;}
.add-client .create-user-block .form-block #home1 .inner-separate { width: 100% !important; height: 113px;}
.add-client .create-user-block .form-block #home1 .row-separte .switch-buttons-block .switch-buttons { margin-right: 35px !important;}
.permission-block .table-responsive {max-height: unset; overflow-y: unset;}
.frontend_settings .page_item { padding: 10px 10px;}
.frontend_settings .page_item h2 {font-size: 12px !important;}
.lps.create-user .create-user-block .input-field .quill {margin-bottom: 15px !important;}
.lps.create-user .page-content .container-fluid .mb-4.breadcrumb .col-lg-9{width: 75% !important;}
.lps.create-user .page-content .container-fluid .mb-4.breadcrumb .col-lg-3{width: 25% !important;}
.lps .abt-section-1 .about-img {display: none;}
.edit-category .create-user-block .table-responsive { max-height: unset;}
.add-client .create-user-block .form-block #home1 .comment-section {padding-bottom: 10px !important;}
.add-client .create-user-block .form-block .row.status .form-control {font-size: 8.5px;}
.no-documents {width: 100%; padding-top: 0px;}
.create-user .create-user-block {padding: 17px 15px;}
.lps.create-user .create-user-block {padding: 0; margin-bottom: 0;}
.abt-section-1 {padding: 15px 0;}
.team-members.create-user .page-content .container-fluid .mb-4.breadcrumb .col-lg-9{width: 75% !important;}
.team-members.create-user .page-content .container-fluid .mb-4.breadcrumb .col-lg-3{width: 25% !important;}
.seller-pop.tm-pop .modal-dialog .modal-content .modal-header .btn-close {top: 2.4% !important; right: 4%;}
.access-denied .modal-dialog {width: 95%;}
.tm-pop .modal-dialog .tm .float-end { margin-top: 10px !important;}
.tm-pop .modal-dialog .tm .quill { margin-bottom: 15px;}
.user-management .block_buyer.content_edit  .form-block .search_section {overflow-x: auto; overflow-y: hidden; justify-content: space-between;}
.user-management .block_buyer.content_edit  {padding: 0px;}
.user-management .page-content .block_buyer .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2), .user-management .page-content .block_buyer .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(2) {min-width: 27% !important;}
.user-management  .page-content .block_buyer .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3), .user-management .page-content .block_buyer .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(3) {min-width: 28% !important;}
.user-management .page-content .block_buyer .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4), .user-management .page-content .block_buyer .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(4) {min-width: 28% !important;}
.user-management .page-content .block_buyer .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(5), .user-management .page-content .block_buyer .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(5) {min-width: 13.6% !important;}
.lookups .table-data .card-body .row.mb-2 .col-sm-4 {display: flex; justify-content: right; margin-bottom: 10px;}

.lookups .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4), .lookups .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(4) { min-width: 23.5% !important;}
.lookups .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1), .lookups .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(1) { min-width: 41% !important;}
.lookups .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2), .lookups .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(2) { min-width: 26% !important;}
.lookups .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3), .lookups .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(3) { min-width: 26% !important;}
.edit-lookups .page-content .create-user-block .form-block {margin-bottom: 0px;}
}

/* Tab resolution */
@media (min-width:481px) and (max-width:767px) {
.menu-show{ display: block!important;}
.menu-hide{ display: none!important;}
.activity_time{ width: inherit!important;}
.navbar-brand-box {background-color: #fff !important; display: block !important; padding: 0 0 0 1rem;}
#vertical-menu-btn {display: block; padding-left: 10px !important;}
.profile_section .d-lg-none {display: none !important;}
.menu-show { display: block!important;}
}

/* Desktop resolution */
@media (min-width:1000px) and (max-width:1300px) {

  .block_buyer .form-block .row .seller-col-width { width: 40.50% !important;}
  .block_buyer .form-block .row .btn-col-width {width: 19% !important;}
  .import-content .import-content-status .breadcrumb .card-title {font-size: 14px;}
  .import-content .import-content-status .breadcrumb .content-status-count .d-flex .menu-path {font-size: 11px;}
  .create-user .create-user-block .permission-block .table-responsive { border: 0.3px solid #b6b6b6; max-height: 74.7vh; overflow-y: scroll;}

.clients-search .page-content .container-fluid .table-data .card-body .row .col-sm-4 {width: 20.333333%;}
.clients-search .page-content .container-fluid .table-data .card-body .row .col-sm-8 {width: 79.666667%;}

.title_analysis_report .page-content .container-fluid .table-data .col-12 .card-body .row .col-sm-4 {width: 16.333333%;}
.title_analysis_report .page-content .container-fluid .table-data .col-12 .card-body .row .col-sm-8 {width: 83.666667%;}
.recommeded .page-content .container-fluid .table-data .card-body .row .col-sm-4 {width: 33.33333333%;}
.recommeded .page-content .container-fluid .table-data .card-body .row .col-sm-8 {width: 66.66666667%;}
.contact .page-content .container-fluid .table-data .card-body .row .col-sm-4 {width: 33.33333333%;}
.contact .page-content .container-fluid .table-data .card-body .row .col-sm-8 {width: 66.66666667%;}
.account-manager-report .page-content .container-fluid .table-data .card-body .row .col-sm-4 {width: 33.33333333%;}
.account-manager-report .page-content .container-fluid .table-data .card-body .row .col-sm-8 {width: 66.66666667%;}
.email_logs .page-content .container-fluid .table-data .card-body .row .col-sm-4 {width: 33.33333333%;}
.email_logs .page-content .container-fluid .table-data .card-body .row .col-sm-8 {width: 66.66666667%;}
.client_activity_report .page-content .container-fluid .table-data .card-body .row .col-sm-4 {width: 33.33333333%;}
.client_activity_report .page-content .container-fluid .table-data .card-body .row .col-sm-8 {width: 66.66666667%;}
.Client_Sessions_Report .page-content .container-fluid .table-data .card-body .row .col-sm-4 {width: 20.333333%;}
.Client_Sessions_Report .page-content .container-fluid .table-data .card-body .row .col-sm-8 {width: 79.666667%;}
.email_logs .table-data .card-body .search-box.d-inline-block .position-relative { width: 86% !important;}
.email_logs .page-content .container-fluid .table-data .card-body .row .col-sm-4 select {width: 202px;}

.clients-search.client_activity_report .card .search-box .position-relative { width: 86% !important;}
.clients-search.client_activity_report .table-data .card .search-box .position-relative .form-control { width: 57% !important;}
.clients-search.client_activity_report .table-data .card .search-box .position-relative .date-input {width: auto !important; border-radius: 0 !important;}

.clients-search.email_logs .card .search-box .position-relative { width: 86% !important;}
.clients-search.email_logs .table-data .card .search-box .position-relative .form-control { width: 57% !important;}
.clients-search.email_logs .table-data .card .search-box .position-relative .date-input {width: auto !important; border-radius: 0 !important;}

.video-request .page-content .container-fluid .table-data .card-body .row .col-sm-4 {width: 16.333333%;}
.video-request .page-content .container-fluid .table-data .card-body .row .col-sm-8 {width: 83.666667%;}
.clients-search.video-request .search-box.d-inline-block .position-relative { width: 89% !important;}
.clients-search.video-request .table-data .search-box .position-relative .form-control:nth-child(1) { width: 60% !important;}
.clients-search.video-request .table-data .search-box .position-relative .form-control:nth-child(2) { width: 64% !important;}
.clients-search.video-request .table-data .search-box .position-relative .date-input { width: auto !important; border-radius: 0 !important;}
.clients-search.video-request .table-data .search-box .position-relative .date-input:nth-child(1) { width: auto !important; border-radius: 0 !important;}
.clients-search.video-request .table-data .search-box .position-relative .date-input:nth-child(2) { width: auto !important; border-radius: 0 !important;}
.title_analysis_report .page-content .container-fluid .table-data .card-body .row .col-sm-4 {width: 16.333333%;}
.title_analysis_report .page-content .container-fluid .table-data .card-body .row .col-sm-8 {width: 83.666667%;}
.clients-search.title_analysis_report .search-box.d-inline-block .position-relative { width: 89% !important;}
.clients-search.title_analysis_report .table-data .search-box .position-relative .form-control:nth-child(1) { width: 60% !important;}
.clients-search.title_analysis_report .table-data .search-box .position-relative .form-control:nth-child(2) { width: 64% !important;}
.clients-search.title_analysis_report .table-data .search-box .position-relative .date-input { width: auto !important; border-radius: 0 !important;}
.clients-search.title_analysis_report .table-data .search-box .position-relative .date-input:nth-child(1) { width: auto !important; border-radius: 0 !important;}
.clients-search.title_analysis_report .table-data .search-box .position-relative .date-input:nth-child(2) { width: auto !important; border-radius: 0 !important;}
.view-combination .create-user-block .award-history .history-block-scroll { max-height: 274px !important; overflow: auto;}
.edit-item .create-combination .empty-state__message .form-check {margin-top: 10px;}
.search_title {width: 93% !important;}
.ok_btn {width: 7% !important;}

.edit-item .create-combination .empty-state-body .empty-state__message .form-check {margin-top: 7px;}
.edit-item .create-combination .empty-state-body .empty-state__message .material-icons { width: 75px; height: 75px; margin: 0 auto;font-size: 41px;}
}




.bids-summary .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1), .bids-summary .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(1) {min-width: 11% !important; max-width: unset; text-align: left !important;}
.bids-summary .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2), .bids-summary .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(2) {min-width: 9% !important;}
.bids-summary .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3), .bids-summary .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(3) {min-width: 11% !important;}
.bids-summary .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4), .bids-summary .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(4) {min-width: 10% !important;}
.bids-summary .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(5), .bids-summary .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(5) {min-width: 9% !important;}
.bids-summary .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(6), .bids-summary .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(6) {min-width: 10% !important;}
.bids-summary .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(7), .bids-summary .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(7) {min-width: 10% !important; justify-content: center;}
.bids-summary .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(8), .bids-summary .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(8) {min-width: 10% !important; justify-content: left;}
.bids-summary .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(9), .bids-summary .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(9) {min-width: 8% !important;}
.bids-summary .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(10), .bids-summary .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(10) {min-width: 8% !important;}
.bids-summary .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:last-child, .bids-summary .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:last-child {min-width: 4% !important;}
.bids-summary .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1) .rdt_TableCol_Sortable>div { display: block;}
.bids-summary .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2) .rdt_TableCol_Sortable {margin-left: 0;}
.bids-summary .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(6)>div>div {white-space: inherit;}
.bids-summary .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(6) {text-align: center !important; line-height: 12px;}
.bids-summary .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(7)>div>div {white-space: inherit;}
.bids-summary .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(7) {text-align: center !important; line-height: 12px;}
.bids-summary .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(8) { text-align: left !important; line-height: inherit;}
.add-client .create-user-block.edit-item .form-block {margin-bottom: 20px;}

.view-combination .create-user-block .award-history .form-block.mt-2 .btn-primary {margin-right: 8px;}
.view-combination .create-user-block .award-history .form-block.mt-2 .btn-primary:nth-child(2) {background-color: var(--highlight); color: #fff;}
.view-combination .content_edit .seller_table.buyer_table th {text-transform: uppercase; background-color: #ffffff; font-style: normal; font-weight: 700;font-size: 11px; line-height: 17px; text-transform: uppercase; color: #000000; font-family: 'Montserrat', sans-serif; padding: 10px 7px; white-space: nowrap;}
.view-combination .content_edit .seller_table.buyer_table td {font-style: normal; font-weight: 500; font-size: 11.5px; color: #000000; padding: 7px; white-space: inherit; background-color: inherit; text-align: left !important;}
.view-combination .block_buyer.content_edit .form-block .seller_table.buyer_table.table-striped th:nth-child(1) { width: 2% !important;}
.view-combination .block_buyer.content_edit .form-block .seller_table.buyer_table.table-striped th:nth-child(2) { width: 20% !important;}
.view-combination .block_buyer.content_edit .form-block .seller_table.buyer_table.table-striped th:nth-child(3) { width: 15% !important;}
.view-combination .block_buyer.content_edit .form-block .seller_table.buyer_table.table-striped th:nth-child(4) { width: 4% !important;}
.view-combination .block_buyer.content_edit .form-block .seller_table.buyer_table.table-striped th:nth-child(5) { width: 10% !important;}
.view-combination .block_buyer.content_edit .form-block .seller_table.buyer_table.table-striped th:nth-child(6) { width: 1% !important;}

.add-client .page-content .create-user-block .form-block .tab-content .orasi-preloader {position: inherit; background-color: #fff; display: flex; align-items: center; justify-content: center;flex-direction: column; height: calc(100vh - 372px); border-radius: 5px;}
.listbids .modal-dialog .modal-content .seller_table.buyer_table tbody .withdrawrow {border-bottom: 1px solid #ffcccb; border-top: 1px solid #ffcccb;}
.listbids .modal-dialog .modal-content .seller_table.buyer_table tbody .withdrawrow td {background: #ffcccb !important;}
.create-user .page-content .create-user-block .form-block .tab-content .orasi-preloader {position: inherit; background-color: #fff; display: flex; align-items: center; justify-content: center;flex-direction: column; height: calc(100vh - 343px); border-radius: 5px;}
.create-user .page-content .create-user-block.edit-block-buyer .form-block .tab-content .orasi-preloader {position: inherit; background-color: #fff; display: flex; align-items: center; justify-content: center;flex-direction: column; height: calc(100vh - 359px); border-radius: 5px;}
.create-user .page-content .create-user-block.edit-block-buyer .form-block .tab-content .row{border: none !important; margin-bottom: 0px !important;}
.viwe-client-search .page-content .create-user-block .form-block .tab-content .orasi-preloader {position: inherit; background-color: #fff; display: flex; align-items: center; justify-content: center;flex-direction: column; height: calc(100vh - 250px); border-radius: 5px;}
.create-combination-pop.search-popup .modal-dialog .modal-content .modal-header .btn-close {top: 38% !important; right: 4% !important;}
.view-combination .create-user-block .col-md-9.ps-1 .award-history .form-block.mt-2 {height: calc(100vh - 222px);}
.or-divider { border-top: dashed 1px #000; width: 100%; display: flex; justify-content: center; margin-top: 26px; margin-bottom: 13px !important;}
.or-divider .or {width: 28px; height: 28px; border: solid 1px #BEBEBE; border-radius: 100%; margin-top: -15px; background-color: #fff; color: #000; font-size: 10px; font-weight: 600; display: flex; align-items: center; justify-content: center; text-transform: uppercase;}
.user-management .page-content .container-fluid .table-data .card {min-height: calc(100vh - 205px);}
/* .create-user .create-user-block { min-height: 69vh;} */
.bidders-list .create-user-block.content_edit.block_buyer .col-md-9.ps-1 .empty-state-body { height: calc(100vh - 240px); position: relative;}

.email_logs .page-content .container-fluid .table-data .card-body .col-sm-4 select {width: 290px; background-color: transparent; border: 1px solid #afafaf; border-radius: 5px; font-style: normal; font-weight: 400; font-size: 12px; color: #000 !important; padding: 10px 15px; height: 40px; display: flex; align-items: center;}
.email_logs .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1), .email_logs .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(1) {min-width: 25% !important;}
.email_logs .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2), .email_logs .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(2) {min-width: 14% !important;}
.email_logs .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3), .email_logs .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(3) {min-width: 22% !important;}
.email_logs .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4), .email_logs .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(4) {min-width: 9% !important;}
.email_logs .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(5), .email_logs .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(5) {min-width: 8% !important;}
.email_logs .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(6), .email_logs .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(6) {min-width: 13% !important;}
.email_logs .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(7), .email_logs .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(7) {min-width: 5.5% !important;}
.Client_Sessions_Report .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1), .Client_Sessions_Report .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(1) { min-width: 28% !important;}
.Client_Sessions_Report .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2), .Client_Sessions_Report .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(2) { min-width: 28% !important;}
.Client_Sessions_Report .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3), .Client_Sessions_Report .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(3) { min-width: 21% !important;}
.Client_Sessions_Report .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4), .Client_Sessions_Report .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(4) { min-width: 17% !important;}
.Client_Sessions_Report .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(5), .Client_Sessions_Report .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(5) { min-width: 5.5% !important;}
.view_client_sessions .page-content .container-fluid .table-data .card-body .table-responsive {max-height: calc(100vh - 275px); overflow-y: auto;}
.view_client_sessions .page-content .container-fluid .table-data .card-body .row.mb-2{ margin-bottom: 0px !important;}
.category-order .page-content .container-fluid .table-data .card-body .row.mb-2{ margin-bottom: 0px !important;}
.view_client_sessions .page-content .container-fluid .table-data .card-body .table-responsive::-webkit-scrollbar {height: 5px !important; width:5px}
.view_client_sessions .page-content .container-fluid .table-data .card-body .table-responsive::-webkit-scrollbar-track {border-radius: 0px;}
.view_client_sessions .page-content .container-fluid .table-data .card-body .table-responsive::-webkit-scrollbar-thumb {border-radius: 0px;}
.client_activity_report .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1), .client_activity_report .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(1) {min-width: 13% !important;}
.client_activity_report .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2), .client_activity_report .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(2) {min-width: 28% !important;}
.client_activity_report .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3), .client_activity_report .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(3) {min-width: 12% !important;}
.client_activity_report .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4), .client_activity_report .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(4) {min-width: 14% !important;}
.client_activity_report .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(5), .client_activity_report .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(5) {min-width: 15% !important;}
.client_activity_report .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(6), .client_activity_report .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(6) {min-width: 10% !important; text-align: left !important;}
.client_activity_report .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(6) {justify-content: left;}
.title_analysis_report .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1), .title_analysis_report .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(1) {min-width: 25% !important;}
.title_analysis_report .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2), .title_analysis_report .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(2) {min-width: 18% !important;}
.title_analysis_report .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3), .title_analysis_report .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(3) {min-width: 18% !important;}
.title_analysis_report .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4), .title_analysis_report .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(4) {min-width: 10% !important;}
.title_analysis_report .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(5), .title_analysis_report .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(5) {min-width: 7% !important;}
.title_analysis_report .page-content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(6), .title_analysis_report .page-content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(6) {min-width: 13% !important; justify-content: left; text-align: left !important;}
.clients-search .table-data .search-box .position-relative .date-input {width: auto !important; border-radius: 0 !important; padding-left: 7px; font-size: 13px;}
.clients-search .table-data .search-box .position-relative .date-input:nth-child(1) {margin-left: -1px;}
.Client_Sessions_Report .table-data .search-box .position-relative .date-input:nth-child(1) {margin-left: -1px;}
.Client_Sessions_Report .table-data .search-box .position-relative { width: 74% !important;}
.Client_Sessions_Report .table-data .search-box .position-relative .form-control { width: 77% !important;}
.Client_Sessions_Report .table-data .search-box .position-relative .date-input { width: auto !important; border-radius: 0 !important;}
.video-request .table-data .search-box .position-relative { width: 90% !important;}
.video-request .table-data .search-box .position-relative .form-control:nth-child(2) { border-radius: 0 !important; margin-left: -1px !important;}
.email_logs .table-data .search-box.d-inline-block .position-relative { width: 74% !important;}
.email_logs .table-data .search-box.d-inline-block .position-relative .form-control { width: 77% !important;}
.email_logs .table-data .search-box.d-inline-block .position-relative .date-input { width: auto !important; border-radius: 0 !important;}
.client_activity_report .page-content .container-fluid .table-data .card-body .col-sm-4 select { width: 290px; background-color: transparent; border: 1px solid #afafaf; border-radius: 5px; font-style: normal; font-weight: 400; font-size: 12px; color: #000 !important; padding: 10px 15px; height: 40px; display: flex; align-items: center;}
.title_analysis_report .table-data .search-box.d-inline-block .position-relative {width: 90% !important;}
.title_analysis_report .table-data .search-box.d-inline-block .position-relative .form-control{ width: 60% !important; font-size: 11px;}
.title_analysis_report .table-data .search-box .position-relative .form-control:nth-child(2) {border-radius: 0px; margin-left: -1px;}
.video-request .table-data .search-box .position-relative .form-control { width: 60% !important; font-size: 11px;}
.video-request .table-data .search-box .position-relative .date-input {width: auto !important; border-radius: 0 !important;}
.title_analysis_report .table-data .search-box.d-inline-block .position-relative .date-input {width: auto !important; border-radius: 0 !important;}
.view_email_logs .page-content .container-fluid .table-data .card-body .table-responsive {max-height: calc(100vh - 275px); overflow-y: auto;}
.view_email_logs .page-content .container-fluid .table-data .card-body .row.mb-2{ margin-bottom: 0px !important;}
.view_email_logs .page-content .container-fluid .table-data .card-body .table-responsive::-webkit-scrollbar {height: 5px !important; width:5px}
.view_email_logs .page-content .container-fluid .table-data .card-body .table-responsive::-webkit-scrollbar-track {border-radius: 0px;}
.view_email_logs .page-content .container-fluid .table-data .card-body .table-responsive::-webkit-scrollbar-thumb {border-radius: 0px;}
.view-combination .page-content .container-fluid .col-md-3.pe-1 .form-block .left_block {overflow-y: auto;}
.account-manager-report .page-content .container-fluid .table-data .card-body .col-sm-4 select { width: 290px; background-color: transparent; border: 1px solid #afafaf; border-radius: 5px; font-style: normal; font-weight: 400; font-size: 12px; color: #000 !important; padding: 10px 15px; height: 40px; display: flex; align-items: center;}
.user-management .page-content .block_buyer.edit-block-buyer .form-block {min-height: calc(100vh - 226px);}
.user-management .block_buyer .form-block {padding-top: 13px !important; min-height: calc(100vh - 226px); padding: 1.25rem; border-radius: 0px;}
.user-management .block_buyer .form-block .search_section {display: flex; align-items: center; justify-content: right; margin-bottom: 11px;}
.user-management .block_buyer .form-block .search_section .form-select { background-color: transparent; border: 1px solid #afafaf; border-radius: 5px 0px 0px 5px; font-style: normal; font-weight: 400; font-size: 12px; color: #000; padding: 10px 15px; height: 40px;  display: flex; align-items: center; width: 310px;}
.user-management .block_buyer .form-block .search_section .reset_btn { background-color: transparent; border: 1px solid #afafaf; border-radius: 5px; font-style: normal; font-weight: normal; font-size: 11px; color: #474646; padding: 10.5px 13px 10.5px 13px; height: 40px; display: flex; align-items: center; margin-left: 10px; font-weight: 500;}
.user-management .block_buyer .form-block .search_section .reset_btn span{ font-size: 16px; color: #1C1B1F; margin-right: 5px;}
.user-management .block_buyer .form-block .search_section .fill_btn { background-color: transparent; border: 1px solid #afafaf; border-radius: 0px 5px 5px 0px; padding: 10px 15px; height: 40px; display: flex; align-items: center; justify-content: center; margin-top: 0px !important; border-left: 0;}
.user-management .block_buyer .form-block .search_section .fill_btn span {font-size: 19px; line-height: 41px; color: #1C1B1F;}
.user-management .block_buyer .form-block .search_section .css-b62m3t-container .css-13cymwt-control { background-color: transparent; border: 1px solid #afafaf; border-radius: 5px 0px 0px 5px; font-style: normal; font-weight: 400; font-size: 12px; color: #000; min-height: 40px; overflow: unset; border-radius: 0px; width: 310px; margin-left: -1px;}
.user-management .block_buyer .form-block .search_section .css-b62m3t-container .css-t3ipsp-control:hover {border-color: #afafaf !important; box-shadow: unset !important;}
.user-management .block_buyer .form-block .search_section .css-b62m3t-container .css-t3ipsp-control {width: 310px; background-color: transparent; border: 1px solid #afafaf; border-radius: 5px 0px 0px 5px; font-style: normal; font-weight: 400; font-size: 12px; color: #000; min-height: 40px; overflow: unset; border-radius: 0px; width: 310px; margin-left: -1px; box-shadow: unset;}
.profile_section {justify-content: space-between; align-items: center; width: 100%;}
.profile_section .dropdown .form-label{margin-left: 15px; font-size: 13px; font-weight: 500; text-transform: capitalize; margin-bottom: 0px;}
.activity_time {color: #cacaca; text-transform: capitalize; font-size: 12px; position: fixed; bottom: 0; left: 0; padding: 1.1rem; margin-bottom: 0px; z-index: 999; width: 250px; background: #1B1E22 !important; display: none;}
.vertical-menu #sidebar-menu { padding: 10px 0 53px 0;}
.lps .create-user-block.mb_20 .form-block {min-height: unset;}
/* .edit-item .create-combination .addCombination {overflow-y: scroll !important; height: auto !important; max-height: 340px !important;} */
.edit-item .create-combination .addCombination::-webkit-scrollbar {height: 8px !important; width:8px}
.edit-item .create-combination .addCombination::-webkit-scrollbar-thumb { background: #cbc9c9; border-radius: 6px;}
.edit-item .create-combination .addCombination::-webkit-scrollbar-track { background: #e7e7e7; }
.create-combination .rdt_Table .rdt_TableBody .rdt_TableRow {border-bottom: 1px solid rgba(0, 0, 0, 0.12);}
.import_content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1), .import_content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(1) { min-width: 21% !important; text-align: left !important; max-width: unset !important; }
.import_content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2), .import_content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(2) { min-width: 13% !important;  }
.import_content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3), .import_content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(3) { min-width: 11% !important; }
.import_content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4), .import_content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(4) { min-width: 11% !important;}
.import_content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(5), .import_content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(5) { min-width: 9.4% !important; }
.import_content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(6), .import_content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(6) { min-width: 7% !important; justify-content: center; }
.import_content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(7), .import_content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(7) { min-width: 8% !important; justify-content: center;}
.import_content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(8), .import_content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(8) { min-width: 8% !important; justify-content: center; }
.import_content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(9), .import_content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(9) { min-width: 6% !important; justify-content: center;}
.import_content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(10), .import_content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(10) { min-width: 5.6% !important; justify-content: center;}
.import_content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1) .rdt_TableCol_Sortable>div { display: block;}
.import_content .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2) .rdt_TableCol_Sortable {margin-left: 0px !important;}
.import_content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell .d-flex .text-success.action-button {border-radius: 5px;}
.import_content .table-data .d-flex .action-button .material-icons-outlined { font-size: 13px!important; margin-right: 0px; color: #000 !important;}
.import_content .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell .d-flex .action-button span .loading-icon{width: 13px; height: auto; border: none; border-radius: 0px; margin: 0; vertical-align: baseline;}
.lps.add-client .create-user-block .form-block .mb-3.row { margin-bottom: 0px !important;}
.lps.add-client .create-user-block .form-block {min-height: unset;}
.edit-category .block_buyer .form-block .row.status .col-md-3.justify-content-between.ps-0 {padding-left: calc(var(--bs-gutter-x) * .5) !important;}
.tm-pop .modal-dialog .modal-content .tm.modal-body .card .col-md-5 .user_form .mb-0.input-field {margin-top: -5.6px;}
.tm-pop .modal-dialog .modal-content .tm.modal-body .row .col-md-12 .card {box-shadow: none;}
.edit-lookups .page-content .create-user-block .row .col-md-12 .btn-block {margin: 0;}
.user-management .table-data .search-box .form-select{background-color: transparent; border: 1px solid #afafaf; border-radius: 0px; font-style: normal; font-weight: 400; font-size: 12px; color: #000; padding: 10px 15px; height: 40px; display: flex; align-items: center; margin-left: -1px;}
.user-management .table-data .search-box .form-control:-webkit-input-placeholder {color: #000000 !important;}
.user-management .table-data .search-box .form-control:-ms-input-placeholder {color: #000000 !important;}
.user-management .table-data .search-box .form-control::placeholder {color: #000000 !important;}
.edit-item .ql-container.ql-snow { background-color: #fff; min-height: 180px;}
.edit-item .create-combination .empty-state-body {height: calc(100vh - 483px);}
.listbids .orasi-preloader {left: 0px;}
.block_buyer .button-block .fill_btn {padding: 10.5px 20px 10.5px 20px; cursor: pointer; background-color: transparent; border: 1px solid #afafaf; border-radius: 5px; font-style: normal; font-size: 11px; color: #474646; height: 40px; display: flex; align-items: center; font-weight: 500;}
.block_buyer .button-block .fill_btn span {font-size: 16px;color: #1C1B1F; margin-right: 5px;}

.lps.create-user .create-user-block  {min-height: unset;}
.lps.create-user .create-user-block .border_button{margin-top: 20px;}
.lps.create-user .create-user-block .border_button:focus{background-color: #fff; color: #f8b25c; border: 1px solid #f8b25c;}
.lps.create-user .create-user-block .border_button:hover{background-color: #f8b25c; color: #fff; border: 1px solid #f8b25c;}
.lps.create-user .create-user-block .ql-toolbar.ql-snow+.ql-container.ql-snow { border-top: 0; min-height: 136px;}

.view-deals .table-data .table-responsive .table td .text-elipsis .more-popup-btn {border: none; background-color: rgb(220 220 220 / 50%); border-radius: 10px; color: #000000; font-size: 11px; line-height: 1; padding: 2px 5px; text-transform: lowercase;     -webkit-appearance: none;}
.title-des-popup .modal-dialog .modal-content .modal-header { padding: 20px!important; display: flex; align-items: center; justify-content: unset; position: relative;}
.title-des-popup .modal-dialog .modal-content .modal-header .btn-close { right: 20px!important; margin: 0; padding: 0; position: absolute; top: 37% !important; color: #000;}
.title-des-popup .modal-dialog {max-width: 700px !important;}
.title-des-popup .modal-dialog .modal-content .modal-body { padding: 20px!important; border-radius: 0 0 10px 10px; max-height: 80vh; overflow-y: auto; background-color: #f5f5f5; --bs-modal-body-border-color: #f5f5f5;}
.title-des-popup .modal-dialog .modal-content .modal-body p { font-size: 13px; color: #000;}
.add_logo .btn-gray { margin-bottom: 0px !important; width: 54px; height: 40px; background-color: #fff; color: #3d3d3d; text-transform: uppercase; display: flex; align-items: center; justify-content: center; border: 1px dashed #797979; border-radius: 0.25rem; position: relative; cursor: pointer; font-weight: 700; font-size: 11px; margin-right: 8px;}
.add_logo .btn-gray #upload {width: 100%;height: 40px; opacity: 0; overflow: hidden; position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0;}
.add_logo .btn-gray .material-icons {font-size: 25px; color: #7f7f7f;}
.add_logo .logo_size p {color: #3b3b3b; font-size: 12px; font-weight: 600; margin-bottom: 0px;}
.add_logo .logo_size span {color: red; font-size: 10px; font-weight: 500;}
.add_partners input:checked + .slider:before { -webkit-transform: translateX(32px) !important; -ms-transform: translateX(32px) !important; transform: translateX(32px) !important;}
.add_partners .switch-buttons label {margin-bottom: 0px !important;}
.add_logo .logo_img {padding: 3px; border: 1px solid #dbd9d9; border-radius: 5px;}
.add_logo .logo_img img{max-height: 32px; border-radius: 5px;}
.add_logo .logo_title{margin: 0 15px 0 17px; color: #3b3b3b; font-size: 12px; font-weight: 600;}
.add_logo .logo_delete{color: #7c7c7c; font-size: 17px; margin-left: 3px;}
.add_partners .switch-buttons input:checked + .slider { background-color: var(--highlight);}
.switch-buttons input:checked + .slider { background-color: var(--highlight);}
.switch-buttons input:checked + .slider:before { -webkit-transform: translateX(32px); -ms-transform: translateX(32px); transform: translateX(32px);}

.clients-search.client_activity_report .search-box .position-relative { width: 74% !important;}
.clients-search.client_activity_report .table-data .search-box .position-relative .form-control { width: 77% !important;}
.clients-search.client_activity_report .table-data .search-box .position-relative .date-input { width: auto !important; border-radius: 0 !important;}
.add-client .create-user-block .form-block .client_status .contact-number {width: 180px; margin-right: 10px;}
.add-client .create-user-block .form-block #home1 .status.client_status .col-md-3 {padding-right: 0;}
.add-client .create-user-block .form-block #home1 .status.client_status .roll-back {margin-right: 10px; margin-right: 10px; height: 40px; display: flex; align-items: center; justify-content: center; background-color: transparent; border: 1px solid var(--highlight); color: var(--highlight);}
.add-client .create-user-block .form-block #home1 .status.client_status .roll-back span {margin-right: 5px; font-size: 18px;}

.view_client_activity_report .table-preloader {height: calc(100vh - 274px);}
.view_client_activity_report .table-preloader .orasi-preloader{background-color: #fff; left: 0%;}

.multiSelectContainer .searchWrapper {border: 1px solid #B6B6B6; border-radius: 5px; padding: 3px 8px; background-color: #fff; min-height: 40px;}
.multiSelectContainer .searchWrapper .chip{background: linear-gradient(to bottom, #EFEFEF 0%,#EEEEEE 48%,#FFFFFF 88%,#FFFFFF 100%); background: -webkit-linear-gradient(top, #EFEFEF 0%,#EEEEEE 48%,#FFFFFF 88%,#FFFFFF 100%); border: 1px solid #B9B9B9; color: #000; font-size: 9px; text-transform: uppercase; font-weight: 500; border-radius: 2px; margin: 2px; padding: 2.9px 6px; display: flex; align-items: center; justify-content: center;}
.multiSelectContainer .optionListContainer { background: #fff; border-radius: 5px; margin-top: 1px; position: absolute; width: 100%; z-index: 999;}
.multiSelectContainer .optionContainer { border: 1px solid #B6B6B6; border-radius: 5px;}
.multiSelectContainer .optionContainer::-webkit-scrollbar { width: 5px; border-radius: 5px;}
.multiSelectContainer .optionContainer::-webkit-scrollbar-track { background: #f1f1f1; }
.multiSelectContainer .optionContainer::-webkit-scrollbar-thumb { background: #c7c7c7; border-radius: 5px; }
.multiSelectContainer .optionContainer::-webkit-scrollbar-thumb:hover { background: #a2a2a2; }
.multiSelectContainer li {padding: 10px; display: flex; align-items: center; font-size: 12px; font-weight: 500;}
.multiSelectContainer .checkbox {margin-right: 6px;}
.multiSelectContainer li:hover { background: #DEEBFF !important; color: #74788d !important; cursor: pointer;}
.multiSelectContainer .highlightOption { background: #fff; color: #74788d; cursor: pointer;}
.multiSelectContainer .closeIcon {height: 12px; width: 12px; filter: grayscale(100%) brightness(0.4) contrast(100%);}
.multiSelectContainer .search-wrapper { -webkit-box-align: center; align-items: center; display: -webkit-box !important; flex: 1 1 0%; flex-wrap: nowrap !important; position: relative; overflow: auto !important; padding: 2px 8px; box-sizing: border-box; }
.multiSelectContainer .search-wrapper::-webkit-scrollbar { height: 3px; }
.multiSelectContainer .search-wrapper::-webkit-scrollbar-track { background: #f1f1f1; }
.multiSelectContainer .search-wrapper::-webkit-scrollbar-thumb { background: #888; border-radius: 6px; }
.multiSelectContainer .search-wrapper::-webkit-scrollbar-thumb:hover { background: #555; }
.multiSelectContainer .searchWrapper input {margin-top: 0px;}
.multiSelectContainer .searchWrapper input::-webkit-input-placeholder { color: rgba(0, 0, 0, 0.5) !important;}
.multiSelectContainer .searchWrapper input::-moz-placeholder { color: rgba(0, 0, 0, 0.5) !important;}
.multiSelectContainer .searchWrapper input:-ms-input-placeholder { color: rgba(0, 0, 0, 0.5) !important;}
.multiSelectContainer .searchWrapper input:-moz-placeholder { color: rgba(0, 0, 0, 0.5) !important;}
.multiSelectContainer .selected .checkbox{background-color: #f8b25c;}

.edit_content_status .col-md-6.justify-content-between {justify-content: flex-start !important;}
.add-client .create-user-block .form-block .tab-content .row.edit_content_status .form-select {max-width: 130px;}
.edit-content.add-client .content_edit .form-block .tab-content #home1 .row.edit_content_status .justify-content-between.ps-0 .status-inprogress {position: initial; font-size: 11px !important; font-weight: 700 !important;}
.edit-item .increase-btn {margin-bottom: 25px;}
.btn.disabled, .btn:disabled, fieldset:disabled .btn {background-color: var(--highlight) !important; border: var(--highlight) !important; opacity: 0.5 !important;}

.create-combination {margin-bottom: 6px;}
.email_logs .css-b62m3t-container {width: 100%;}
.email_logs .css-b62m3t-container .css-13cymwt-control {min-height: 40px; max-height: 40px; border: 1px solid #afafaf; border-radius: 5px;}
.email_logs .css-t3ipsp-control {box-shadow: none !important; border: 1px solid #afafaf !important; min-height: 40px;}
.email_logs .css-t3ipsp-control:hover {border: 1px solid #afafaf !important;}

.options::-webkit-scrollbar { width: 5px; }
.options::-webkit-scrollbar-track { background: #f1f1f1; }
.options::-webkit-scrollbar-thumb { background: #c7c7c7; border-radius: 6px; }
.options::-webkit-scrollbar-thumb:hover { background: #a2a2a2; }
.create-deals .table-responsive table thead tr th:last-child, .table-responsive table tbody tr td:last-child { z-index: inherit;}
.edit-deals .table-responsive table thead tr th:last-child, .table-responsive table tbody tr td:last-child { z-index: inherit;}
.rmsc .dropdown-heading .dropdown-heading-value span{font-size: 11.5px; color: #000; font-weight: 500; text-transform: capitalize;}
.options .select-item>div { display: flex !important; align-items: center !important; margin-top: 5px;}

.selected_titles {border: 1px solid #B6B6B6; border-radius: 5px; height: 40px; padding: 2px 8px; background-color: #fff; display: flex; align-items: center;}
.selected_titles .titles{background-color: hsl(0, 0%, 90%); border-radius: 2px; margin: 2px; background: -webkit-linear-gradient(top, #EFEFEF 0%, #EEEEEE 47%, #FFFFFF 84%, #FFFFFF 100%); background: linear-gradient(to bottom, #EFEFEF 0%, #EEEEEE 47%, #FFFFFF 84%, #FFFFFF 100%); border: 1px solid #B9B9B9; color: #000; font-size: 8.5px; text-transform: uppercase; font-weight: 600; display: flex; align-items: center; padding: 6px; position: relative;
 padding-right: 20px;}
.selected_titles .titles .mdi-close {color: #000; position: absolute; right: 4px; font-weight: 600; top: 3px; font-size: 11.5px; cursor: pointer;}
.selected_titles .titles .mdi-close::before {font-weight: 600; font-size: 11.5px;}
.edit-deals .create-user-block .table-data .col-md-12 .btn { float: left; margin-bottom: 20px; padding: 8px 14px; font-size: 10px;}

.selected_titles {-webkit-box-align: center; align-items: center; display: -webkit-box !important; position: relative; overflow: auto !important; box-sizing: border-box;}
.selected_titles::-webkit-scrollbar {height: 3px;}
.selected_titles::-webkit-scrollbar-track {background: #f1f1f1;}
.selected_titles::-webkit-scrollbar-thumb {background: #888; border-radius: 6px;}
.selected_titles::-webkit-scrollbar-thumb:hover {background: #555;}

.ok_btn .form-label {color: #f5f7fa !important;}
.ok_btn .btn-primary {height: 40px; border-radius: 5px; background-color: #fff; border: 1px solid var(--highlight); color: var(--highlight) !important;}
.search_title {width: 94.666667%;}
.ok_btn {width: 5.333333%;}

.edit-item .row.status .required {top: 6px;}
.edit-item .form-block .row.status {margin: 0;}
.edit-item .form-block .row.status .justify-content-between.ps-0 { display: flex; align-items: center; position: relative; width: 20.5%;}
.edit-item .form-block .row.status label {margin-right: 10px; margin-bottom: 0px;}
.edit-item .form-block .row.status .col-md-9 {width: 79.5%; padding-right: 0;}
.edit-item .form-block .row.status .col-md-3.justify-content-between.ps-0:nth-child(2) {display: none;}

.lm_block {display: flex; border-bottom: 1px solid #ECF0FA; width: 100%;}
.lm_block .contacts{width: 15%; border-right: 1px solid #ECF0FA;}
.lm_block .conversation{width: 17%; border-right: 1px solid #ECF0FA;}
.lm_block .summary{width: 52.5%; border-right: 1px solid #ECF0FA; background-color: #FBFDFF; position: relative;}
.lm_block .profile_details{width: 15.5%; border-right: none;}
.lm_block .header_block{display: flex; align-items: center; justify-content: space-between; padding: 14px 10px 14px 10px; border-bottom: 1px solid #ECF0FA; height: 52.9px;}
.lm_block .header_block p{font-size: 12.3px; text-transform: uppercase; color: #626D8B; margin-bottom: 0; font-weight: 700; margin-right: 13px;}
.lm_block .contacts .header_block {padding: 14px 9px 14px 11px;}
.lm_block .contacts .header_block p{margin-right: 6px;}
.lm_block .header_block .btn{padding: 2.5px 8px; border: 1px solid #F5B567; color: #F5B567; text-transform: uppercase; font-weight: 600; font-size: 10.5px; border-radius: 5px; display: flex; align-items: center; padding-left: 4px;}
.lm_block .header_block .btn span{color: #F5B567; font-size: 18px; line-height: 0; font-weight: 600; margin-right: 0px;}
.lm_block .header_block .search-icon {color: #626D8B; font-size: 17px; cursor: pointer;}
.lm_block .conversation .header_block {padding-left: 13px;}
.lead_management .sc-feUZmu {width: 97%; margin: 0 auto;}
.lead_management .page-content .container-fluid .table-data .card-body {padding: 0 0 1.25rem 0}
.lm_block .details {padding: 14px 10px 14px 10px; display: flex; align-items: center; border-bottom: 1px solid #ECF0FA; cursor: pointer; height: 58.8px;}
.lm_block .details .flex-shrink{margin-right: 12px !important;}
.lm_block .details .user-badge{background-color: #F3B6B6; border: 1px solid #F3B6B6; font-size: 12px; font-weight: 700; color: #fff; text-transform: uppercase; border-radius: 100%;}
.lm_block .details .badge_yellow {background-color: rgba(244, 181, 146, 1); border: 1px solid rgba(244, 181, 146, 1);} 
.lm_block .details .badge_blue {background-color: rgba(185, 210, 249, 1); border: 1px solid rgba(185, 210, 249, 1);} 
.lm_block .details .badge_green { background-color: rgba(206, 238, 201, 1); border: 1px solid rgba(206, 238, 201, 1);}
.lm_block .details .badge_red { background-color: #f26f6f; border: 1px solid #f26f6f;}
.lm_block .details h5{color: #313E5B; text-transform: capitalize; font-size: 11.5px; font-weight: 600; margin-bottom: 0px !important;}
.lm_block .details p{color: #313E5B; font-size: 10px;}
.lm_block .details.active {border-left: 2px solid var(--highlight); background-color: #FBFDFF;}
.lm_block .details .flex-shrink-0 {margin-right: 5px !important;}
.lm_block .contacts .lead_details .details .flex-grow-1.align-self-center {width: 77%;}
.lm_block .contacts .lead_details .details .flex-grow-1.align-self-center h5{white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.lm_block .contacts .lead_details .details .flex-grow-1.align-self-center p{white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.lm_block .conversation .details {position: relative;}
.lm_block .conversation .details .badge{position: absolute; right: 5px; bottom: 5px;}
.lm_block .conversation .details .user-badge {background-color: #ffffff; border: 1px solid #DFE7F9; font-size: 13px; font-weight: normal; color: #fff; text-transform: uppercase; border-radius: 100%; width: 22.5px; height: 22.5px;}
.lm_block .conversation .details .user-badge span {color: #8B92A6; font-size: 15.5px; line-height: 0; font-weight: 600;}
.lm_block .conversation .details .flex-shrink-0 {margin-right: 9px !important;}
.lm_block .conversation .details h6 {color: #586178; font-size: 10px; text-transform: capitalize; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width: 68%; font-weight: 600; margin-bottom: 7.1px !important;}
.lm_block .conversation .details p {color: #8392B9; font-size: 8.7px; text-transform: uppercase; font-weight: 600;}
.lm_block .conversation .details .badge {position: absolute; right: 10px; bottom: 9px; padding: 8.6px 8.5px; background-color: #78E7AB33; color: #2B9A5E; border-radius: 5px; text-transform: uppercase; display: flex; align-items: center; font-size: 8px; font-weight: 500; line-height: 0;}
.lm_block .conversation .details .badge_closed {background-color: rgba(236, 240, 250, 0.8); color: rgba(131, 146, 185, 1);}
.lm_block .details .disable {opacity: 0.5;}
.lm_block .summary .header_block {padding: 18.5px 15px 18.5px 15px; background-color: #fff; background-color: #fff;}
.lm_block .summary .header_block p{color: #586178; font-size: 10px; text-transform: capitalize; font-weight: 600;}
.lm_block .summary .header_block .switch-buttons .switch { position: relative; display: inline-block; width: 27px; height: 5px; margin-bottom: 0px;}
.lm_block .summary .header_block .switch-buttons .slider {background-color: #C9D4EE; box-shadow: 0px 0px 4px 0px #00000026 inset;}
.lm_block .summary .header_block .switch-buttons .slider:before {height: 9px; width: 9px; bottom: -1.7px;}
.lm_block .summary .header_block .switch-buttons input:checked + .slider:before { -webkit-transform: translateX(17.5px); -ms-transform: translateX(17.5px); transform: translateX(17.5px);}
.lm_block .summary .header_block .col-form-label{margin-left: 6px; color: #7E7E7E; font-size: 9.5px; font-weight: 600; padding: 0;}
.lm_block .summary .header_block .switch-buttons input:checked + .slider { background-color: var(--highlight);}
.lm_block .summary .summary_details{padding: 10px 15px 14px 15px; background-color: #FBFDFF; max-height: calc(100vh - 490px); overflow: auto;}
.lm_block .summary .summary_details::-webkit-scrollbar {height: 0px !important; width: 0px}
.lm_block .summary .summary_details::-webkit-scrollbar-thumb { background: #cbc9c9; border-radius: 6px;}
.lm_block .summary .summary_details::-webkit-scrollbar-track { background: transparent; }
.lm_block .summary .conversation_summary {color: #8392B9; font-size: 9.7px; text-transform: capitalize; font-weight: 600;}
.lm_block .summary .enquiry_date {color: #8392B9; font-size: 9.2px; text-transform: capitalize; font-weight: 500;}
.lm_block .summary .enquiry_date span{font-weight: 600;}
.lm_block .summary .conversation_details{color: #586178; font-size: 9.5px; text-transform: lowercase; font-weight: 500; margin: 4px 0 5px 0; line-height: 12px;}
.lm_block .summary .additional_contacts {margin-top: 10px;}
.lm_block .summary .contact_details {margin-top: 0; margin-bottom: 26px;}
.lm_block .summary .communication_details {margin-top: 26px; padding-left: 30px;}
.lm_block .summary .day_divider {border-top: solid 1px #E0E7F9; width: 100%; display: flex; justify-content: center; margin-bottom: 14px; }
.lm_block .summary .day_divider .or {border: solid 1px #E0E7F9; border-radius: 31px; margin-top: -11px; background-color: #fff; color: #99A4C1; font-size: 10px; font-weight: 400; display: flex; align-items: center; justify-content: center; text-transform: uppercase; text-transform: capitalize; padding: 2px 32px;}
.lm_block .summary .details {padding: 0; align-items: start; border-bottom: none; height: auto;}
.lm_block .summary .details .flex-shrink-0 {margin-right: 17px !important;}
.lm_block .summary .details .user-badge {background-color: #ffffff; font-size: 13px; font-weight: 700; color: #fff; text-transform: uppercase; border-radius: 100%; border: 1px solid #DFE7F9; width: 28px; height: 28px; line-height: 0;}
.lm_block .summary .details .flex-grow-1.align-self-center {width: 94%;}
.lm_block .summary .details .user-badge span {color: #8B92A6; font-size: 15.5px; line-height: 0; font-weight: 600;}
.lm_block .summary .communication_details .description {color: #586178; font-size: 9.8px; text-transform: capitalize; font-weight: 500; margin-bottom: 5px;}
.lm_block .summary .communication_details .nextflw_up {color: #99A4C1; font-size: 9.8px; font-weight: 500; text-transform: capitalize; margin-bottom: 0;}
.lm_block .summary .flwup_comments {margin-top: 35px; position: absolute; right: 17px; left: 17px; bottom: 15px}
.lm_block .disable {opacity: 0.5;}
.lm_block .summary .flwup_comments .form-control {font-weight: 600;color: #313E5B; font-size: 11px;}
.lm_block .summary .flwup_comments textarea{border: 1px solid #DFE6F9; border-radius: 5px 5px 0 0; min-height: 76px; padding: 10px 12px; font-weight: 500;}
.lm_block .summary .flwup_comments textarea:-webkit-input-placeholder {color: #58617880 !important; text-transform: capitalize; font-size: 10px; font-weight: 500;}
.lm_block .summary .flwup_comments textarea:-ms-input-placeholder {color: #58617880 !important; text-transform: capitalize; font-size: 10px; font-weight: 500;}
.lm_block .summary .flwup_comments textarea::placeholder {color: #58617880 !important; text-transform: capitalize; font-size: 10px; font-weight: 500;}
.lm_block .summary .flwup_comments .communication_mode {display: flex; align-items: center; border: 1px solid #DFE6F9; padding: 0; border: 1px solid #DFE6F9; border-top: none;; border-radius: 0 0 5px 5px; background-color: #fff; padding-top: 0;}
.lm_block .summary .flwup_comments .communication_mode .input-field {width: 44%; position: relative; display: flex; align-items: center; border-right: 1px solid #DADADA; padding: 0px 3px; height: 26px; padding-left: 11px;}
.lm_block .summary .flwup_comments .communication_mode .input-field .errormsg{position: absolute; bottom: -16px; font-size: 11px !important; left: 2px;}
.lm_block .summary .flwup_comments .communication_mode .form-label {color: #313E5B; font-size: 9.2px; text-transform: uppercase; font-weight: 600; margin-bottom: -3.5px;}
.lm_block .summary .flwup_comments .communication_mode .form-control, .lm_block .summary .flwup_comments .communication_mode select {border: none; padding: 9px 4px; font-size: 10px; color: #868686; border-radius: 5px; height: 27px;}
.lm_block .summary .flwup_comments .communication_mode  .flp_btn .form-label {color: #fff; display: none;}
.lm_block .summary .flwup_comments .communication_mode  .flp_btn {width: 12%;}
.lm_block .summary .flwup_comments .communication_mode  .flp_btn .btn {border-radius: 0 0 5px 0; text-transform: uppercase; font-size: 10.5px; font-weight: 700; height: 27px; display: flex; align-items: center; justify-content: center; padding: 5px 10px;}
.lm_block .summary .flwup_comments .communication_mode select {padding: 7px 0px !important; width: 357px;}
.lm_block .summary .flwup_comments .enter_comment {position: absolute; bottom: 63px; left: 12px; font-size: 11px !important;}
.lm_block .profile_details .details{padding: 16.6px 13px 19px 13px; flex-direction: row; height: auto; cursor: auto; border-bottom: none; min-height: 90px; display: block;}
.lm_block .profile_details .details .flex-shrink-0 {margin-right: 5px !important;}
.lm_block .profile_details .details .user-badge {font-size: 13px; font-weight: 700; margin-bottom: 0; width: 27px; height: 27px; display: flex; align-items: center; justify-content: center;}
.lm_block .profile_details .details h5 {font-weight: 600; margin-bottom: 0 !important; text-align: left; font-size: 13px; word-break: break-word;}
.lm_block .profile_details .details p {text-align: left;}
.lm_block .profile_details .details .badge {padding: 8.6px 9.5px; background-color: #E1E5E9; color: #313E5B; border-radius: 3px; text-transform: uppercase; display: flex; align-items: center; font-size: 9px; font-weight: 500; line-height: 0; margin-top: 10px; position: absolute; bottom: -24px;}
.lm_block .profile_details .details .d-flex.flex-column {position: relative;}


.lm_block .summary .flwup_comments .communication_mode .required {color: red; font-size: 12px; position: absolute; top: 3px; left: 7px;}
.lm_block .profile_details .profile_update {padding: 15px 13px; border-top: 1px solid #ECF0FA; padding-top: 9px;}
.lm_block .profile_details .profile_update .input-field{ margin-bottom: 13px;}
.lm_block .profile_details .profile_update .input-field .country-code{ display: flex; flex-direction: column;} 
.lm_block .profile_details .profile_update .input-field .country-code .colorselect{ border-right: none; border: 1.5px solid #CED7EE; padding: 5.2px 5px; font-weight: 600; color: #313E5B !important; font-size: 10px; width: 100%; border-radius: 5px; height: 28.88px; margin-bottom: 6px;} 
.lm_block .profile_details .profile_update .input-field .country-code .contact-number{border-radius: 5px; width: 100%;}
.lm_block .profile_details .profile_update .input-field .country-code .colorselect:focus {outline: none;}
.lm_block .profile_details .profile_update .input-field .col-form-label{color: #313E5B; font-size: 10px; padding-top: 0; padding-bottom: 2px; font-weight: 400; text-transform: capitalize;}
.lm_block .profile_details .profile_update .input-field .form-control{border: 1.5px solid #CED7EE; padding: 5.2px 5px; border-radius: 3px; font-weight: 600; color: #313E5B; font-size: 10px; height: 28.88px;}
.lm_block .profile_details .profile_update .out-line {font-size: 10px; font-weight: 500; padding: 5px 9px; border-radius: 3px; text-transform: capitalize; background-color: #ffffff; border: 1.5px solid var(--highlight); color: var(--highlight);}
.lm_block .contacts .search_block {padding: 8.5px 9px 8.5px 13px;}
.lm_block .search_block .position-relative{display: flex; width: 100%; position: relative;}
.lm_block .search_block .position-relative .form-control{height: 35px; padding-left: 8px; font-size: 10px; font-size: 10px; background-color: #ecf0fa;}
.lm_block .search_block .position-relative .search-icon{position: absolute; right: 7px; top: 10px; color: #7e87a1; font-size: 14px;}
.lead_management .addl_block {margin-bottom: 10px; display: flex; align-items: center; justify-content: space-between; width: 10%; padding-left: 18px; margin-top: 17px;}
.lead_management .addl_block p{font-size: 12.6px; text-transform: uppercase; color: #626D8B; margin-bottom: 0; font-weight: 700; margin-right: 13px;}
.lead_management .addl_block .btn{padding: 3px 9.5px; border: 1px solid #F5B567; color: #F5B567; text-transform: uppercase; font-weight: 600; font-size: 11px; border-radius: 5px; display: flex; align-items: center; padding-left: 4px;}
.lead_management .addl_block .btn span {color: #F5B567; font-size: 19px; line-height: 0; font-weight: 600; margin-right: 2px;}
.lm_block .lead_details {height: calc(100vh - 295px); overflow-y: auto; overflow-x: hidden;}
.lm_block .lead_details::-webkit-scrollbar {height: 0px !important; width: 0px}
.lm_block .lead_details::-webkit-scrollbar-thumb { background: #cbc9c9; border-radius: 6px;}
.lm_block .lead_details::-webkit-scrollbar-track { background: transparent; }
.lm_block .summary .flwup_comments .communication_mode .mode_communication .form-label {width: 710px;}
.lm_block .summary .flwup_comments .communication_mode .next_flwupdate .form-label { width: 351px;}
.lm_block .summary .flwup_comments .communication_mode .mode_communication {padding-right: 0px;}

.lm_emptypage .card {min-height: calc(100vh - 231px) !important; display: flex; align-items: center; justify-content: center;}
.lm_emptypage .welcome_lm {height: calc(100vh - 264px); display: flex; align-items: center; flex-direction: column; justify-content: center;}
.lm_emptypage .welcome_lm span{color: #fff; width: 167px; height: 167px; display: flex; align-items: center; justify-content: center; background-color: #ECF0FA; border-radius: 100%; margin: 0 auto; font-size: 52px; font-weight: normal; margin-bottom: 25px;}
.lm_emptypage .welcome_lm p {color: #313E5B; font-weight: 500; font-size: 15.5px; margin-bottom: 15px; text-align: center; line-height: 20px;}
.lm_emptypage .welcome_lm a {padding: 11px 34px; text-transform: uppercase; font-weight: 600; font-size: 11px;}
.lm_emptypage .welcome_lm span img {max-width: 63%; max-height: 63%; width: auto; height: auto;}

.empty_conversation .lm_block .summary .header_block {padding: 16.6px 13px 16.6px 13px;}
.empty_conversation .lm_block .summary .header_block p {font-size: 12.6px; text-transform: uppercase; color: #626D8B; margin-bottom: 0; font-weight: 700; margin-right: 13px;}
.empty_conversation .lm_block .summary{width: 69.5%;}
.empty_conversation .sc-feUZmu {display: none;}
.empty_conversation .rdt_Pagination {display: none;}
.empty_conversation .lm_block .summary .summary_details {height: calc(100vh - 281px); display: flex; align-items: center; flex-direction: column; justify-content: center; overflow: hidden; max-height: unset !important; padding: 0;}
.empty_conversation .lm_block .summary .summary_details span{color: #fff; width: 167px; height: 167px; display: flex; align-items: center; justify-content: center; background-color: #ECF0FA; border-radius: 100%; margin: 0 auto; font-size: 52px; font-weight: normal; margin-bottom: 25px;}
.empty_conversation .lm_block .summary .summary_details p {color: #313E5B; font-weight: 500; font-size: 15.5px; margin-bottom: 15px; text-align: center; line-height: 20px;}
.empty_conversation .lm_block .summary .summary_details a {padding: 11px 34px; text-transform: uppercase; font-weight: 600; font-size: 11px;}
.empty_conversation .lm_block .summary .summary_details span img {max-width: 44%; max-height: 44%; width: auto; height: auto;}
.lm_block .profile_details .details .btn {padding: 6px 9.5px; border: 1px solid #F5B567; color: #F5B567; text-transform: uppercase; font-weight: 600; font-size: 10px; border-radius: 5px; display: flex; align-items: center; padding-left: 4px; margin-top: 5px; justify-content: center;}
.lm_block .profile_details .details .btn span {color: #F5B567; font-size: 17px; line-height: 0; font-weight: 600; margin-right: 2px;}

.lead_management .no_deals {display: flex; align-items: center; flex-direction: column; justify-content: center; padding: 40px 20px; background-color: #FBFDFF;}
.lead_management .no_deals span{color: #1C1B1F; width: 63px; height: 63px; display: flex; align-items: center; justify-content: center; background-color: #F8F8F8; border-radius: 100%; margin: 0 auto; font-size: 24px; margin-bottom: 10px; font-weight: 600; margin-bottom: 10px; font-weight: 600;}
.lead_management .no_deals p {color: #606060; font-weight: 600; font-size: 13px; margin-bottom: 15px; text-align: center; line-height: 20px;}
.lead_management .no_deals a {padding: 11px 22.5px; text-transform: capitalize; font-weight: 700; font-size: 11px; border: 1px solid var(--highlight); color: var(--highlight); background-color: #fff;}
.lead_management .no_deals a:hover {background-color: #fff; border: 1px solid var(--highlight); color: var(--highlight);}

.al_pop .modal-dialog {max-width: 675px;}
.al_pop .modal-dialog .modal-content textarea {height: 140px !important;}
.al_pop .errormsg {position: absolute; font-size: 11px !important;}

.lead_management .orasi-preloader {left: 0 !important; background-color: #fff !important;}
.lead_management .page-content .container-fluid .table-data .card { min-height: calc(100vh - 231px) !important;}
.lm_emptypage .page-content .container-fluid .table-data .card { min-height: calc(100vh - 231px) !important;}
.lead_management .no_contact {background-color: #fff;}
.lead_management .no_contact span {color: rgba(131, 146, 185, 1); background-color: rgba(236, 240, 250, 1);}
.lead_management .no_contact p {color: rgba(88, 97, 120, 1);}
.lead_management .no_contact a {color: #ffffff; background-color: var(--highlight); text-transform: capitalize;}
.lead_management .no_contact a:hover {color: #ffffff; background-color: var(--highlight);}
.lead_management .client_deals .deals_list {color: rgba(131, 146, 185, 1); width: 63px; height: 63px; display: flex; align-items: center; justify-content: center; background-color: rgba(244, 190, 122, 0.5); border-radius: 100%; margin: 0 auto; margin-bottom: 10px;}
.lead_management .client_deals p {color: rgba(242, 163, 65, 1);}
.lead_management .client_deals .deals_list img {width: 28px;}

  .col5{-webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 20%;}
  .dashboard-card{ padding: 15px; background-color: white; cursor: pointer;}
  .card-wrapper{ width: 100%; display: flex; align-items: center;}
  .icon-box{ width:64px; height: 64px; border-radius: 100%; background-color: #F5F8FF; display: flex; align-items: center; justify-content: center;}
  .icon-box img{ width:36px}
  .card-info { margin-left: 10px; display: flex; align-items: flex-start; flex-direction: column; height: 100%;}
  .card-info h1{ font-weight: var(--light); font-size: 2em; margin-bottom: 5px; white-space: nowrap; color: var(--btnbg);}
  .card-info h6, .widget-heading{ font-weight: var(--semi-bold); color:#8B9CC6; font-size: 0.9em; margin-bottom: 0; white-space: nowrap; text-transform: uppercase; }
  .summary-table{ border:1px solid #D2DAF0!important}
  .summary-table>thead>tr>th{ font-size: 12px; color:#8B9CC6; padding:6px 8px;}
  .summary-table>tbody>tr>td{ padding:8px 8px; color:#111111!important; font-weight: var(--regular); font-size: 12px;}
  .summary-table>tbody>tr:nth-of-type(odd)>*{ background-color: #F1F5FF!important; --bs-table-accent-bg: #F1F5FF!important;}
  .text-right{ text-align: right;}
  .text-left{ text-align: left;}
  .full-ht{height: calc(100% - 25px);}
  .graph-list{ margin: 0; padding: 0;}
  .graph-list li{ margin-bottom: 10px; width: 100%; list-style: none; transition: all 0.2s ease-out;}
  .graph-list li .graph-wrapper{  display: flex; align-items: center; width: 100%; }
  .graph-list li p{ width: 60%; margin-bottom: 0; color:#111111!important; font-weight: var(--regular); font-size: 12px; text-wrap: wrap; display: flex; align-items: center; line-height: 1; position: relative; word-wrap: break-word; word-break: break-word; margin-right: 2px;}
  .graph-list li p span{ font-size: 16px; margin-left: -5px;}
  .graph-list li .graph-bar{  width: 40%; height: 26px; position: relative; border-radius: 5px; background-color: #e4ebfd4f;}
  .graph-list li .graph-bar .count{ position: absolute; left: 10px; top:50%; transform: translate(-0%, -50%); font-size: 11px; font-weight: var(--medium); }
  .graph-list li .graph-bar .arrow{ position: absolute; right: -2px;top: 50%;transform: translate(-0%, -50%);pointer-events: none;font-size: 20px;}
  .filled-graph{  height: 100%; border-radius: 5px; background-color: #E3EBFF;}
  .graph-list li:last-child{ margin-bottom: 0;}
  .sub-graphs{ position: absolute;right: -130%;transform: translate(-50%, -0%);width: 250px;background-color: #fff;padding: 15px;z-index: 999;border-radius: 5px;border:1px solid #D1D6E8;transition: all 0.2s ease-out;opacity: 0; visibility: visible; pointer-events: none;}
.graph-list li .graph-bar:hover ~ .sub-graphs{ opacity: 1;  visibility: visible;  right: -120%; }
.triangle-wrapper{ position: absolute;left: -11px;top: 50%;transform: translate(0, -50%);z-index: 999; }
.triangle{ width: 15px;height: 20px;background: #D1D6E8;clip-path: polygon(74.09% 93.82%, 0.01% 48.95%, 75.9% 7.23%);}
.triangle2{width: 14px;height: 18px;background: white;position: absolute;left:1px; top:1px;clip-path: polygon(74.09% 93.82%, 0.01% 48.95%, 75.9% 7.23%);}
.sub-graphs .graph-list li{ margin-bottom: 8px!important;}
.sub-graphs .graph-list li p{ font-size: 11px;}
.sub-graphs .graph-list li .graph-bar{ height: 22px!important; }
.sub-graphs .graph-list li .graph-bar p{ font-size: 11px;}

.dashboard-loader .table-preloader {height: calc(100vh - 238px);}
.dashboard-loader .table-preloader .orasi-preloader{background-color: #fff; left: 0%;}
.dashboard-main {background-color: transparent; box-shadow: none; margin-bottom: 0;}
.dashboard-main .dashboard-loader{padding: 0; background-color: transparent;}
.leads_counts .counts_block {border: 1px solid #D2DAF0 !important; padding: 8px 8px; background-color: #F1F5FF !important; width: 48.5%;}
.leads_counts .counts_block p{margin-bottom: 0; color: #111111 !important; font-weight: var(--regular); font-size: 12px;}
.leads_counts .counts_block.right_block {background-color: transparent !important;}
.dashboard-main .card_height {height: 96%;}

.lm_block .profile_details .email_admin {padding: 3px 9.5px !important; border: none !important; color: #F5B567 !important; text-transform: capitalize !important; font-weight: 500 !important; font-size: 13px !important; border-radius: 5px !important; display: flex !important; align-items: center !important; padding-left: 4px !important; margin-top: 14px !important;}
.lm_block .profile_details .email_admin span { color: #F5B567 !important; font-size: 24px !important; line-height: 0 !important; font-weight: 600 !important; margin-right: 4px !important;}
.notify_admin .modal-dialog {max-width: 780px;}
.notify_admin .switch-buttons {margin-top: 8px;}
.notify_admin .switch-buttons .switch {width: 41px; height: 7.4px;}
.notify_admin .switch-buttons .col-form-label {margin-left: 10px !important; color: rgb(141 140 140) !important;}
.notify_admin .switch-buttons .slider:before {height: 15px; width: 15px;}
.notify_admin .switch-buttons input:checked + .slider:before { -webkit-transform: translateX(26px); -ms-transform: translateX(26px); transform: translateX(26px);}
.notify_admin .form-check-input:checked { background-color: var(--highlight); border: 1px solid var(--highlight); box-shadow: none;}
.notify_admin .form-check-input { border-radius: 3px; border: 1px solid #B6B6B6; box-shadow: none;}
.notify_admin .commission_details .font-size-16 {display: flex; align-items: center; margin-right: 26px;}
.notify_admin .commission_details .font-size-16 input{margin-right: 5px; margin-top: 0; width: 18px; height: 18px;}
.notify_admin .commission_details .d-flex .col-form-label {color: rgb(141 140 140) !important;}
.notify_admin .commission_details .d-flex{margin-top: 8px;}
.notify_admin .percentage {position: relative;}
.notify_admin .percentage .col-form-label{margin-bottom: 5px;}
.notify_admin .percentage .form-control{width: 100%;height: 29.5px !important;}
.notify_admin .percentage .material-symbols-outlined{position: absolute; top: 25px; right: 7px; font-size: 20px;}
.notify_admin .commission_details .font-size-16 input:checked { background-color: var(--highlight); border: 1px solid var(--highlight); box-shadow: none; color: var(--highlight);}
.notify_admin .commission_details { position: relative;}

.add_client {padding: 3px 9.5px; border: 1px solid #F5B567; color: #F5B567; text-transform: uppercase; font-weight: 600; font-size: 11px; border-radius: 5px; display: flex; align-items: center; padding-left: 4px; margin-top: 5px;}
.add_client span { color: #F5B567 !important; font-size: 19px !important; line-height: 0 !important; font-weight: 600 !important; margin-right: 2px !important; width: unset !important; height: unset !important; display: unset !important; background-color: #F8F8F8 !important; border-radius: unset !important; margin: unset !important; margin-bottom: unset !important;}
.add_client:hover, .add_client:focus {border: 1px solid #F5B567 !important; color: #F5B567 !important;}


.leadreports_table {zoom: 0.9;}
.leadreports_table .sc-fHjqPf { display: none;}
.leadreports_table .sc-imWYAI { display: none;}
.leadreports_table .follow_up .left { width: 40%; display: flex; align-items: flex-start;}
.leadreports_table .follow_up .right { width:10%; padding-left: 20px;}
.leadreports_table .follow_up { padding: 15px 15px 10px 130px; background-color: #F9FAFC;  border-bottom: solid 1px #CCD8F6;}
.leadreports_table .follow_up h3 { font-size: 13px; font-weight: bold; margin-bottom: 10px;}
.leadreports_table .follow_up p { font-size: 11px; color: #000; margin-bottom: 6px; display: flex; align-items: flex-start;} 
.follow_up p .icon {     font-size: 10px; font-weight: bold; margin-right: 8px; color: var(--highlight); display: inline-flex; align-items: center; line-height: 16px; }
.leadreports_table .date { color: #7587AD !important; font-weight: 500;}
.user-management .leadreports_table .rdt_Table .rdt_TableBody .rdt_TableRow {  align-items: start;   background-color: #fff;}
.user-management .leadreports_table .rdt_Table .rdt_TableBody .rdt_TableRow:nth-of-type(odd) {     background-color: #fff;}
.user-management .leadreports_table .rdt_Table .rdt_TableBody .rdt_TableRow { border-bottom: solid 1px #CCD8F6;}
.user-management .leadreports_table .rdt_TableHead {  border-bottom: solid 1px #CCD8F6;}
.user-management .leadreports_table .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2) {min-width: 120px !important;}
.user-management .leadreports_table .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3) {min-width: 350px !important;}
.user-management .leadreports_table .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4) { min-width: 135px !important;}
.user-management .leadreports_table .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(5) { min-width: 150px !important;}
.user-management .leadreports_table .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(6) { min-width: 150px !important;}
.user-management .leadreports_table .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(7) { min-width: 200px !important;}
.user-management .leadreports_table .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(8) {min-width: 120px !important;}
.user-management .leadreports_table .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(9) {min-width: 150px !important;}
.user-management .leadreports_table .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(10) { min-width: 100px !important;}
.user-management .leadreports_table .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(11) { min-width: 80px !important; position: inherit !important;}
.user-management .leadreports_table .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(2) { min-width: 120px !important;}
.user-management .leadreports_table .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(3) { min-width: 350px !important; font-size: 11px; font-weight: normal;}
.user-management .leadreports_table .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(4) { min-width: 135px !important;}
.user-management .leadreports_table .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(5) { min-width: 150px !important;}
.user-management .leadreports_table .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(6) { min-width: 150px !important; justify-content: flex-start;}
.user-management .leadreports_table .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(7) { min-width: 200px !important; text-align: left !important; text-transform: lowercase;}
.user-management .leadreports_table .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(8) { min-width: 120px !important;}
.user-management .leadreports_table .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(9) { min-width: 150px !important;}
.user-management .leadreports_table .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(10) { min-width: 100px !important;}
.user-management .leadreports_table .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(11) { min-width: 80px !important; position: inherit !important;}
.user-management .leadreports_table .sc-cwHptR { white-space: inherit !important; text-overflow:inherit !important;}
.user-management .leadreports_table .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell { font-size: 12px;}
.user-management .leadreports_table .cnv { display: flex; line-height: 16px;}
.user-management .leadreports_table .cnv .icon {     font-size: 18px; margin-right: 5px; color: var(--highlight); font-weight: bold; }
.user-management .leadreports_table .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell {text-transform: capitalize;}
.user-management .table-data .leadreports_table .button-block .custom-select {background-color: transparent; border: 1px solid #afafaf; border-radius: 5px; font-size: 11px; color: #474646; height: 40px; font-weight: 500;}

.user-management.content-management.export .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1), .user-management.content-management.export .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(1) {min-width: 28.3% !important;}
.user-management.content-management.export .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2), .user-management.content-management.export .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(2) {min-width: 18.5% !important;}
.user-management.content-management.export .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3), .user-management.content-management.export .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(3) {min-width: 18.5% !important;}
.user-management.content-management.export .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4), .user-management.content-management.export .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(4) {min-width: 17.5% !important;}
.user-management.content-management.export .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(5), .user-management.content-management.export .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(5) {min-width: 11% !important;}
.user-management.content-management.export .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(6), .user-management.content-management.export .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(6) {min-width: 0 !important;}
.content-management.export .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1) .rdt_TableCol_Sortable>div {display: block;}
.content-management.export .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2) .rdt_TableCol_Sortable {margin-left: 0;}
.user-management.content-management.export .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(2) { font-weight: 500; text-transform: lowercase;}
@media (min-width:1281px) and (max-width: 1440px) {
.leadreports_table {zoom: 0.8;}
.user-management .leadreports_table .rdt_Table .rdt_TableBody .rdt_TableRow .r.dt_TableCell:nth-child(3) { font-size: 12px; }
.leadreports_table .follow_up p { font-size: 12px; }
.leadreports_table .follow_up .left { width: 45%; }
}

.place-bottom{ position:absolute; bottom:-1px; left:0; }
.errormsg{ font-weight:normal; font-size:12px!important; font-style: normal;}

.epi-count{ position: relative;}
.epi-count input[type=number]{ padding-left:50px; text-align: right;}
.epi-count span{position: absolute; top: 50%; left: 15px; transform: translate(-50%, -50%);}
.episodes .errormsg{ font-size: 11px !important; margin-bottom: 0; font-style: normal;}

.news_management .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2), .news_management .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(2) {min-width: 26% !important;}
.news_management .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3), .news_management .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(3) {min-width: 25% !important;}
.news_management .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4), .news_management .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(4) {min-width: 22% !important;}
.news_management .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(5), .news_management .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(5) {min-width: 19% !important;}
.news_management .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(6), .news_management .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(6) {min-width: 5.5% !important;}
.news_management .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell .d-flex .action-button.text-danger { border-radius: 5px; margin-left: 0px;}
.addnews .tab-pane .box-border { border: 1px solid #C1C1C1; border-radius: 5px; padding: 10px 10px !important; margin-bottom: 13px;}
.addnews .tab-pane .box-border .col-form-label { padding-left: 10px;}
.thumbnail-pic { margin: 0px 5px 0px 5px; position: relative; border-radius: 5px;}
.thumbnail-pic img { width: 100%; border-radius: 5px; height: 85px;}
.add_block {width: 84px; height: 70px; border: 1.5px dashed var(--ButtonBg); font-weight: 600; text-transform: uppercase; color: var(--ButtonBg); font-size: 12px; display: flex; align-items: center; justify-content: center; flex-direction: column; margin: 0px 0px 0px 5px; border-radius: 3px; cursor: pointer;}
.thumbnail-pic:hover .thuumbnail {visibility: visible; position: absolute; left: 5px; right: 5px; background-color: #fff; color: #3b3b3b; top: 30px; padding: 5px 8px; font-size: 10px; border-radius: 5px; text-transform: uppercase; font-weight: 800; cursor: pointer;}
.thumbnail-pic .thuumbnail {visibility: hidden;}
.thumb_selected { outline: 3px solid var(--ButtonBg); outline-offset: -3px;}
.thuumbnail_tag {display: none;}
.thumb_selected .thuumbnail_tag{background-color: rgba(0, 0, 0, 0.5); color: #fff; padding: 2px 3px; border-radius: 3px; text-transform: capitalize; font-size: 10px; display: block; position: absolute; top: 5px; left: 5px;}
.thumb_selected:hover .thuumbnail {visibility: hidden;}
.social_media .form-control {padding-left: 38px;}
.social_media img{width: 22px; position: absolute; left: 7px; top: 9px;}
.upload_images .thumbnail-cls-icon {position: absolute; font-size: 20px; top: -8px; right: -3px; cursor: pointer; z-index: 999; color: rgb(119, 119, 119); font-weight: 700; background-color: rgb(255, 255, 255); border-radius: 100%;}
.thumbnail-pic p{color: #000; text-transform: uppercase; font-size: 9px; position: absolute; bottom: -17px; margin-bottom: 0; font-weight: 500;}
.thumbnail-pic:first-child {margin-left: 0px;}
.store_label {color: #23405D; font-size: 12px; font-weight: 600;}
.add_block .material-icons-outlined {font-size: 24px; color: var(--ButtonBg);}

.export_title_block {border: 0.5px solid #CCD8F6; padding: 24px 17px 16px 17px; display: flex; align-items: center; flex-wrap: wrap;}
.export_title_block .export_title {display: flex; align-items: center; padding: 5px 15px 5px 10px; border: 0.5px solid #CCD8F6; border-radius: 5px; margin: 0 4px 8px 4px;}
.export_title_block .export_title .font-size-16 { font-size: 19px !important;}
.export_title_block .export_title .form-check-input { border-radius: 5px; border: 1px solid #CCD8F6; box-shadow: none; width: 19px; height: 19px;}
.export_title_block .export_title p {font-size: 11.5px; color: #000; text-transform: capitalize; margin-left: 10px; margin-bottom: 0; font-weight: 500;}

.user-management .select-export .rdt_TableHeadRow .rdt_TableCol:last-child, .user-management .select-export .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:last-child { justify-content: center;}
.user-management .select-export .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:last-child .form-check-input {width: 18px; height: 18px;;}

.content-management .export_title_block .export_title {margin: 0 15px 0px 0px; padding: 0;}

.profile_update .css-b62m3t-container .css-13cymwt-control {min-height: 30px; font-size: 10px; border: 1.5px solid #CED7EE; }
.profile_update .css-1xc3v61-indicatorContainer {padding: 4px;}
.profile_update .css-t3ipsp-control:hover {border-color: #ced7ee; box-shadow: none;}
.profile_update .css-t3ipsp-control {min-height: 30px; font-size: 10px; border: 1.5px solid #CED7EE; max-height: 30px;}
.profile_update  .css-15lsz6c-indicatorContainer {padding: 4px;}

.create-password-instruction {width: 273px; top: 33%; right: 1%;}
.spotsaver-login-toast { position: absolute; bottom: 19%; left: 51.5%; z-index: 999; border: 1px solid #A1D8C4; background-color: #EAF7EE; border-radius: 9px; width: auto; }
.spotsaver-login-toast .toast-header { padding: 3px; background-color: #EAF7EE; position: relative; border-radius: 9px; display: flex; align-items: center; justify-content: space-between; padding-right: 15px; }
.spotsaver-login-toast .toast-header .me-auto { color: #4B4B4B; font-size: 13px; margin-bottom: 0; display: flex; align-items: center; padding: 0; margin: 0px 20px 0px 0px; line-height: 0; font-weight: 500; }
.spotsaver-login-toast .toast-header .toast-icon { width: 28px; height: 28px; background-color: #3CB15C; border-radius: 10px; display: flex; align-items: center; justify-content: center; margin-right: 10px; }
.spotsaver-login-toast .toast-header .toast-icon .material-icons { color: #fff; font-size: 21px;}
.spotsaver-login-toast .toast-header .btn-close { font-size: 8px; padding: 11px; font-weight: 900; border-radius: 11px; opacity: 0.8; width: 0; height: 0; }
.emaillogin .input-group .errormsg-floating { position: absolute; bottom: -50%; font-weight: normal !important; left: 1%;}
.emaillogin .errormsg-floating { font-weight: normal !important; position: absolute; bottom: 42%; left: 14%;}
.registration .client-details-errormssg .errormsg { position: absolute; top: 100%; font-style: normal;}
.verifying-account .otp-blocks .errorStyle p { bottom: -13px;}
.admin-login .errormsg-floating { position: absolute; bottom: 32%; left: 13%; font-weight: normal;}
.admin-login .signin-footer .loading-icon { width: 16px; margin-right: 5px;}
.client-advance-search .modal-dialog .modal-content .modal-footer button { background-color: var(--highlight); border: 1px solid var(--highlight);}
.preferences-tab .col-md-4 .store_block .Range-box-section { padding:15px;}
.preferences-tab .col-md-4 .store_block .Range-title { font-size: 16px; font-weight:600; color:#23405D; margin:0px;}
.preferences-tab .col-md-4 .store_block .Range-box-section .range-section { align-items:center; margin-top:20px;}
.preferences-tab .col-md-4 .store_block .Range-box-section .range-section .range-style { width:80%; height:4px; accent-color: var(--highlight)}
.preferences-tab .col-md-4 .store_block .Range-box-section .range-section .range-input-style { width:20%}
.preferences-tab .col-md-4 .store_block .Range-box-section .range-des { margin-bottom:0px; font-style: normal; font-weight: 400; font-size: 11px; line-height: 17px; color: #313E5B; margin-top: 2.5px;}
.preferences-tab .col-md-4 .store_block .Range-box-section .range-section .range-input-style { border: 1px solid var(--highlight); border-radius: 5px; color: var(--MenuText)}
.preferences-tab .col-md-4 .store_block .line { padding: 0px; margin-bottom: 15px;}
.preferences-tab .col-md-4 .plan-page { padding:20px 15px; height: 100%;}
.preferences-tab .col-md-4 .plan-page .sm-heading { font-size:13px; color:#000000; margin-bottom: 0px;}
.preferences-tab .col-md-4 .plan-page .free-text { color:var(--highlight);}
.preferences-tab .col-md-4 .plan-page .input-group .form-control  {background-color: var(--FormBg); border-radius: 5px 0px 0px 5px; border: 1px solid var(--FormBorder); padding: 8.2px; color: var(--BlackText); }
.preferences-tab .col-md-4 .plan-page .input-group .input-group-text { border-radius: 0px 5px 5px 0px; border-left:none;}
.preferences-tab .col-md-4 .plan-page .line .adding { border: 1px solid var(--highlight); padding: 3px 5px; color: var(--highlight); border-radius: 5px;}
.preferences-tab .col-md-4 .plan-page .btn { font-weight: 600; border: 1px solid var(--highlight); background:transparent; color:var(--highlight); border-radius: 10px; padding: 7px 20px; margin-top:10px;}
.preferences-tab .col-md-4 .plan-page .line .basic-badge-style { font-size:12px; color: #656565; padding: 7px 15px; background-color: #EEEEEE; border-radius: 20px; margin-left: 10px; display: flex; justify-content: center; align-items: center; margin-bottom: 0px;}
.preferences-tab .col-md-4 .plan-page .line .basic-badge-style span { font-size:16px; color: #656565; margin-right: 5px;}
.preferences-tab .col-md-4 .plan-page .line .premium-badge-style { font-size:12px; color: #5EA1ED; padding: 7px 15px; background-color: #DFECFB; border-radius: 20px; margin-left: 10px; display: flex; justify-content: center; align-items: center; margin-bottom: 0px;}
.preferences-tab .col-md-4 .plan-page .line .premium-badge-style span { font-size:16px; color: #5EA1ED; margin-right: 5px;}
.preferences-tab .col-md-4 .plan-page .line .vip-badge-style { font-size:12px; color: #E88B09; padding: 7px 15px; background-color: #FFF1DE; border-radius: 20px; margin-left: 10px; display: flex; justify-content: center; align-items: center; margin-bottom: 0px;}
.preferences-tab .col-md-4 .plan-page .line .vip-badge-style span { font-size:16px; color: #E88B09; margin-right: 5px;}
.login-have-txt { text-align: left;}
.registration .select_plan { margin-top: 10px;} 
.add-category-page-style .basic_plan { border: 1px solid #BFD3EA; border-radius: 10px; width: 100%; height: 100%; position: relative; min-height: calc(100vh - 226px); }
.add-category-page-style .col-md-3 .select-style { border-left: 1px solid var(--FormBorder); border-radius: 5px; padding-left: 10px; }
.add-category-page-style .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell img { width: 30px;}
.add-category-page-style .sc-fkSzgi { border: 0.5px solid #CCD8F6; border-radius: initial;}
.add-category-page-style .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1), .add-category-page-style .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(1) {width: 15%; min-width: 15%;}
.add-category-page-style .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2), .add-category-page-style .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(2) {width: 10%; min-width: 10%;}
.add-category-page-style .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3), .add-category-page-style .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(3) {width: 10%; min-width: 10%;}
.add-category-page-style .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4), .add-category-page-style .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(4) {width: 8%; min-width: 8%;}
.location-info .right-section .file_requirements p { margin-bottom: 0;}
.location-info .right-section .upload-zone .outline_btn { border: 1px solid var(--highlight); color: var(--highlight);}
.location-info .right-section .upload-zone .upload-btn { justify-content: center; align-items: center; display: inline-flex;}
.location-info .right-section .upload-zone .add_img_block #activimg { width:100px;}
.no-store { max-width: 400px; width: 100%; margin: 50px auto; text-align: center;}
.no-store img { width: 250px; display: inline-block;}
.no-store p { font-size: 16px; font-weight: bold; text-align: center;}
.client_details #client-details-row #client-details-col-1 .pac-target-input { left: 55% !important; width: 90.5% !important; border-left: none !important;}
.input-group .form-control { padding-left: 8px;}
.navbar-header .navbar-brand-box .logo .Admin-badge { background-color: var(--AdminBadgeBg); color: var(--BlackText); border-radius: 5px; padding: 5px 8px; margin-left: 5px; font-weight: 500; font-size: 11px; cursor:pointer;}
.file_requirements p { margin: 0; margin-left: 10px;}
.upload-zone .add_img_block #activimg { width: 100px;}
.upload-zone .add_img_block .thumbnail-cls-icon { position: absolute; top: 5px; right: 489px; font-size: 11px; color: var(--bodyColor); background-color: #000; border-radius: 50%; padding: 3px; cursor: pointer;}
.stroke-button { display: inline-flex; justify-content: center; align-items: center; border: 1px solid var(--ButtonBg); border-radius: 5px; padding: 9px !important; color: var(--ButtonBg) !important; cursor: pointer; background-color: transparent;}
.file_requirements { text-align: left;}
.signin-prompt .signup-prompt .forgot-style { cursor: pointer;}
.admin-login .visible-style { cursor: pointer;}
.error-mssg-style .errormsg {position: absolute;top: 41px;}
.add-category-page-style .logo-width { display:inline-flex;}
.add-category-page-style .upload-icon .add_img_block #activimg { width: 100px;}
.add-category-page-style .upload-icon .add_img_block .thumbnail-cls-icon { position: absolute; top: 151px; right: 179px; font-size: 18px; color: var(--bodyColor); background-color: #000; border-radius: 50%; padding: 3px; cursor: pointer;}
.add-client .create-user-block .form-block #home1 .row { background-color: transparent; }
.client_details .client-details-section { text-align: left;}
.signin-body .emaillogin { text-align: left;}
.email-show-style { font-size: 16px;}
.stroke-btn-style { background-color: transparent; border: 1px solid var(--ButtonBg); border-radius: 10px; font-size: 12px; color: var(--ButtonBg); font-weight: 600; pointer-events: auto; padding: 8.7px 24px; cursor: pointer; display: flex; justify-content: center; align-items: center;}
.stroke-btn-style span { font-size: 20px;}
.fill-btn-style { background-color: var(--ButtonBg); border: 1px solid var(--ButtonBg); border-radius: 10px; font-size: 12px; color: var(--bodyColor); font-weight: 600; pointer-events: auto; padding: 8.7px 24px; text-transform: capitalize; cursor: pointer; display: flex; justify-content: center; align-items: center;}
.fill-btn-style span { font-size: 20px;}
.create-psswrd .error-mssgs { bottom: 20%;}
.crpsd-cnt-blk .create-password-instruction { top: 33%; right: -2%;}
.generate_password { text-align: left;}
.add-category-page-style .basic_plan .span-style { position: relative;}
.add-category-page-style .upload-icon .add_img_block .thumbnail-cls-icon { top: 159px; right: 182px; font-size: 10px;}
.add-category-page-style .upload-icon .add_img_block #activeImg { width: 95px;}
.add-client .create-user-block .form-block #home1 .row { border:none;}
.add-client .create-user-block .form-block .address-input { width:100%; position: inherit; border: 1px solid #B6B6B6;}
#sidebar-menu ul li a { font-weight: 400;}
.profile .upload-zone .add_img_block .thumbnail-cls-icon { right: 599px; top: 0px;}
.add-client .input-field .map-style .pac-target-input { position:inherit !important; transform: inherit !important; border: 1px solid #B6B6B6 !important; width: 100% !important;}
#page-topbar .navbar-header .profile_section .waves-effect .user-badge .user-img { width: 100%; border-radius: 100%; height: 100%;}
/* Here Sidebar Menu Client Side */
.client-vertical-menu { background: var(--Client-NavbarBg) !important;}
.client-vertical-menu .metismenu li.active {background: var(--Client-MenuActive) !important;}
.client-vertical-menu #sidebar-menu ul li a i { color: var(--Client-MenuActive) !important;}
.client-vertical-menu #sidebar-menu ul li.active i { color: var(--Client-NavbarBg) !important;}
.client-vertical-menu #sidebar-menu ul li a span { color: var(--Client-Menu-list-text) !important;}
.client-vertical-menu #sidebar-menu ul li.active a span { color: var(--Client-NavbarBg) !important;}
.client-navbar-brand-box {background: var(--Client-NavbarBg) !important;}
/* Here Sidebar Menu Client Side */
.navbar-header .dropdown .btn,.show { border: none;}
.profile .create-user-block .form-block .prfile-block .avatar-block .avatar-img-block #avatar-initials img { width: 100%;}
.user-management .location-info .map_block { margin-top: 65px;}
.location-info .map_block .pac-target-input { width: 100% !important; border-radius: 5px !important;}
.user-management .location-info .form-title { margin-bottom: 0;}
.user-management .location-info .upload_images .add_block .Add-Icon { margin-bottom: 0; display: contents;}
.add-client .add-client-details .upload-zone .add_img_block .thumbnail-cls-icon { right: 90.5%;}
.location-info .required { top: auto;}
.right-section .input-group .input-group-prepend { border-right: var(--FormBorder); z-index: 9;}
.right-section .input-group .phone-form { border-left: var(--FormBorder);}
.header-logo-section .header-logo-container { position: relative; display: inline-block;}
.header-logo-section .header-logo-container .no-logo-block { width: 30px; height: 30px; background-color: #EFE9FB; border-radius: 3px; display: flex; align-items: center; justify-content: center; overflow: hidden; padding: 0;}
.header-logo-section .header-logo-container .no-logo-block .logo-style { width: 100%; height: 100%; object-fit: cover; border-radius: 3px; display: block; }
.header-logo-section .header-logo-container .no-logo-block span { display: block; line-height: 1; font-size: 28px;}
.header-logo-section .edit-icon { background: var(--highlight); color: white; border-radius: 50%; padding: 3px; font-size: 12px; cursor: pointer; margin-top: 5px; border: 1px solid var(--bodyColor);}
.header-logo-section .header-logo-container .no-logo-block .logo-label .p-logo { font-size: 11px; }
.header-logo-section .header-logo-container .logo-label { flex-direction: column; display: flex; align-items: center; justify-content: center; justify-items: center; position: absolute; top: 4%; left: 1.5%; cursor: pointer;}
.profile_section .premium { border-right: 1px solid var(--NavlinkText); padding-right: 20px;}
.empty-state__message .material-icons  { color: var(--highlight); }
.upload-logo-modal{width: 300px; left: 645px; top: 10%;}
.upload-logo-modal .modal-header{ background-color: var(--highlight); color: var(--bodyColor);}
.upload-logo-modal .modal-dialog { margin: 0px; border: none;}
.upload-logo-modal .modal-dialog .modal-content .header-style .close { background-color: transparent; border: none;}
.upload-logo-modal .modal-content .modal-header .modal-title { color: #ffff !important; font-size: 16px;}
.upload-logo-modal .modal-dialog .modal-content .modal-body { padding: 15px;}
.upload-logo-modal .modal-dialog .modal-content .modal-body .img-wrapper .img-style { height: auto; width: auto; max-width: 100%; max-height: 100%;}
.upload-logo-modal .modal-dialog .modal-content .modal-header { padding: 10px 15px !important;}
.upload-logo-modal .modal-content .modal-header .close { color: #ffff; font-size: 23px; cursor: pointer;}
.upload-logo-modal .modal-content .modal-footer .signin-footer { justify-content: flex-end; margin-top: 0 !important;}
.upload-logo-modal .modal-content .modal-footer .signin-footer .outline_btn { padding: 10px 32px;}
.upload-logo-modal .modal-content .modal-footer .signin-footer .fill-btn { padding: 10px 32px;}
.upload-logo-modal .modal-content { border: none;}
.preferences-tab .plan-page .input-group .text-danger { position: absolute; top: -17px;}
.header-logo-section .header-logo-container .no-logo-block { display: flex; justify-content: center; align-items: center;}
/* Spots Css */
.spots .manage-hours .Add-store-block .multi-select-style { width: 100%; margin-left: 10px; margin-right: 10px;}
.spots .store-panel-left { border: 1px solid var(--FormBorder); padding: 20px; border-radius: 10px; min-height: 542px; }
.spots .store-panel-right { border: 1px solid var(--FormBorder); padding: 20px; border-radius: 10px; min-height: 500px; }
.spots .store-panel-left .time-fill-btn { font-size: 15px; color: var(--ButtonBg); background-color: #EFE9FB; border: none; padding: 10px; font-weight: 500; border-radius: 5px;}
.spots .weekly-wrapper { margin: 10px 20px 10px 20px; justify-content: center; border-bottom: 1px solid var(--FormBorder); padding-bottom: 20px;}
.spots .weekly-wrapper .week-btn { padding: 10px 45px; border: 1px solid var(--FormBorder); background-color: transparent; margin-right: 5px; color: var(--NavlinkText); font-size: 13px; border-radius: 5px;}
.spots .weekly-wrapper .week-btn.active { background-color: var(--highlight); color: var(--FormBg); position: relative;}
.spots .weekly-wrapper .week-btn.active::after { content: ""; position: absolute; bottom: -7px; left: 46%; transform: rotate(45deg); border-width: 8px; border-style: solid; border-color: var(--highlight); z-index: 9;}
.location-info .map_block .pac-target-input { padding: 18.5px !important; top: 27px !important; left: 52% !important;}
.location-info .save_continue { float: right;}
.spots .manage-hours .Add-store-block .multi-select-style .css-1p3m7a8-multiValue { border: 1px solid var(--highlight); background: none; color: var(--highlight); padding: 2px 5px;}
.spots .manage-hours .Add-store-block .multi-select-style .css-1p3m7a8-multiValue .css-9jq23d { color: var(--highlight)}

.spots .store .store-panel-left .special-hours-wrp-section { width: 100%;}
.spots .store .store-panel-left .special-hours-wrp-section .special-hours-wrapper { width: 100%; background-color: var(--FormBg); padding-bottom: 25px; position: relative; border-bottom: 1px solid var(--FormBorder); border-top: 1px solid var(--FormBorder);}
.spots .store .store-panel-left .special-hours-wrp-section .active { background-color: #EBE1FF !important;}
.spots .store .store-panel-left .special-hours-wrp-section .special-hours-wrapper .special-hours-header { justify-content: space-between; align-items: center; }
.spots .store .store-panel-left .special-hours-wrp-section .special-hours-wrapper .time-fill-btn { font-size: 13px; width: 100%; border-radius: 0;}
.spots .store .store-panel-left .special-hours-wrp-section .special-hours-wrapper.active::after { content: ""; position: absolute; bottom: 71px; left: 97%; transform: rotate(45deg); border-width: 8px; border-style: solid; border-color: #EBE1FF; z-index: 9;}
.spots .store .store-panel-left .special-hours-wrp-section .special-hours-wrapper .special-hours-header span { font-size: 20px; color: var(--highlight); cursor: pointer;}
.spots .Add-store-block .card .card-body .form-title { white-space: nowrap;}
.spots .weekly-section .tab-pane { display: none;}
.spots .weekly-section .tab-pane.active { display: block;}
.add_hours .modal-dialog {max-width: 1000px;}
.add_hours .modal-content {border: none; border-radius: 6px; background-color: var(--Popbg);}
.add_hours .modal-dialog .modal-content .modal-header { padding: 13px 20px; background-color: var(--PopHeadbg); border-radius: 6px 6px 0 0;}
.add_hours .modal-dialog .modal-content .modal-header .modal-title {font-weight: 600; color: var(--bodyColor); margin-right: 30px}
.add_hours .close-btn {background-color: transparent; top: 10px; right: 20px;}
.add_hours .close-btn span{font-size: 21px; color: var(--bodyColor);}
.add_hours .table-responsive .table{background-color: var(--bodyColor); border-radius: 0 0 8px 8px;}
.working_hours {display: flex; align-items: center; justify-content: space-between; background-color: var(--HourBg);padding: 15px; border-radius: 8px 8px 0 0;}
.working_hours h6{color: var(--PopText); font-size: 15.5px; font-weight: 700; margin-bottom: 0;}
.working_hours p{color: var(--PopText); font-size: 13.5px; font-weight: 500; margin-bottom: 0;}
.add_hours.modal .modal-dialog .modal-content .modal-body .form-group {margin-bottom: 0; border: 1px solid var(--FgBorder); background-color: var(--Fgbg); border-radius: 5px; padding: 4px 13px; height: 48.6px;}
.add_hours.modal .modal-dialog .modal-content .modal-body .form-group .form_label{color: var(--PopHeadbg) !important; font-weight: 500; text-transform: capitalize; font-size: 11.8px;}
.add_hours.modal .modal-dialog .modal-content .modal-body .form-group .form-select{border: none; color: var(--PopTblText) !important; padding: 0; font-weight: 500; background-color: var(--Fgbg);}
.add_hours.modal .modal-dialog .modal-content .modal-body .form-group .form-control{border: none; color: var(--PopTblText) !important; padding: 0; font-weight: 500; height: auto; font-size: 12px; background-color: var(--Fgbg);}
.add_hours.modal .modal-dialog .right {text-align: right; vertical-align: middle;}
.add_hours.modal .modal-dialog .table-responsive td {color: var(--PopText); font-weight: 500; font-size: 13.5px;}
.add_hours.modal .modal-dialog .material-symbols-outlined {color: var(--PopHeadbg) !important; font-size: 20px; font-weight: 500; cursor: pointer;}
.add_hours.modal .modal-dialog .table-responsive th .fill-btn-style {background-color: transparent; color: var(--PopHeadbg); padding: 4px 16px; border-radius: 5px; font-size: 11.6px; font-weight: 500; float: right; height: 30px;}
.add_hours.modal .modal-dialog .table-responsive th .fill-btn-style span {font-size: 16px; margin-right: 7px; font-weight: 600; color: var(--PopHeadbg);}
.add_hours.modal .modal-dialog .table-responsive {margin-bottom: 5px;}
.add_hours.modal .modal-dialog .table-responsive tbody td:last-child { display: flex; justify-content: right; align-items: center;}
.add_hours.modal .modal-dialog .table-responsive td:nth-child(5) { display: flex; justify-content: right; align-items: center; border-bottom: none;}
.add_hours.modal .modal-dialog .table-responsive td span:first-child { margin-right: 10px;}
.spots .manage-hours .Add-store-block .input-group .multi-select-style { border-left: 1px solid var(--FormBorder); border-radius: 5px; padding-left: 10px; padding-right: 10px; }
.add_hours.modal .modal-dialog .table-responsive .set_store_working_row tbody td { padding-top: 20px; padding-bottom: 20px;}
.premium_hours {background-color: var(--bodyColor); border-bottom: 1px solid var(--PhBorder);}
.premium_hours h6{color: var(--PopHeadbg);}
.add_hours .modal-footer {display: flex; align-items: center; justify-content: space-between; padding: 15px 20px; background-color: var(--bodyColor);}
.add_hours .modal-footer .following_days{display: flex; flex-direction: column; margin: 0; padding: 0;}
.add_hours .modal-footer .following_days p{color: var(--FlwText); font-size: 14px; margin-bottom: 10px; font-weight: 500;}
.add_hours .modal-footer .check_buttons{display: flex; align-items: center; flex-wrap: wrap;}
.add_hours .modal-footer .check_button{padding: 6px 28px; background-color: var(--CheckBtn); font-size: 10px; border-radius: 5px; display: flex; align-items: center; justify-content: center; text-transform: uppercase; font-weight: 600; color: var(--PopHeadbg); margin-right: 3px;}
.add_hours .modal-footer .fill-btn-style{margin: 0; border-radius: 8px; padding: 14px 31px; text-transform: uppercase;}
.add_hours .add_hours_title {display: flex; align-items: center;}
.add_hours .max_visitor {display: flex; align-items: center;}
.add_hours .max_visitor .max_visitor_status{padding: 5px 16px; border-radius: 8px; color: var(--MvStatus); border: 1px solid var(--MvStatus); font-size: 13.5px; margin-right: 16px; cursor: pointer;}
.add_hours .table-responsive .table th, .add_hours .table-responsive .table td {padding: .45rem .45rem;}
.add_hours .table-responsive .table th:first-child, .add_hours .table-responsive .table th:last-child, .add_hours .table-responsive .table td:first-child, .add_hours .table-responsive .table td:first-child{padding: .45rem .75rem;}
.admin_header .profile_section { width: auto;}
.spots .store-panel-right .calander-block { overflow-y: auto;}
.spots .store-panel-right .calander-grid { border: 1px solid var(--FormBorder);}
.spots .store-panel-right .calander-grid thead tr:first-child { height: 30px;}
.spots .store-panel-right .calander-grid thead tr:nth-child(2) { height: 50px; border-bottom: 5px solid var(--FormBorder);}
.spots .store-panel-right .calander-grid .day-show { color: var(--highlight); font-size: 13px; font-weight: 600;}
.spots .store-panel-right .calander-grid thead tr,.spots .store-panel-right .calander-grid tbody tr { height: 63px;}
.spots .store-panel-right .calander-grid .time-display { font-size: 14px; font-weight: 500; color: var(--FormTitle);}
.spots .store-panel-right .calander-grid .timming-row { width: 68.4219px; min-width: 68.4219px; max-width: 68.4219px;}
.spots .store-panel-right .calander-grid .timming_slot {width: 100%; font-size: 13px; color: var(--FormTitle); background-color: #EFE9FB; border: none; padding: 10px; font-weight: 600; border-radius: 5px; display: flex; justify-content: space-between; align-items: center;}
.spots .store-panel-right .calander-grid .timming-slot-section { width: 225px;}
.spots .store-panel-right .calander-block::-webkit-scrollbar {width: 0px;}
.spots .store-panel-right .calander-block::-webkit-scrollbar-track {border-radius: 10px;}
.spots .store-panel-right .calander-block::-webkit-scrollbar-thumb {background: rgb(107, 107, 107); border-radius: 10px;}
.spots .store-panel-right .calander-block::-webkit-scrollbar-thumb:hover {background: #4B4B4B;}

.subscription-plan .subscription-wrapper { padding: 20px 15px; height: 100%;}
.subscription-plan .subscription-wrapper .sm-heading { font-size: 18px; color: var(--SemiBlackText); margin-bottom: 0px; font-weight: 600;}
.subscription-plan .subscription-wrapper .premium-heading { color: #E88B09; font-size: 18px; margin-top: 3px;}
.subscription-plan .subscription-wrapper .sm-heading.active { color: var(--highlight);}
.subscription-plan .subscription-wrapper .edit-delete-option { border: 2px solid var(--FormBorder); padding: 7px 10px; border-radius: 3px;}
.subscription-plan .subscription-wrapper .sub-header { align-items: center; justify-content: space-between; }
.subscription-plan .subscription-wrapper .sub-header .edit-icon { font-size: 18px; cursor: pointer; color: var(--BlackText);}
.subscription-plan .subscription-wrapper .sub-header .edit-icon:nth-child(2) { border-left: 1.5px solid var(--FormBorder) ;}
.subscription-plan .subscription-wrapper .card-title { font-size: 25px; padding-top: 10px;}
.subscription-plan .subscription-wrapper .title-s { font-size: 16px; font-weight: normal; color: var(--BlackText);}
.subscription-plan .subscription-wrapper .description { font-size: 13px; margin-top: 1rem; margin-bottom: 0;}
.subscription-plan .subscription-wrapper .sub-section .plan-det { font-size: 13px; margin-top: 20px; display: flex; align-items: center;}
.subscription-plan .subscription-wrapper .plan-det .check-icon { margin-right: 8px; color: var(--highlight); font-weight: 600; font-size: 14px;}
.subscription-plan .subscription-wrapper .sub-section .dasherd { border-top: 2px dashed var(--FormBorder); padding-top: 20px;}
.subscription-plan .subscription-wrapper .basic-btn { color: #212339; border: 2px solid var(--FormBorder); background-color: transparent; padding: 8.7px 24px; text-transform: capitalize; font-size: 12px; border-radius: 10px; font-weight: 600;}
.subscription-plan .subscription-wrapper .basic-btn.current-btn { color: #212339; border: 1px solid #212339; background-color: transparent; padding: 8.7px 24px; text-transform: capitalize; font-size: 12px; border-radius: 10px; font-weight: 600;}
.subscription-plan .subscription-wrapper .basic-btn.active { color: var(--bodyColor); border: none; background-color: var(--highlight);}
.subscription-plan .card-title { font-size: 18px; color: var(--BlackText);}
.subscription-plan .card-desc { font-size: 13px;}
.edit-subscription-plan .input-style-flex { display: flex;}
.edit-subscription-plan .input-style-flex .label-width { width: 20%;}
.edit-subscription-plan .input-style-flex .input-width { width: 80%; border-left: 1px solid var(--FormBorder); border-radius: 5px;}
.edit-subscription-plan .input-style-flex .input-flex { width: 80%; display: flex;}
.edit-subscription-plan .input-style-flex .input-width-1 { width: 50%; border-left: 1px solid var(--FormBorder); border-radius: 5px;}
.edit-subscription-plan .input-style-flex .input-width-2 { width: 50%; border-left: 1px solid var(--FormBorder); margin-left: 10px; border-radius: 5px;}
.input-group .form_label .label-desc { font-size: 10px; font-weight: normal; text-transform: none;}
.premium div { cursor: pointer;}
.upload-zone .add_img_block .thumbnail-cls-icon { top: 1px; right: 331px; }
.input-group .form-select  { padding-left: 10px;}
.orasi-preloader { background-color: transparent;}
.subscription-wrapper .input-group .form-control { border-left: 1px solid var(--FormBorder); border-radius: 5px;}
.subscription-wrapper .input-style-flex { align-items: center; justify-content: center;}
.subscription-wrapper .input-style-flex .label-width { width: 30%;}
.subscription-wrapper .input-style-flex .input-width { width: 70%;}
.subscription-plan .subscription-wrapper .sub-section { overflow-y: auto;}
.registration .plans .select_billing { display: flex; align-items: center; justify-content: space-between; border: 1px solid var(--highlight); padding: 4px; border-radius: 99px; border: 1px solid #E1E1E2; box-shadow: 1px 2px 8px 1px rgba(26, 26, 26, 0.02); }
.registration .plans .select_billing .yearly.active { border: 1px solid var(--highlight); border-radius: 99px; background-color: transparent; font-size: 14px; color:var(--highlight); text-transform: uppercase; padding: 6px 29px; font-weight: 600; }
.registration .plans .select_billing .yearly { position: relative; padding-top: 0px; margin-top: -1px; border: none; font-weight: 600; font-size: 14px; text-transform: uppercase; color: var(--DarkText); padding: 6px 29px; border-radius: 20px; background-color: transparent;}
.registration .plans .select_billing .yearly span { position: absolute; left: 50%; top: 82%; transform: translate(-50%, -50%); font-size: 9px; color: var(--highlight);}
.get_started {max-width: 1250px;}
.get_started .card{box-shadow: none; border-radius: 10px;}
.get_started .card-body{padding: 100px 100px;}
.get_started_block {display: flex;}
.get_started_block .left{width: 70%; border-right: 1px solid  var(--GsBorder); padding: 0 40px 30px 0;}
.get_started_block .right{ width: 30%; }
.get_started_block .welcome_block{display: flex; align-items: start;}
.get_started_block .welcome_block img{width: 250px;}
.get_started_block .welcome_block .Welcome{display: flex; flex-direction: column; align-items: baseline; margin-left: 50px;}
.get_started_block .welcome_block .logo {height: 31px !important; max-height: 31px !important; margin-bottom: 35px; width: initial;}
.get_started_block .Welcome h5 {color: var(--PopHeadbg); font-size: 18px; font-weight: 700; margin-bottom: 15px;}
.get_started_block .Welcome .excited {color: var(--PopTblText); text-align: left; font-size: 12.5px; font-weight: 500; margin-bottom: 45px;}
.get_started_block .Welcome .excited span {font-weight: 600;}
.get_started_block .Welcome .need_assistance {color: var(--PopText); text-align: left; font-weight: 500;}
.get_started_block .Welcome .need_assistance span{font-weight: 600;}
.get_started_block .subscription-txt { float: left; margin-top: 80px; margin-bottom: 0; display: flex; align-items: center; justify-content: center;}
.get_started_block .subscription-txt .plan-txt { font-weight: 600; color: var(--highlight); margin-bottom: 0; background-color: #F7F8FD; padding: 10px; border-radius: 10px;}
.get_started_block .subscription-txt .Rate-Txt { font-weight: 700; padding-left: 10px; padding-right: 10px;}
.get_started_block .subscription-txt .Payment-Status { font-size: 10px; color: #D28314; padding: 5px; background-color: #FAE8CE; border-radius: 5px; font-weight: 500; display: flex; align-items: center; margin-bottom: 0;}
.get_started_block .subscription-txt .Payment-Status span { font-size: 15px; padding-left: 5px;}
.get_started_block .subscription-txt .fill-btn { margin-left: 50px;}
.get_started_block .right-wrapper { width: 100%; margin-left: 35px;}
.get_started_block .right-wrapper .semi-heading { font-size: 20px; font-weight: 700; color: var(--BlackText); text-align: left;}
.get_started_block .right-wrapper .excited { text-align: left;}
.get_started_block .right-wrapper .navigation-section { margin-top: 10px;}
.get_started_block .right-wrapper .navigation-section .navigation-item { display: flex; justify-content: space-between; align-items: center;}
.get_started_block .right-wrapper .navigation-section .navigation-item .navigation-icon { justify-content: left; display: flex; background-color: #EFE9FB; padding: 10px; border-radius: 50%; align-items: center;}
.get_started_block .right-wrapper .navigation-section .navigation-item .navigation-text { width: 77%; justify-content: left; display: flex;}
.get_started_block .right-wrapper .navigation-section .navigation-item .navigation-icon img { width: 28px;}
.get_started_block .right-wrapper .navigation-section .navigation-item .navigation-text .txt { color: var(--DarkText); font-size: 18px; margin: 0; padding: 0; font-weight: 500;}
.get_started_block .right-wrapper .plan-txt { font-size: 12px; font-weight: 600; color: var(--highlight); margin-bottom: 0; margin-top: 30px; text-align: left;}
.get_started_block .right-wrapper .navigation-section .navigation-item .navigation-text .txt { font-size: 15px; font-weight: 600;}
.generate-password-wrapper .label-left { float: left;}
.create-password-instruction { box-shadow: rgba(0, 0, 0, 0.02) 0px 2Px 3px 2px, rgba(27, 31, 35, 0.15) 0px 0; border: 1px solid #e9f0e6;}
.create-password-instruction::after{ content: ""; z-index: 9; position: absolute; bottom: 110px; left: -3%; transform: rotate(134deg); border: 8px solid; border-color: transparent #e9f0e6 #e9f0e6 transparent; border: 1px solid #e9f0e6;}
.Bussiness-Profile .upload-zone .add_img_block .thumbnail-cls-icon { top: -5px; right: -7px;}
.Bussiness-Profile .upload-zone .add_img_block { position: relative;}
.add_hours .modal-footer .check_button { cursor: pointer;}
.add_hours .modal-footer .check_button.active { background-color: var(--highlight); color: var(--bodyColor);}
.edit-store .note { position: absolute; top: 10px; right: 100px; }
.store_section .main_thumb .img-dummy .location-active { z-index: 99; top: 8px; position: absolute; background-color: #199d5e; color: var(--bodyColor); border-radius: 5px; padding: 5px 8px; margin-left: 5px; font-weight: 500; font-size: 11px; cursor: pointer;}
.store_section .main_thumb .img-dummy .location-inactive { z-index: 99; top: 8px; position: absolute; background-color: #FFA500; color: var(--bodyColor); border-radius: 5px; padding: 5px 8px; margin-left: 5px; font-weight: 500; font-size: 11px; cursor: pointer;}
.registration .plans .Plan-select-footer { position: absolute; left: 15px; right: 15px; bottom: 10px;}
.registration .plans .points .check-icons { margin-right: 5px; font-size: 17px;}
.special-hours-popup .modal-dialog .modal-content .special-hours { display: flex; padding: 0;}
.special-hours-popup .modal-dialog .modal-content .special-hours-left { width: 30%; margin-right: 10px; background-color: var(--bodyColor);}
.special-hours-popup .modal-dialog .modal-content .special-hours-right { width: 70%;} 
.special-hours-popup .modal-dialog .modal-content .special-hours-right .premium_hours { padding: 10px 8px;}
.special-hours-popup .modal-dialog .modal-content .special-hours-right .premium_hours h6 { font-size: 13px;}
.special-hours-popup .modal-dialog { max-width: 1300px;}
.special-hours-popup .modal-dialog .modal-content .special-hours-left .calendar-wrapper { position: relative;}
.special-hours-popup .modal-dialog .modal-content .special-hours-left .calendar-wrapper .calendar-img { position: absolute; width: 80%;}
.special-hours-popup .modal-dialog .modal-content .special-hours-right .fill-btn-style { float: right;}
.client_details .client-login-img { width: 326px; position: absolute; right: 0; bottom: 0;}
.create_client .signup-prompt .mx-2 { border: 1px solid var(--highlight); padding: 8px; border-radius: 5px;}
.basic_plan .Plan-select-footer .black_btn { background-color: transparent; color: var(--highlight); border: 1px solid var(--highlight);}
.basic_plan .Plan-select-footer .fill-btn { width: 100%;}
.client-details-section .file_requirements { color: var(--bs-gray-600);}
.client-details-section .errormsg { font-style: normal; font-size: 10px;}
.preferences-tab .col-md-4 .store_block .Range-box-section .form-left-border { border-left: 1px solid var(--FormBorder); border-radius: 5px;}
.preferences-tab .col-md-4 .store_block .Range-box-section .input-group .unit { background: #E4E4EB; padding: 6px 12px; border-radius: 6px; font-size: 10px; color: #555A7B; font-weight: 500; display: flex; align-items: center;}
/* Payment Section */
.payment-wrapper { margin-top: 20px; width: 100%; background-color: var(--bodyColor);}
.payment-wrapper .inner-wrapper { width: 100%; max-width: 926px; margin: 0px auto; text-align: center; display: flex; align-items: flex-start; justify-content: space-between; min-height: calc(100vh - 150px); margin-top: 28px; }
.payment-wrapper .inner-wrapper .billing_address { width: 50%;}
.payment-wrapper .billing_summary { width: 47%; }
.payment-wrapper .card { box-shadow: 0px 2px 6px 0px #00000024; border: none; border-radius: 4px; }
.payment-wrapper h4 { font-size: 13.5px; text-align: left; color: #3B3B3B; margin-bottom: 15px;}
.payment-wrapper .form-group { margin-bottom: 10px;}
.form-group label { font-size: 12px; color: var(--BlackText); float: inline-start;}
.payment-wrapper .form-group .form-control { border: 1px solid var(--FormBorder);}
.form-check .form-check-input { border: 1px solid var(--highlight);}
.payment-wrapper .form-check .form-check-input:checked { background-color: var(--highlight); border: 1px solid var(--highlight); }
.payment-wrapper .billing_summary .card h4 { border-bottom: 2px solid var(--FormBorder); margin-bottom: 0; padding-bottom: 12px; }
.payment-wrapper .billing_summary .total { display: flex; align-items: center; justify-content: space-between; margin-top: 12px; }
.payment-wrapper .billing_summary .total p { color: var(--BlackText); font-size: 13px; font-weight: 600; margin-bottom: 10px; }
.payment-wrapper .billing_summary .payment_method p { margin-bottom: 0; font-size: 12px; font-weight: 500; }
.payment-wrapper .billing_summary .payment_method img { width: 135px;}
.payment-wrapper .bank_security { color: var(--SemiBlackText); font-size: 9.5px; font-weight: normal; margin-top: 20px; text-align: left; display: flex; align-items: center;}
.payment-wrapper .bank_security span { color: var(--highlight); border: 1px solid var(--highlight); border-radius: 100%; padding: 4px; margin-right: 6px; font-size: 12px; }
/* input new style */
.input_group_wrapper .input_group { position: relative;}
.input_group_wrapper .input_group .form-control { border: 1px solid var(--FormBorder); padding: 8.2px; color: var(--BlackText); background-color: var(--FormBg); padding-left: 42px;}
.input_group_wrapper .input_group .icon_wrapper .material-symbols-outlined { color: var(--FormIcon); font-weight: normal; font-size: 20.5px; position: absolute; top: 9px; left: 10px;}
/* input new style */
.input_group_wrapper .input_group .lock-style { position: absolute; right: 16px; top: 7px; color: var(--FormIcon); font-weight: normal; font-size: 20.5px; cursor: pointer;}
.input_group_wrapper .input_group .padding-right { padding-right: 42px;}
.client-details-section .input-group .input-group-text { border-right: none;}
.edit-store .right-section .border-style { border-left: 1px solid var(--FormBorder); border-radius: 5px; padding-left: 10px;}
.Bussiness-Profile .input-group .map-style .pac-target-input { width: 93% !important; left: 53% !important; border-left: none !important; }
/* Scan Page */
.scan-page .left-number .card-title { font-size: 30px;}
.scan-page .left-number .desc-text { font-size: 13px; margin-bottom: 0; font-weight: 600;}
.scan-page .page-center { width: 100%; display: flex; align-items: center; justify-content: center;}
.scan-page .page-center .video-wrapper { width: 400px; text-align: center; display: inline-block; align-items: center;}
.scan-page .page-center .video-wrapper .text-style .sm-heading { font-size: 18px; font-weight: 600; margin: 0;}
.scan-page .page-center .video-wrapper .text-style .desc-text { font-size: 13px;}
.scan-page .page-center .video-wrapper .text-style { text-align: left; margin-right: 50px;}
.scan-page .page-center .video-wrapper .card-title { font-size: 40px;}
.scan-page .page-center .video-wrapper .video-section { background-color: #000; height: 250px; width: 362px; border-radius: 3px;}
input[type=checkbox] { accent-color: var(--highlight); zoom: 1.2;}
.notifications .border-style { border-left: 1px solid var(--FormBorder); border-radius: 5px;}
.notifications .border-style:focus { border-left: 1px solid var(--FormBorder);}
.notifications .file_requirements p { font-size: 10px;}
.notifications .upload-zone { align-items: center;}
.header-logo-section .edit-wrapper .card-title { font-size: 13px;}

.profile_section .notification-section .show.header-item { background-color: transparent;}
.profile_section .notification-section .notification-wrapper::after { content: ""; z-index: 9; position: absolute; top: -6px; left: 86%;transform: rotate(220deg); box-shadow: 1px 1px 0px var(--bodyColor); border: 8px solid; border-color: transparent #fff #fff transparent;}
.profile_section .notification-section .notification-item .right-section { padding: 0px; display: flex; justify-content: space-between; align-items: center; }
.profile_section .notification-section .notification-item { padding: 10px; cursor: pointer;}
.profile_section .notification-section .notification-item:hover { background-color: var(--FormBg);}
.profile_section .notification-section .notification-wrapper .dropdown-header { padding: 10px 0px; font-size: 15px;}
.scan-page .right-icons img { height: 59px;}
.scan-page .scan-card-container { text-align: center;}
.scan-page .scan-card-container .body-part .material-symbols-outlined { font-size: 45px;}
.scan-page .scan-card-container .body-part .day-time-date { font-weight: 500; font-size: 10px; padding: 0; margin: 0; color: var(--bs-heading-color);}
.scan-page .scan-card-container .body-part .day-time-date-txt { font-size: 18px; font-weight: 600; margin: 0; color: var(--bs-heading-color);}
.scan-page .scan-card-container .header-part {padding: 10px; display: flex; justify-content: space-between; align-items: center; border-bottom: 2px dashed var(--FormBorder); padding-bottom: 15px; margin-bottom: 15px;}
.scan-page .scan-card-container .header-part .text-part .s-heading { font-size: 18px; font-weight: 600; margin: 0; color: var(--bs-heading-color);}  
.scan-page .scan-card-container .header-part .text-part { text-align: left; margin-left: 10px;}
.scan-page .scan-card-container .header-part .text-part .text-muted { margin: 0;}
.scan-page .scan-card-container { width: 300px; max-width: 350px; margin: 0 auto; border: 1.5px solid var(--FormBorder); padding: 10px 0px 10px 0px; }
.scan-page .full-height-card { min-height: calc(100vh - 270px); }
.scan-page .scan-top-card { height: 119px; min-height: 119px;}

.scan-page .scan-card-success { text-align: center; width: 300px; max-width: 350px; margin: 0 auto; border: 1.5px solid var(--FormBorder); padding: 0px 0px 10px 0px; }
.scan-page .scan-card-success .header-part { background-color: #00C89D; padding: 20px 0px 20px 0px; }
.scan-page .scan-card-success .header-part .s-heading { font-size: 18px; font-weight: 700; margin: 0; color: var(--bodyColor);}
.scan-page .scan-card-success .header-part .material-symbols-outlined { color: var(--bodyColor);}
.scan-page .scan-card-success .body-part { display: inline-block; align-items: center; justify-content: center; margin: 50px 0px 50px 0px;}
.scan-page .scan-card-success .body-part .material-symbols-outlined { font-size: 30px;}
.scan-page .scan-card-success .body-part .party-txt { font-size: 25px; color: var(--SemiBlackText); font-weight: 600;}
.scan-page .scan-card-success .body-part .party-txt span { margin-left: 20px; color: var(--BlackText);}
.scan-page .scan-card-success .body-part .checkout-txt { margin: 0; font-size: 18px; color: var(--SemiBlackText);}

.notification-view .notification-item { display: flex; padding: 10px 15px; border-radius: 5px; cursor: pointer; box-shadow: none; border: 1px solid var(--FormBorder);}
.notification-view .notification-item .top-heading { display: flex; justify-content: space-between; padding: 0;}
.notification-view .unread { background-color: #f7f9fd;}
/* New Modal Popup Style */
.new-set-modal .modal-dialog { max-width: 500px !important; position: absolute; transform: translate(-50%, -50%) !important; left: 50%; top: 50%; width: 450px; margin: 0;}
.new-set-modal .modal-dialog .modal-header { margin: 5px;}
.new-set-modal .modal-dialog .modal-header .close-btn { background-color: transparent; color: var(--BlackText);}
.new-set-modal .modal-dialog .modal-header .close-btn span { font-size: 20px;}
.new-set-modal .modal-dialog .modal-body { padding-top: 0px !important;}
.new-set-modal .modal-dialog .modal-body .modal-sm-heading { font-size: 24px; color: #4F378A; font-weight: bold;}
.new-set-modal .modal-dialog .modal-body .modal-text { color: #5C6188; margin: 0; font-size: 16px; text-align: center; font-weight: 500;}

.payment-wrapper .inner-wrapper .billing_address .errormsg { float: left;}
.payment-wrapper .inner-wrapper .billing_address .border-style { border-left: 1px solid var(--FormBorder); border-radius: 5px; padding-left: 10px;}
.add-notification-page-style .border-style { border-left: 1px solid var(--FormBorder) !important; padding-left: 10px;}

.profile_section .premium .upgrade-text { background-color: transparent;}
.loading-icon { width: 15px !important;}
.preferences-tab .col-md-4 .store_block .range-section .range-style { width:80%; height:4px; accent-color: var(--highlight)} 
.preferences-tab .col-md-4 .store_block .range-section .range-input-style { border: 1px solid var(--highlight); border-radius: 5px; color: var(--MenuText); padding-left: 10px; font-size: 13px;}

.theme-modal-wrapper .modal-header{ background-color: var(--bodyColor); color: var(--BlackText); border: none;}
.theme-modal-wrapper .modal-dialog { margin: 0px; border: none; width:1013px; left: 325px; top: 2%;}
.theme-modal-wrapper .modal-content .modal-header .modal-title { color: var(--BlackText) !important;}
.theme-modal-wrapper .modal-content .modal-body { padding: 10px 20px ;}
.theme-modal-wrapper .theme-scroll-container { overflow-x: auto; gap: 37px; scroll-behavior: smooth; flex-wrap: nowrap; }
.theme-modal-wrapper .modal-content .modal-body .theme-card { width: 100%; height: 408px; padding: 0px; border: none; border-radius: 8px; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); }
.theme-modal-wrapper .modal-content .modal-body .theme-card.active { box-shadow: 0 4px 6px #5D1DD5; border: 1px solid #5D1DD5; }
.theme-modal-wrapper .modal-content .modal-body .theme-card .theme-img { width: 100%; height: auto;}
.theme-modal-wrapper .theme-scroll-container::-webkit-scrollbar { height: 5px; }
.theme-modal-wrapper .theme-scroll-container::-webkit-scrollbar-track { background: #f0f0f0; border-radius: 10px; }
.theme-modal-wrapper .theme-scroll-container::-webkit-scrollbar-thumb { background: #aaa;  border-radius: 10px; }
.theme-modal-wrapper .theme-scroll-container::-webkit-scrollbar-thumb:hover { background: #888; }

.user-management .sc-fkSzgi { border: 0.5px solid #CCD8F6; }

/* Dashboard */
.Dashboard-wrapper .multi-select-style { border: 1px solid var(--FormBorder); border-radius: 5px; padding-left: 10px; padding-right: 10px;}
.Dashboard-wrapper .compare-btn { padding: 5px 10px; color: var(--highlight); border: 1px solid var(--highlight); display: flex; align-items: center; font-size: 15px; background-color: #EFE9FB;}
.Dashboard-wrapper .compare-btn span { font-size: 18px; margin-right: 5px;}
.Dashboard-wrapper .btn-group .btn-style { background-color: #EFE9FB; border: 1px solid #fff; color: var(--highlight);}
.Dashboard-wrapper .btn-group .btn-style.active { background-color: var(--highlight); color: #fff;}
.Dashboard-wrapper .card-stat-wrapper .stat-card { border: 1px solid var(--FormBorder); border-radius: 5px; padding: 20px; cursor: pointer;}
.Dashboard-wrapper .card-stat-wrapper .stat-card .value-color-placeholder { border-radius: 3px; border: none; width: 20px; height: 20px;}
.Dashboard-wrapper .card-stat-wrapper .stat-card .value-color-placeholder.total-color { background-color: #ECF0FA;}
.Dashboard-wrapper .card-stat-wrapper .stat-card .value-color-placeholder.active-color { background-color: #EC88DA;}
.Dashboard-wrapper .card-stat-wrapper .stat-card .value-color-placeholder.completed-color { background-color: #A988EC;}
.Dashboard-wrapper .card-stat-wrapper .stat-card .value-color-placeholder.cancelled-color { background-color: #86CCFF;}
.Dashboard-wrapper .card-stat-wrapper .stat-card .value-color-placeholder.expired-color { background-color: #FDD873;}
.Dashboard-wrapper .card-stat-wrapper .stat-card .value-txt-Style { font-size: 14px; font-weight: bold; color: var(--NavlinkText); }
.Dashboard-wrapper .compare-btn { padding: 5px 10px; color: var(--highlight); border: 1px solid var(--highlight); display: flex; align-items: center; font-size: 15px; background-color: #EFE9FB;}
.Dashboard-wrapper .compare-btn:focus,.Dashboard-wrapper .compare-btn:focus-visible { outline: none; -webkit-appearance: none; }
.Dashboard-wrapper .compare-btn:hover { padding: 5px 10px; color: var(--highlight); border: 1px solid var(--highlight); display: flex; align-items: center; font-size: 15px; background-color: #EFE9FB;}
.Dashboard-wrapper .date-selecting-wrapper { background-color: #EFE9FB; border-radius: 5px; cursor: pointer; color: var(--highlight); display: flex; align-items: center;}
.Dashboard-wrapper .date-selecting-wrapper .left-btn { border: none; background-color: transparent; color: var(--highlight); display: flex;}
.Dashboard-wrapper .date-selecting-wrapper .right-btn { border: none; background-color: transparent; color: var(--highlight); display: flex;}
.Dashboard-wrapper .btn-group { border-radius: 5px;}

.add-notification-page-style .upload-zone .add_img_block .thumbnail-cls-icon { top: -3px; right: -7px;}
.add-notification-page-style .upload-zone .add_img_block { position: relative;}
.add-notification-page-style .upload-zone .add_img_block #activeImg { width: 70px;}
.add-notification-page-style .upload-zone .add_img_block .thumbnail-cls-icon { font-size: 10px;}

.client-users .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell .d-flex .action-button.text-danger { border-radius: 0px;}
.client-users .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell .d-flex .action-button.text-danger.pe-none { border-radius: 0px 5px 5px 0px;}
.client-users .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1), .client-users .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(1) { min-width: 20%; }
.client-users .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2), .client-users .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(2) { min-width: 16%; }
.client-users .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3), .client-users .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(3) { min-width: 24%; }
.client-users .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4), .client-users .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(4) { min-width: 14%; }
.client-users .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(5), .client-users .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(5) { min-width: 17%; }
.client-users .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(6), .client-users .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(6) { min-width: 8.5%; }
.profile .form-wrapper .create-password-instruction { position: absolute; left: 738px; width: 60%; }
.profile .form-wrapper { position: relative;}
.profile .form-wrapper .terms-block input[type=checkbox]:checked:before { background-color: transparent; }

.compare-modal .modal-header{ background-color: var(--highlight); color: var(--bodyColor);}
.compare-modal .modal-dialog { margin: 0px; border: none; width: 380px; left: 573px; top: -6%; display: flex; align-items: center; justify-content: center;}
.compare-modal .modal-content { border: none;}
.compare-modal .modal-dialog .modal-content .modal-header .btn-close { color: #fff !important; right: 7% !important; top: 6% !important; background-color: transparent; border: none; opacity: 1; filter: invert(1); }
.compare-modal .modal-dialog .modal-content .modal-body { display: flex; align-items: center; justify-content: center; padding-bottom: 0;}
.compare-modal .modal-content .modal-header .modal-title { color: #ffff !important;}
.compare-modal .compare-body .btn-group { border-radius: 5px;}
.compare-modal .compare-body .btn-group .btn-style { background-color: #EFE9FB; border: 1px solid #fff; color: var(--highlight); }
.compare-modal .compare-body .btn-group .btn-style.active { background-color: var(--highlight); color: #fff; }   
.compare-modal .compare-body .date-input { display: flex; flex-direction: column; gap: 0.5rem; margin: 1rem 0; }
.compare-modal .compare-body .to-text { margin: 0; text-align: center; color: var(--highlight); font-weight: 500; }
.compare-modal .compare-body .date-input .custom-date { border: 1px solid var(--FormBorder); border-radius: 5px; appearance: none; -webkit-appearance: none; border-top-right-radius: 5px !important; border-bottom-right-radius: 5px !important; font-size: 12px;}
.compare-modal .compare-body .date-input .custom-date-wrapper .react-datepicker-wrapper { width: 100%;}
.compare-modal .compare-body .date-input .custom-date-wrapper .react-datepicker-wrapper .custom-date { text-align: center; cursor: pointer; font-size: 16px; color: var(--SemiBlackText);}
.compare-modal .compare-body .date-input .custom-date-wrapper  .react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range, .compare-modal .compare-body .date-input .custom-date-wrapper .react-datepicker__month-text--selected, .react-datepicker__month-text--in-selecting-range, .react-datepicker__month-text--in-range, .react-datepicker__quarter-text--selected, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__quarter-text--in-range, .react-datepicker__year-text--selected, .react-datepicker__year-text--in-selecting-range, .react-datepicker__year-text--in-range { background-color: var(--highlight); color: #fff;}

.vertical-menu #sidebar-menu { padding-right: 10px; padding-left: 10px;}
.metismenu li { border-radius: 10px;}

.admin-dashboard-wrapper .dashboard-box { border: 1px solid #D9E2FA; border-radius: 5px;}
.admin-dashboard-wrapper .features-box .feu-txt-18 { font-size: 13px; margin-bottom: 10px; font-weight: 500;}
.admin-dashboard-wrapper .features-box .feu-txt-20 { font-size: 16px; font-weight: 600;}
.admin-dashboard-wrapper .features-box .feu-icon-section { height: 3rem; width: 3rem; background-color: #ffddf9; border-radius: 50%; align-items: center; justify-content: center; display: flex; color: #FF00D0;}
.admin-dashboard-wrapper .features-box .location-icon { background-color: #ffeed6; color: #FF9100;}
.admin-dashboard-wrapper .features-box .visitor-icon { background-color: #c9e8ff; color: #5501FF;}
.admin-dashboard-wrapper .features-box .t-revenue  { background-color: #e6daff; color: #0094FF;}
.admin-dashboard-wrapper .transaction-wrapper .sm-heading { font-size: 16px; color: var(--SemiBlackText); font-weight: 600; margin-bottom: 0;}
.admin-dashboard-wrapper .view-btn { color: var(--highlight); margin: 0; border: 1px solid var(--highlight); padding: 5px 10px; font-size: 10px; border-radius: 5px; cursor: pointer;}
.admin-dashboard-wrapper .clients-table .sm-heading { font-size: 16px; color: var(--SemiBlackText); font-weight: 600; margin-bottom: 0;}
.admin-dashboard-wrapper .clients-table .view-btn { color: var(--highlight); margin: 0; border: 1px solid var(--highlight); padding: 5px 10px; font-size: 10px; border-radius: 5px; cursor: pointer;}

.admin-dashboard-wrapper .transaction-wrapper .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1), .admin-dashboard-wrapper .transaction-wrapper .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(1) { min-width: 50%;}
.admin-dashboard-wrapper .transaction-wrapper .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2), .admin-dashboard-wrapper .transaction-wrapper .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(2) { min-width: 25%;}
.admin-dashboard-wrapper .transaction-wrapper .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3), .admin-dashboard-wrapper .transaction-wrapper .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(3) { min-width: 25%;}

.admin-dashboard-wrapper .clients-table .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1), .admin-dashboard-wrapper .clients-table .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(1) { min-width: 40%;}
.admin-dashboard-wrapper .clients-table .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2), .admin-dashboard-wrapper .clients-table .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(2) { min-width: 20%; text-align: center !important; justify-content:center !important;}
.admin-dashboard-wrapper .clients-table .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3), .admin-dashboard-wrapper .clients-table .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(3) { min-width: 20%; text-align: center !important; justify-content:center !important;}
.admin-dashboard-wrapper .clients-table .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4), .admin-dashboard-wrapper .clients-table .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(4) { min-width: 20%;}
.admin-dashboard-wrapper .clients-table .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(4) .stroke-btn-style { font-size: 8px; padding: 8px 10px; border-radius: 3px;}

.admin-dashboard-wrapper .revenue-chart .date-wrapper { display: grid; justify-content: end;}
.admin-dashboard-wrapper .revenue-chart .commision-badge { width: 14px; height: 14px; display: inline-block; border-radius: 3px; background-color: rgb(167, 139, 250);}
.admin-dashboard-wrapper .revenue-chart .subscription-badge { width: 14px; height: 14px; display: inline-block; border-radius: 3px; background-color: rgb(232, 142, 224);}
.admin-dashboard-wrapper .date-selecting-wrapper { font-size: 10px;} 
.admin-dashboard-wrapper .date-selecting-wrapper .left-btn span { font-size: 13px;}
.admin-dashboard-wrapper .date-selecting-wrapper .right-btn span { font-size: 13px;}
/* .admin-dashboard-wrapper .transaction-section { height: 382px; max-height: 400px; } */

.location-info .right-section .upload_images { display: flex; flex-wrap: wrap; gap: 10px; align-items: flex-start;}
.forgot-style { cursor: pointer;}
.nav-tabs-custom .nav-item .nav-link { cursor: pointer;}

.transaction-page .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1), .transaction-page .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(1) { min-width: 25%; }
.transaction-page .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2), .transaction-page .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(2) { min-width: 10%; }
.transaction-page .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3), .transaction-page .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(3) { min-width: 10%; }
.transaction-page .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4), .transaction-page .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(4) { min-width: 20%; }
.transaction-page .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(5), .transaction-page .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(5) { min-width: 8%; }
.transaction-page .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(6), .transaction-page .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(6) { min-width: 9%; }
.transaction-page .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(7), .transaction-page .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(7) { min-width: 9%; }
.transaction-page .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(8), .transaction-page .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(8) { min-width: 9%; }

.user-management .add-category-page-style .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1), .user-management .add-category-page-style .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(1) { min-width: 45%; }
.user-management .add-category-page-style .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2), .user-management .add-category-page-style .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(2) { min-width: 15%;  }
.user-management .add-category-page-style .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3), .user-management .add-category-page-style .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(3) { min-width: 17%; }
.user-management .add-category-page-style .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4), .user-management .add-category-page-style .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(4) { min-width: 15%; }
.user-management .add-category-page-style .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(5), .user-management .add-category-page-style .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(5) { min-width: 8%; }
.add-category-page-style .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell img { width: 30px; height: 30px; object-fit: contain;}

.spotsaver-login-toast .toast-header { padding: 5px; border-radius: 1px; padding-right: 0 !important;}

.notifications-page .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1), .notifications-page .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(1) { min-width: 45%; }
.notifications-page .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2), .notifications-page .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(2) { min-width: 25%; }
.notifications-page .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3), .notifications-page .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(3) { min-width: 15%; }
.notifications-page .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4), .notifications-page .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(4) { min-width: 15%; justify-content: end; }

.ancor-btn-style:hover { color: var(--bodyColor);}
.profile_section .notification-section .notification-item .text-truncate-para { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: block; max-width: 300px;}

.profile_section .notification-section .notification-item .text-truncate-para { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: block; max-width: 300px;}
.alerts-page .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1), .alerts-page .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(1) { min-width: 35%; }
.alerts-page .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2), .alerts-page .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(2) { min-width: 15%; }
.alerts-page .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3), .alerts-page .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(3) { min-width: 25%; }
.alerts-page .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4), .alerts-page .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(4) { min-width: 15%; }
.alerts-page .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(5), .alerts-page .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(5) { min-width: 10%; justify-content: end; }

.dashboard-btn { background-color: #FAFAFA; position: relative; padding-left: 20px !important;}
.dashboard-icon { position: absolute; font-size: 14px; left: 8%;}

.transaction-page-table .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1), .transaction-page-table .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(1) { min-width: 45%;}
.transaction-page-table .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2), .transaction-page-table .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(2) { min-width: 15%;}
.transaction-page-table .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3), .transaction-page-table .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(3) { min-width: 15%;}
.transaction-page-table .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4), .transaction-page-table .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(4) { min-width: 10%;}
.transaction-page-table .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(5), .transaction-page-table .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(5) { min-width: 15%; justify-content: end;}

.clients .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1), .clients .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(1) { min-width: 13% !important; }
.clients .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2), .clients .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(2) { min-width: 11% !important; }
.clients .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3), .clients .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(3) { min-width: 10% !important; }
.clients .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4), .clients .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(4) { min-width: 13% !important; }
.clients .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(5), .clients .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(5) { min-width: 15% !important; }
.clients .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(6), .clients .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(6) { min-width: 10% !important; }
.clients .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(7), .clients .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(7) { min-width: 10% !important; }
.clients .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(8), .clients .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(8) { min-width: 10% !important; }
.clients .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(9), .clients .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(9) { min-width: 8% !important; }

.profile_section .notification-section .notification-wrapper { overflow-y: scroll; max-height: 377px;}
.profile_section .notification-section .notification-wrapper::-webkit-scrollbar {width: 2px;}
.profile_section .notification-section .notification-wrapper::-webkit-scrollbar-track {border-radius: 10px;}
.profile_section .notification-section .notification-wrapper::-webkit-scrollbar-thumb {background: rgb(207, 207, 207); border-radius: 10px;}
.profile_section .notification-section .notification-wrapper::-webkit-scrollbar-thumb:hover {background: #a9a9a9;}

.admin-dashboard-wrapper .features-box .feu-txt-10 { font-size: 10px;}

.Dashboard-page .statistics-table .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1), .Dashboard-page .statistics-table .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(1) { min-width: 25% !important;}
.Dashboard-page .statistics-table .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2), .Dashboard-page .statistics-table .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(2) { min-width: 15% !important; text-align: center !important; justify-content:center !important;}
.Dashboard-page .statistics-table .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3), .Dashboard-page .statistics-table .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(3) { min-width: 15% !important; text-align: center !important; justify-content:center !important;}
.Dashboard-page .statistics-table .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4), .Dashboard-page .statistics-table .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(4) { min-width: 15% !important; text-align: center !important; justify-content:center !important;}
.Dashboard-page .statistics-table .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(5), .Dashboard-page .statistics-table .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(5) { min-width: 15% !important; text-align: center !important; justify-content:center !important;}
.Dashboard-page .statistics-table .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(6), .Dashboard-page .statistics-table .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(6) { min-width: 15% !important; text-align: center !important; justify-content:center !important;}

.Dashboard-page .count-table .total-color { background-color: #ECF0FA; border-radius: 3px; border: none; width: 10px; height: 10px; margin-left: 5px;}
.Dashboard-page .count-table .active-color { background-color: #EC88DA; border-radius: 3px; border: none; width: 10px; height: 10px; margin-left: 5px;}
.Dashboard-page .count-table .completed-color { background-color: #A988EC; border-radius: 3px; border: none; width: 10px; height: 10px; margin-left: 5px;}
.Dashboard-page .count-table .walk-color { background-color: #ECF0FA; border-radius: 3px; border: none; width: 10px; height: 10px; margin-left: 5px;}
.Dashboard-page .count-table .canceled-color { background-color: #86CCFF; border-radius: 3px; border: none; width: 10px; height: 10px; margin-left: 5px;}
.Dashboard-page .count-table .expired-color { background-color: #FDD873; border-radius: 3px; border: none; width: 10px; height: 10px; margin-left: 5px;}

.Dashboard-page .count-table .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1), .Dashboard-page .count-table .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(1) { min-width: 17% !important; text-align: center !important; justify-content:center !important;}
.Dashboard-page .count-table .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1), .Dashboard-page .count-table .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(1) { min-width: 17% !important; text-align: center !important; justify-content:center !important;}
.Dashboard-page .count-table .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1), .Dashboard-page .count-table .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(1) { min-width: 17% !important; text-align: center !important; justify-content:center !important;}
.Dashboard-page .count-table .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1), .Dashboard-page .count-table .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(1) { min-width: 17% !important; text-align: center !important; justify-content:center !important;}
.Dashboard-page .count-table .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1), .Dashboard-page .count-table .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(1) { min-width: 17% !important; text-align: center !important; justify-content:center !important;}
.Dashboard-page .count-table .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1), .Dashboard-page .count-table .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(1) { min-width: 15% !important; text-align: center !important; justify-content:center !important;}

.react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range, .react-datepicker__month-text--selected, .react-datepicker__month-text--in-selecting-range, .react-datepicker__month-text--in-range, .react-datepicker__quarter-text--selected, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__quarter-text--in-range, .react-datepicker__year-text--selected, .react-datepicker__year-text--in-selecting-range, .react-datepicker__year-text--in-range { background-color: var(--highlight) !important; color: var(--FormBg);}

.visitor-app-page .landing-wrapper .screen-showing { width: 200px; height: 450px; border-radius: 10px; overflow: hidden; box-shadow: 0 0 15px rgba(0,0,0,0.1); }
.visitor-app-page .landing-wrapper .screen-showing img { width: 100%; height: 100%; object-fit: cover; }
.visitor-app-page .landing-wrapper .input-field { position: relative;}
.visitor-app-page .landing-wrapper .input-field .error-text { position: absolute; bottom: -20px; right: 0; font-size: 10px; color: #EE8291 }

.Dashboard-page .select-period-wrapper .select-period-list { display: flex; align-items: center; background-color: #fff; border: 1px solid var(--FormBorder); padding: 15px 20px; border-radius: 3px; justify-content: space-between; width: 100%;}
.Dashboard-page .select-period-wrapper .select-period-list .left-list { width: 50%;}
.Dashboard-page .select-period-wrapper .select-period-list .right-list { width: 50%;}
.Dashboard-page .select-period-wrapper .select-period-list .right-list .progress { width: 100%; background-color: #def1ff; height: 15px; border-radius: 10px;}
.Dashboard-page .select-period-wrapper .select-period-list .right-list .progress .progress-bar { background-color: #86CCFF; font-size: 7px; height: 15px; align-items: center; border-radius: 10px;}
.Dashboard-page .select-period-wrapper .select-period-list .icon-bg { height: 1.6rem; width: 1.6rem; background-color: #EFE9FB; border-radius: 50%; align-items: center; justify-content: center; display: flex; color: var(--highlight); font-size: 18px;}

.visitor-app-page .landing-wrapper .upload-zone .upload-icon .add_img_block { position: relative;}
.visitor-app-page .landing-wrapper .upload-zone .add_img_block .thumbnail-cls-icon  { top: -4px; right: -4px;}
.visitor-app-page .landing-wrapper .upload-zone .add_img_block #activeImg { width: 100px;}

.visitor-app-page .theme-table .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1), .visitor-app-page .theme-table .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(1) { min-width: 35% !important;}
.visitor-app-page .theme-table .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2), .visitor-app-page .theme-table .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(2) { min-width: 15% !important;}
.visitor-app-page .theme-table .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3), .visitor-app-page .theme-table .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(3) { min-width: 15% !important;}
.visitor-app-page .theme-table .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4), .visitor-app-page .theme-table .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(4) { min-width: 15% !important;}
.visitor-app-page .theme-table .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(5), .visitor-app-page .theme-table .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(5) { min-width: 10% !important;}
.visitor-app-page .theme-table .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(6), .visitor-app-page .theme-table .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(6) { min-width: 10% !important; justify-content: end;}

.client-details-section .upload-zone .add_img_block img { width: 100px;}
/* Updated on 04:30 PM 09 July 25 by ADI */

/* RESPONSIVE CSS */
/* mobile resolution */
@media (min-width:300px) and (max-width:480px) { 
  .select_plan .text p { text-align: left;}
  .plans .col-md-4 { margin-bottom: 10px;}
  .input_group_wrapper .input_group .form-control { margin-bottom: 20px;}
  .client_details .client-login-img { display: none;}
  .upload-zone .add_img_block .thumbnail-cls-icon { right: 260px;}
  .registration .logo_section { margin-bottom: 20px; }
  .registration .card .card-body .plans { overflow-x: auto; flex-wrap: nowrap;}
  .select_plan .icon { width: 100px;}
  .signin-wrapper { padding-right: 15px; padding-left: 15px; width: 95%; margin: 25px auto;}
  .signin-body { flex-direction: column; min-height: calc(100vh - 213px);}
  .signin-body .signin-graphic { display: none;}
  .signin-body .signin-section { width: 100%; padding: 20px;}
  .outline_btn { padding: 8.7px 20.5px; font-size: 10px;}
  .fill-btn { padding: 8.7px 20.5px; font-size: 10px; }
  .profile_section .header-logo-section { position: relative;}
  .profile_section .header-logo-section .edit-wrapper { display: none; } 
  .profile_section .header-logo-section .edit-icon { padding: 2px; font-size: 6px; }
  /* .profile_section .header-logo-section .logo-label {position: absolute;right: 13px;bottom: 12px;} */
  .profile_section .premium .upgrade-text { display: none; }
  .profile_section .premium div span { margin-left: 0px;}
  #page-topbar .navbar-header { overflow-y: hidden; overflow-x: auto;}
  .edit-store .preference-top-section { flex-wrap: nowrap; overflow-x: auto;}
  .locations-page .page-content .container-fluid .table-data .edit-store .nav-tabs-custom { padding: 10px 20px; flex-wrap: nowrap; overflow-x: auto;}
  .locations-page .page-content .container-fluid .table-data .edit-store .note { top: -29px; right: 107px; font-size: 6px; margin-top: 5px;}
  .edit-store .preference-bottom-section { flex-wrap: nowrap; overflow-x: auto; }
  .preference-bottom-section .col-md-4 .plan-page .range-section .range-style { width: 92px;}
  .locations-page .page-content .container-fluid .table-data .edit-store { padding: 0px;}
  .locations-page .page-content .container-fluid .table-data .edit-store .tab-content { padding: 0px;}
  .nav-tabs .nav-item .nav-link { padding: 14px 17px ;}
}

/* Small Tab resolution */
@media (min-width:481px) and (max-width:767px) {
  
 }

/* Tab resolution */
@media (min-width:768px) and (max-width:1024px) {
  .signin-wrapper { padding-right: 15px; padding-left: 15px;}
  .registration .plans .select_billing .yearly.active { padding: 6px 15px; font-size: 12px; }
  .registration .plans .select_billing .yearly { padding: 6px 15px; font-size: 12px; }
  .registration .plans .select_billing .yearly span { font-size: 7px;}
  .registration .logo_section { margin-bottom: 23px;}
  .upload-zone .add_img_block .thumbnail-cls-icon { top: 3px; right: 226px; }

  .signin-body .signin-graphic { width: 100%;}
  .signin-body .signin-section { width: 100%; padding: 20px;}
  .outline_btn { padding: 8.7px 20.5px; font-size: 10px;}
  .fill-btn { padding: 8.7px 20.5px; font-size: 10px; }

  .locations-page .page-content .container-fluid .table-data .edit-store .note { top: -40px; right: 7px;}
  .locations-page .page-content .container-fluid .table-data .edit-store { padding: 0px;}
  .locations-page .page-content .container-fluid .table-data .edit-store .tab-content { padding: 0px;}
  .locations-page .page-content .container-fluid .table-data .edit-store .nav-tabs-custom { padding: 10px 20px;}
  .edit-store .preference-bottom-section { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 1rem; }
  .edit-store .preference-bottom-section .col-md-4 { flex: 0 0 50%; max-width: 50%; }
}

/* Desktop resolution */
@media (min-width:1000px) and (max-width:1300px) { 

}

/* 1920 resolution */
@media (min-width: 1600px) { 
.create-password-instruction {right: 2.5% !important;}
.admin-dashboard-wrapper .clients-table .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1), .admin-dashboard-wrapper .clients-table .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(1) { min-width: 39%; }
.admin-dashboard-wrapper .clients-table .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2), .admin-dashboard-wrapper .clients-table .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(2) { min-width: 22%; }
.admin-dashboard-wrapper .clients-table .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3), .admin-dashboard-wrapper .clients-table .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(3) { min-width: 21%; }
.admin-dashboard-wrapper .clients-table .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4), .admin-dashboard-wrapper .clients-table .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(4) { min-width: 18% !important; }

}

/* 1366 resolution */
@media (min-width:1200px) and (max-width:1367px) {
.edit-store .note { right: 12px; font-size: 9px;}
.spots .weekly-wrapper .week-btn { padding: 10px 20px; margin-right: 5px; font-size: 12px;}
.spots .weekly-wrapper .week-btn.active::after { bottom: -5px; left: 44%;}
.registration .plans .select_billing .yearly { font-size: 10px; }
.registration .plans .select_billing .yearly.active  { font-size: 10px; padding: 6px 30px;}
.profile .form-wrapper .create-password-instruction { left: 644px; top: 30%; }

.admin-dashboard-wrapper .clients-table .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1), .admin-dashboard-wrapper .clients-table .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(1) { min-width: 45% !important;}
.admin-dashboard-wrapper .clients-table .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2), .admin-dashboard-wrapper .clients-table .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(2) { min-width: 18% !important; text-align: center !important; justify-content:center !important;}
.admin-dashboard-wrapper .clients-table .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3), .admin-dashboard-wrapper .clients-table .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(3) { min-width: 15% !important; text-align: center !important; justify-content:center !important;}
.admin-dashboard-wrapper .clients-table .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4), .admin-dashboard-wrapper .clients-table .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(4) { min-width: 22% !important;}
.admin-dashboard-wrapper .clients-table .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(4) .stroke-btn-style { font-size: 8px; padding: 8px 10px; border-radius: 3px;}

}


.scan-page .full-height-card { min-height: calc(100vh - 427px); } /* line number- 3584 */

  .scaning-card { display: flex; flex-direction: column; justify-content: center; background-color: #ffffff; border-radius: 10px; padding: 28px; height: 125px; box-shadow: 0 8px 24px rgba(0, 0, 0, 0.03); }
  .scaning-card .stat-badge { width: fit-content; padding: 5px 17px; border-radius: 6px; font-size: 26px; font-weight: 700; margin-bottom: 14px; }
  .scaning-card .stat-title { font-size: 17px; font-weight: 500; color: #212339; margin: 0; }
  .scaning-card .stat-badge.pink { background-color: #FFD8F5; color: #CB74B5; }
  .scaning-card .stat-badge.green { background-color: #d9f7f0; color: #20c997; }
  .scaning-card .stat-badge.orange { background-color: #ffe9cc; color: #f08c00; }
  .scaning-card .stat-badge.blue { background-color: #e3f0ff; color: #4dabf7; }

  .forecast-card { display: flex; flex-direction: row; justify-content: space-between; align-items: center; background-color: #ffffff; border-radius: 10px; padding: 28px; height: 125px; box-shadow: 0 8px 24px rgba(0, 0, 0, 0.03); }
  .forecast-card .card-title { font-size: 18px; font-weight: 600; color: #212339; margin: 0; }
  .forecast-card .stat-title { font-size: 16px; font-weight: 500; color: #212339; margin: 0; }
  .forecast-card .value { font-size: 36px; font-weight: 700; margin: 0; color: #656161;}
  
  .spot-card { background: #ffffff; border-radius: 18px; padding: 0px !important; max-width: 500px; width: 100%; margin: auto; }
  .spot-card .check-icon { width: 28px; height: 28px; background: #00c389; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; } 
  .spot-card .spot-title { font-weight: 700; margin-bottom: 2px; font-size: 19px; color: #5F6F77; }
  .spot-card .spot-sub { margin: 0; color: #5F6F77; font-weight: 500; font-size: 15px; }
  .spot-card .time-chip { background: #F0F1F4; padding: 6px 12px; border-radius: 4px; font-weight: 600; font-size: 14px; display: inline-block; margin-top: 6px;color: #575960; }
  .spot-card .spot-number { font-size: 36px; font-weight: 800; color: #13171D; }
  .spot-card .spot-header { display: flex; align-items: start; justify-content: space-between; padding: 24px; padding-bottom: 0;}
  .spot-card .ticket-divider { position: relative; margin: 24px 0; }
  .spot-card .ticket-divider span { display: block; border-top: 2px dashed #cbd5e1; }
  .spot-card .ticket-divider::before,.spot-card .ticket-divider::after { content: ""; width: 16px; height: 16px; background: #F1F5FF; border-radius: 50%; position: absolute; top: -7px; }
  .spot-card .ticket-divider::before { left: -8px; }
  .spot-card .ticket-divider::after { right: -8px; }

  /* VISITOR */
  .spot-card .visitor-section {display: flex; align-items: center; justify-content: center; padding: 20px; padding-bottom: 0; }
  .spot-card .avatar { font-size: 40px; color: #5F6F77; }
  .spot-card .section-title { margin: 0; font-weight: 700; font-size: 15px; color: #5F6F77; }
  .spot-card .visitor-name { margin: 0; font-size: 17px; color: #5F6F77; }
  .spot-card .add-icon { width: 44px; height: 44px; border-radius: 50%; border: 2px solid #C7BCDD; display: flex; align-items: center; justify-content: center; color: #672EDC; }

  /* TAGS */
.assign-title { margin: 0 0 12px 0; font-weight: 700; font-size: 16px; color: #5F6F77; padding: 24px; padding-bottom: 0; }
.tag-card-body { padding: 17px; padding-bottom: 0; padding-top: 0; gap: 10px; display: flex; flex-wrap: nowrap; overflow-x: auto; overflow-y: hidden; scroll-behavior: smooth; }
.tag-card { border: 1.5px solid #C8D6E5; border-radius: 8px; padding: 10px; flex: 0 0 auto; width: 198px; min-width: 198px;}
.tag-card-body::-webkit-scrollbar { height: 6px; }
.tag-card-body::-webkit-scrollbar-thumb { background: #cbd5e1; border-radius: 10px; }
.tag-card-body::-webkit-scrollbar-track { background: transparent; }

.tag-card .badge { padding: 6px 7px; font-size: 14px; font-weight: 500;}
.tag-card p { font-size: 13px; font-weight: 500; color: #686868; margin: 0;}

.tag-card .vip {  color: #fff; background-color: #FAB736; }
.tag-card .watchlist {  color: #fff; background-color: #DD2E68; }
.tag-card .spender {  color: #fff; background-color: #48AD54; }
.tag-card .press {  color: #fff; background-color: #9C26A9; }
.tag-card .bottle {  color: #fff; background-color: #03AFC3; }
.tag-card .ada {  color: #fff; background-color: #2084DB; }

.tag-card.vip-card { background-color: #FAB736; border: 1px solid #FAB736;}
.tag-card.vip-card .vip { color: #FAB736 !important; background-color: #fff !important;}
.tag-card.vip-card p { color: #fff !important;}
.tag-card.vip-card .badge { color: #FAB736; background-color: #fff;}

.tag-card.watchlist-card { background-color: #DD2E68; border: 1px solid #DD2E68;}
.tag-card.watchlist-card .vip { color: #DD2E68 !important; background-color: #fff !important;}
.tag-card.watchlist-card p { color: #fff !important;}
.tag-card.watchlist-card .badge { color: #DD2E68; background-color: #fff;}

.tag-card.spender-card { background-color: #48AD54; border: 1px solid #48AD54;}
.tag-card.spender-card .vip { color: #48AD54 !important; background-color: #fff !important;}
.tag-card.spender-card p { color: #fff !important;}
.tag-card.spender-card .badge { color: #48AD54; background-color: #fff;}

.tag-card.press-card { background-color: #9C26A9; border: 1px solid #9C26A9;}
.tag-card.press-card .vip { color: #9C26A9 !important; background-color: #fff !important;}
.tag-card.press-card p { color: #fff !important;}
.tag-card.press-card .badge { color: #9C26A9; background-color: #fff;}

.tag-card.bottle-card { background-color: #03AFC3; border: 1px solid #03AFC3;}
.tag-card.bottle-card .vip { color: #03AFC3 !important; background-color: #fff !important;}
.tag-card.bottle-card p { color: #fff !important;}
.tag-card.bottle-card .badge { color: #03AFC3; background-color: #fff;}

.tag-card.ada-card { background-color: #2084DB; border: 1px solid #2084DB;}
.tag-card.ada-card .vip { color: #2084DB !important; background-color: #fff !important;}
.tag-card.ada-card p { color: #fff !important;}
.tag-card.ada-card .badge { color: #2084DB; background-color: #fff;}

.success-card .ticket-divider { position: relative; margin: 24px 0; }
.success-card .ticket-divider span { display: block; border-top: 2px dashed #cbd5e1; }
.success-card .ticket-divider::before,.success-card .ticket-divider::after { content: ""; width: 16px; height: 16px; background: #F1F5FF; border-radius: 50%; position: absolute; top: -7px; }
.success-card .ticket-divider::before { left: -8px; }
.success-card .ticket-divider::after { right: -8px; }
.success-card { background: #ffffff; border-radius: 18px; padding: 0px; max-width: 500px; width: 100%; margin: auto;}
.success-card .check-icon { color: #FFFFFF;}
.success-card .check-icon span { font-size: 33px;}
.success-card .success-header {background: #00C89D; height: 110.81px; text-align: center; padding: 20px;}
.success-header h2 { color: #FFFFFF; font-size: 24px; font-weight: 600; margin: 0;}

.party-capacity { text-align: center; margin: auto; padding-top: 20px;}
.party-capacity h2 { color: #5F6F77; font-size: 22px; font-weight: 600;}
.party-capacity h2 span { color: #13171D;}
.success-card .time-chip {text-align: center; background: #F0F1F4; padding: 6px 12px; border-radius: 4px; font-weight: 600; font-size: 14px; display: inline-block; margin-top: 6px;color: #575960; }
.success-card .ticket-wrapper { display: flex; align-items: center; justify-content: center; }
.success-card .ticket-wrapper img { width: 100.74px; height: 96.43px;}
.success-card .visitor-section { display: flex; align-items: center; justify-content: center; padding: 20px; padding-bottom: 0; }
.success-card .avatar { font-size: 40px; color: #5F6F77; }
.success-card .section-title { margin: 0; font-weight: 700; font-size: 15px; color: #5F6F77; }
.success-card .visitor-name { margin: 0; font-size: 17px; color: #5F6F77; }
.success-card .tag-card { border: none; border-radius: inherit; padding: 0px 78px; width: 100%; margin-top: 10px; margin-bottom: 25px; }

    /* new styles */

    .success-container {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100%;
    }

    .success-container .success-card {
      max-width: 420px;
      padding: 32px 24px;
    }

    .success-container .success-icon {
      margin-bottom: 24px;
    }

    .success-container .icon-inner span {
      font-size: 30px;
    }

    .success-container .success-title {
      font-size: 22px;
      font-weight: 700;
      color: #2B2B2B;
      margin-bottom: 8px;
    }

    .success-container .success-text {
      font-size: 14px;
      font-weight: 500;
      color: #6B7280;
      line-height: 1.5;
      margin-bottom: 15px;
    }

    .success-container .success.icon-ring {
      width: 110px;
      height: 110px;
      background: #D9F7F0;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: auto;
    }

    .success-container .success.icon-inner {
      width: 72px;
      height: 72px;
      background: #20C997;
      border-radius: 50%;
      color: #FFFFFF;
      font-size: 40px;
      font-weight: 700;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .success-container .fill-btn-style {
      display: inline;
    }

    @media (max-width: 480px) {
      .success-container .success-card {
        padding: 24px 16px;
      }

      .success-container .success-title {
        font-size: 20px;
      }
    }
.success-container .early.icon-ring { width: 70px; height: 70px; background: #ffe9cc; border-radius: 50%; display: flex; justify-content: center; align-items: center; margin: auto; }
.success-container .early.icon-inner { width: 50px; height: 50px; background: #f08c00; border-radius: 50%; color: #ffffff; font-size: 40px; font-weight: 700; display: flex; justify-content: center; align-items: center; }

.success-container .expired.icon-ring { width: 70px; height: 70px; background: #ffcccd; border-radius: 50%; display: flex; justify-content: center; align-items: center; margin: auto; }
.success-container .expired.icon-inner { width: 50px; height: 50px; background: rgb(241, 71, 71); border-radius: 50%; color: #ffffff; font-size: 40px; font-weight: 700; display: flex; justify-content: center; align-items: center; }

.success-container .checked-out.icon-ring { width: 70px; height: 70px; background: #ffd8f5; border-radius: 50%; display: flex; justify-content: center; align-items: center; margin: auto; }
.success-container .checked-out.icon-inner { width: 50px; height: 50px; background: #cb74b5; border-radius: 50%; color: #ffffff; font-size: 40px; font-weight: 700; display: flex; justify-content: center; align-items: center; }

.success-container .check-out.icon-ring { width: 70px; height: 70px; background: #e3f0ff; border-radius: 50%; display: flex; justify-content: center; align-items: center; margin: auto; }
.success-container .check-out.icon-inner { width: 50px; height: 50px; background: #4dabf7; border-radius: 50%; color: #ffffff; font-size: 40px; font-weight: 700; display: flex; justify-content: center; align-items: center; }

.success-container .completed.icon-ring { width: 70px; height: 70px; background: #d9f7f0; border-radius: 50%; display: flex; justify-content: center; align-items: center; margin: auto; }
.success-container .completed.icon-inner { width: 50px; height: 50px; background: #20c997; border-radius: 50%; color: #ffffff; font-size: 40px; font-weight: 700; display: flex; justify-content: center; align-items: center; }

.scan-stats-grid {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
}

.scan-stats-grid .scaning-card {
    height: 100%;
}


/* ===== Large tablets / small laptops ===== */
@media (max-width: 1200px) {
    .scan-stats-grid {
        grid-template-columns: repeat(3, 1fr); /* 3 + 2 */
    }
}

/* ===== Tablets ===== */
@media (max-width: 768px) {
    .scan-stats-grid {
        grid-template-columns: repeat(2, 1fr); /* 2 + 2 + 1 */
    }
}

/* ===== Mobile ===== */
@media (max-width: 480px) {
    .scan-stats-grid {
        grid-template-columns: 1fr; /* stacked */
        gap: 12px;
    }
}


.ss_clients .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1), .ss_clients .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(1) {
    min-width: 15% !important;
}
.ss_clients .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2), .ss_clients .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(2) {
    min-width: 13% !important;
}
.ss_clients .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3), .ss_clients .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(3) {
    min-width: 11% !important;
}
.ss_clients .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4), .ss_clients .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(4) {
    min-width: 19% !important;
}
.ss_clients .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(5), .ss_clients .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(5) {
    min-width: 11% !important;
}
.ss_clients .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(6), .ss_clients .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(6) {
    min-width: 9% !important;
}
.ss_clients .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(7), .ss_clients .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(7) {
    min-width: 13% !important;
}
.ss_clients .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(8), .ss_clients .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(8) {
    min-width: 8.5% !important;
}
.notification_history .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1), .notification_history .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(1) {
    min-width: 47%;
}
.notification_history .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2), .notification_history .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(2) {
    min-width: 26%;
}
.notification_history .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3), .notification_history .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(3) {
    min-width: 19%;
}
.notification_history .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4), .notification_history .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(4) {
    min-width: 8%;
    justify-content: center;
}

.d-inline-grid { display: inline-grid !important; }
.spots-bg { background-color: #F0F4FE;}

.time-chip .date-chip { margin-left: 10px;border-left: 1px solid #5f6f77; padding-left: 10px; }
.time-chip { margin-bottom: 10px;}
.visitor-card-details { background: #ffffff; padding-top: 15px; max-width: 420px;}
.visitor-card-details .visitor-header { display: flex; align-items: center; gap: 16px;}
.visitor-card-details .visitor-info { text-align: left;}

.scan-card-row { display: flex; align-items: stretch; padding-right: 0px;}
.scan-card-row .card.scaning-card { height: 100%; width: 100%; }
.scan-card-row .col-12.col-md-3:last-child { padding-right: 0px;} 
.party-text { color: #5F6F77;}

.notifications-page .img_block { position: relative;}
.notifications-page .img_block #activeImg { width: 100%; border-radius: 8px; object-fit: cover;}
.notifications-page .img_block .thumbnail-cls-icon { top: -4px; right: -4px; color: #fff; position: absolute; background-color: #8C8C8C; border-radius: 50%; padding: 1px; font-size: 20px; cursor: pointer; }

.notification_history .rdt_TableCol >div { overflow: inherit !important; }

/* Updated on 06:00 PM 30 January 25 by ADI */