.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    border: 1px solid #888;
    width: fit-content;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    text-align: center;
    padding-bottom: 20px
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    background-color: #a87392;
    color: white;
}

.modal-body {padding: 2px 50px;}

.modal-body button{
    padding: 6px;
    margin-top: 30px;
    background-color: #5cb85c;
    border-style: none;
    font-size: 20px;
    color: white;
    padding-left: 17px;
    padding-right: 17px;
    border-radius: 26px;
    transition: 0.6s
}
.modal-body button:hover{
    background-color: #56a756;
}
.modal-body p {
    font-size: 20px;
    margin-top: 10px;
    color: #636363;
}
#mobileInput{
    outline: none;
    padding: 4px;
    border-radius: 5px;
    border-style: groove;
    color: #676464;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

/* Calander */
.ui-datepicker-calendar tr{
    height: 35px !important;
}
.ui-datepicker {
    height: 250px !important;
}
#calander{
    text-align: center;
}
#dateName{
    color: white;
    margin-bottom: 20px;
}
#calander p {
    color: white;
    margin-bottom: 5px;
}
#datepicker{
    text-align: center;
    border-radius: 7px;
    border-style: none;
    height: 28px;
    font-size: 17px;
    font-weight: bold;
    color: #585656;
    box-shadow: 1px 1px 13px;
}
#datepicker:focus{
    outline: none
}

/* The actual popup */
.popuptext {
    visibility: hidden;
    width: 160px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {opacity: 0;} 
    to {opacity: 1;}
}

@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
}
.activInput{
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
    width: fit-content;
    height: 56px;
    background-color: rgba(85, 85, 85, 0.63);
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    z-index: 1;
    position: relative;
    top: -40px;
    margin: -28px;
    padding: 7px;
}
.activInput::after{
    content: "";
    top: 56px;
    margin-left: -49px;
    border-width: 11px;
    border-style: solid;
    border-color: rgba(85, 85, 85, 0.63) transparent transparent transparent;
    position: absolute;
}
#buttonDivtemplate_input{
    text-align: center;
    margin-bottom: 20px;
}
/* Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* the delete popup */
.modal-content-d {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0px;
    border: 1px solid #888;
    width: fit-content;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    text-align: center;
    border-radius: 10px;
}
.modal-content-d h3{
    margin: 20px;
}

/* The Close Button */
.close-d {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close-d:hover,
.close-d:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header-d {
    padding: 2px 16px;
    background-color: #cc5050;
    color: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

/* the copy popup */
.modal-content-c {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0px;
    border: 1px solid #888;
    width: fit-content;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    text-align: center;
    border-radius: 10px;
}

.close-c {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close-c:hover,
.close-c:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header-c {
    padding: 2px 16px;
    background-color: #945f7e;
    color: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.modal-body-c {
    padding: 30px;
    padding-top: 0px;
}
#copy-body-week select{
    border-radius: 5px;
    padding: 2.5px;
    transition: 1s;
    background-color: #ebe9e6;
    top: -1px;
    position: relative;
    transition: ease-in 1s;
}
#copy-body-week select:focus{
    outline: none;
}
#copy-h3{
    color: #6e6c6c;
    margin-bottom: 25px;
}
#clear{
    font-size: 14px;
    padding: 5px;
    background-color: #cecec5;
    padding-left: 12px;
    padding-right: 12px;
    margin-top: 15px;
}
#clear:hover{
    background-color: #b6b3b3;
}
.datesInput{
    border-radius: 6px;
    border-style: groove;
    text-align: center;
    padding: 1px;
    background-color: #ebe9e6;
}
.datesInput:focus{
    outline: none;
}
#numWeeks{
    width: 50px;
}


#delete{
    background-color: rgb(204, 80, 80);
    color: white;
    transition: 0.4s;
    margin: 20px;
    width: 110px;
}
#delete:hover{
    background-color: rgb(202, 61, 61);
}
#cancel{
    background-color: rgb(209, 208, 208);
    color: rgb(61, 60, 60);
    transition: 0.4s;
    margin: 20px;
    width: 110px;
}
#cancel:hover{
    background-color: rgb(185, 182, 182);
}
#deleteL{
    background-color: rgb(204, 80, 80);
    color: white;
    transition: 0.4s;
    margin: 20px;
    width: 110px;
}
#deleteL:hover{
    background-color: rgb(202, 61, 61);
}
#cancelL{
    background-color: rgb(209, 208, 208);
    color: rgb(61, 60, 60);
    transition: 0.4s;
    margin: 20px;
    width: 110px;
}
#cancelL:hover{
    background-color: rgb(185, 182, 182);
}
#copyButton{    
    transition: 0.4s;
    margin-right: 20px;
}
#copyButton:hover{
    background-color: rgb(221, 215, 215)    
}
#deleteButton{
    transition: 0.4s;
    /* margin-left: 20px; */
    background-color: #cc5050;
    color: #fff;
    border-color: #a84444
}
#deleteButton:hover{
    background-color: #a84444
}

#selection{
    margin-bottom: 45px;
}
.copy-body{
    margin-bottom: 20px;
}
.copy-body p{
    font-size: 18px;
    color: #525252
}



.containerPick {
    display: initial;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 109px;
    margin: 5px;
    font-weight: 100;
}

/* Hide the browser's default radio button */
.containerPick input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    transition: 0.7s;
    position: absolute;
    top: -3px;
    left: 0px;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    background-color: #cac9c7;
}

/* On mouse-over, add a grey background color */
.containerPick:hover input ~ .checkmark {
    background-color: rgb(167, 166, 166);
}

/* When the radio button is checked, add a blue background */
.containerPick input:checked ~ .checkmark {
    background-color: #6f6d6a;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.containerPick input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.containerPick .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}

/* loading icon */
.loader {
    color: #f5f5f5;
    font-size: 90px;
    text-indent: -9999em;
    overflow: hidden;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    margin: 72px auto;
    position: relative;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
    animation: load6 1.7s infinite ease, round 1.7s infinite ease;
    top: 180px;
    margin-bottom: 360px !important;
  }
  @-webkit-keyframes load6 {
    0% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    5%,
    95% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    10%,
    59% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }
    20% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }
    38% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }
    100% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
  }
  @keyframes load6 {
    0% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    5%,
    95% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    10%,
    59% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }
    20% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }
    38% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }
    100% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
  }
  @-webkit-keyframes round {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes round {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }

#confirmation{
    padding: 20px;
}
.intOptionLable{
    font-weight: bold;
}
.intOption{
    height: 80px;
    margin: 10px;
    padding: 10px;
    transition: 0.3s;
    cursor: pointer;
    border-radius: 90px;
}
.intOption:hover, .intSelected{
    background-color: #e3e3e3;
}
#intSpeedOptions{
    display: inline-flex;
}
.intOptionDiv{
    display: grid;
}
.int-p{
    width: 350px;
    font-size: 17px !important;
}