/*--------------------------------------------------
    COMMON CSS
--------------------------------------------------*/
body{
  font-family: Helvetica,Arial,sans-serif;
  position: relative;
}
/*--------------------------------------------------
  COLOR DECLARATION SECTION 
--------------------------------------------------*/
:root{
  --primary-color: rgb(13, 69, 105);
  --secondary-color: rgb(246, 146, 30);
  --white-color: rgb(255 255 255);
  --black-color: rgb(0 0 0);
  --foot-bg: rgb(71, 103, 127);
  --light-bg: rgb(14, 70, 105, 10%);
  --dark-white: rgb(241, 241, 241);
  --bs-1 : rgb(50 50 93 / 25%) 0px 13px 27px -5px, rgb(0 0 0 / 30%) 0px 8px 16px -8px;
  --bs-2: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  --success-color: #65bb56;
  --bg-light: rgb(231 237 240);
}

/*--------------------------------------------------
  COLOR SECTION 
--------------------------------------------------*/

.pry{
  color: var(--primary-color) !important;
}
.sec{
  color: var(--secondary-color) !important;
}
.white{
  color: var(--white-color) !important;
}
.black{
  color: var(--black-color) !important;
}
.light_blue{
  color: var(--foot-bg) !important;
}
.light_gray{
  color: var(--light-bg);
}
.dark_white{
  color: var(--dark-white);
}

/*--------------------------------------------------
  BACKGROUND COLOR SECTION
--------------------------------------------------*/

.bg_pry{
  background-color: var(--primary-color) !important;
}
.bg_sec{
background-color: var(--secondary-color) !important;
}
.bg_white{
  background-color: var(--white-color) !important;
}
.bg_black{
  background-color: var(--black-color) !important;
}
.bg_light_blue{
  background-color: var(--foot-bg) !important;
}
.bg_light_gray{
  background-color: var(--light-bg);
}
.bg_dark_white{
  background-color: var(--dark-white);
}
/*--------------------------------------------------
  FONT SIZE 
--------------------------------------------------*/
.h1_fs{
  font-size: 44px;
}
.h2_fs{
  font-size: 34px;
}
.h3_fs{
  font-size: 32px;
}
.h4_fs{
  font-size: 28px;
}
.p1_fs{
  font-size: 18px;
}
.p2_fs{
  font-size: 17px;
}
.p3_fs{
  font-size: 16px;
}
.p5_{
  font-size: 15px;
}
.p5_fs{
  font-size: 14px;
}
/*--------------------------------------------------*/

.fs_14{
  font-size: 14px;
}
.fs_16{
  font-size: 16px;
}
.fs_17{
  font-size: 17px;
}
.fs_18{
  font-size: 18px;
}
.fs_20{
  font-size: 20px;
}

/*--------------------------------------------------
  FONT WEIGHT 
--------------------------------------------------*/
.fw_700{
  font-weight: 700;
}
.bs_1{
  box-shadow: var(--bs-1);
}
.bs_2{
  box-shadow: var(--bs-2);
}
.bs_3{
  box-shadow: rgb(0 0 0 / 14%) 0px 4px 12px;;
}
.fw_bold{
  font-weight: bold;
}


/*Width Sizes*/
.w-60{
  width: 60%;
}
.w-40{
  width: 40%;
}

section{
  width: 100%
}

h1{
  font-size: 24px;
  line-height: 34px;
  font-weight: bold;
}
/*--------------------------------------------------
  BUTTON SECTION 
--------------------------------------------------*/

.form-control:focus {
  color: var(--primary-color)!important;
  background-color: #fff;
  border: 1px solid var(--primary-color) !important;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(13 69 105 / 30%) !important;
}

.bg_pry.form-control:focus {
  color: #fff!important;
}

.btn_, .btn{
  padding: 10px 26px !important;
  border-radius: 4px !important;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.6s ease;
  font-size: 14px;
  line-height: 14px;
  border: 2px solid transparent;
}
.btn_pry, .btn_pry:hover, .btn_pry:focus, .btn_pry:active{
  background-color: var(--primary-color) !important;
  color: var(--white-color) !important;
}
.btn_pry:focus, .btn_pry:active{
  box-shadow: 0 0 0 0.2rem rgb(13 69 105 / 30%) !important;
}
.btn_sec, .btn_sec:hover, .btn_sec:focus, .btn_sec:active{
  background-color: var(--secondary-color) !important;
  color: var(--white-color) !important;
}
.btn_sec:focus, .btn_sec:active{
  box-shadow: 0 0 0 0.2rem rgb(246 146 30 / 30%) !important;
}
.btn_white{
  border: 2px solid var(--primary-color)!important ;
  background: var(--white-color)!important;
  border-radius: 4px!important;
  color: var(--primary-color)!important;
}
#app .btn_white:focus{
  color: var(--primary-color)!important;
}

.btn_white:focus, .btn_white:active{
  box-shadow: 0 0 0 0.2rem rgb(13 69 105 / 30%) !important;
}

#app .download_files .btn_white:focus, #app .download_files .btn_white:active, #app .download_files .btn_white:focus{
  border: 2px solid var(--primary-color)!important ;
  background: var(--primary-color)!important;
  color: var(--white-color)!important;
}

.btn_white:hover, .btn_white:focus, .btn_white:active{
  border: 2px solid var(--primary-color)!important ;
  background: var(--white-color)!important;
  color: var(--primary-color)!important;
}
.btn_approved, .btn_approved:hover, .btn_approved:active, .btn_approved:focus{
  background-color: var(--success-color)!important;
  color: #fff!important;
  opacity: 1!important;
}

.btn_approved:focus, .btn_approved:active{
  box-shadow: 0 0 0 0.2rem rgb(101 187 86 / 30%)!important;
}

.btn_reject{
  color: #fff!important;
  background: #c6131b!important;
  position: relative;
}
.btn_reject:focus, .btn_reject:active, .btn_reject:hover{
  color: #fff!important;
  background: #c6131b!important;
}

.btn_reject:focus, .btn_reject:active{
  box-shadow: 0 0 0 0.2rem rgb(198 19 27 / 30%)!important;
}

.btn_light{
  background: transparent!important;
  border: 2px solid var(--secondary-color)!important;
  color: var(--secondary-color)!important;
  text-decoration: none;
  display: block;
  font-size: 14px;
}

.btn_light:hover, .btn_light:focus, .btn_light:active{
  background: var(--secondary-color)!important;
  border: 2px solid var(--secondary-color)!important;
  color: var(--white-color)!important;
}

.btn_light:focus, .btn_light:active{
  box-shadow: 0 0 0 0.2rem rgb(246 146 30 / 30%)!important;
}

.py_btn{
    max-width: 280px;
    margin: 0px auto !important;
    display: block;
    padding: 12px 20px !important;
    height: unset;
    font-weight: bold;
    transition: all 0.6 ease;
}
.py_btn:hover{
  opacity: 0.9;
}
.py_btn:hover, .py_btn:active, .py_btn:focus{
  background-color: var(--secondary-color)!important;
  color: #fff!important;
  opacity: 1!important;
  border-color: var(--secondary-color)!important;
  box-shadow: 0 0 0 0.2rem rgb(246 146 30 / 30%) !important;
}

.tick_icon {
  text-align: center;
  font-size: 50px;
  color: #4CAF50;
}

.btn_:hover{
  opacity: .8;
}

.download_files{
  text-decoration: none!important;
  position: relative;
  display: block;
}
.download_files button{
  height: auto;
  font-size: 14px;
  line-height: 21px;
}
.download_files button:hover, .download_files button:active, .download_files button:focus{
  background: var(--primary-color)!important;
  color: #fff!important;
}
.download_files button:hover .download_icon, .download_files button:active .download_icon, .download_files button:focus .download_icon{
  background: var(--primary-color)!important;
  background: transparent url(../img/icons/download_icon_light.png) no-repeat center center!important;
  background-size: 20px!important;
  color: #fff!important;
}
.download_icon{
  content: "";
  background: transparent url(../img/icons/download_icon_dark.png) no-repeat center center!important;
  background-size: 20px!important;
  width: 20px;
  height: 21px;
  margin-right: 10px;
  display: block;
  background-size: contain!important;
  transition: all 0.6s ease;
}

.underline{
text-decoration: underline !important;
}
input:focus,textarea:focus, select:focus{
color: var(--primary-color) !important;
}

.pointer{
  cursor: pointer;
}

.tooltip-inner {
  max-width: 320px !important;
}

/*skeleton Loader*/

.skeleton {
  background-color: #e0e0e0;
  border-radius: 4px;
  animation: skeleton 1.5s infinite linear;
}

@keyframes skeleton {
  0% {
    background-position: -400px 0;
  }
  100% {
    background-position: 400px 0;
  }
}

.skeleton-row {
  height: 20px;
}

.skeleton-btn {
  width: 60px;
  height: 20px;
}

/*--------------------------------------------------
  BELOW THE CODE IS SET HEIGHT EQUAL COLUMN
--------------------------------------------------*/

.row.equal-cols {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row.equal-cols:before,
.row.equal-cols:after {
  display: block;
}

.row.equal-cols > [class*='col-'] {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
flex-direction: column;
}

.row.equal-cols > [class*='col-'] > * {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; 
}
/*--------------------------------------------------
  TOGGLE BUTTON
--------------------------------------------------*/

.toggle-button-cover {
  display: table-cell;
  position: relative;
  width: 80px;
  /* height: 140px; */
  box-sizing: border-box;
}

.button-cover {
  /* height: 100px; */
  /* margin: 20px; */
  background-color: #fff;
  box-shadow: 0 10px 20px -8px #c5d6d6;
  border-radius: 4px;
}

.button-cover:before {
  counter-increment: button-counte;
  /* content: counter(button-counte); */
  position: absolute;
  right: 0;
  bottom: 0;
  color: #d7e3e3;
  font-size: 12px;
  line-height: 1;
  padding: 5px;
}

.button-cover,
.knobs,
.layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.button {
  position: relative;
  top: 50%;
  width: 74px;
  height: 36px;
  margin: -20px auto 0 auto;
  overflow: hidden;
}

.button.r,
.button.r .layer {
  border-radius: 100px;
}

.button.b2 {
  border-radius: 2px;
}

.checkbox {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}

.knobs {
  z-index: 2;
}

.layer {
  width: 100%;
  background-color: #dcdcdc;
  transition: 0.5s ease all;
  z-index: 1;
}
/* Button 3 */
#button-3 .knobs:before {
  content : attr(data-before);
  /* content: "NO"; */
  position: absolute;
  top: 3px;
  left: 4px;
  width: 30px;
  height: 30px;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  /* line-height: 1; */
  padding: 9px 4px;
  background-color: var(--secondary-color);
  border-radius: 50%;
  transition: 0.5s ease all, left 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15);
}

#button-3 .checkbox:active + .knobs:before {
  width: 46px;
  border-radius: 100px;
}

#button-3 .checkbox:checked:active + .knobs:before {
  margin-left: -26px;
}

#button-3 .checkbox:checked + .knobs:before {
  content: attr(data-yes);
  left: 42px;
  background-color: var(--primary-color);
}

#button-3 .checkbox:checked ~ .layer {
  background-color: #dcdcdc;
}
/*--------------------------------------------------
  END COMMON CSS
--------------------------------------------------*/

table {
  width: 100%;
  border-spacing: 0; 
  border-collapse: separate;
  border-radius: 4px;
}

table tr:last-child td:last-child {
  border-bottom-right-radius:4px;
}

table tr:last-child td:first-child {
  border-bottom-left-radius:4px;
}

table tr:first-child th:first-child,
table tr:first-child {
  border-top-left-radius:4px
}

table tr:first-child th:last-child,
table tr:first-child {
  border-top-right-radius:4px
}

table tr:first-child th,
table tr:first-child td {
 text-align: center !important;
}
/* ---------------------------------- */
.pagination {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
}
.pagination .pages {
  display: flex;
  flex-direction: row;
  gap: 4px;
}
.pagination .page {
  height: 35px;
  width: 35px;
  border-radius: 50%;
  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.pagination .page:hover {
  background-color: var(--primary-color);
  color: #fff !important;
}

.pagination .active {
  background-color: var(--primary-color);
  color: #fff !important;
}

.pagination .btn {
  background-color: #fff;
  border: 1px solid var(--primary-color);
  height: 40px;
  width: 40px;
  border-radius: 50%;
  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .btn:hover {
  background-color: var(--primary-color);
}
.pagination .btn:hover .btn--icon{
  stroke: #fff;
  color: var(--white-color);
}
.pagination .btn--icon {
  height: 24px;
  width: 24px;
  stroke: var(--primary-color);
}
.pagination .btn--icon:hover {
  stroke: #fff;
  color: var(--white-color);
}

select.selectmenu-element,
.selectmenu-element::part(button) {
color: var(--primary-color);
background-color: transparent;
padding: 5px 1px;
border-radius: 3px;
border: 0 none;
font-family: sans-serif;
font-size: 14px;
border: 1px solid var(--foot-bg);
}

select.selectmenu-element {
border-right: 1px solid ;
}

.selectmenu-element::part(button) {
position: relative;
}
.selectmenu-element::part(button)::before {
position: absolute;
top: 50%;
right: 0.65em;
transform: translateY(-50%);
content: "▿";
display: flex;
flex-direction: column;
justify-content: center;
width: 1em;
height: 100%;
font-size: 1.25em;
line-height: 1;
color: white;
background-color: inherit;
}

.selectmenu-element::part(listbox) {
padding: 0;
border: 1px solid var(--primary-color);
border-radius: 0 0 3px 3px;
margin-top: -3px;
box-shadow: none;
}

.selectmenu-element option {
padding: 5px 10px;
background: inherit;
}
.selectmenu-element option[disabled] {
color: #333;
font-weight: bold;
pointer-events: none;
}
.selectmenu-element option:hover {
background: #333;
color: white;
}

/* MODAL */

#model_sec .main-btn{
text-align: center;
z-index: 1;
width: 100%;
position: absolute;
left: 0;
bottom: 50%;
}
#mymodal, #returnDeviceModal, #paymentAddressModal{
  background-color: #fff;
  padding: 17px;
  border-radius: 5px;
  width: 460px;
  /* height: 90%; */
  margin: 0 auto;
  z-index: 1001;
  visibility: hidden;
  position: fixed;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translate(-50%, 0);
  top: 10%;
  /* overflow-y: scroll */
}

#overlay, #returnDeviceOverlay, #paymentAddressOverlay {
position: fixed; 
display: none; 
width: 100%;
height: 100%; 
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0,0,0,0.5); 
z-index: 1000;
cursor: pointer;
}
#mymodal .modal-header-icons,#returnDeviceModal .modal-header-icons, #paymentAddressModal .modal-header-icons{
display: flex;
justify-content: space-between;
align-items: center;
}
#mymodal .modal-header-icons .modal-back-icon,#returnDeviceModal .modal-header-icons .modal-back-icon,#paymentAddressModal .modal-header-icons .modal-back-icon{
cursor: pointer;
}
#mymodal .modal-header-icons .modal-back-icon i,#returnDeviceModal .modal-header-icons .modal-back-icon i,#paymentAddressModal .modal-header-icons .modal-back-icon i{
background-color: rgb(241 240 243);
color: rgb(147 146 154);
width: 35px;
height: 35px;
display: flex;
justify-content: center;
align-items: center;
font-size: 17px;
font-weight: 500;
}
#mymodal .modal-header-icons .modal-close-icon,#returnDeviceModal .modal-header-icons .returnDeviceModal-close-icon,#paymentAddressModal .modal-header-icons .returnDeviceModal-close-icon{
cursor: pointer;
}
#mymodal .modal-header-icons .modal-close-icon i,#returnDeviceModal .modal-header-icons .returnDeviceModal-close-icon i,#paymentAddressModal .modal-header-icons .returnDeviceModal-close-icon i{
color: rgb(147 146 154);
width: 35px;
height: 35px;
display: flex;
justify-content: center;
align-items: center;
font-size: 23px;
font-weight: 300;
}

#mymodal .body-page, #returnDeviceModal .body-page, #paymentAddressModal .body-page{
padding: 30px;
padding-top: 0;
}
#mymodal h3, #returnDeviceModal h3, #paymentAddressModal h3{
color: var(--primary-color);
font-size: 22px;
font-weight: 700;
}
#mymodal h3 span, #returnDeviceModal h3 span, #paymentAddressModal h3 span{
color: var(--secondary-color);
}
#mymodal .body-page h1, #returnDeviceModal .body-page h1, #paymentAddressModal .body-page h1{
font-size: 20px;
padding-bottom: 6px;
font-weight: 600;
color: rgb(60 60 61);
}
#mymodal .body-page p, #returnDeviceModal .body-page p, #paymentAddressModal .body-page p{
font-size: 13px;
font-weight: 500;
color: rgb(111 112 117);;
}
#mymodal .body-page form, #returnDeviceModal .body-page form, #paymentAddressModal .body-page form{
padding-top: 10px;
}
#mymodal .body-page label, #returnDeviceModal .body-page label, #paymentAddressModal .body-page label{
font-size: 15px;
font-weight: 500;
color: var(--primary-color);
}
#mymodal .body-page input, #returnDeviceModal .body-page input, #paymentAddressModal .body-page input{
padding: 22px 15px;
/* margin-bottom: 40px; */
}
#mymodal .body-page input::placeholder, #returnDeviceModal .body-page input::placeholder, #paymentAddressModal .body-page input::placeholder{
font-size: 14px;
}
#mymodal .body-page .btn, #returnDeviceModal .body-page .btn, #paymentAddressModal .body-page .btn{
padding: 10px 40px;
font-size: 13px;
margin-bottom: 10px 0;
}z  
.nounderline, .nounderline:hover{
  text-decoration: none;
}

@media (min-width:320px) and (max-width:566px){

#mymodal, #returnDeviceModal , #paymentAddressModal {
  left: 1%;
  right: 1%;
  width: 98%;
}
#mymodal .body-page, #returnDeviceModal .body-page, #paymentAddressModal .body-page{
    padding: 0;
}

#mymodal_alert{
  width: 98%;
  overflow-x: scroll
}


}



/* Loader */
.sumbit__section button {
  padding: 13px 52px;
  font-size: 15px;
  border: 0;
  border-radius: 5px;
  background: var(--primary-color);
  color: white;
  position: relative;
  overflow: hidden;
  /* box-shadow:0px 10px 10px -10px blue; */
}
.loader__container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.loader {
  background-color: var(--foot-bg);
  min-width: 100%;
  min-height: 4px;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.loader::after {
  content: "";
  min-height: 5px;
  position: absolute;
  background: var(--secondary-color);
  transform: translateX(-100%);
  animation: animate 2s infinite;
}
.loader::before {
  content: "";
  min-height: 5px;
  position: absolute;
  background: var(--secondary-color);
  transform: translateX(-100%);
  animation: animate 2s infinite;
  animation-delay: 1s;
}
@keyframes animate {
  0% {
    transform: translateX(-150%);
    min-width: 100px;
  }
  100% {
    transform: translateX(300%);
    min-width: 400px;
  }
}

@keyframes imageloader {
  0% {
    filter: grayscale(1);
  }
  25% {
    filter: grayscale(0.8);
  }
  50% {
    filter: grayscale(0.5);
  }
  75% {
    filter: grayscale(0.2);
  }
  100% {
    filter: grayscale(0);
  }
}

@media (min-width: 992px) and (max-width: 1050px){
	#vs table th, #vs table td {
    		font-weight: 700;
    		height: 71px;
	}
}
.head_title{
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin: 0px;
}
.box_Section{
  background: #fff;
}
.box_Section input{
  width: 100%;
  display: block;
  height: 44px;
  background-color: #E7EDF0;
  border: 0;
  font-size: 14px;
  text-align: center;
}
.box_Section label{
  display: block;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
  color: var(--black-color);
}


/* SERVICE STEP FORM */

.cursor_pointer{
  cursor: pointer;
}
#serviceForm{
}
/* #form_section{
  min-height: 600px;
} */
#form_section > div[class*="col-"]{
  padding: 0px!important;
}
#serviceForm #form_section #box__container{
  min-height: 424px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
#serviceForm #step4 #form_section{
  min-height: 454px;
}

#service__step_form input[type="date"] {
  position: relative;
}

#service__step_form .date-container #date__icon {
  position: absolute;
  right: 16px;
  top: 27px;
  background: var(--secondary-color);
  padding: 3px;
  height: 43px;
  width: 43px !important;
  padding: 8px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

#service__step_form input[type="date"]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  color: transparent;
  background: transparent;
}

#service__step_form input[type="date"]::-webkit-inner-spin-button,
#service__step_form input[type="date"]::-webkit-clear-button {
  z-index: -10;
}

#service__step_form input[type="date"]::-webkit-input-placeholder {
  z-index: 99;
}

#service__step_form input[type="date"]:placeholder {
  z-index: 99;
}
#service__step_form input[type="date"]:not(.has-value):before {
  width: 100%;
}

#service__step_form input[type="date"] {
  padding: 12px 20px;
}

#service__step_form #box__container{
  background-color: #F6F6F6;
  border-radius: 15px;
  padding: 22px;
}
#service__step_form .step .box__{
  background-color: #E3EAEE;
  padding: 26px 20px;
  width: 48%;
  border-radius: 15px;
  border: 3px solid #E3EAEE;
  transition: all 0.5s ease;
  box-shadow: 0 3px 5px 2px rgba(0,0,0,0.2);
  margin-bottom: 0px!important;
}
#box__container{
  box-shadow: 0 3px 5px 2px rgba(0,0,0,0.2);
}
#service__step_form :is(#step2, #step6) .box__{
  background-color: #E3EAEE;
  padding: 23px 15px;
  width: 31%;
  border-radius: 15px;
}
#service__step_form :is(#step6) .box__{
  justify-content: center !important;
  padding: 15px 12px;
}
#service__step_form :is(#step6) .box__ .title{
  font-size: 14px !important;
}
#service__step_form .step .box__ .title{
  color: var(--secondary-color);
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 5.6px;
}
#service__step_form .step .box__ .content{
  color: var(--black-color);
  font-size: 13px;
  line-height: 22px;
}
#service__step_form .step .box__.active{
  border: 3px solid var(--secondary-color);
}
#service__step_form textarea{
  background-color: #E7EDF0;
}
#service__step_form .toggler__container p{
  font-size: 14px !important;
}
#service__step_form #divider{
  height: 70%;
  background-color: #ccc;
  width: 1px;
  position: absolute;
  left: 0;
}
#service__step_form #step9 .rounded-pill.btn_sec{
  border-radius: 50px !important;
  outline: none;
  border: 0;
}
#service__step_form .steps__dot_container .steps__dot{
  content: "";
  width: 10px;
  height: 10px;
  background: transparent;
  border-radius: 100%;
  margin-right: 4px;
  border: 2px solid var(--primary-color);
  transition: all 0.6s ease;
}

#service__step_form .steps__dot_container .steps__dot.active{
  background: var(--secondary-color);
  border: 2px solid var(--secondary-color);
}

#service__step_form .steps__dot_container .steps__dot.complete{
  background: #5cb85c;
  border: 2px solid #5cb85c;
}

.right__side .form_txt{
  width: calc(100% - 80px);
}

.right__side .form_txt + .toggle-button-cover{
  height: 44px;
  z-index: 0;
}
.toggle-button-cover{
  z-index: 0;

}
.right__side .form_txt + .toggle-button-cover .button-cover{
  box-shadow: none;
}

.service_level_info_box {
  padding: 15px;
  margin-top: 20px;
  background: #ceeaef;
  color: #0d4569;
  border-radius: 10px;
  min-height: 80px;
}
.service_level_info_box.info_price{
  background: #fbd96c;
  color: #000;
}
.service_level_info_box .service_level_info, .service_level_info_box .service_info{
  margin: 5px 0 0 0;
}
.service_level_info_box .service_level_info p, .service_level_info_box .service_info p{
  font-size: 16px;
  line-height: 22px;
}

.steps__dot{
  position: relative;
}

.steps__dot.complete::after {
  content: "";
  height: 2px;
  width: 5px;
  border: 1px solid #fff;
  display: block;
  border-radius: 0px;
  border-width: 0 0 1 1;
  transform: translateY(-50%) rotate(-50deg);
  position: absolute;
  top: 42%;
  right: 0px;
  left: 0px;
  margin: 0px auto;
}

.steps__dot.active::after {
  content: "";
  height: 5px;
  width: 5px;
  background: #fff;
  border-radius: 50px;
  display: block;
  position: absolute;
  top: 50%;
  right: 0px;
  left: 0px;
  transform: translateY(-50%);
  margin: 0px auto;
}

/*Pickup Label*/

.pr_time{
  min-width: 78px;
  margin-right: 10px;
}

/*Tranning Modules*/
.question {
  margin-bottom: 30px;
}
.correct {
  color: green;
}
.incorrect {
  color: red;
}

@media (max-width: 1200px) {
}
@media (max-width: 1100px) {
  #service__step_form :is(#step3, #step4) .col-lg-6.col-md-12.col-12{
      flex: 0 0 100%;
      max-width: 100%;
  }
}
@media (max-width: 992px) {
  #service__step_form #box__container {
      background-color: transparent;
  }
  #service__step_form #divider{
      display: none;
  }
  
}
@media (max-width: 768px) {
  #service__step_form #box__container {
      background-color: transparent;
  }
  #service__step_form .step .box__{
      margin-bottom: 10px;
  }
  #service__step_form .step .box__:not(:last-of-type){
    margin-bottom: 12px!important;
  }
}
@media (max-width: 567px) {
  #service__step_form #box__container {
      background-color: transparent;
  }
  #service__step_form .step .box__{
      width: 100%;
      margin-bottom: 10px;
  }
  #service__step_form .step .box__ :is(img,p){
      text-align: center;
  }
  #service__step_form :is(#step2, #step6) .box__{
      width: 100%;
  }
  #service__step_form :is(#step5, #step9) p {
      max-width: 100%;
  }
}

/*Sidebar Design*/
main header{
  padding: 0px 40px;
}
.append_notification{
  max-height: 360px;
  overflow-x: auto;
  top: 29px!important;
  min-width: 280px;
}
.append_notification li{
  padding: 0px!important;
  width: 100%!important;
}
.append_notification li a{
  width: 100%;
  font-size: 10px;
  line-height: 18px;
  color: #000;
  margin: 0px;
  display: block;
  text-decoration: none;
  padding: 10px 10px 0px 10px;
}
.menu-container{
  padding: 10px 0px;
}
.toggled nav#sidebar-new {
  left: 0px;
}
.page-wrapper .page-content{
  transition: all 0.6s cubic-bezier(0.91, 0.42, 0.12, 0.54)!important;
}
.toggled .main_header_logo{
  opacity: 0;
}
.main_header_logo{
  opacity: 1;
  transition: all 0.6s cubic-bezier(0.91, 0.42, 0.12, 0.54)!important;
}
.sidebar-brand{
  transition: all 0.6s cubic-bezier(0.91, 0.42, 0.12, 0.54)!important;
  opacity: 0;
}

#app #show-sidebar {
  top: 15px;
}

.toggled .sidebar-brand{
  opacity: 1;
}

header.main_header{
  z-index: 1;
}
nav#sidebar-new{
  display: flex;
  position: fixed;
  left: -280px;
  width: 280px;
  height: 100vh;
  flex-direction: column;
  background: var(--primary-color);
  flex-wrap: wrap;
  padding: 20px 40px;
  z-index: 2  ;
  transition: all 0.6s cubic-bezier(0.91, 0.42, 0.12, 0.54);
}
header.sidebar-brand{
  background: transparent;
}
#app{
  background: #f1f1f1;
}
.lang_div li a{
  color: #dfdfdf;
  display: block;
  font-size: 12px;
  line-height: 12px;
  display: block;
  text-decoration: none;
  transition: all 0.5s ease;
}
.lang_div li a:hover, .lang_div li a.active{
  color: var(--secondary-color);
}
.menu-container-bottom span, .menu-container-bottom i{
  font-size: 15px;
  color: #fff;
  line-height: 15px;
}
.sidebar-menu{}
.sidebar-menu li{}
.sidebar-menu li a{
  font-size: 15px;
  color: #fff;
  line-height: 22px;
  text-decoration: none;
  transition: all 0.5s ease;
  display: block;
}
.sidebar-menu li a i{
  font-size: 15px;
  line-height: 15px;
  color: #fff;
  width: 15px;
  text-align: center;
  transition: all 0.5s ease;
}
.sidebar-menu li:hover a, .sidebar-menu li:hover a i{
  color: var(--secondary-color);
  background: transparent!important;
  border: none;
}
.sidebar-content-new{
  height: 100%;
}
#sidebar-new .sidebar-menu li a.active, #sidebar-new .sidebar-menu li a.active i{
  background: transparent!important;
  color: var(--secondary-color)!important;
  border: 0px!important;
}

/*Account History Popup*/
div#partnerApproveModal .modal-content {
  max-width: 100%;
  margin: 0px auto;
  border-radius: 15px;
}
div#partnerApproveModal .modal-content .modal-body{
  padding: 20px 20px;
}
div#partnerApproveModal .modal-content .modal-body .close{
  position: relative;
  top: -10px;
  right: 0px;
}
div#partnerApproveModal .modal-content .modal-body .loader_img_tick{
  filter: grayscale(1);
  padding-left: 10px;
}
div#partnerApproveModal .modal-content .modal-body .loader_img_tick.loading{
  animation: 0.7s imageloader infinite;
}
div#partnerApproveModal .modal-content .modal-body .btn_approved{
  padding: 13px 20px !important;
  border-radius: 8px !important;
  position: relative;
  overflow: hidden;
}
div#partnerApproveModal .modal-content .modal-body textarea{
  color: #000!important;
  font-size: 14px;
  height: 120px;
  margin-bottom: 30px;
}
div#partnerApproveModal .modal-content .loader{
  background: rgba(255, 255, 255, 0.6);
}
div#partnerApproveModal .modal-content .loader::after, div#partnerApproveModal .modal-content .loader::before{
  background: #74af69;
}
div#partnerRejectModal .modal-content {
  max-width: 100%;
  margin: 0px auto;
  border-radius: 15px;
}
div#partnerRejectModal .modal-content .modal-body{
  padding: 20px;
}
div#partnerRejectModal .modal-content .modal-body .close{
  position: relative;
  top: -10px;
  right: 0px;
}
div#partnerRejectModal .modal-content .modal-body textarea{
  color: #000!important;
  font-size: 14px;
  height: 120px;
  margin-bottom: 30px;
}
div#partnerRejectModal .modal-content .modal-body .btn_reject{
  padding: 13px 20px !important;
  border-radius: 8px !important;
  position: relative;
  overflow: hidden;
}
div#partnerRejectModal .modal-content .loader{
  background: rgba(255, 255, 255, 0.6);
}
div#partnerRejectModal .modal-content .loader::after, div#partnerRejectModal .modal-content .loader::before{
  background: #780a10;
}
span#messageError, span#disapprovemessage{
  position: absolute;
  bottom: -28px;
  left: 0px;
  width: 100%;
  text-align: center;
}
.area_group{
  position: relative;
}
#successAlert .modal-content {
  max-width: 320px;
  margin: 0px auto;
  border-radius: 15px;
}

div#successAlert .modal-content .modal-body .btn_approved{
  padding: 13px 30px !important;
  border-radius: 8px !important;
  position: relative;
  overflow: hidden;
}
div#successAlert .modal-content .modal-body{
  padding: 30px 20px;
}

div#successAlert .modal-content .modal-body .close{
  position: relative;
  top: -25px;
  right: -10px;
}

div#successAlert .modal-content .modal-body .loader_img_tick img{
  display: none;
  margin: 0px auto;
}
div#successAlert .modal-content .modal-body .loader_img_tick img.tick_green.active{
  display: block;
}
div#successAlert .modal-content .modal-body .loader_img_tick img.cross_red.active{
  display: block;
}
div#successAlert .modal-content .modal-body .bg_pry{
  color: #fff!important;
}

.btn_reject{}
@media screen and (max-width: 992px){
  #app .page-wrapper.chiller-theme #close-sidebar{
    opacity: 1;
  }
  .menu-container{
    padding: 10px 0px;
  }
  /*nav#sidebar-new{
    padding: 10px 20px;
  }
  main header{
    padding: 0px 20px;
  } */
  #app #show-sidebar{
    top: 16px;
  }
}
@media screen and (max-width: 768px) {
  nav#sidebar-new{
    padding: 20px;
  }
  #profile_links .profile_name{
    display: none!important;
  }
  .menu-container .dropdown{
    padding: 0px!important;
  }
  #app main header{
    padding: 0 10px 0 40px;
  }
}
.table .white th{
  color: #fff!important;
}


/*FAQ Design*/

.faq_section h1{
  font-size: 32px;
  line-height: 42px;
  margin: 0px;
  font-weight: bold;
}
.faq_section{
  font-size: 16px;
  color: var(--black-color);
  line-height: 22px;
  margin: 0 0 20px 0;
}
.faq_section h5{
  font-size: 24px;
  line-height: 32px;
  padding: 0 0 10px 0;
  margin: 0 0 20px 0;
  color: var(--secondary-color);
  border-bottom: 2px solid var(--primary-color);
  font-weight: bold;
  transition: all 0.6s ease;
  cursor: pointer;
}
.faq_content{
  margin: 0 0 30px 0;
}
#faq_review i{
  color: var(--black-color);
  cursor: pointer;
  transition: all 0.6s ease;
}
#faq_review i:hover{
  color: var(--secondary-color);
}
.faq_bg{
  background: url(../img/faq_bg.png) repeat top left;
  background-size: cover;
  position: relative;
  top: 0px;
  position: sticky;
} 
.training_module .training_module_head p,.training_module .training_module_head li{
  font-size: 15px;
  line-height: 22px;
  color: var(--secondary-color);
  margin-bottom: 6px;
}
.training_module .training_module_head p{
  font-weight: bold;
}
.training_module p{
  font-size: 15px;
  line-height: 22px;
  color: var(--black-color);
  margin-bottom: 6px;
}
.training_module span b{
  color: var(--primary-color);
}
.training_module h1{
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin: 0px;
  color: var(--primary-color);
  margin: 20px 0px;
}
.question p{
  color: var(--primary-color);
  font-weight: 600;
}
.br_10{
  border-radius: 10px;
}
.tm_q_radio{
  position: relative;
  margin-bottom: 12px;
}
.tm_q_radio label{
  line-height: 15px;
  cursor: pointer;
  display: block;
  position: relative;
  padding-left: 20px;
}
.tm_q_radio .check{
  position: absolute;
  left: 0px;
  top: 0px;
  height: 15px;
  width: 15px;
  border-radius: 100%;
  border: 2px solid var(--primary-color);
  top: 50%;
  transform: translateY(-50%);
}
.tm_q_radio .check::after{
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 7px;
  height: 7px;
  background: var(--primary-color);
  border-radius: 10px;
  margin: 0px auto;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.6s ease;
}
.tm_q_radio input[type="radio"]{
  position: absolute;
  cursor: pointer;
  visibility: hidden;
}
.tm_q_radio input[type="radio"]:checked ~ label .check::after{
  opacity: 1;
}

/*Progress Bar*/
.circle-progress {
  position: relative;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: conic-gradient(
    #F2A24D 0% 75%,  /* Green progress */
    #0F3C5E 75% 100% /* Gray background */
  );
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
}

.circle-progress::after {
  content: "";
  font-size: 20px;
  font-weight: bold;
  color: #F2A24D;
  position: absolute;
  width: 80%;
  height: 80%;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  font-size: 0px;
  background: #fff;
  margin: 0px auto;
  right: 0px;
}
.progress-text{
  font-size: 25px;
  line-height: 25px;
  position: relative;
  z-index: 1;
}

#dash_box_col > div:first-of-type{
  width: 417px;
}
#dash_box_col > div:first-of-type{}
#dash_box_col > div:nth-of-type(2){
  width: 317px;
}
#home #box_section #dash_box_col .box_{
  height: 100%;
  padding: 20px;
  display: flex;
    flex-direction: column;
    justify-content: center;
}
#dash_box_col .dash_box_col_item{
  display: flex;
  height: 100%;
  flex-direction: column;
}
#dash_box_col{
  margin-bottom: 10px;
}
#dash_box_col .btn{
  font-size: 12px;
  line-height: 12px;
}
#dash_box_col h3{
  font-weight: bold;
}
#dash_box_col p{
  font-size: 15px;
  line-height: 22px;
}
#dash_box_col .lite_btn{
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  color: var(--secondary-color);
  padding: 10px;
  background: #f1f1f1;
  width: 100%;
  border-radius: 3px;
}
#dash_box_col .title{
  font-size: 20px;
  line-height: 20px;
}

/* Basic styles for the autocomplete suggestions */
.autocomplete-suggestions {
  border: 1px solid #ddd;
  max-height: 150px;
  overflow-y: auto;
  background-color: #fff;
  position: absolute;
  z-index: 1000;
  width: 93%;
  box-shadow: 0 7px 10px -7px rgba(0,0,0,0.2);
}

.suggestion-item {
  padding: 5px 10px;
  cursor: pointer;
}

.suggestion-item:hover,.autocomplete-active  {
  background-color: #f0f0f0;
}


/* Return Device Container */

#returnDeviceContainer #returnDeviceOverlay,#paymentAddressContainer #paymentAddressOverlay{
  overflow-y: auto;
}
#returnDeviceContainer #returnDeviceModal,#paymentAddressContainer #paymentAddressModal{
  top: 20px;
  padding: 30px;
  position: sticky;
}
#returnDeviceContainer #returnDeviceModal .body-page, #paymentAddressContainer #paymentAddressModal .body-page{
  padding: 0;
}
#returnDeviceContainer #returnDeviceModal h3, 
#returnDeviceContainer #returnDeviceModal .modal-header-icons,#paymentAddressContainer #paymentAddressModal h3, 
#paymentAddressContainer #paymentAddressModal .modal-header-icons{
  position: absolute;
  top: 18px;
} 
#returnDeviceContainer #returnDeviceModal .modal-header-icons, #paymentAddressContainer #paymentAddressModal .modal-header-icons{
  right: 20px;
}
#paymentModalContainer .modal-dialog input[type="submit"]{
  max-width: fit-content;
  min-height: 45px;
  margin-left: auto;
  padding: 0px 40px;
}

.payment__flow .payment-method {
  display: flex;
  flex-wrap: wrap;
}

.payment__flow  .payment-method .btn {
  padding: 0 !important;
}

.payment__flow  .payment-method .btn>div{
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #D1DCE5;
  padding: 10px;
  background-color: white;
  border-radius: 5px;
}
.payment__flow  .payment-method .btn:last-child{
  margin-right: 0;
}

/* Style for the selected/active radio button */
.payment__flow  .payment-method .btn-check:checked + .btn>div {
  background-color: #0e466924;
  color: #0e4669;
  border-color: #0e4669;
}

.payment__flow  .payment-method .btn img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.payment__flow  .method-label {
  font-size: 15px;
  text-wrap: nowrap;
}

.payment__flow .btn-check {
  appearance: none; 
  -webkit-appearance: none; 
  width: 16px;
  height: 16px;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  position: relative;
  display: none;
}
.box_Section .payment-method input{
  background-color: transparent;
}

.payment__flow .payment-method .btn img.paypal{
  width: 80px;
}
.payment__flow .payment-method .paypal__container>div{
  padding: 12px 0 !important;
}

@media (min-width: 576px){
  #paymentModalContainer .modal-dialog {
    max-width: 550px;
    margin: 1.75rem auto;
  }
  #paymentModalContainer .modal-dialog input[type="submit"]{
    width: 100%;
  }
}



@media (max-width: 1280px){
  .payment__flow .payment-method .btn {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 576px){
  #paymentModalContainer .modal-dialog .format__ label{
    text-align: left;
    display: block;
    width: 100%;
  }
  #paymentModalContainer .modal-dialog .format__ select{
    width: 100% !important;
  }
  .payment__flow .payment__type_confirm{
    width: 100% !important;
  }
  .payment__flow .payment-method .btn {
    flex: 0 0 100%;
    max-width: 100%;
  }
}





/* @media (max-width:768px){
  #returnDeviceContainer #returnDeviceModal{
    top: 0;
    border-radius: 0;
    overflow: auto;
    overflow-x: auto;
    overflow-y: auto;
    max-height: 100vh;
    left: 0;
    width: 460px;
  }
}

@media (max-width:567px){
  #returnDeviceContainer #returnDeviceModal{
    width: 100% !important;
  }
} */

/* @media (min-height: 100px) and (max-height: 600px) {
  #returnDeviceContainer #returnDeviceModal{
    overflow: auto;
    max-height: 500px;
    width: 460px;
    padding-bottom: 20px;
    top: 0;
  }
} */
/*Resource Hub New - MM*/
.rh_item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 3px solid var(--primary-color);
  margin-bottom: 20px;
}
.rh_section h5{
  font-size: 24px;
  line-height: 32px;
  color: var(--secondary-color);
  margin: 0;
  padding: 0 0 0 35px;
  font-weight: bold;
  cursor: pointer;
  position: relative;
}
.rh_section .rh_item_inner{
  padding: 20px 20px 0px 20px;
  background: #fff;
  border-radius: 5px;
  margin-top: 20px;
}
.rh_section .arrow_down::after{
  content: "";
  height: 15px;
  width: 15px;
  border: 4px solid #000;
  border-radius: 2px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(134deg);
  transition: all 0.6s ease;
  border-color: #000 #000 transparent transparent;
}
.rh_heading{
  position: relative;
}
.rh_heading .rh_toggle.active ~ .arrow_down::after{
  border-color: transparent transparent #000 #000;
}

.rh_section .plus_icon::before{
  content: "";
  height: 15px;
  width: 3px;
  border-radius: 2px;
  background: #000;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.6s ease;
}

.rh_section .plus_icon::after{
  content: "";
  height: 15px;
  width: 3px;
  border-radius: 2px;
  background: #000;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transition: all 0.6s ease;
}

.rh_heading{
  position: relative;
}
.rh_heading .rh_toggle.active ~ .plus_icon::before{
  transform: translateY(-50%) rotate(90deg);
}
#mm_inner_mm{
  overflow: scroll;
  display: flex;
  padding:0 0 15px 20px;
}
@layer utilities {
  #mm_inner_mm::-webkit-scrollbar {
    width: 4px!important;
    height: 4px!important;
  }

  #mm_inner_mm::-webkit-scrollbar-track {
    border-radius: 100vh!important;
    background: #fff!important;
  }

  #mm_inner_mm::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2)!important;
    border-radius: 100vh!important;
    border: 5px solid rgba(0, 0, 0, 0.1)!important;
  }

  #mm_inner_mm::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.4)!important;
  }
}
.mm_box_sec_col {
  width: 202px;
  display: block;
  flex: none;
  margin-right: 55px;
}
.mm_box_sec_col:last-of-type{
  margin: 0px;
}
.mm_box_sec_col .bs_3{
  border-radius: 15px;
  overflow: hidden;
}
.mm_box_sec_col{
  position: relative;
}



.top_btn_sec_pos{
  position: absolute;
  padding: 5px 20px;
  text-align: center;
  color: #fff;
  background: var(--secondary-color);
  font-size: 15px;
  font-weight: bold;
  min-width: 90px;
  line-height: 15px;
  border-radius: 0px 5px 5px 0px;
  top: 15px;
  left: -11px;
}
.top_btn_sec_pos::after{
  content: "";
  position: absolute;
  bottom: -11px;
  left: 0px;
  height: 0px;
  width: 0px;
  border: 6px solid #AC620C;
  border-color: #AC620C #AC620C transparent transparent;
}
.mm_box_sec_col .btn.btn_sec{
  padding: 4px 20px!important;
  border-radius: 50px!important;
  font-weight: bold;
  font-size: 13px;
  line-height: 14px;
}

.web_banner_item label{
  position: relative;
  text-align: center;
}
.web_banner_item label > span.size_info{
  font-size: 12px;
  line-height: 12px;
  color: #B0BFCA;
  font-weight: 700;
  transition: all 0.6s ease;
}

.web_banner_item label input{
  position: absolute;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  display: none;
  z-index: -1;
}
.web_banner_item label > span.size_chart{
  position: relative;
  height: 17px;
  width: 17px;
  display: block;
  border-radius: 5px;
  border: 2px solid #B0BFCA;
  margin: 0px auto 6px;
  transition: all 0.6s ease;
}

.web_banner_item label > input[type="radio"]:checked + span.size_chart{
  border-color: var(--secondary-color);
}

.web_banner_item label > input[type="radio"]:checked ~ span.size_info{
  color: var(--secondary-color);
}

.web_banner_item label.webBanner5x4 > span.size_chart{
  height: 26px;
  width: 26px;
}
.web_banner_item label.webBanner5x4{
  margin: 0px 10px;
}
.web_banner_item label.webBanner1x6 > span.size_chart{
  height: 35px;
  width: 17px;
}

#collapse_pc .img_sec{
  min-height: 142px;
}
#collapse_pc img{
  object-fit: contain;
}

.faq_heading h5{
  padding-right: 30px;
  position: relative;
}
.faq_heading h5::before{
  content: "";
  height: 15px;
  width: 3px;
  border-radius: 2px;
  background: #000;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.6s ease;
}

.faq_heading h5::after{
  content: "";
  height: 15px;
  width: 3px;
  border-radius: 2px;
  background: #000;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transition: all 0.6s ease;
}
.faq_heading h5.active::before{
  transform: translateY(-50%) rotate(90deg);
}
.date_time_sec input[type="date"]{
  background: #E7EDF0 url(../img/icons/calendar_icon.png) no-repeat center center;
  background-size: 16px;
  background-position: right 20px center;
}
#myTable1_wrapper div.dataTables_processing{
  transform: translateY(-50%);
  left: 0px!important;
  right: 0px;
  margin: 0px auto!important;
}

/*Radio Group*/
.radio_group label{
  position: relative;
  padding: 0px 30px;
  cursor: pointer;
  color: var(--primary-color);
  text-align: left;
}
.radio_group label span{
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  height: 15px;
  width: 15px;
  border-radius: 100%;
  border: 3px solid var(--primary-color);
  transition: all 0.6s ease;
  background: #fff;
  text-align: center;
  display: block;
}
.radio_group label span::after{
  content: "";
  position: absolute;
  height: 6px;
  width: 6px;
  top: 50%;
  right: 0px;
  left: 0px;
  transform: translateY(-50%);
  margin: 0px auto;
  display: block;
  border-radius: 100%;
  background: var(--primary-color);
  opacity: 0;
  transition: all 0.6s ease;
}
.radio_group label>input[type="radio"]:checked + span::after{
  opacity: 1;
}
.radio_group label>input[type="radio"]{
  display: none;
}
#partnerRejectModal .modal-dialog{
  max-width: 600px;
}
.multi_lang_sec_cont{
  position: relative!important;
  display: block!important;
  border: 0px;
  padding: 0px;
}
.multi_lang_sec_head::after{
  display: none!important;
}
.multi_lang_sec_cont p{
  font-size: 15px;
  line-height: 15px;
  font-weight: bold;
  margin-bottom: 6px!important;
}
.multi_lang_sec_cont a{
  font-weight: bold;
  padding: 6px 10px 4px 10px;
  border-radius: 5px;
  border: 1px solid;
  font-size: 15px;
  line-height: 15px;
  margin-right: 7px;
}
.multi_lang_sec_cont img{
  width: 25px;
}
.multi_lang_sec_head img{
  width: 50;
  margin-top: 4px;
}

@media screen and (max-width: 992px){
  .container{
    max-width: 100%!important;
    width: 95%!important;
  }
}

@media screen and (max-width:768px){
  .multi_lang_sec_cont{
      position: absolute!important;
      width: 100%;
      top: 60px;
      left: 0px;
      padding: 10px;
      background: #fff;
      box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3);
      right: 0px;
      margin: 0px auto;
      border-radius: 10px;
      max-width: 280px;
      display: none!important;
  }
  .multi_lang_sec_cont.show{
    display: block!important;
    top: 10px!important;
  }
  .multi_lang_sec_cont a, .multi_lang_sec_cont p{
    font-size: 14px;
  }
  .multi_lang_sec_cont img{
    width: 25px;
  }
  .multi_lang_sec_head img{
    width: 35px;
  }
  #header .head_logo{
    max-width: 180px;
  }
}
@media screen and (max-width:450px){
  #header .head_logo{
    max-width: 150px;
  }
}