
.blocker {
     position: fixed;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     width: 100%;
     height: 100%;
     overflow: auto;
     z-index: 4;
     padding: 20px;
     box-sizing: border-box;
     background-color: #000;
     background-color: rgba(0,0,0,0.75);
     text-align: center;
 }
 .blocker:before {
     content: "";
     display: inline-block;
     height: 100%;
     vertical-align: middle;
     margin-right: -0.05em;
 }

      .multi_dropdown {
           float:left;
           margin-right:20px;
           top:5px;
           position:relative;
      }

           .dms-container{float:left;

      }

      .outer_dropdown{
           float:right;
      }
      #cr_country_selector_modal.fade{
           opacity:1;
      }

      .jquery-modal.blocker.current{
           z-index: 1050 !important
      }

      @media screen and (max-width: 768px) {
        .jquery-modal.blocker.current {
            display: flex;
            justify-content: center;
            align-items: center;
        }
      }

      .dms-container select, .dms-container select option{
           border-radius: 0px !important;
           /* background: #0a213c;*/
           color: white !important;
 /*		border-width:0px !important;
 */		border: 1px solid white;
           border-color:none !important;
           border-radius: 0px !important;
           border-top-left-radius:0px !important;
           border-bottom-left-radius:0px !important;
           border-top-right-radius:0px !important;
           border-bottom-left-radius:0px !important;
      }



      .cr-country-selector-modal-header {
          border: none;
      }

      .cr_country_selector_modal .cr-country-selector-modal-content {
          box-shadow: none;
          border: none;
          text-align: center;
      }

      .cr-country-selector-modal.fade .cr-country-selector-modal-dialog {
          -webkit-transform: none;
          -ms-transform: none;
          -o-transform: none;
          transform: none;
      }

      .cr_country_selector_modal .cr-country-selector-modal-footer {
          /* border: none; */
          display: none;
      }

      .cr_country_selector_modal_close {
          /* border: none; */
          display: none;
      }

      #cr_country_selector_modal.fade {
            border-radius: 0;
    border: 15px solid #49acb1;
    background: url(https://thibaultrolando.com/audacity/us/wp-content/themes/audacity/assets/images/bg-art.png) no-repeat left bottom / contain;
    background-size: auto;
    background-color: white;
      }

      .cr_country_selector_modal .cr-country-selector-modal-dialog {
          text-align: center;
      }

      body.page-template-page-collections #cr_country_selector_modal p {
          text-align: center;
          /* margin-bottom: 0; */
      }

      .cr_country_selector_modal_text {
          font-size: 30px;
          font-weight: bold;
          margin-bottom: 2.5rem;
          color:#0a213c;

      }


      /** Custom CSS 09/14/2018 **/

      .cr-country-selector-modal-header {
     border: none;
 }

 .cr_country_selector_modal .cr-country-selector-modal-content {
     box-shadow: none;
     border: none;
     text-align: center;
 }

 .cr-country-selector-modal.fade .cr-country-selector-modal-dialog {
     -webkit-transform: none;
     -ms-transform: none;
     -o-transform: none;
     transform: none;
 }

 .cr_country_selector_modal .cr-country-selector-modal-footer {
     /* border: none; */
     display: none;
 }

 .cr_country_selector_modal_close {
     /* border: none; */
     display: none;
 }

 #cr_country_selector_modal.fade {
     border-radius: 0;
     border: 15px solid #49acb1;
/*         background: url(bg-art.png) no-repeat left bottom / contain;
*/     background-size: auto;
     background-color: white;
	     max-width: 60%;
 }

 .cr_country_selector_modal .cr-country-selector-modal-dialog {
     text-align: center;
 }

 body.page-template-page-collections #cr_country_selector_modal p {
     text-align: center;
     /* margin-bottom: 0; */
 }

 .cr_country_selector_modal_text {
     font-size: 30px;
     font-weight: normal;
     margin-bottom: 2.5rem;
 }

 .cr_country_selector_modal_buttons > p {
      display: none;
 }


 select#country-dropdown {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      padding: 5px 35px 5px 10px;
      width: 100%;
      border: 1px solid #49acb1;
            border-radius: 0px !important;
      color: #49acb1;
      font-size: 24px;
      height: auto;

 }

 #country-dropdown-wrap {
     position: relative;
     display: inline-block;
     max-width: 500px;
      width: 100%;
 }

 .country_selector_seems_text {
      display: none;
 }

 #country-dropdown-wrap:after {
     content: '';
     width: 0;
     height: 0;
     border-style: solid;
     border-width: 20px 10px 0 10px;
     border-color: #49acb1 transparent transparent transparent;
     display: block;
     position: absolute;
     right: 15px;
     top: 15px;
 }


 .jquery-modal .stay {
     font-size: 20px;
     margin-top: 1rem;
      color: #49acb1;
     border-left: 10px solid;
     display: inline-block;
     border-right: 10px solid;
     padding-left: 10px;
     padding-right: 10px;
     margin-bottom: 4rem;
 }

 .jquery-modal .stay > a {
     color: #49acb1 !important;
 }

 .reason {
 margin: 0 auto;
           color: #2e2674;
     font-size: 18px;
 }

 .cr_country_selector_modal .cr-country-selector-modal-dialog {
     width: inherit;
     margin-bottom: 10px;
 }

 .stay {
     font-size: 20px;
     margin-top: 1rem;
     /* color: #49acb1; */
     border-left: 10px solid;
     display: inline-block;
     border-right: 10px solid;
     padding-left: 10px;
     padding-right: 10px;
     margin-bottom: 4rem;
 }

 .stay > a {
     color: #49acb1;
 }

 .reason {
 margin: 0 auto;
     margin-bottom: 0px;
     color: #0a213c;
 }

 .cr_country_selector_modal .cr-country-selector-modal-dialog {
     width: inherit;
     margin-bottom: 10px;
 }

 .cr-country-selector-modal-content {
     position: relative;
 }

 .cr-country-selector-modal-content:after {
     content: '';
     display: block;
     width: 100%;
     max-width: 300px;
     height: 200px;
     position: absolute;
     bottom: -20px;
     left: -10px;
 /*    background: url('https://thibaultrolando.com/audacity/wp-content/themes/audacity/assets/images/bg-art.png') no-repeat left bottom / contain;
 */    z-index: -1
 }

 .cr-country-selector-modal-content {
     background: transparent !important;
 }

 .modal a.close-modal {
     background-image: url(close-icon.png) !important;
     width: 60px  !important;
     height: 60px  !important;
     right: -32px  !important;
     top: -32px  !important;
 }

 @media only screen and (min-device-width : 375px) and (max-device-width : 667px) {

 .mobiletohide{
     display: none;
 }

 .multi_dropdown {
     float: none;
     margin-right: 20px;
     top: 5px;
     position: relative;
     padding: 10px 0px;
     display: block;
     text-align: center;
 }

 #cr_country_selector_modal.fade{
     max-width: 100%;
 }

 .dms-container{
     padding-bottom: 20px;
 }

 }

 .right-side {
     position: fixed;
     width: 100%;
     height: 100%;
     background: #fff;
     height: 1;
     z-index: 1000;
     display: flex;
     align-items: center;
     justify-content: center;
 }

 .redirecting {
      display: flex;
 }
 .cr_country_selector_modal p {
     margin-bottom: 10px;
     text-align: center;
 }
 @media (min-width: 768px){
 .cr_country_selector_modal .cr-country-selector-modal-dialog {
     width: 600px;
     margin: 30px auto !important;
 }
 }
 .cr_country_selector_modal .cr-country-selector-modal-dialog {
     width: inherit;
     margin-bottom: 10px;
 }
 .cr_country_selector_modal .cr-country-selector-modal-dialog {
     text-align: center;
 }

 .cr_country_selector_modal .cr-country-selector-modal-dialog {
     position: relative;
     width: auto;
     margin: 10px;
 }