.top-countries {
  overflow: auto;
  height: 334px;
}

.right-dash text {
  font-size: 13px;
}


.paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #000000 !important;
  border: 1px solid #e8e8e8 !important;
  background: white !important;

}

.empty-state h4 {
  font-size: 13px;
  color: #ed3a3b;
}

.input-group-append {
  height: 35px;
}

.channelHeading {
  margin-top: 10px !important;
}

.channelHeading h5 {
  font-size: 14px !important;
  font-weight: 700;
}

.channelIcon {
  background-color: #fff !important;
}

.integrateTag {
  width: 70% !important;
}

.inputBoxflex {
  display: flex !important;
}

.channelIcon img {
  padding: 6px !important;
  width: 14% !important;
  border-radius: 100%;
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 1px 3px 1px rgba(60, 64, 67, .15) !important;
}

.modalShowBody {
  padding: unset !important;
}

.tab_parent_box {
  padding-left: unset !important;
  padding-right: unset !important;
  border-right: 2px solid #EDF0F3;
  height: 100dvh;
}

.pill_row {
  margin-left: unset !important;
}

.integrationBox {
  padding-left: unset !important;
}

.headingIntegration {
  padding: 10px;
}

.tabpanelSteps {
  margin-top: 25px;
  min-width: 530px;
}

.pill_row {
  border-top: 0.8px solid #EEF0F4;
  /* padding-top: 30px; */
}

.channelBox {
  border-radius: 5px !important;
  padding: 20px !important;
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 1px 3px 1px rgba(60, 64, 67, .15) !important;
}

.connectChannelBtn {
  margin-top: 30px;
}

.connectChannelBtn .btn_connect {
  background-color: #1967D2 !important;
  color: #fff !important;
}

.btn_connected {
  background-color: #C9DCD3 !important;
  color: #518C71;
  padding: 6px 12px;
  width: 94px;
  height: 34px;
  align-items: center;
  display: flex;
  justify-content: center;
  font-size: 14px;

}

.connectedEditSpan {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  width: 60%;
}

.channelParagrapagh p {
  color: #8F8F8F !important;
  font-size: 12px !important;
}

/* custom right modal open css */

.right.modal.fade {
  right: 0;
  left: auto;
}

.contentForChannel {
  /* min-width: 1800px !important; */
  height: 100vh;
}

.right.modal.fade.in {
  right: 0;
  left: auto;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.modal.right .modal-dialog {
  position: fixed;
  margin: 0;
  right: 0;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
}

.modal.right .modal-dialog.show {
  transform: translateX(0);
}

/* custom right modal open css */

.collapaseBox {
  position: absolute !important;
  right: 0 !important;
  border: 0.8px solid #ededf6;
  min-height: 100dvh;
  z-index: 99999999999 !important;
  top: 9px !important;
  background-color: #fff;
  transition: all ease-in-out 1s;
}

#collapseWidthExample {
  display: block !important;
}

.crossIcon {
  position: absolute !important;
  top: 0 !important;
  right: 14px !important;
  cursor: pointer !important;
}


.card_content {
  min-height: 100dvh !important;
  color: #fff !important;
}

.slimScrollDiv{
  height: auto !important;
}

.flexChannelBox {
  margin-bottom: 20px !important;
}

.navigationbar {
  overflow-y: auto;
  height: calc(100vh - 70px);
}


/* -------------Scroll-------- */
.navigationbar::-webkit-scrollbar-track {
  background-color: #0F56AF;
}

.navigationbar::-webkit-scrollbar {
  width: 7px;
  background-color: #0F56AF;

  .spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
  }
}

.navigationbar::-webkit-scrollbar-thumb {
  background-color: #8aa2c1;
  border: 2px solid #8aa2c1;
}

.navigationbar {
  -ms-overflow-style: none;
}

/* ---------Scroll---------- */


.spinner .spinner-border {
  display: inline-block;
  width: 7rem;
  height: 7rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite;
}

.spinLoader .spinner-border {
  display: inline-block;
  width: 4rem;
  height: 4rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite;
}


#compliance-chartist-bar .ct-series-c .ct-bar {
  stroke: #263a5b !important;
}


.text-orange {
  color: #ea803c;
}


#domain-chartist .c3-event-rect {
  height: 145px !important;
}

.welcome-block {
  margin-bottom: -8px;
}

.intro-block {
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
}

.intro-block img {
  height: 182px;
  float: right;
}

.intro-block p {
  color: #868686;
}

.intro-block h5 {
    color: #0E2954;
}


.intro-block input {
  font-size: 13px;
  background: #f2f2f2;
}



.pack-expiry table.daily-table th {
  padding: 2px;
  font-size: 13px;
  font-weight: 400;
  color: #12293c;
}

.pack-expiry table.daily-table td {
  padding: 2px;
  color: #dd506a;
  font-size: 12px;
}




.my-canvas {
  height: 110px;
  width: 110px;
  display: flex;
  align-items: center;
  text-align: center;
  border: 14px solid #1c7ff6;
  border-radius: 70px;
  margin: auto;
}



.my-canvas p {
  text-align: center;
  width: 100%;
  margin-bottom: 0px;
  color: #273a5b !important;
  font-size: 18px !important;

}


.comp-chart .ct-series-d .ct-bar {
  /* stroke: #F5A841 !important; */
}




.toggle-menu .profile-element-left .profile-text {
  display: none;
}

div.dataTables_wrapper div.dataTables_info,
div.dataTables_wrapper div.dataTables_paginate {
  margin-top: 15px;
  font-size: 13px;
}

.mta_sts_row{
  align-items: center;
  justify-content: space-between;
}

.c_name_col{
  text-align: left !important;

}


.domain-selecter {
  background: #f3f3f3;
  margin-bottom: 30px;
}


#page-loader,
.toast-box,
.statcounter {
  display: none !important;
}

.dash-contentbar {
  height: 100vh;
  overflow: auto;
}


.dash-contentbar .rightbar {
  height: 100vh;
}

.dash-contentbar .right-dash,
.dash-contentbar .left-dash {
  /* height: 90vh;
  overflow: auto; */
}

.dash-contentbar .form-control {
  font-size: 13px !important;
}

.dash-contentbar .right-dash::-webkit-scrollbar,
.dash-contentbar .left-dash::-webkit-scrollbar {
  display: none;
}

.reports-contentbar .dash-widget {
  box-shadow: 0 2px 2px 0 rgb(242, 243, 247), 0 0 2px 0 rgba(140, 142, 146, 0.58);
}



.dashboard_Body{
  margin-top: 60px;
}



/* Connect Threatcop Admin css */

.bannerWrapper .alert{
    padding: 15px 15px 0px !important;
    background: #213F61;
    position: relative;
}

.bannerWrapper .content{
    color: white;
}

.bannerWrapper .content h4{
    font-size: 18px;
    margin-bottom: 3px;
    font-weight: 600;
    margin-top: 10px;
    color: white;
}
.bannerWrapper sup{
    font-size: 11px;
    background: #F9AC30;
    padding: 2px 5px 2px 5px;
    border-radius: 5px;
    margin-left: 10px;
    color: white;
}

.bannerWrapper .content span{
    font-size: 14px;
    font-style: italic;
    font-weight: 200;
    color: white;

}

.bannerWrapper .content p{
    font-size: 13px;
    line-height: 20px;
    margin: 15px 0px 20px;
    font-weight: 200;
    color: white;
}

.bannerWrapper .alert-dismissible .close{
  position: absolute;
  top: 10px;
  right: 10px;
  color: #000000;
  z-index: 999999;
  background: #fff;
  padding: 0px 6px 3px 6px;
  border-radius: 20px;
  font-size: 18px;
}

.statusBanner{
  display: none;
}
.connectTaAdminBtn{
  display: none;
}
.statusBanner p{
    font-size: 13px;
    margin-bottom: 4px;
    color: #0f5132;
}

.statusBanner span{
    font-size: 12px;
    font-weight: 700;
    color: #0f5132;
}

/* *****************
left profile css 
******************* */

.profile-element-left {
  padding: 20px
}

.profile-element-left .avatar {
  width: 40px;
  height: 40px;
  position: relative;
  margin-left: 10px;
}

.profile-element-left .avatar:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 3px;
  width: 6px;
  height: 6px;
  background-color: #969dab;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, .95);
  border-radius: 100%
}

.profile-element-left .avatar.online:after {
  background-color: #3bb001
}

.profile-element-left .profile-text {
  margin-left: 12px
}

.profile-element-left .profile-text h6 {
  color: white !important;
}

.profile-element-left .profile-text span {
  display: block;
  color: #ffffff;
  font-size: 12px;
  line-height: 20px;
}

#backArrow{
  padding: 10px;
  display: flex;
  align-items: center;
  background: hsla(0, 0%, 100%, .08);
  border: 1px solid hsla(0, 0%, 100%, .149);
  border-radius: 5px;
  margin: 16px;
}


#backArrow .icon-arrow-left{
  background: #fff;
  padding: 10px;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  color: #000;
  cursor: pointer;
  font-size: 12px;
}


#backArrow span{
  color: #fff;
  margin-left: 10px;
  font-size: 14px;
}


/* *****************
 Table CSS
******************* */


.dmarc-records-table .table td:nth-child(2) {
  word-break: break-all;
}



#reports-geo-chart {
  width: 100% !important;
  height: 500px !important;
}



#dash-geo-chart {
  width: 100% !important;
  height: 350px !important;
}




/* *****************
dashboard-counts card
******************* */

.dash-blocks-wrap {
  padding: 0px 40px !important;
  margin-bottom: -85px;
  margin-top: -60px;
}

.wrap-1-block {
  margin-top: -40px;
  margin-bottom: -120px;
}




@media (min-width: 1520px) and (max-width: 1650px) {

  .dash-blocks-wrap {
    margin-bottom: -79px;
  }

  .wrap-1-block {
    margin-bottom: -97px;
  }

}


@media (min-width: 1651px) and (max-width: 1800px) {

  .dash-blocks-wrap {
    margin-bottom: -50px;
    margin-top: -33px;
  }

  .wrap-1-block {
    margin-bottom: -74px;
    margin-top: -15px;
  }



}

@media (min-width: 1801px) {

  .dash-blocks-wrap {
    margin-bottom: -26px;
    margin-top: -17px;
  }

  .wrap-1-block {
    margin-top: -10px;
    margin-bottom: -44px;
  }



}






/*.dash-blocks .donut-wrap-1{
  max-height: 215px !important;
}
.dash-blocks .donut-wrap{
  max-height: 170px !important;
}
*/
.dash-blocks .c3-legend-item {
  display: none !important;
}

.dash-blocks .chart-label li p {
  margin-bottom: 0px;
}




.left-dash .card-block {
  flex: 1 0 13.44%;
  max-width: 19.50%;
  background: white;
  margin: 0px 5px;
  padding: 5px 5px 5px 16px;
  border-radius: 10px;
  box-shadow: 0 6px 10px -4px rgba(0, 0, 0, .15);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.left-dash .card-block i {
  font-size: 39px;
  margin: 3px 8px;
  color: #256ac1;
}

.card-block img {
  width: 55px;
  height: 55px;
}

.card-block .mid-content {
  display: flex;
  align-items: center;
}

.card-block h5 {
  color: #444444;
  font-size: 12.5px;
  margin-bottom: 1px;
  font-weight: 700;
}

.card-block p {
  font-size: 14px;
  color: #777777;
}

.card-block p {
  margin-bottom: 0px;
}

.sidebar-filter label,
.sidebar-filter .form-control {
  font-size: 13px !important;
}



/* *****************
 View Source Details Graphs
******************* */
.view-source-table .dataTables_filter {
  margin-right: 80px !important;
}

.filter-btn-wrap {
  width: 100%;
  text-align: right;
  margin-bottom: -80px;
}

.progress-card {
  flex: 0 0 20%;
  max-width: 20%;
  text-align: center;
}


.progress-card .knob {
  color: #273a5b !important;
  font-size: 17px !important;
}


.toast.toast-top {
  z-index: 100000;
  position: fixed;
  top: 60px;
  right: 0;

}








/* --------toast message----------- */
.toast-box {
  position: absolute;
  top: 105px;
  right: 67px;
  z-index: 10000;
}

.toast-header strong {
  display: none;
  color: #696969;
}

.toast.show {
  background: white;
  min-width: 350px;
}

/* --------alert-------- */

#common-wrapper .alert {
  /* margin-bottom: 0rem; */
  z-index: 2;
}



.toast.toast-top {
  z-index: 100000;
  position: fixed;
  top: 60px;
  right: 0;


}

.form-control {

  border: 1px solid #ced4da;
}

.btn-copy {
  position: absolute;
  right: 0;
  top: 1px;
  font-size: 23px;
  color: #646669;
}

/* ------------------------
  Custom Table CSS
------------------------ */













.custom-table .table-head {
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.03);
}

.custom-table .table-head h6 {
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 0px;
  padding: 0.7rem;
}

.custom-table .table-body {
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
  cursor: pointer;

}

.custom-table .table-body .table-text {
  color: #57595a;
  padding: 20px 20px;
  font-size: 14px;
}

.table-detail h5 {
  font-weight: 500;
  font-size: 15px;
  line-height: 47px;
  margin-bottom: 0px;
  color: #363738;
}

.table-detail {
  padding: 30px;
  box-shadow: 0 5px 12px 0 rgba(0, 0, 0, .11), 0 0 1px 0 rgba(0, 0, 0, .1);
  border-radius: 8px;
  margin: 10px;
  position: relative;
  cursor: default;
}

.close-icon {
  position: absolute;
  right: 17px;
  cursor: pointer;
}

tfoot {
  border-bottom: 1px solid #f7f7f7;
}

tfoot td {

  border-top: 1px solid #f7f7f7 !important;
  font-weight: 600;
  color: #263a5b !important;

}

td .progress {
  background-color: #ed3d3b !important;
  position: relative;
}

td .progress-bar {
  position: absolute;
}

.ellipsis {
  width: 170px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.spinner-border {
  border-left-color: #969696;
  border-top-color: #969696;
  border-bottom-color: #969696;
}


/* 
anjani css start here */

.select_guide {
  border: none;
  border-bottom: 1px solid #ced4da;
  border-radius: 0;
}

.steps_ui .li_wrap {
  list-style: none;
  position: relative;
  margin-bottom: 40px;
}

.steps_ui .li_wrap:nth-child(1)::before {
  content: "1";
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  left: -41px;
  border-radius: 100%;
  border: 1px solid #ddd;
  padding: 2px 9px;
  font-size: 15px;
}

.steps_ui .li_wrap:nth-child(2)::before {
  content: "2";
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  left: -41px;
  border-radius: 100%;
  border: 1px solid #ddd;
  padding: 2px 9px;
}

.steps_ui .li_wrap:nth-child(3)::before {
  content: "3";
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  left: -41px;
  border-radius: 100%;
  border: 1px solid #ddd;
  padding: 2px 9px;
}
.steps_ui .li_wrap p{
  color: #3b3c3e;
}

.numbered-steps-module__numbered-steps___18wzj>li {
  position: relative;
  margin-bottom: 30px;
}
.numbered-steps-module__numbered-steps___18wzj .step-label{
  font-size: 1rem;
  color: #434446;
  font-weight: 500;
}

/* .numbered-steps-module__numbered-steps___18wzj > li::before {
  content: "1";
  position: absolute;
  left: 0;
  display: block;
  width: 30px;
  height: 30px;
  font-size: 13px;
  line-height: 30px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #d4dadf;
  border-radius: 50%;
} */

.numbered-steps-module__numbered-steps___18wzj h3 {
  margin-bottom: 6px;
}

h3.step-label {
  padding-top: 0;
}

.sub-text {
  font-size: 14px;
  font-weight: 200px;
}

.table-wrap thead th {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1px;
  color: #7f90a0;
  text-transform: uppercase;
  vertical-align: middle;
}

.table-wrap td,
.table-wrap th {
  padding: 20px 12px;
}

.table-wrap tr:last-of-type {
  border-bottom: 1px solid #e9ecef;
}

.table-wrap td:not(.table-checkbox) {
  background-color: #fff;
}

.table-wrap td {
  vertical-align: middle;
}

.ins_wrap {
  margin: 40px 0px;
}

.step_first {
  margin-bottom: 30px;
}

ol {
  list-style: none;
  padding: 0;
}

.ins_wrap {
  margin: 17px 0px 23px;
}

.table-wrap {
  width: 100%;
  max-width: none;
  margin-bottom: 20px;
}

.numbered-steps-module__numbered-steps___18wzj>li:nth-child(2)::before {
  content: "2";
}

.cowrk_wrap .card-field {
  width: 100%;
  margin-bottom: 30px;
}

.cowrk_wrap .card-label {
  text-align: right;
  color: #9e9e9e;
  font-size: 13px;
  font-weight: 600;
  padding-top: 7px;
}

.cowrk_wrap .card-input {
  padding-top: 0;
}

.cowrk_wrap .input-text-wrap {
  position: relative;
  padding-top: 15px;
  margin-bottom: 20px;
}

.cowrk_wrap .input-text-wrap [type="email"],
.input-text-wrap [type="number"],
.input-text-wrap [type="password"],
.input-text-wrap [type="tel"],
.input-text-wrap [type="text"] {
  display: block;
  width: 100%;
  padding: 0;
  font-size: 13px;
  line-height: 24px;
  color: #294661;
  background-color: transparent;
  border: 0;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: 0px;
  border-bottom: 1px solid #d4dadf;
  box-shadow: 0 1px 0 transparent;
  transition: border-color .3s, box-shadow .3s;
}

.cowrk_wrap .textarea-wrap {
  position: relative;
  max-width: 100%;
  padding-top: 15px;
  margin-bottom: 20px;
}

.cowrk_wrap .card-input textarea {
  height: 100px;
}

.cowrk_wrap .send-button {
  margin-top: 10px;
}

#message {
  display: none;
}

.cowrk_wrap .btn-list {
  font-size: 0;
}

.cowrk_wrap .card {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 60px 30px;
  background-color: #fff;
  border: 1px solid #e9ecef;
  border-radius: 2px;
}

.cowrk_wrap textarea {
  display: block;
  width: 100%;
  height: 25px;
  padding: 0;
  overflow: hidden;
  font-size: 13px;
  line-height: 25px;
  color: #294661;
  background-color: transparent;
  border: 0;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: 0px;
  border-bottom: 1px solid #d4dadf;
  box-shadow: 0 1px 0 transparent;
  transition: border-color .3s, box-shadow .3s;
  resize: none;
}

.btn_wrap {
  display: flex;
  justify-content: flex-end;
}

.btn-list {
  display: flex;
}

.input-checkbox-wrap {
  margin-right: 7px;
}

.ready-button {
  display: flex;
  justify-content: flex-end;
}

.inactive_milestone.active {
  background: linear-gradient(152.54deg, #1a82e2, #294661);
  color: #fff;
  font-size: 20px;
  margin: 0;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem 0.5rem 0rem 0rem;
}

.main_wrap_next {
  box-shadow: 0 3px 6px 0 rgba(41, 70, 97, .15) !important;
  margin-bottom: 24px;
}

.main_wrap {
  margin-bottom: 60px;
  box-shadow: 0 3px 6px 0 rgba(41, 70, 97, .15);
}

.card_head_acc {
  padding: 20px 30px !important;
}

.inactive_milestone {
  background: #e9ecef;
  color: #000;
  font-size: 20px;
  margin: 0;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem 0.5rem 0rem 0rem;
}

.accordian_wrap .card .card-header .card-title {
  font-size: 17px;
  margin-bottom: 20px;
  font-weight: 600;
  color: #2f3031;
}

.sender-identity-accordion-content-not-completed {
  display: flex;
  justify-content: space-between;
}

.sender-identity-accordion-content-not-completed .sender-identity-accordion-content-not-completed-left {
  margin-right: 80px;
  padding: 0px 10px;
}

.sender-identity-accordion-content-not-completed .sender-identity-accordion-content-not-completed-left p {
  font-size: 15px;
  line-height: 27px;
  margin-bottom: 30px;
}

.sender-identity-accordion-content-not-completed .sender-identity-accordion-content-not-completed-left .sender-identity-accordion-buttons {
  display: flex;
  align-items: center;
}

.sender-identity-accordion-content-not-completed .sender-identity-accordion-content-not-completed-right {
  min-width: 385px;
}

.sender-identity-accordion-content-not-completed .sender-identity-accordion-content-not-completed-right p {
  text-align: center;
}

.sender-identity-accordion-content-not-completed .sender-identity-accordion-content-not-completed-right img {
  width: 360px;
  margin-bottom: -15px;
}

.secure-your-account-subtitle {
  font-size: 15px;
  line-height: 27px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.card.is-thin {
  padding: 15px;
  border: 1px solid #e9ecef;
}

.secure-your-account-card {
  margin: 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex-direction: row;
}

.secure-your-account-card h3 {
  margin-bottom: 6px;
}

.secure-your-account-card .button-wrapper {
  position: relative;
  margin-left: 10px;
  min-width: 230px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.count_com {
  font-size: 13px;
  margin-left: 50px;
}

.accordion .card-header:after {
  font-family: 'FontAwesome';
  content: "\f078";
  float: right;
}

.accordion .card-header.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\f054";
}

.heading_guide {
  margin-bottom: 40px;
}

.setup-guide-accordion.accordion-large .locked .accordion-title {
  display: flex;
  justify-content: space-between;
}

.setup-guide-accordion.accordion-large .accordion-title {
  padding: 30px 45px;
  display: flex;
  align-items: center;
  background-color: #fbfbfc;
}

.accordion-title.accordion-module__accordion-title___1WU-b {
  padding: 30px 29px;
  display: flex;
}

.accordion-title.accordion-module__accordion-title___1WU-b h5 {
  font-size: 16px;
}

.setup-guide-accordion.accordion-large .accordion-title .panel-status {
  display: flex;
}

.sg-icon-locked::before {
  content: "\f023";
}

.setup-guide-accordion.accordion-large .accordion-title .locked-icon {
  margin-left: 10px;
}

.setup-guide-accordion.accordion-large .accordion-title .description {
  margin: 0 0 0 45px;
}

.description i {
  margin-left: 12px;
  color: #9fa2a5;
}

.description {
  display: flex;
  margin-left: 45px;
  align-items: center;
}

.description p {
  margin-bottom: 0px;
  line-height: inherit;
}

.accordian_wrap .accordion .card-header.collapsed:after,
.accordion .card-header:after {
  color: #969da5;
  font-size: 15px;
}

.accordian_wrap .accordion>.card .card-header {
  cursor: pointer;
}

#step-2 .table-wrap thead th {
  font-size: 14px;
  color: #48494a;
}

#step-2 .table-wrap td {
  font-size: 13px;
}

.numbered-steps-module__numbered-steps___18wzj>li.no-num:nth-child(2)::before {
  content: none !important;
}

.number {
  font-size: 17px;
  color: black;
  font-weight: 800;
}

.wizard-content-left {
  background-blend-mode: darken;
  background-color: rgba(0, 0, 0, 0.45);
  background-image: url("https://i.ibb.co/X292hJF/form-wizard-bg-2.jpg");
  background-position: center center;
  background-size: cover;
  height: 100vh;
  padding: 30px;
}

.wizard-content-left h1 {
  color: #ffffff;
  font-size: 38px;
  font-weight: 600;
  padding: 12px 20px;
  text-align: center;
}


.form-wizard .wizard-form-radio {
  display: inline-block;
  margin-left: 5px;
  position: relative;
}

.form-wizard .wizard-form-radio input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: #dddddd;
  height: 25px;
  width: 25px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}

.form-wizard .wizard-form-radio input[type="radio"]:focus {
  outline: 0;
}

.form-wizard .wizard-form-radio input[type="radio"]:checked {
  background-color: #fb1647;
}

.form-wizard .wizard-form-radio input[type="radio"]:checked::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #ffffff;
  border-radius: 50%;
  left: 1px;
  right: 0;
  margin: 0 auto;
  top: 8px;
}

.form-wizard .wizard-form-radio input[type="radio"]:checked::after {
  content: "";
  display: inline-block;
  webkit-animation: click-radio-wave 0.65s;
  -moz-animation: click-radio-wave 0.65s;
  animation: click-radio-wave 0.65s;
  background: #000000;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
  border-radius: 50%;
}

.form-wizard .wizard-form-radio input[type="radio"]~label {
  padding-left: 10px;
  cursor: pointer;
}

.form-wizard .form-wizard-header {
  text-align: center;
}

/* .form-wizard .form-wizard-next-btn, .form-wizard .form-wizard-previous-btn, .form-wizard .form-wizard-submit {
  background-color: #77af2f;
  color: #ffffff;
  display: inline-block;
  min-width: 100px;
  min-width: 120px;
  padding: 10px;
  text-align: center;
} */
.form-wizard .form-wizard-next-btn:hover,
.form-wizard .form-wizard-next-btn:focus,
.form-wizard .form-wizard-previous-btn:hover,
.form-wizard .form-wizard-previous-btn:focus,
.form-wizard .form-wizard-submit:hover,
.form-wizard .form-wizard-submit:focus {
  color: #ffffff;
  opacity: 0.6;
  text-decoration: none;
}

.form-wizard .wizard-fieldset {
  display: none;
}

.form-wizard .wizard-fieldset.show {
  display: block;
}

.form-wizard .wizard-form-error {
  display: none;
  background-color: #d70b0b;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
}

.form-wizard .form-wizard-previous-btn {
  background-color: #0f56ad;
}

.form-wizard .form-control {
  font-weight: 300;
  height: auto !important;
  padding: 10px;
  margin: 15px 0px;
  color: #888888;
  background-color: #f1f1f1;
  border: none;
}

.form-wizard .form-control:focus {
  box-shadow: none;
}

.form-wizard .form-group {
  position: relative;
}

.form-wizard .wizard-form-text-label {
  position: absolute;
  left: 10px;
  top: 16px;
  transition: 0.2s linear all;
}

.form-wizard .focus-input .wizard-form-text-label {
  color: #77af2f;
  top: -18px;
  transition: 0.2s linear all;
  font-size: 12px;
}

.form-wizard .form-wizard-steps {
  margin: 30px 0;
}

.form-wizard .form-wizard-steps li {
  width: 33.3%;
  float: left;
  position: relative;
}

.form-wizard .form-wizard-steps li::after {
  background-color: #f3f3f3;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  right: 0;
  top: 23%;
  transform: translateY(-23%);
  width: 100%;
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
}

.form-wizard .form-wizard-steps li span {
  background-color: #dddddd;
  border-radius: 50%;
  display: inline-block;
  height: 33px;
  line-height: 31px;
  position: relative;
  text-align: center;
  width: 33px;
  z-index: 1;
  font-size: 13px;

}

.form-wizard .form-wizard-steps li:last-child::after {
  width: 50%;
}

.form-wizard .form-wizard-steps li.active span,
.form-wizard .form-wizard-steps li.activated span {
  background-color: #77af2f;
  color: #ffffff;
}

.form-wizard .form-wizard-steps li.active::after,
.form-wizard .form-wizard-steps li.activated::after {
  background-color: #77af2f;
  left: 50%;
  width: 50%;
  border-color: #77af2f;
}

.form-wizard .form-wizard-steps li.activated::after {
  width: 100%;
  border-color: #77af2f;
}

.form-wizard .form-wizard-steps li:last-child::after {
  left: 0;
}

.form-wizard .wizard-password-eye {
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

@keyframes click-radio-wave {
  0% {
    width: 25px;
    height: 25px;
    opacity: 0.35;
    position: relative;
  }

  100% {
    width: 60px;
    height: 60px;
    margin-left: -15px;
    margin-top: -15px;
    opacity: 0.0;
  }
}

@media screen and (max-width: 767px) {
  .wizard-content-left {
    height: auto;
  }
}

.form-wizard .form-wizard-steps li div {
  color: #9e9fa0;
  font-size: 15px;
  margin-top: 15px;
}

.form-wizard .form-wizard-steps li.active div,
.form-wizard .form-wizard-steps li.activated div {
  color: #3a3b3c;
}

.price-box {
  margin: 20px 10px 20px;
  background: #fff;
  box-shadow: 0 5px 12px 0 rgba(0, 0, 0, .11), 0 0 1px 0 rgba(0, 0, 0, .1);
  overflow: hidden;
  position: relative;
  text-align: center;
  padding: 30px 25px 40px;
}

.price-box p {
  font-size: 14px;
  color: #606163;
}

.price-box .price {
  font-size: 35px;
  color: #77af2f;
  font-weight: 600;
}

.price-box h5 {
  font-weight: 500;
  line-height: 25px;
  color: #323233;
}

.finish-wrap {
  text-align: center;
  border-radius: 15px;
  background: #f3f3f3;
  padding: 55px;
}

.finish-wrap .check-icon {
  font-size: 59px;
  color: #77af2f;
}

.finish-wrap h4 {
  font-weight: 500;
  margin-bottom: 20px;
}

.statistics-block {
  margin: 20px 0px 30px 0px;
}

.static-block {

  text-align: center;
  background: #f3f3f3;
  padding: 20px;
  border-radius: 10px;

}

.static-block .icon {
  font-size: 28px;
  color: #3e3f42;
}

.static-block .num {
  color: #3e3f42;

}

.static-block .name {
  color: #3e3f42;

}

.step2-card {
  border: 1px solid #e2e2e2;
  padding: 10px;
  border-radius: 9px;
  margin-top: 40px;
}

.step2-card p {

  color: #4a4c4e;
}

.payment-wrap {
  text-align: center;
  box-shadow: 0 5px 12px 0 rgba(0, 0, 0, .11), 0 0 1px 0 rgba(0, 0, 0, .1);
  padding: 40px;
  border-radius: 10px;
  margin-top: 60px;
}

.payment-wrap .check {

  font-size: 62px;
  color: #77af2f;
  margin-bottom: 15px;

}

.statistics-block .table td,
.table th {
  padding: .75rem !important;
}

.contentBox {
  background: #f3f3f3;
  padding: 20px;
  border-radius: 5px;
}

.success-wrap {
  text-align: center;
  border: 1px solid #e1e4e6;
  padding: 20px;
  margin-top: 50px;
  border-radius: 10px;
}

.settingbar .infobarIcon {
  font-size: 17px;
  color: #1056ad;
  background: rgb(16 86 173 / 8%);
  border-radius: 22px;
  width: 26px;
  height: 26px;
  display: block;
  text-align: center;
  cursor: pointer;
}

.settingbar .infobarIcon:hover {

  background: #1056ad;
  color: #ffffff;
}

.custom-mode-setting .help-block {
  background: rgb(16 86 173 / 8%);
  padding: 15px;
  border-radius: 6px;
  margin-bottom: 20px;
}

.custom-mode-setting .help-head {
  position: relative;
}

.custom-mode-setting .help-head h5 {
  font-size: 13px;
  background: #ffffff;
  z-index: 28;
  position: relative;
  width: 106px;
}

.custom-mode-setting .help-head .line {
  display: block;
  width: 100%;
  height: 1px;
  background: #efeff8;
  position: absolute;
  top: 7px;
}

.custom-mode-setting .block i {
  background: #1056ad1f;
  height: 30px;
  width: 30px;
  margin-right: 10px;
  text-align: center;
  padding: 7px 0px;
  color: #1056ad;
  border-radius: 6px;
}

.custom-mode-setting .block h6 {
  font-size: 13px;
  margin-bottom: 3px;
  color: #000;
  font-weight: 500;
}

.custom-mode-setting .block p {
  margin-bottom: 0px;
  font-size: 12px;
  color: #4c4d4e;
}

.custom-mode-setting .block a {
  text-decoration: none;
}

#videoModal .video-wrap video {
  width: 100%;
  height: 350px;
}

#videoModal .video-wrap {
  margin-top: 30px;
}

#videoModal .video-wrap h5 {
  margin-bottom: 20px;
  text-align: center;
  font-weight: 600;
}

.input_box_step_section {
  border-bottom: 0.8px solid #E1E4EB;
}




#listOfEvents {
  display: flex !important;
  justify-content: space-between !important;
  width: 48% !important;
  list-style: none !important;
}

.eventListBox {
  margin-top: 20px !important;
  /* border: 2px solid green;
  border-radius: 10px !important;
  width: 540px; */
}

.eventListBox table thead {
  background-color: #F6F6F6;
}

.table_parent_box {
  height: auto;
  border: 1.9px solid #E5E7EE;
  border-radius: 4px;
}



.events_table_box {
  margin-bottom: unset !important
}

.disabled_tab {
  cursor: not-allowed;
}

.eventListBox table tr th:first-child {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.eventListBox table tbody tr th:first-child {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.save_btn .btn {
  background-color: #287150;
}

.save_btn .btn:hover {
  background-color: #287150;
}

.input_box_step_section p {
  color: #A7A7A7;
  font-weight: 700;
}

.input_box_step_section h5 {
  font-weight: 700;
}


.input_box {
  /* display: flex; */
  flex-direction: column;
  align-items: baseline;
}


.tab_box_nav_link {
  border-radius: 0px !important;
}



.input_box .btn {
  /* margin-left: 20px; */
}



.tabBox {
  display: flex;
  align-items: center;
}

.tabBox p {
  color: #363C44;
}

.tabBox h5 {
  color: #363C44;
}

.tabBox span {
  border-radius: 100%;
  width: 30px;
  color: #363C44;
  height: 30px;
  background-color: #B1B8BF !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 576px) {
  #videoModal .modal-dialog {
    max-width: 690px;
  }

  .modalChannelDialog {
    max-width: 900px !important;
  }

}

.btn_channel_connected {
  background-color: #C9DCD3;
  color: #518C72;
}

.btn_channel_connected:hover {
  color: #518C72;
}

#connected_channel_btn {
  display: none;
}




.company-logo {
  width: 150px !important;
  border: 1px solid #dee0e4;
  padding: 5px;
  border-radius: 5px;
  margin-top: 0px !important;
  max-height: 40px;
}

.tour_card {
  font-size: 15px;
  width: 320px !important;
  border-radius: 10px !important;
  filter: none !important;
  box-shadow: 1px 10px 30px rgba(0, 0, 0, .2);
  background-color: #fff !important;
  color: #273142 !important;
  padding: 1rem;
  text-align: center;
  z-index: 10000;
  margin-top: 11px;
}

.step-arrow {
  border-width: 0 .5rem .5rem .5rem;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: .5rem;
  border-bottom-color: #fff !important;
  top: -16px;
}

.tour_card_body {
  padding: 20px 10px;
}

.tour-img {
  width: 200px;
  height: 200px;
  background-size: cover;
  margin: 20px auto;
  display: block;
}

.skip-tour {
  background: transparent !important;
  color: #9e9e9e !important;
  border: 0;
  position: absolute;
  top: 10px;
  right: 10px;
  font-style: italic;
}

.step-arrow_left {
  border-width: 10px 10px 10px 10px;
  border-left-color: transparent;
  border-right-color: #ffffff;
  border-top-color: transparent;
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: .5rem;
  border-bottom-color: transparent;
  left: -28px;
}

.showblackList {
  list-style: none !important;
  margin-bottom: 10px;
}

#ipListing li {
  margin-bottom: 6px;
}

#contact-card .form-control {
  border: 1px solid #ccc;
  background: unset;
}

/********************* Sweet Alert Custom CSS **********************/
.swal-modal .swal-title {
  font-size: 20px
}

.swal-modal .swal-text {
  text-align: center
}

.swal-modal .swal-button {
  padding: .375rem .75rem
}

.swal-modal .swal-button.swal-button--confirm {
  background: #5867dd;
  justify-content: 'center';
}

.swal-modal .swal-button.swal-button--danger {
  background: #e04b4b
}

.swal-modal .swal-button.swal-button--cancel {
  background: #e2e2e2
}

.swal-modal .swal-icon--error {
  border-color: #ff7d7d
}

.swal-modal .swal-icon--error .swal-icon--error__line {
  background: #ff7d7d
}
/********************* END of Sweet Alert Custom CSS **********************/


/** Dropdown popup **/

select#domainList {
  display: none !important;
}

.dropdown-select {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#40FFFFFF', endColorstr='#00FFFFFF', GradientType=0);
  background-color: #fff;
  border-radius: 6px;
  border: solid 1px #eee;
  box-shadow: 0px 2px 5px 0px rgba(155, 155, 155, 0.5);
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;

}

.dropdown-select:focus {
  background-color: #fff;
}

.dropdown-select:hover {
  background-color: #fff;
}

.dropdown-select:active,
.dropdown-select.open {
  background-color: #fff !important;
  border-color: #bbb;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05) inset;
}

.dropdown-select:after {
  height: 0;
  width: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #777;
  -webkit-transform: origin(50% 20%);
  transform: origin(50% 20%);
  transition: all 0.125s ease-in-out;
  content: '';
  display: block;
  margin-top: -2px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 50%;
}

.dropdown-select.open:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.dropdown-select.open .list {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  pointer-events: auto;
}

.dropdown-select.open .option {
  cursor: pointer;
}

.dropdown-select.wide {
  width: 100%;
}

.dropdown-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.dropdown-select .list {
  box-sizing: border-box;
  transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09);
  background-color: #fff;
  border-radius: 6px;
  margin-top: 4px;
  padding: 3px 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
  max-height: 250px;
  overflow: auto;
  border: 1px solid #ddd;
}

.dropdown-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.dropdown-select .dd-search {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.5rem;
}

.dropdown-select .dd-searchbox {
  width: 100%;
  height: 2rem;
  padding: 0.5rem;
  border: 1px solid #999;
  border-color: #999;
  border-radius: 4px;
  outline: none;
}

.dropdown-select .dd-searchbox:focus {
  border-color: #12CBC4;
}

.dropdown-select .list ul {
  padding: 0;
}

.dropdown-select .option {
  cursor: default;
  font-weight: 400;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  transition: all 0.2s;
  list-style: none;
}

.dropdown-select .option:hover,
.dropdown-select .option:focus {
  background-color: #f6f6f6 !important;
}

.dropdown-select .option.selected {
  font-weight: 600;
  color: #12cbc4;
}

.dropdown-select .option.selected:focus {
  background: #f6f6f6;
}

.dropdown-select a {
  color: #aaa;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.dropdown-select a:hover {
  color: #666;
}

/*Policy hosted status**/
.policy-live-status-icon {
  color: red
}
#policy-live-status + i.policy-live-status-icon.live {
  color: green
}

.mtasts-not-configured-info, .mtasts-configured-info {
  background-color: #FFEDA8;
  border-radius: 4px;
  padding: 12px 14px;
  margin: 0px 18px 12px 18px;
  font-size: 14px;
}

.mtasts-configuration-steps{
  margin: 0px 18px;
}

.mtasts-configuration-steps .mtasts-step {
  margin-bottom: 1.8rem;
}

.mtasts-step-header {
  display: flex;
  justify-content: space-between;
  /* cursor: pointer;   */
  border-radius: 10px 10px 0px 0px;
  background-color: rgb(214, 229, 232);
}

.mtasts-step-header h5 {
  font-size: 1.125rem;
  color: black;
  padding: 0.55rem;
  padding-left: 0.75rem;
}

.sts-table td, .sts-table th {
  font-size: 0.9rem;
  padding: 0.8rem 0.6rem;
}

.step-status {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 0.55rem;
  font-size: 0.9rem;
}

.step-status .status-complete{
  color: rgb(38, 133, 38);
}

.step-status .status-incomplete{
  color: rgb(216, 93, 93);
}

.mtasts-step-content {
  padding: 0.5rem;
  border: 1px solid #d0cccc;
  border-top-width: 0rem;
}

.mtasts-step-btn {
  padding: 0.25rem 0.75rem;
}

.policy-intro-content{
  font-size: 14px;
}

.policy-host-header{
  display: flex;
  justify-content: space-between;
  /* cursor: pointer;   */
  border-radius: 10px 10px 0px 0px;
  background-color: gray;
  color: wheat;
}

.policy-host-header.active{
  background-color: rgb(95, 179, 95);
}

.policy-host-header h5 {
  font-size: 1.125rem;
  color: white;
  padding: 0.55rem;
  padding-left: 0.75rem;
}

.policy-host-setup {
  position: relative;
  padding: 0.5rem;
  border: 1px solid #d0cccc;
  border-top-width: 0rem;
}

.policy-hosting-choice {
  padding: 2px;
  margin-right: 0.4rem;
  margin-top: auto;
  margin-bottom: auto;
}

.policy-host-type {
  display : block;
}
.policy-host-type > input{ /* HIDE RADIO */
  visibility: hidden; /* Makes input not-clickable */
  position: absolute; /* Remove input from document flow */
}
.policy-host-type > input + label{ /* DIV STYLES */
  cursor:pointer;
  border:2px solid transparent;
  margin-bottom: 0rem;
}
.policy-host-type > input:checked + label{ /* (RADIO CHECKED) DIV STYLES */
  background-color: rgb(95, 179, 95);
}

.autossl-cname-verification{
  font-size: 14px;
}

.policy-host-setup.inactive {
  padding: 0px;
}

.policy-host-setup.inactive > .hide-overlay {  
  position: absolute;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  z-index: 200;
}

#tls-summary-table .accordian-body{
  padding: 12px 14px;
}

#tls-summary-table .hiddenRow {
  padding: 0 !important;
}

.policy-data{
  background-color: white;
  border: 1px solid #e1e1e1;
  padding: 6px 8px;
}

