/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */

a {
	text-decoration: none !important;
}

.ar-cdn-container label {
    display: inline-block;
    height: 22px;
    cursor: pointer;
    font-weight: bold;
}

.ar-cdn-container section {
    margin-top: -1px;
    overflow: hidden;
    height: 0px;
    position: relative;
    z-index: 10;
    transition: 
	height 0.3s ease-in-out, 
	box-shadow 0.6s linear;
}

.ar-cdn-container textarea {
    white-space: pre;
	overflow: hidden;
	font-size: 11px;
	padding: 10px;
	background-color: #f0f0f1 !important;
	width: 100%;
    margin-top: 10px;
}

.ar-cdn-container input:checked ~ section {
    transition: height 0.5s ease-in-out;
}

.ar-cdn-container input:checked ~ section.accordion {
    height: 200px;
    width: 90%;
    padding: 10px 20px 0;
}

.ar-cdn-container {
    background: #e5e5e5;
	padding: 15px 15px;
}

.ar-cdn-box {
    width: 390px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ar-cdn-container .table-form th {
    vertical-align: top;
	text-align: left;
	padding: 10px 0 10px;
	width: 200px;
	line-height: 1.3;
	font-weight: 600;
}

.ar-cdn-container .table-form, .accordion-field-wrap input {
    width: 50%;
}

.ar-cdn-container .table-form {
    width: 100%;
    margin-top: 10px;
}

.arvancloud-storage-config-form button {
	min-width: 100px;
	z-index: 1000;
}

.acs-defined-in-config {
    background: #062026;
	color: #fff;
	padding: 2px 5px;
	margin: 0 0 3px 5px;
	float: right;
	white-space: nowrap;
	clear: right;
	position: relative;
	border-radius: 5px;
	font-weight: bold;
}

.rtl .acs-defined-in-config {
	float: left;
}

.acs-back-btn {
	font-size: 16px;
	font-weight: bold;
	color: #2271b1;
}

.acs-change-btn {
	font-weight: bold;
	border-radius: 5px;
	padding: 1px 5px;
}

.acs-bucket-list {
    padding: 15px;
	max-height: 200px;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: #fff;
	font-size: 14px;
	margin-bottom: 20px;
	border-radius: 5px;
}

.acs-bucket-list h4 {
	margin: 0 0 10px 0;
	font-weight: bold;
	color: #aaaaaa;
}

.acs-bucket-list label {
    padding: 10px;
	border-bottom: #f0f0f1 1px solid;
	cursor: pointer;
	margin-bottom: 0;
	display: block;
}

.acs-bucket-list label:last-of-type {
    border-bottom: none;
}

.bucket-actions span {
    float: right;
}

.rtl .bucket-actions span {
    float: left;
}

.acs-footer {
    background-color: #062026;
	border-radius: 5px;
	padding: 15px;
	display: flex;
	align-items: center;
    max-width: 1202px;
    width: calc(100% - 30px);
}

.acs-footer-links {
    width: 50%;
    float: left;
}
.acs-footer-links ul {
    width: 100%;
}

.acs-footer-links ul li {
    display: inline-block;
    margin-inline-end: 15px;
    margin-bottom: 0;
}

.acs-footer-links ul li a {
    color: #7ce8dd;
    opacity: .6;
}

.acs-footer-links ul li a:hover {
    opacity: 1;
}

.acs-footer-social {
    width: 50%;
    float:right;
}

.footer__social-icons {
    float: right;
    width: 250px;
    -webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	text-align: left;
	direction: ltr;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.rtl .footer__social-icons {
	float: left;
}

.footer__social-icons__link {
	display: block;
}

.footer__social-icons__link svg {
	width: 30px;
	height: 30px;
}

.footer__social-icons--instagram:hover rect, .footer__social-icons--linkedin:hover circle, .footer__social-icons--linkedin:hover path, .footer__social-icons--linkedin:hover rect, .footer__social-icons--twitter:hover path {
	fill: #7ce8dd!important;
}

.footer__social-icons--instagram:hover circle {
	fill: #062026!important;
}

.footer__social-icons--telegram:hover path {
	fill: #7ce8dd!important;
}

.footer__social-icons--github:hover path {
	fill: #7ce8dd!important;
}

.footer__social-icons--telegram:hover polyline {
	fill: #062026!important;
}

#toplevel_page_arvancloud-cdn img,
#toplevel_page_arvancloud-cdn-options img {
	width: 50%;
}

.field-icon {
	right: 30px;
    margin-top: 5px;
    position: relative;
    z-index: 2;
	color: #2271b1;
}

.rtl .field-icon {
	left: 30px;
	right: auto !important;
}

#wp-admin-bar-arccdn-purge-cache {
	background-color: #20c5ba !important;
}

#wp-admin-bar-arccdn-purge-cache:hover .ab-item{
	background-color: #00a09c !important;
	color: #fff !important;
}

.arvan-status {
    font-size: 1.5em;
    display: flex;
    align-items: center;
    flex-direction: row;
}

.arvan-status > div {
    display: flex;
    align-items: center;
	margin-right: 20px;
}

.rtl .arvan-status > div {
    display: flex;
    align-items: center;
    margin-left: 20px;
	margin-right: 0;
}

.arvan-status > div h2 {
	margin-right: 7px;
    font-weight: 400;
}

.rtl .arvan-status > div h2 {
	margin-left: 7px;
	margin-right: 0;
}

.arvan-status span {
    border-radius: 5px;
    padding: 15px;
}

.arvan-status span.active {
    background: #20c5ba;
    color: #fff;
    font-weight: bold;
    padding: 12px 16px;
}

.arvan-status span.disable {
	background: #c52020;
    color: #fff;
}

.arvan-status span.pending {
	background: #c58320;
    color: #fff;
}

.arvan-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.arvan-panel {
	border-radius: 5px;
    padding: 13px 15px;
	background: #20c5ba;
    color: #fff;
	font-size: 1.2em;
	font-weight: bold;
}

.arvan-panel:hover,
.button-primary-arvan:hover,
.purge-arvan-cache:hover,
.arvan-btn-rules:hover {
	cursor: pointer;
	background-color: #00a09c !important;
	color: #fff !important;
}

.arvan-btn {
    border-radius: 5px;
    padding: 13px 15px;
    background: #0b3a42;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    margin: 0 20px;
    min-width: 70px;
}

.arvan-btn:hover,
.arvan-btn:focus {
	cursor: pointer;
	background-color: #071c20 !important;
	color: #fff !important;
}


.cdn-option input[type=checkbox],
.cdn-option input[type=radio],
.ar-checkbox input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
  position: absolute;
  z-index: -100;
}

.cdn-option .input-container label,
.ar-checkbox label {
  cursor: pointer;
  text-indent: -9999px;
  width: 70px;
  height: 35px;
  background: grey;
  display: block;
  border-radius: 100px;
  position: relative;
	margin: 0;
}

.cdn-option .input-container label:after,
.ar-checkbox label:after {
  content: "";
  position: absolute;
    top: 4px;
    left: 4px;
    width: 27px;
    height: 27px;
  background: #fff;
  border-radius: 90px;
  transition: 0.3s;
}

.cdn-option input:checked + label,
.ar-checkbox input:checked + label {
  background: #20c5ba;
}

.cdn-option input:checked + label:after,
.ar-checkbox input:checked + label:after {
  left: calc(100% - 4px);
  transform: translateX(-100%);
}

.cdn-option .input-container label:active:after,
.ar-checkbox label:active:after {
  width: 40px;
}

.cdn-option {
	display: flex;
    align-items: stretch;
	border: solid 1px #a9a9a9;
    border-radius: 4px;
	margin-bottom: 20px;
	background: #fff;
    position: relative;
}

.cdn-option .input-container {
    width: 100px;
    padding: 20px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.cdn-option .input-container h4 {
    margin: 0 auto 10px;
    text-align: center;
}

.cdn-option .input-container img {
    margin: 0 auto 10px;
    display: block;
}

.cdn-option .detail-container > h3 {
    margin: 0;
    padding-top: 10px;
}

.arvancloud-ddos-protection-options .cdn-option .input-container {
    width: 120px;
}

.cdn-option .detail-container {
	flex: 1;
	padding: 10px 15px;
	border-left: solid 1px #a9a9a9;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.purge-arvan-cache,
.edit-settings,
.arvan-btn-rules {
	background: #20c5ba;
    padding: 10px 18px;
    font-weight: bold;
    display: block;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    border: none;
    min-width: 70px;
}

.button-primary-arvan {
    background: #20c5ba;
    border: none;
    padding: 10px 20px;
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 auto;
    display: block;
    color: #fff;
    border-radius: 5px;
}

input[name=accdn-api-key] {
	width: 325px;
	text-align: left;
	direction: ltr;
}

.get-api-key {
	display: block;
	width: 100%;
	text-align: right;
	margin-top: 10px;
}

.rtl .get-api-key {
	text-align: left;
}

.rtl .cdn-option .detail-container {
	border-left: none;
	border-right: solid 1px #a9a9a9;
}

#toast-container > div {
	transition: 0.3s;
}

.rtl #toast-container > div {
	background-position: right 15px center !important;
	padding: 15px 50px 15px 15px !important;
}

#toast-container > div:hover {
	box-shadow: none !important;
}

.arvan-wrapper {
    max-width: 1232px;
    width: 100%;
}

.arvan-card {
    max-width: 960px;
    width: calc(100% - 48px);
    background: #fff;
    background-color: #fff;
    border-radius: 16px;
    padding: 24px;
    margin: auto auto 20px;
}

.cdn-report-head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.cdn-report-head__title {
    color: #333;
    font-size: 14px;
    margin: 0 0 6px 0;
}

.cdn-report-head__subTitle { 
    color: #8e8989;
    font-size: 12px;
    font-weight: 500;
}

.cdn-report-head__statistics {
    display: flex;
}

.cdn-report-item__title {
    font-size: 22px;
    text-align: right;
}

.cdn-report-item__subTitle {
    font-size: 14px;
    text-align: right;
}

.cdn-report-statistics-item {
    height: calc(100% - 20px);
    text-align: right;
}

.cdn-report-statistics-item:not(:last-child) {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 2px solid #ebebeb;
}

.rtl .cdn-report-statistics-item:not(:last-child) {
    margin-left: 15px;
    padding-left: 15px;
    border-left: 2px solid #ebebeb;
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.arvancloud-cdn-options-form {
    max-width: 1280px;
}

.cdn-nav-tab-wrapper {
    display: flex;
    align-items: center;
    padding: 4px;
    max-width: 360px;
    margin-bottom: 10px;
    width: auto;
    background-color: #e7ecf4;
    border-radius: 10px;
    justify-content: space-between;
}

.cdn-nav-tab {
    padding: 10px 12px;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: .93;
    color: #2b2b2b;
    position: relative;
    text-align: center;
    transition: color .15s;
    white-space: nowrap;
    margin-left: 5px;
}

.cdn-nav-tab.cdn-nav-tab-active {
    color: #fff;
    background-color: #00baba;
    border-radius: 7px;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 16%);
}

.cdn-report-header {
    max-width: 1230px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.arvan-reports-doughnuts {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
}

.arvan-reports-doughnut {
    width: calc(50% - 10px);
}

.arvancloud-options-form  {
    position: relative;
}

#lock-modal {
    display: none;
    background-color: #06282e9e;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 5px;
}
  
#loading-circle {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 50px;
    height: 50px;
    border: 8px solid #f3f3f3;
    border-top: 8px solid #20c5ba;
    border-radius: 50%;
    animation: spin 0.6s ease-in infinite;
}

@keyframes spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
}

.cdn-option.disabled,
.ar-checkbox-wrapper.disabled,
.ar-dropdown-wrapper.disabled {
    opacity: 0.6;
}

.cdn-option.disabled .input-container label {
    background: #d3d3d3;
}

.cdn-option.disabled .detail-container h3,
.ar-checkbox-wrapper.disabled span,
.ar-dropdown-wrapper.disabled span {
    opacity: 0.8;
}

.cdn-option.disabled::after,
.ar-checkbox-wrapper.disabled::after,
.ar-dropdown-wrapper.disabled::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#side-modal {
    position: fixed;
    right: -500px;
    top: 0;
    bottom: 0;
    max-width: 480px;
    background: #fff;
    z-index: 1000;
    box-shadow: 0 2px 5px rgb(0 0 0 / 5%);
    transition: 0.6s
}

.ar-bg-blue-gray {
    color: #344456;
    background-color: #f5f7fa;
    padding: 18px;
    border-radius: 18px;
}

.side-modal-wrapper {
    margin-top: 30px;
    padding: 30px;
}

.side-modal-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.side-modal-heading .close {
    background: #f5f7fa;
    stroke: none;
    border: none;
    border-radius: 50px;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition-duration: .2s;
}

.side-modal-heading .close:hover {
    box-shadow: 0 0 0 3px #d1dbe8;
}

.ar-checkbox {
    display: inline-block;
    margin-right: 20px;
}

.ar-checkbox-wrapper,
.ar-dropdown-wrapper,
.ar-text-wrapper,
.ar-textarea-wrapper,
.ar-radio-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
}

.ar-dropdown-wrapper {
    justify-content: space-between;
}

.ar-label {
    font-size: 15px;
    padding-right: 20px;
}

.ar-agreement {
    margin-top: 13px;
}

select.ar-dropdown {
    border-color: #f5f7fa;
    background-color: #f5f7fa !important;
    border-radius: 9px;
    padding: 5px 20px;
    border-width: 0;
    text-align: left;
    flex: 1;
}

.ar-submit-bottons-modal {
    display: flex;
    justify-content: center;
}

.ar-submit-modal,
.ar-cancel-modal {
    background: #fff;
    padding: 10px 22px;
    font-size: 15px;
    font-weight: 600;
    margin-right: 1rem;
    border: 2px solid #00baba;
    border-radius: 13px;
    cursor: pointer;
    min-width: 100px;
    transition-duration: 0.2s;
    position: relative;
}

.ar-submit-modal {
    background-color: #00baba;
    color: #fff;
}

.ar-submit-modal.disabled,
.ar-cancel-modal.disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.ar-submit-modal.disabled::after,
.ar-cancel-modal.disabled::after {
    content: '';
    z-index: 100;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    position: absolute;
}

.ar-cancel-modal {
    color: #00baba;
}

.ar-submit-modal:hover,
.ar-cancel-modal:hover {
    box-shadow: 0 0 0 3px rgb(0 186 186 / 30%);
}

.cookie-ttl-wrapper {
    font-size: 14px;
    font-weight: 500;
}

.cookie-ttl-wrapper label {
    display: block;
}

.ar-hidden {
    display: none;
}

.slist {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}
.slist tbody tr {
    margin: 10px;
    padding: 15px;
    border: 1px solid #dfdfdf;
    background: #f5f5f5;
}

.slist tr.hint {
    border: 1px solid #ffc49a;
    background: #feffb4;
}
.slist tr.active {
    border: 1px solid #ffa5a5;
    background: #ffe7e7;
}

.firewall_source {
    direction: ltr;
    display: block;
    font-weight: bold;
}

#firewall_rules thead tr {
    background: #21c5ba;
    color: #fff;
}

#firewall_rules thead tr th {
    padding: 14px 10px;
}

.firewall_rule td {
    padding: 10px 5px;
    text-align: center;
}

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

.firewall_rules_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ar-text--desc {
    display: block;
}

.ar-textarea-wrapper .ar-input {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.ar-input {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.ar-input input {
    width: 100%;
    border-radius: 4px;
}

.firewall_rule button {
    background: none;
    border: none;
    color: #7c7c7c;
    cursor: pointer;
}

.firewall_rule--grabber {
    cursor: move;
}

.report-with-labels {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    max-width: 600px;
}

.arvan-reports-doughnut .report {
    width: 70%;
}

.arvan-reports-doughnut .report-labels {
    width: 30%;
}

.ar-report-label {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
}

.ar-report-label-left {
    display: flex;
    text-transform: capitalize;
}

.ar-report-label-left .label-cube {
    width: 10px;
    height: 10px;
    margin-top: 2px;
    margin-right: 10px;
    border-radius: 10px;
}

.ar-options input[name=action] + span {
    text-transform: capitalize;
    margin-right: 20px;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #8c8f94;
}

#side-modal input:not([type=radio]):not([type=checkbox]),
#side-modal select,
#side-modal textarea {
    width: 300px;
    max-width: 300px;
}

#side-modal.side-modal-firewall input:not([type=radio]):not([type=checkbox]),
#side-modal.side-modal-firewall select,
#side-modal.side-modal-firewall textarea {
    width: 100%;
    max-width: 100%;
}

#side-modal.side-modal-firewall label {
    width: 100%;
}

#side-modal.side-modal-firewall .ar-input {
    flex-wrap: wrap;
}

.ar-radio label {
    margin-bottom: 10px;
    margin-top: 20px;
    display: block;
}

.rtl select.ar-dropdown {
    text-align: right;
}

.rtl #side-modal {
    right: unset !important;
    left: -100%;
}

.rtl .ar-label {
    padding-right: 0;
    padding-left: 20px;
}

.rtl .ar-options input[name=action] + span {
    margin-right: 0;
    margin-left: 20px;
}

.rtl .cdn-report-statistics-item {
    text-align: left;
}

.rtl .report-with-labels {
    flex-direction: row-reverse;
}

.rtl .ar-report-label-left .label-cube {
    margin-left: 10px;
    margin-right: 0;
}

.rtl .ar-checkbox {
    margin-left: 20px;
    margin-right: 0;
}

.cache-mode-img {
    margin-right: 12px;
}

.rtl .cache-mode-img {
    margin-left: 12px;
    margin-right: 0;
}

#side-modal .ar-text-wrapper {
    flex-direction: column;
    align-items: flex-start;
}

#side-modal .ar-text-wrapper .ar-label {
    margin-bottom: 10px;
}

.cache-mode-advance-options {
    max-width: 130px;
}

.expiration_times-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.expiration_times-col {
    flex: 1;
}

.expiration_times-col label {
    flex: 3;
}

.expiration_times-col > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px 10px;
}

#side-modal.side-modal-firewall {
    width: calc(100% - 160px);
    max-width: calc(100% - 160px);
    right: -100%;
    overflow-y: scroll;
}

.ar-firewall-or {
    display: flex;
    flex-direction: column;
    border: 1px solid #e9edf5;
    border-radius: 16px;
    padding: 16px;
    margin: 16px 0;
}

.ar-firewall-or-label,
.ar-firewall-and {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.ar-col, .ar-col-1, .ar-col-2, .ar-col-3, .ar-col-4, .ar-col-5, .ar-col-6, .ar-col-7, .ar-col-8, .ar-col-9, .ar-col-10, .ar-col-11, .ar-col-12, .ar-col-auto, .ar-col-lg, .ar-col-lg-1, .ar-col-lg-2, .ar-col-lg-3, .ar-col-lg-4, .ar-col-lg-5, .ar-col-lg-6, .ar-col-lg-7, .ar-col-lg-8, .ar-col-lg-9, .ar-col-lg-10, .ar-col-lg-11, .ar-col-lg-12, .ar-col-lg-auto, .ar-col-md, .ar-col-md-1, .ar-col-md-2, .ar-col-md-3, .ar-col-md-4, .ar-col-md-5, .ar-col-md-6, .ar-col-md-7, .ar-col-md-8, .ar-col-md-9, .ar-col-md-10, .ar-col-md-11, .ar-col-md-12, .ar-col-md-auto, .ar-col-sm, .ar-col-sm-1, .ar-col-sm-2, .ar-col-sm-3, .ar-col-sm-4, .ar-col-sm-5, .ar-col-sm-6, .ar-col-sm-7, .ar-col-sm-8, .ar-col-sm-9, .ar-col-sm-10, .ar-col-sm-11, .ar-col-sm-12, .ar-col-sm-auto, .ar-col-xl, .ar-col-xl-1, .ar-col-xl-2, .ar-col-xl-3, .ar-col-xl-4, .ar-col-xl-5, .ar-col-xl-6, .ar-col-xl-7, .ar-col-xl-8, .ar-col-xl-9, .ar-col-xl-10, .ar-col-xl-11, .ar-col-xl-12, .ar-col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
}

.ar-col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.c-cdnFirewallRules__fixDividerIssue {
    width: 80px;
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: calc(100% - 20px);
    box-sizing: border-box;
}

.c-cdnFirewallRules__fixDividerIssue__chipsDevider {
    width: 1px;
    background-color: #9dabb9;
    height: 100%;
    box-sizing: border-box;
}

@media (min-width: 768px) {
    .ar-col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .ar-col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .ar-col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .c-cdnFirewallRules__fixDividerIssue {
        display: flex;
    }
}

.ar-btn-secondary {
    background-color: #fff;
    border: 2px solid #00baba;
    color: #00baba;
    cursor: pointer;
    min-width: 2rem;
    padding: 0.5rem 0.75rem;
    border-radius: 0.75rem;
    font-weight: bold;
    margin-top: 12px;
}

.c-cdnFirewallRules__andChipsContainer {
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.c-cdnFirewallRules__chipsDevider {
    width: 1px;
    background-color: #9dabb9;
    height: 10px;
}

.c-cdnFirewallRules__andChips {
    background-color: #bfeeee;
    color: #008c8c;
    font-size: 10px;
    font-weight: 700;
    padding: 4px 8px;
    border-radius: 16px;
}

.ar-firewall-or-label {
    font-size: 16px;
    margin-bottom: 12px;
}

.ar-firewall-and .filter_value {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.firewall_rule_row--delete {
    margin-left: 10px;
}

.firewall_rule_row--delete button {
    background: none;
    border: none;
    color: #7c7c7c;
    cursor: pointer;
}

.ar-firewall-or-label + .firewall-divider {
    display: none;
}

.rtl .select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding: 5px 22px 5px 5px !important;
}

.rtl .select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
    left: unset;
    right: 0;
    top: 3px;
}

.rtl .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
    float: unset;
    left: 0;
    right: unset;
    top: 8px;
}

input#export_filter {
    text-align: left;
    direction: ltr;
}

.c-cdnFirewallRules__orChipsContainer {
    display: flex;
    justify-content: center;
    margin: 10px auto;
    background-color: #bfeeee;
    color: #008c8c;
    font-size: 10px;
    font-weight: 700;
    padding: 8px 14px;
    border-radius: 8px;
    width: fit-content;
    font-weight: 700;
    text-align: center;
}
