@charset "UTF-8";
/*Common*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Thin.woff2") format("woff2"), url("../fonts/Roboto-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Thin";
  src: url("../fonts/Roboto-Thin.woff2") format("woff2"), url("../fonts/Roboto-Thin.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-ThinItalic.woff2") format("woff2"), url("../fonts/Roboto-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Roboto-ThinItalic";
  src: url("../fonts/Roboto-ThinItalic.woff2") format("woff2"), url("../fonts/Roboto-ThinItalic.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Light.woff2") format("woff2"), url("../fonts/Roboto-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Light";
  src: url("../fonts/Roboto-Light.woff2") format("woff2"), url("../fonts/Roboto-Light.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-LightItalic.woff2") format("woff2"), url("../fonts/Roboto-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Roboto-LightItalic";
  src: url("../fonts/Roboto-LightItalic.woff2") format("woff2"), url("../fonts/Roboto-LightItalic.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
/*changed*/
@font-face {
  font-family: "Roboto-Regular";
  src: url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-RegularItalic.woff2") format("woff2"), url("../fonts/Roboto-RegularItalic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Roboto-RegularItalic";
  src: url("../fonts/Roboto-RegularItalic.woff2") format("woff2"), url("../fonts/Roboto-RegularItalic.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Medium";
  src: url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-MediumItalic.woff2") format("woff2"), url("../fonts/Roboto-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Roboto-MediumItalic";
  src: url("../fonts/Roboto-MediumItalic.woff2") format("woff2"), url("../fonts/Roboto-MediumItalic.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  src: url(".../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Bold";
  src: url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-BoldItalic.woff2") format("woff2"), url("../fonts/Roboto-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Roboto-BoldItalic";
  src: url("../fonts/Roboto-BoldItalic.woff2") format("woff2"), url("../fonts/Roboto-BoldItalic.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Black.woff2") format("woff2"), url("../fonts/Roboto-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Black";
  src: url("../fonts/Roboto-Black.woff2") format("woff2"), url("../fonts/Roboto-Black.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-BlackItalic.woff2") format("woff2"), url("../fonts/Roboto-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Roboto-BlackItalic";
  src: url("../fonts/Roboto-BlackItalic.woff2") format("woff2"), url("../fonts/Roboto-BlackItalic.woff") format("woff");
}
body, * {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
}

h1, h2, h3, h4, h5, h6, p {
  font-family: "Poppins", sans-serif;
}

.fw-100 {
  font-weight: 100 !important;
}

.fw-200 {
  font-weight: 200 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.border-t-r-r-10 {
  border-top-right-radius: 10px;
}

.border-b-r-r-10 {
  border-bottom-right-radius: 10px;
}

.border-r-10 {
  border-radius: 10px;
}

.border-r-10 {
  border-radius: 10px;
}

.border-t-r-r-20 {
  border-top-right-radius: 20px;
}

.border-b-r-r-20 {
  border-bottom-right-radius: 20px;
}

.border-r-20 {
  border-radius: 20px;
}

.border-r-20 {
  border-radius: 20px;
}

.text-0\.1rem {
  font-size: 0.1rem !important;
}

.text-0\.2rem {
  font-size: 0.2rem !important;
}

.text-0\.3rem {
  font-size: 0.3rem !important;
}

.text-0\.4rem {
  font-size: 0.4rem !important;
}

.text-0\.5rem {
  font-size: 0.5rem !important;
}

.text-0\.6rem {
  font-size: 0.6rem !important;
}

.text-0\.7rem {
  font-size: 0.7rem !important;
}

.text-0\.8rem {
  font-size: 0.8rem !important;
}

.text-0\.9rem {
  font-size: 0.9rem !important;
}

.top-10 {
  top: 10px;
}

.top-20 {
  top: 20px;
}

.top-30 {
  top: 30px;
}

.top-40 {
  top: 40px;
}

.top-50 {
  top: 50px;
}

.top-60 {
  top: 60px;
}

.top-70 {
  top: 70px;
}

.top-80 {
  top: 80px;
}

.top-90 {
  top: 90px;
}

.top-100 {
  top: 100px;
}

.text-0\.1rem {
  font-size: 0.1rem !important;
}

.text-0\.2rem {
  font-size: 0.2rem !important;
}

.text-0\.3rem {
  font-size: 0.3rem !important;
}

.text-0\.4rem {
  font-size: 0.4rem !important;
}

.text-0\.5rem {
  font-size: 0.5rem !important;
}

.text-0\.6rem {
  font-size: 0.6rem !important;
}

.text-0\.7rem {
  font-size: 0.7rem !important;
}

.text-0\.8rem {
  font-size: 0.8rem !important;
}

.text-0\.9rem {
  font-size: 0.9rem !important;
}

.text-1rem {
  font-size: 1rem !important;
}

.border-danger-left-1 {
  border-left: 1px solid red;
}

.border-success-left-1 {
  border-left: 1px solid green;
}

.scale-1\.1 {
  transform: scale(1.1);
}

.scale-1 {
  transform: scale(1);
}

.letter-space-1 {
  letter-spacing: 1px !important;
}

.z-index\:-1 {
  z-index: -1 !important;
}

.left\:-1 {
  left: -1px !important;
}

.pb-100px {
  padding-bottom: 100px !important;
}

.text-2rem {
  font-size: 2rem !important;
}

.border-danger-left-2 {
  border-left: 2px solid red;
}

.border-success-left-2 {
  border-left: 2px solid green;
}

.scale-1\.2 {
  transform: scale(1.2);
}

.scale-2 {
  transform: scale(2);
}

.letter-space-2 {
  letter-spacing: 2px !important;
}

.z-index\:-2 {
  z-index: -2 !important;
}

.left\:-2 {
  left: -2px !important;
}

.pb-200px {
  padding-bottom: 200px !important;
}

.text-3rem {
  font-size: 3rem !important;
}

.border-danger-left-3 {
  border-left: 3px solid red;
}

.border-success-left-3 {
  border-left: 3px solid green;
}

.scale-1\.3 {
  transform: scale(1.3);
}

.scale-3 {
  transform: scale(3);
}

.letter-space-3 {
  letter-spacing: 3px !important;
}

.z-index\:-3 {
  z-index: -3 !important;
}

.left\:-3 {
  left: -3px !important;
}

.pb-300px {
  padding-bottom: 300px !important;
}

.text-4rem {
  font-size: 4rem !important;
}

.border-danger-left-4 {
  border-left: 4px solid red;
}

.border-success-left-4 {
  border-left: 4px solid green;
}

.scale-1\.4 {
  transform: scale(1.4);
}

.scale-4 {
  transform: scale(4);
}

.letter-space-4 {
  letter-spacing: 4px !important;
}

.z-index\:-4 {
  z-index: -4 !important;
}

.left\:-4 {
  left: -4px !important;
}

.pb-400px {
  padding-bottom: 400px !important;
}

.text-5rem {
  font-size: 5rem !important;
}

.border-danger-left-5 {
  border-left: 5px solid red;
}

.border-success-left-5 {
  border-left: 5px solid green;
}

.scale-1\.5 {
  transform: scale(1.5);
}

.scale-5 {
  transform: scale(5);
}

.letter-space-5 {
  letter-spacing: 5px !important;
}

.z-index\:-5 {
  z-index: -5 !important;
}

.left\:-5 {
  left: -5px !important;
}

.pb-500px {
  padding-bottom: 500px !important;
}

.width-10 {
  width: 10% !important;
}

.z-index-1 {
  z-index: 1 !important;
}

.width-20 {
  width: 20% !important;
}

.z-index-2 {
  z-index: 2 !important;
}

.width-30 {
  width: 30% !important;
}

.z-index-3 {
  z-index: 3 !important;
}

.width-40 {
  width: 40% !important;
}

.z-index-4 {
  z-index: 4 !important;
}

.width-50 {
  width: 50% !important;
}

.z-index-5 {
  z-index: 5 !important;
}

.width-60 {
  width: 60% !important;
}

.z-index-6 {
  z-index: 6 !important;
}

.width-70 {
  width: 70% !important;
}

.z-index-7 {
  z-index: 7 !important;
}

.width-80 {
  width: 80% !important;
}

.z-index-8 {
  z-index: 8 !important;
}

.width-90 {
  width: 90% !important;
}

.z-index-9 {
  z-index: 9 !important;
}

.width-100 {
  width: 100% !important;
}

.z-index-10 {
  z-index: 10 !important;
}

.left-1px {
  left: 1px !important;
}

.right-1px {
  right: 1px;
}

.top-1px {
  top: 1px;
}

.bottom-1px {
  bottom: 1px;
}

.left-2px {
  left: 2px !important;
}

.right-2px {
  right: 2px;
}

.top-2px {
  top: 2px;
}

.bottom-2px {
  bottom: 2px;
}

.left-3px {
  left: 3px !important;
}

.right-3px {
  right: 3px;
}

.top-3px {
  top: 3px;
}

.bottom-3px {
  bottom: 3px;
}

.left-4px {
  left: 4px !important;
}

.right-4px {
  right: 4px;
}

.top-4px {
  top: 4px;
}

.bottom-4px {
  bottom: 4px;
}

.left-5px {
  left: 5px !important;
}

.right-5px {
  right: 5px;
}

.top-5px {
  top: 5px;
}

.bottom-5px {
  bottom: 5px;
}

.left-6px {
  left: 6px !important;
}

.right-6px {
  right: 6px;
}

.top-6px {
  top: 6px;
}

.bottom-6px {
  bottom: 6px;
}

.left-7px {
  left: 7px !important;
}

.right-7px {
  right: 7px;
}

.top-7px {
  top: 7px;
}

.bottom-7px {
  bottom: 7px;
}

.left-8px {
  left: 8px !important;
}

.right-8px {
  right: 8px;
}

.top-8px {
  top: 8px;
}

.bottom-8px {
  bottom: 8px;
}

.left-9px {
  left: 9px !important;
}

.right-9px {
  right: 9px;
}

.top-9px {
  top: 9px;
}

.bottom-9px {
  bottom: 9px;
}

.left-10px {
  left: 10px !important;
}

.right-10px {
  right: 10px;
}

.top-10px {
  top: 10px;
}

.bottom-10px {
  bottom: 10px;
}

.left-11px {
  left: 11px !important;
}

.right-11px {
  right: 11px;
}

.top-11px {
  top: 11px;
}

.bottom-11px {
  bottom: 11px;
}

.left-12px {
  left: 12px !important;
}

.right-12px {
  right: 12px;
}

.top-12px {
  top: 12px;
}

.bottom-12px {
  bottom: 12px;
}

.left-13px {
  left: 13px !important;
}

.right-13px {
  right: 13px;
}

.top-13px {
  top: 13px;
}

.bottom-13px {
  bottom: 13px;
}

.left-14px {
  left: 14px !important;
}

.right-14px {
  right: 14px;
}

.top-14px {
  top: 14px;
}

.bottom-14px {
  bottom: 14px;
}

.left-15px {
  left: 15px !important;
}

.right-15px {
  right: 15px;
}

.top-15px {
  top: 15px;
}

.bottom-15px {
  bottom: 15px;
}

.left-16px {
  left: 16px !important;
}

.right-16px {
  right: 16px;
}

.top-16px {
  top: 16px;
}

.bottom-16px {
  bottom: 16px;
}

.left-17px {
  left: 17px !important;
}

.right-17px {
  right: 17px;
}

.top-17px {
  top: 17px;
}

.bottom-17px {
  bottom: 17px;
}

.left-18px {
  left: 18px !important;
}

.right-18px {
  right: 18px;
}

.top-18px {
  top: 18px;
}

.bottom-18px {
  bottom: 18px;
}

.left-19px {
  left: 19px !important;
}

.right-19px {
  right: 19px;
}

.top-19px {
  top: 19px;
}

.bottom-19px {
  bottom: 19px;
}

.left-20px {
  left: 20px !important;
}

.right-20px {
  right: 20px;
}

.top-20px {
  top: 20px;
}

.bottom-20px {
  bottom: 20px;
}

.left-21px {
  left: 21px !important;
}

.right-21px {
  right: 21px;
}

.top-21px {
  top: 21px;
}

.bottom-21px {
  bottom: 21px;
}

.left-22px {
  left: 22px !important;
}

.right-22px {
  right: 22px;
}

.top-22px {
  top: 22px;
}

.bottom-22px {
  bottom: 22px;
}

.left-23px {
  left: 23px !important;
}

.right-23px {
  right: 23px;
}

.top-23px {
  top: 23px;
}

.bottom-23px {
  bottom: 23px;
}

.left-24px {
  left: 24px !important;
}

.right-24px {
  right: 24px;
}

.top-24px {
  top: 24px;
}

.bottom-24px {
  bottom: 24px;
}

.left-25px {
  left: 25px !important;
}

.right-25px {
  right: 25px;
}

.top-25px {
  top: 25px;
}

.bottom-25px {
  bottom: 25px;
}

.left-26px {
  left: 26px !important;
}

.right-26px {
  right: 26px;
}

.top-26px {
  top: 26px;
}

.bottom-26px {
  bottom: 26px;
}

.left-27px {
  left: 27px !important;
}

.right-27px {
  right: 27px;
}

.top-27px {
  top: 27px;
}

.bottom-27px {
  bottom: 27px;
}

.left-28px {
  left: 28px !important;
}

.right-28px {
  right: 28px;
}

.top-28px {
  top: 28px;
}

.bottom-28px {
  bottom: 28px;
}

.left-29px {
  left: 29px !important;
}

.right-29px {
  right: 29px;
}

.top-29px {
  top: 29px;
}

.bottom-29px {
  bottom: 29px;
}

.left-30px {
  left: 30px !important;
}

.right-30px {
  right: 30px;
}

.top-30px {
  top: 30px;
}

.bottom-30px {
  bottom: 30px;
}

.left-31px {
  left: 31px !important;
}

.right-31px {
  right: 31px;
}

.top-31px {
  top: 31px;
}

.bottom-31px {
  bottom: 31px;
}

.left-32px {
  left: 32px !important;
}

.right-32px {
  right: 32px;
}

.top-32px {
  top: 32px;
}

.bottom-32px {
  bottom: 32px;
}

.left-33px {
  left: 33px !important;
}

.right-33px {
  right: 33px;
}

.top-33px {
  top: 33px;
}

.bottom-33px {
  bottom: 33px;
}

.left-34px {
  left: 34px !important;
}

.right-34px {
  right: 34px;
}

.top-34px {
  top: 34px;
}

.bottom-34px {
  bottom: 34px;
}

.left-35px {
  left: 35px !important;
}

.right-35px {
  right: 35px;
}

.top-35px {
  top: 35px;
}

.bottom-35px {
  bottom: 35px;
}

.left-36px {
  left: 36px !important;
}

.right-36px {
  right: 36px;
}

.top-36px {
  top: 36px;
}

.bottom-36px {
  bottom: 36px;
}

.left-37px {
  left: 37px !important;
}

.right-37px {
  right: 37px;
}

.top-37px {
  top: 37px;
}

.bottom-37px {
  bottom: 37px;
}

.left-38px {
  left: 38px !important;
}

.right-38px {
  right: 38px;
}

.top-38px {
  top: 38px;
}

.bottom-38px {
  bottom: 38px;
}

.left-39px {
  left: 39px !important;
}

.right-39px {
  right: 39px;
}

.top-39px {
  top: 39px;
}

.bottom-39px {
  bottom: 39px;
}

.left-40px {
  left: 40px !important;
}

.right-40px {
  right: 40px;
}

.top-40px {
  top: 40px;
}

.bottom-40px {
  bottom: 40px;
}

.left-41px {
  left: 41px !important;
}

.right-41px {
  right: 41px;
}

.top-41px {
  top: 41px;
}

.bottom-41px {
  bottom: 41px;
}

.left-42px {
  left: 42px !important;
}

.right-42px {
  right: 42px;
}

.top-42px {
  top: 42px;
}

.bottom-42px {
  bottom: 42px;
}

.left-43px {
  left: 43px !important;
}

.right-43px {
  right: 43px;
}

.top-43px {
  top: 43px;
}

.bottom-43px {
  bottom: 43px;
}

.left-44px {
  left: 44px !important;
}

.right-44px {
  right: 44px;
}

.top-44px {
  top: 44px;
}

.bottom-44px {
  bottom: 44px;
}

.left-45px {
  left: 45px !important;
}

.right-45px {
  right: 45px;
}

.top-45px {
  top: 45px;
}

.bottom-45px {
  bottom: 45px;
}

.left-46px {
  left: 46px !important;
}

.right-46px {
  right: 46px;
}

.top-46px {
  top: 46px;
}

.bottom-46px {
  bottom: 46px;
}

.left-47px {
  left: 47px !important;
}

.right-47px {
  right: 47px;
}

.top-47px {
  top: 47px;
}

.bottom-47px {
  bottom: 47px;
}

.left-48px {
  left: 48px !important;
}

.right-48px {
  right: 48px;
}

.top-48px {
  top: 48px;
}

.bottom-48px {
  bottom: 48px;
}

.left-49px {
  left: 49px !important;
}

.right-49px {
  right: 49px;
}

.top-49px {
  top: 49px;
}

.bottom-49px {
  bottom: 49px;
}

.left-50px {
  left: 50px !important;
}

.right-50px {
  right: 50px;
}

.top-50px {
  top: 50px;
}

.bottom-50px {
  bottom: 50px;
}

.left-51px {
  left: 51px !important;
}

.right-51px {
  right: 51px;
}

.top-51px {
  top: 51px;
}

.bottom-51px {
  bottom: 51px;
}

.left-52px {
  left: 52px !important;
}

.right-52px {
  right: 52px;
}

.top-52px {
  top: 52px;
}

.bottom-52px {
  bottom: 52px;
}

.left-53px {
  left: 53px !important;
}

.right-53px {
  right: 53px;
}

.top-53px {
  top: 53px;
}

.bottom-53px {
  bottom: 53px;
}

.left-54px {
  left: 54px !important;
}

.right-54px {
  right: 54px;
}

.top-54px {
  top: 54px;
}

.bottom-54px {
  bottom: 54px;
}

.left-55px {
  left: 55px !important;
}

.right-55px {
  right: 55px;
}

.top-55px {
  top: 55px;
}

.bottom-55px {
  bottom: 55px;
}

.left-56px {
  left: 56px !important;
}

.right-56px {
  right: 56px;
}

.top-56px {
  top: 56px;
}

.bottom-56px {
  bottom: 56px;
}

.left-57px {
  left: 57px !important;
}

.right-57px {
  right: 57px;
}

.top-57px {
  top: 57px;
}

.bottom-57px {
  bottom: 57px;
}

.left-58px {
  left: 58px !important;
}

.right-58px {
  right: 58px;
}

.top-58px {
  top: 58px;
}

.bottom-58px {
  bottom: 58px;
}

.left-59px {
  left: 59px !important;
}

.right-59px {
  right: 59px;
}

.top-59px {
  top: 59px;
}

.bottom-59px {
  bottom: 59px;
}

.left-60px {
  left: 60px !important;
}

.right-60px {
  right: 60px;
}

.top-60px {
  top: 60px;
}

.bottom-60px {
  bottom: 60px;
}

.left-61px {
  left: 61px !important;
}

.right-61px {
  right: 61px;
}

.top-61px {
  top: 61px;
}

.bottom-61px {
  bottom: 61px;
}

.left-62px {
  left: 62px !important;
}

.right-62px {
  right: 62px;
}

.top-62px {
  top: 62px;
}

.bottom-62px {
  bottom: 62px;
}

.left-63px {
  left: 63px !important;
}

.right-63px {
  right: 63px;
}

.top-63px {
  top: 63px;
}

.bottom-63px {
  bottom: 63px;
}

.left-64px {
  left: 64px !important;
}

.right-64px {
  right: 64px;
}

.top-64px {
  top: 64px;
}

.bottom-64px {
  bottom: 64px;
}

.left-65px {
  left: 65px !important;
}

.right-65px {
  right: 65px;
}

.top-65px {
  top: 65px;
}

.bottom-65px {
  bottom: 65px;
}

.left-66px {
  left: 66px !important;
}

.right-66px {
  right: 66px;
}

.top-66px {
  top: 66px;
}

.bottom-66px {
  bottom: 66px;
}

.left-67px {
  left: 67px !important;
}

.right-67px {
  right: 67px;
}

.top-67px {
  top: 67px;
}

.bottom-67px {
  bottom: 67px;
}

.left-68px {
  left: 68px !important;
}

.right-68px {
  right: 68px;
}

.top-68px {
  top: 68px;
}

.bottom-68px {
  bottom: 68px;
}

.left-69px {
  left: 69px !important;
}

.right-69px {
  right: 69px;
}

.top-69px {
  top: 69px;
}

.bottom-69px {
  bottom: 69px;
}

.left-70px {
  left: 70px !important;
}

.right-70px {
  right: 70px;
}

.top-70px {
  top: 70px;
}

.bottom-70px {
  bottom: 70px;
}

.left-71px {
  left: 71px !important;
}

.right-71px {
  right: 71px;
}

.top-71px {
  top: 71px;
}

.bottom-71px {
  bottom: 71px;
}

.left-72px {
  left: 72px !important;
}

.right-72px {
  right: 72px;
}

.top-72px {
  top: 72px;
}

.bottom-72px {
  bottom: 72px;
}

.left-73px {
  left: 73px !important;
}

.right-73px {
  right: 73px;
}

.top-73px {
  top: 73px;
}

.bottom-73px {
  bottom: 73px;
}

.left-74px {
  left: 74px !important;
}

.right-74px {
  right: 74px;
}

.top-74px {
  top: 74px;
}

.bottom-74px {
  bottom: 74px;
}

.left-75px {
  left: 75px !important;
}

.right-75px {
  right: 75px;
}

.top-75px {
  top: 75px;
}

.bottom-75px {
  bottom: 75px;
}

.left-76px {
  left: 76px !important;
}

.right-76px {
  right: 76px;
}

.top-76px {
  top: 76px;
}

.bottom-76px {
  bottom: 76px;
}

.left-77px {
  left: 77px !important;
}

.right-77px {
  right: 77px;
}

.top-77px {
  top: 77px;
}

.bottom-77px {
  bottom: 77px;
}

.left-78px {
  left: 78px !important;
}

.right-78px {
  right: 78px;
}

.top-78px {
  top: 78px;
}

.bottom-78px {
  bottom: 78px;
}

.left-79px {
  left: 79px !important;
}

.right-79px {
  right: 79px;
}

.top-79px {
  top: 79px;
}

.bottom-79px {
  bottom: 79px;
}

.left-80px {
  left: 80px !important;
}

.right-80px {
  right: 80px;
}

.top-80px {
  top: 80px;
}

.bottom-80px {
  bottom: 80px;
}

.left-81px {
  left: 81px !important;
}

.right-81px {
  right: 81px;
}

.top-81px {
  top: 81px;
}

.bottom-81px {
  bottom: 81px;
}

.left-82px {
  left: 82px !important;
}

.right-82px {
  right: 82px;
}

.top-82px {
  top: 82px;
}

.bottom-82px {
  bottom: 82px;
}

.left-83px {
  left: 83px !important;
}

.right-83px {
  right: 83px;
}

.top-83px {
  top: 83px;
}

.bottom-83px {
  bottom: 83px;
}

.left-84px {
  left: 84px !important;
}

.right-84px {
  right: 84px;
}

.top-84px {
  top: 84px;
}

.bottom-84px {
  bottom: 84px;
}

.left-85px {
  left: 85px !important;
}

.right-85px {
  right: 85px;
}

.top-85px {
  top: 85px;
}

.bottom-85px {
  bottom: 85px;
}

.left-86px {
  left: 86px !important;
}

.right-86px {
  right: 86px;
}

.top-86px {
  top: 86px;
}

.bottom-86px {
  bottom: 86px;
}

.left-87px {
  left: 87px !important;
}

.right-87px {
  right: 87px;
}

.top-87px {
  top: 87px;
}

.bottom-87px {
  bottom: 87px;
}

.left-88px {
  left: 88px !important;
}

.right-88px {
  right: 88px;
}

.top-88px {
  top: 88px;
}

.bottom-88px {
  bottom: 88px;
}

.left-89px {
  left: 89px !important;
}

.right-89px {
  right: 89px;
}

.top-89px {
  top: 89px;
}

.bottom-89px {
  bottom: 89px;
}

.left-90px {
  left: 90px !important;
}

.right-90px {
  right: 90px;
}

.top-90px {
  top: 90px;
}

.bottom-90px {
  bottom: 90px;
}

.left-91px {
  left: 91px !important;
}

.right-91px {
  right: 91px;
}

.top-91px {
  top: 91px;
}

.bottom-91px {
  bottom: 91px;
}

.left-92px {
  left: 92px !important;
}

.right-92px {
  right: 92px;
}

.top-92px {
  top: 92px;
}

.bottom-92px {
  bottom: 92px;
}

.left-93px {
  left: 93px !important;
}

.right-93px {
  right: 93px;
}

.top-93px {
  top: 93px;
}

.bottom-93px {
  bottom: 93px;
}

.left-94px {
  left: 94px !important;
}

.right-94px {
  right: 94px;
}

.top-94px {
  top: 94px;
}

.bottom-94px {
  bottom: 94px;
}

.left-95px {
  left: 95px !important;
}

.right-95px {
  right: 95px;
}

.top-95px {
  top: 95px;
}

.bottom-95px {
  bottom: 95px;
}

.left-96px {
  left: 96px !important;
}

.right-96px {
  right: 96px;
}

.top-96px {
  top: 96px;
}

.bottom-96px {
  bottom: 96px;
}

.left-97px {
  left: 97px !important;
}

.right-97px {
  right: 97px;
}

.top-97px {
  top: 97px;
}

.bottom-97px {
  bottom: 97px;
}

.left-98px {
  left: 98px !important;
}

.right-98px {
  right: 98px;
}

.top-98px {
  top: 98px;
}

.bottom-98px {
  bottom: 98px;
}

.left-99px {
  left: 99px !important;
}

.right-99px {
  right: 99px;
}

.top-99px {
  top: 99px;
}

.bottom-99px {
  bottom: 99px;
}

.left-100px {
  left: 100px !important;
}

.right-100px {
  right: 100px;
}

.top-100px {
  top: 100px;
}

.bottom-100px {
  bottom: 100px;
}

@media (min-width: 64em) {
  .scale-md-1\.1 {
    transform: scale(1.1);
  }
  .scale-md-1 {
    transform: scale(1);
  }
  .scale-md-1\.2 {
    transform: scale(1.2);
  }
  .scale-md-2 {
    transform: scale(2);
  }
  .scale-md-1\.3 {
    transform: scale(1.3);
  }
  .scale-md-3 {
    transform: scale(3);
  }
  .scale-md-1\.4 {
    transform: scale(1.4);
  }
  .scale-md-4 {
    transform: scale(4);
  }
  .scale-md-1\.5 {
    transform: scale(1.5);
  }
  .scale-md-5 {
    transform: scale(5);
  }
  .width-md-10 {
    width: 10% !important;
  }
  .width-md-20 {
    width: 20% !important;
  }
  .width-md-30 {
    width: 30% !important;
  }
  .width-md-40 {
    width: 40% !important;
  }
  .width-md-50 {
    width: 50% !important;
  }
  .width-md-60 {
    width: 60% !important;
  }
  .width-md-70 {
    width: 70% !important;
  }
  .width-md-80 {
    width: 80% !important;
  }
  .width-md-90 {
    width: 90% !important;
  }
  .width-md-100 {
    width: 100% !important;
  }
}
@media (min-width: 100em) {
  .scale-lg-1\.1 {
    transform: scale(1.1);
  }
  .scale-lg-1 {
    transform: scale(1);
  }
  .scale-lg-1\.2 {
    transform: scale(1.2);
  }
  .scale-lg-2 {
    transform: scale(2);
  }
  .scale-lg-1\.3 {
    transform: scale(1.3);
  }
  .scale-lg-3 {
    transform: scale(3);
  }
  .scale-lg-1\.4 {
    transform: scale(1.4);
  }
  .scale-lg-4 {
    transform: scale(4);
  }
  .scale-lg-1\.5 {
    transform: scale(1.5);
  }
  .scale-lg-5 {
    transform: scale(5);
  }
}
.toast {
  animation: fade 500ms linear 1;
}
@keyframes fade {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0%);
  }
}

.border-secondary {
  border: 1px solid rgba(112, 112, 112, 0.4117647059) !important;
}

.bg-6blue {
  background: #1C63AB !important;
}

.bg-3blue {
  background: #1C63AB !important;
}

.bg-6blue-light {
  background: rgba(6, 114, 163, 0.0509803922);
}

.color-6blue {
  color: #1C63AB !important;
}

.color-3blue {
  color: #1C63AB !important;
}

.form-control:focus {
  border-color: #1C63AB !important;
  outline: none;
  box-shadow: none !important;
}

.form-control {
  color: #000000 !important;
}

.form-control::placeholder {
  font-size: 0.9rem !important;
  color: rgba(112, 112, 112, 0.4117647059) !important;
}

.loginInput {
  color: #000000 !important;
}

.loginInput::placeholder {
  font-size: 0.9rem !important;
  color: rgba(112, 112, 112, 0.4117647059) !important;
}

.border-bottom-6blue {
  border-bottom: 2px solid #0672A3 !important;
}

.box-shadow-inset {
  box-shadow: inset 0px 0px 8px rgba(0, 0, 0, 0.5294117647);
}

.label-Shadow {
  box-shadow: inset 6px 0px 6px rgba(0, 0, 0, 0.1607843137);
}

.card-Shadow {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1607843137);
}

.login_logo {
  top: 100px;
  right: 63px;
}

.object_fit-contain {
  object-fit: contain;
}

.page-footer-row {
  background: linear-gradient(to right, #1eb3b3, #447adc);
}

.bottom-0 {
  bottom: 0;
}

.color-6blue2 {
  color: #1C63AB !important;
}

.bg-6blue2 {
  background: #1C63AB !important;
}

.bg-primary-light {
  background-color: #B6DEF6 !important;
}

.bg-6black {
  color: #000000 !important;
  background: white;
}

.bg-tenantBtn {
  background: #0a3a99 !important;
}

.intl-tel-input {
  width: 100%;
}

.intl-tel-input .selected-flag {
  background: #F1F1F1 !important;
}

.footer-link:hover {
  text-decoration: underline !important;
}

.color-secondary {
  color: #707276 !important;
}

.text-secondary {
  color: #888 !important;
}

.color-secondary-2 {
  color: #707276 !important;
}

.border-info {
  border: 1px solid #0672A3 !important;
}

.bg-info2 {
  background: rgba(6, 114, 163, 0.1411764706) !important;
}

.OtpInput input {
  width: 20%;
  height: 40px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1607843137);
  outline: none;
}

.underline-hover:hover {
  text-decoration: underline;
}

@media all and (max-width: 769px) {
  .login-card {
    border-radius: 20px !important;
  }
  .login-page {
    align-items: start !important;
  }
  .page-footer-row, .page-footer {
    background: #1C63AB !important;
  }
  .FooterTermsCondition, .FooterTermsCondition .text-info {
    color: white !important;
  }
  /*    body {
      background: $blue !important;
  }*/
}
.forgot-password:after {
  content: "";
  height: 2px;
  width: 7rem;
  position: absolute;
  background: #0672A3;
  left: 0;
  right: 0;
  bottom: -3px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .menu {
    text-align: center;
  }
  .menu-logo {
    font-size: 1.2em;
  }
  .menu-item {
    display: none;
  }
  .menu-button {
    display: block;
  }
  .welcome-block h1 {
    font-size: 2em;
  }
}
@media (min-width: 768px) {
  .menu-item {
    display: block;
  }
  .menu-button {
    display: none;
  }
  .h-80vh {
    height: 80vh;
  }
}
.gravatar-image {
  max-width: none;
}

.border-top {
  border-top: 1px solid #e5e5e5;
}

.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

.welcome-block {
  max-width: 700px;
}

.logo, .logo:hover, .appIcon {
  text-decoration: none;
}

.pointer {
  cursor: pointer;
}

.pointer-not-allowed {
  cursor: not-allowed;
}

.border-c-secondary {
  border-color: rgba(112, 112, 112, 0.4117647059) !important;
}

.border-c-6blue {
  border-color: #0672A3 !important;
}

.slider-toggle .slider {
  height: 22px;
  width: 48px;
}
.slider-toggle .slider:before {
  height: 20px !important;
  width: 20px !important;
}

.LoginBtn:hover {
  background: #0672A3 !important;
  color: white !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
  -webkit-text-fill-color: #1C63AB !important;
}

.avatar-upload {
  position: relative;
  max-width: 205px;
  margin: 0px auto;
}
.avatar-upload .avatar-edit {
  position: absolute;
  right: 12px;
  z-index: 1;
  top: 10px;
}
.avatar-upload .avatar-edit input {
  display: none;
}
.avatar-upload .avatar-edit input + label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #FFFFFF;
  border: 1px solid #0672A3;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}
.avatar-upload .avatar-edit input + label:hover {
  background: #0672A3;
  border-color: #d6d6d6;
}
.avatar-upload .avatar-edit input + label:hover:after {
  color: white;
}
.avatar-upload .avatar-edit input + label:after {
  content: "\f040";
  font-family: "FontAwesome";
  color: #0672A3;
  position: absolute;
  top: 7px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}
.avatar-upload .avatar-preview {
  width: 100px;
  height: 100px;
  position: relative;
  border-radius: 100%;
  border: 2px solid #F8F8F8;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.tab-nav {
  border-right: 3px solid rgba(221, 213, 213, 0.4117647059);
}
.tab-nav .nav-link.active {
  background: #0672A3;
}
.tab-nav .nav-link {
  border-bottom: 2px solid rgba(221, 213, 213, 0.4117647059);
  border-radius: unset;
  color: #0672A3;
}

.appIcon {
  transition: all 0.2s ease-out;
}

.btn-white-hover {
  background: #fff;
}
.btn-white-hover:hover {
  background: #dadfe1;
}

.font-size-17 {
  font-size: 17px;
}

.fs-13px {
  font-size: 13px !important;
}

/*For OTP input */
.otp-wrapper {
  text-align: center;
}

.otp-container {
  display: inline-block;
}
.otp-container .otp-number-input {
  width: 13%;
  height: 80px;
  margin: 0 5px;
  border: none;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  padding: 0;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 30px;
  box-shadow: none;
  text-align: center;
  background-color: none;
  font-weight: 600;
  border-radius: 0;
  outline: 0;
  transition: border 0.3s ease;
}
.otp-container .otp-number-input:focus {
  border-color: rgba(0, 0, 0, 0.5);
}
.otp-container .otp-number-input.otp-filled-active {
  border-color: #066f9f;
}

.otp-submit {
  background: #42b549;
  border: 0;
  color: #fff;
  margin-top: 30px;
  padding: 10px 15px;
  font-size: 14px;
  border-radius: 3px;
  letter-spacing: 1px;
  font-weight: 500;
  cursor: pointer;
}
.otp-submit[disabled] {
  opacity: 0.6;
  cursor: default;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  margin: 0 !important;
}

.bg-gray {
  background: #5e5d5d !important;
}

.h-220px {
  height: 220px !important;
}

.scroll-bar:not(.mac-os) ::-webkit-scrollbar {
  display: inherit;
  width: 4px;
  background-color: transparent;
}

.scroll-bar:not(.mac-os) :hover::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #b3b3b3;
}

@media not all and (min-resolution: 0.001dpcm) {
  .scroll-bar ::-webkit-scrollbar {
    display: inherit;
    width: 4px;
    background-color: transparent;
  }
  .scroll-bar :hover::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #b3b3b3;
  }
}
.scroll-bar {
  overflow-x: hidden;
  overflow-y: auto !important;
}

/*.scroll-bar ::-webkit-scrollbar {
    height: 5px !important;
    width: 5px !important;
}

.scroll-bar ::-webkit-scrollbar-thumb {
    background: $primaryColor !important;
}

.scroll-bar ::-webkit-scrollbar-track {
    background: none !important;
}*/
.text-1\.3rem {
  font-size: 1.3rem !important;
}

.field-validation-error {
  /*position: absolute;*/
  color: #e90e0e;
}

.field-validation-valid {
  display: none;
}

.highlighter {
  background-color: yellow;
}

.PhoneNumberUpdateValidation span, #pwdNotMatch {
  font-size: 0.8rem !important;
}

.skiptoproceedDropdownMenu .dropdown-item:focus, .skiptoproceedDropdownMenu .dropdown-item:hover {
  color: #16181b !important;
  background-color: #f8f9fa !important;
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
  border-color: #0672a3 !important;
  box-shadow: 0 0 0 0.25rem rgba(6, 114, 163, 0.7) !important;
}

.top-0px {
  top: 0px !important;
}

.right-0px {
  right: 0px !important;
}

.border-left-radius-0 {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.z-index-auto {
  z-index: auto !important;
}

.mw-100 {
  min-width: 100% !important;
}

.btn-grey {
  background-color: #AEAEAE !important;
}
.btn-grey:hover {
  background-color: #5a6268 !important;
}

.text-error {
  color: #e90e0e !important;
}

button:disabled {
  cursor: not-allowed;
  pointer-events: all !important;
}

.h-21px {
  height: 21px;
}

.login-card-shadow {
  box-shadow: 1px 0px 30px 0px rgba(71, 92, 112, 0.16);
}

.border-radius-20px {
  border-radius: 20px !important;
}

.text-blue {
  color: #1C63AB !important;
}

a.text-blue:hover {
  color: #5192d4 !important;
  text-decoration: underline !important;
}

.btn-primary {
  background-color: #1C63AB !important;
  border-color: #1C63AB !important;
}
.btn-primary:hover {
  background-color: #5192d4 !important;
  border-color: #5192d4 !important;
}
.btn-primary:focus {
  box-shadow: none;
}

#Username-error, #Password-error, #Otp-error {
  font-size: 0.8rem !important;
}

.page-content {
  padding-top: 4.5rem !important;
}

.btn-secondary-10 {
  background-color: #ededed !important;
  color: #6e6e6e !important;
  border: 1px solid #ededed !important;
}
.btn-secondary-10:hover {
  background-color: #D1D1D1 !important;
}

.btn-outline-primary {
  background-color: white !important;
  color: #1C63AB !important;
  border: 1px solid #1C63AB !important;
}
.btn-outline-primary:hover {
  background-color: #f7f3f3 !important;
}

.btn-secondary {
  background-color: #D1D1D1 !important;
  color: #000000 !important;
  border: 1px solid #D1D1D1 !important;
}
.btn-secondary:hover {
  background-color: #1C63AB !important;
  color: white !important;
  border: 1px solid #1C63AB !important;
}

/*TOGGLE SWITCH*/
.form-switch .form-check-input {
  width: 3em !important;
  height: 1.5em !important;
}

.form-switch .form-check-input {
  background-image: url(/images/toggleBlue.svg);
  background-color: rgba(28, 99, 171, 0.1098039216);
  border: 0;
  box-shadow: inset 1px 1px 5px 1px rgba(0, 0, 0, 0.1490196078);
}

.form-switch .form-check-input:focus {
  background-image: url(/images/toggleBlue.svg);
}

.form-switch .form-check-input:checked {
  background-image: url(/images/toggleWhite.svg) !important;
  background-color: #4fa0f3 !important;
}

.h-3rem {
  height: 3rem !important;
}

.svgBack:hover path {
  stroke: #1C63AB !important;
}

.text-dark-1 {
  color: #000000 !important;
}

.resize-none {
  resize: none !important;
}

/*Vertical alignment*/
.align-sub {
  vertical-align: sub !important;
}

.mw-50 {
  max-width: 50% !important;
}

.min-h-100 {
  min-height: 100% !important;
}

.box-shadow-card {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 0px 5px 1px !important;
}

.border-radius-12px {
  border-radius: 12px !important;
}

/*November Release Modules Hide*/
.nov24rel-dnone {
  display: none !important;
}

.lh-relaxed {
  line-height: 1.7 !important;
}

.form-check-input:checked {
  background-color: #1C63AB !important;
  border-color: #1C63AB !important;
}

.col-m-5 {
  margin: 5px;
}

.col-m-10 {
  margin: 10px;
}

.col-m-15 {
  margin: 15px;
}

.col-m-20 {
  margin: 20px;
}

.col-m-25 {
  margin: 25px;
}

.col-m-30 {
  margin: 30px;
}

.col-m-35 {
  margin: 35px;
}

.col-m-40 {
  margin: 40px;
}

.col-m-45 {
  margin: 45px;
}

.col-m-50 {
  margin: 50px;
}

.col-m-b-5 {
  margin-bottom: 5px;
}

.col-m-b-10 {
  margin-bottom: 10px;
}

.col-m-b-15 {
  margin-bottom: 15px;
}

.col-m-b-20 {
  margin-bottom: 20px;
}

.col-m-b-25 {
  margin-bottom: 25px;
}

.col-m-b-30 {
  margin-bottom: 30px;
}

.col-m-b-35 {
  margin-bottom: 35px;
}

.col-m-b-40 {
  margin-bottom: 40px;
}

.col-m-b-45 {
  margin-bottom: 45px;
}

.col-m-b-50 {
  margin-bottom: 50px;
}

.col-m-t-5 {
  margin-top: 5px;
}

.col-m-t-10 {
  margin-top: 10px;
}

.col-m-t-15 {
  margin-top: 15px;
}

.col-m-t-20 {
  margin-top: 20px;
}

.col-m-t-25 {
  margin-top: 25px;
}

.col-m-t-30 {
  margin-top: 30px;
}

.col-m-t-35 {
  margin-top: 35px;
}

.col-m-t-40 {
  margin-top: 40px;
}

.col-m-t-45 {
  margin-top: 45px;
}

.col-m-t-50 {
  margin-top: 50px;
}

.col-m-l-5 {
  margin-left: 5px;
}

.col-m-l-10 {
  margin-left: 10px;
}

.col-m-l-15 {
  margin-left: 15px;
}

.col-m-l-20 {
  margin-left: 20px;
}

.col-m-l-25 {
  margin-left: 25px;
}

.col-m-l-30 {
  margin-left: 30px;
}

.col-m-l-35 {
  margin-left: 35px;
}

.col-m-l-40 {
  margin-left: 40px;
}

.col-m-l-45 {
  margin-left: 45px;
}

.col-m-l-50 {
  margin-left: 50px;
}

.col-m-r-5 {
  margin-right: 5px;
}

.col-m-r-10 {
  margin-right: 10px;
}

.col-m-r-15 {
  margin-right: 15px;
}

.col-m-r-20 {
  margin-right: 20px;
}

.col-m-r-25 {
  margin-right: 25px;
}

.col-m-r-30 {
  margin-right: 30px;
}

.col-m-r-35 {
  margin-right: 35px;
}

.col-m-r-40 {
  margin-right: 40px;
}

.col-m-r-45 {
  margin-right: 45px;
}

.col-m-r-50 {
  margin-right: 50px;
}

.col-p-5 {
  padding: 5px;
}

.col-p-10 {
  padding: 10px;
}

.col-p-15 {
  padding: 15px;
}

.col-p-20 {
  padding: 20px;
}

.col-p-25 {
  padding: 25px;
}

.col-p-30 {
  padding: 30px;
}

.col-p-35 {
  padding: 35px;
}

.col-p-40 {
  padding: 40px;
}

.col-p-45 {
  padding: 45px;
}

.col-p-50 {
  padding: 50px;
}

.col-p-b-5 {
  padding-bottom: 5px;
}

.col-p-b-10 {
  padding-bottom: 10px;
}

.col-p-b-15 {
  padding-bottom: 15px;
}

.col-p-b-20 {
  padding-bottom: 20px;
}

.col-p-b-25 {
  padding-bottom: 25px;
}

.col-p-b-30 {
  padding-bottom: 30px;
}

.col-p-b-35 {
  padding-bottom: 35px;
}

.col-p-b-40 {
  padding-bottom: 40px;
}

.col-p-b-45 {
  padding-bottom: 45px;
}

.col-p-b-50 {
  padding-bottom: 50px;
}

.col-p-t-5 {
  padding-top: 5px;
}

.col-p-t-10 {
  padding-top: 10px;
}

.col-p-t-15 {
  padding-top: 15px;
}

.col-p-t-20 {
  padding-top: 20px;
}

.col-p-t-25 {
  padding-top: 25px;
}

.col-p-t-30 {
  padding-top: 30px;
}

.col-p-t-35 {
  padding-top: 35px;
}

.col-p-t-40 {
  padding-top: 40px;
}

.col-p-t-45 {
  padding-top: 45px;
}

.col-p-t-50 {
  padding-top: 50px;
}

.col-p-l-5 {
  padding-left: 5px;
}

.col-p-l-10 {
  padding-left: 10px;
}

.col-p-l-15 {
  padding-left: 15px;
}

.col-p-l-20 {
  padding-left: 20px;
}

.col-p-l-25 {
  padding-left: 25px;
}

.col-p-l-30 {
  padding-left: 30px;
}

.col-p-l-35 {
  padding-left: 35px;
}

.col-p-l-40 {
  padding-left: 40px;
}

.col-p-l-45 {
  padding-left: 45px;
}

.col-p-l-50 {
  padding-left: 50px;
}

.col-p-r-5 {
  padding-right: 5px;
}

.col-p-r-10 {
  padding-right: 10px;
}

.col-p-r-15 {
  padding-right: 15px;
}

.col-p-r-20 {
  padding-right: 20px;
}

.col-p-r-25 {
  padding-right: 25px;
}

.col-p-r-30 {
  padding-right: 30px;
}

.col-p-r-35 {
  padding-right: 35px;
}

.col-p-r-40 {
  padding-right: 40px;
}

.col-p-r-45 {
  padding-right: 45px;
}

.col-p-r-50 {
  padding-right: 50px;
}

.col-form-label {
  text-align: right;
  font-weight: bold;
}

@media (max-width: 575px) {
  .col-form-label {
    text-align: left;
  }
}
/*Controls*/
.navbar {
  height: 4.5rem !important;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1) !important;
}

.navbar-brand > img {
  max-height: 45px;
}

.navbar-brand.logo {
  padding: 10px 10px;
}

.navbar-brand-image-mobile {
  display: none;
}

@media (max-width: 767px) {
  .navbar-brand-image {
    display: none;
  }
  .navbar-brand-image-mobile {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
}
.validation-summary-errors {
  background: none;
  padding-top: 14px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 15px;
  margin-top: 20px;
  border: 1px solid;
}

.toast-body .validation-summary-errors ul {
  list-style-type: none;
  padding-left: 0.77rem;
}

.switch {
  display: inline-block;
  height: 28px;
  position: relative;
  width: 54px;
  margin-top: 5px;
}

.switch input {
  display: none;
}

.slider {
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.4s;
}

.slider:before {
  background-color: #fff;
  bottom: 1px;
  content: "";
  height: 26px;
  left: 1px;
  position: absolute;
  transition: 0.4s;
  width: 26px;
}

input:not(:checked) + .slider {
  background-color: #ccc !important;
  background-image: none !important;
}

input:checked + .slider {
  background-color: #4ed164 !important;
  background-image: none !important;
}

input:checked + .slider:before {
  transform: translateX(26px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

label.radio-img > input {
  visibility: hidden;
  position: absolute;
}

label.radio-img > input + img {
  cursor: pointer;
  border: 2px solid transparent;
}

label.radio-img > input:checked + img {
  background-color: #ffe7ac;
  -ms-border-radius: 15px;
  border-radius: 15px;
}

label.radio-img > input:checked ~ h3, label.radio-img > input:checked ~ h4 {
  color: #007bff;
  text-decoration: underline;
}

label.radio-img > h3, label > h4 {
  cursor: pointer;
}

.cc-window {
  top: 64px;
  bottom: unset !important;
  padding: 1rem 0.5rem !important;
  background: rgba(3, 68, 98, 0.8117647059);
  color: white;
  padding: 0.5em !important;
  text-align: center;
  left: 0;
  right: 0;
  display: none !important;
  z-index: 3;
}

.cc-message {
  display: inline-block !important;
  margin-right: 1em !important;
  -webkit-box-flex: unset !important;
  flex: unset !important;
}

.cc-compliance {
  display: inline !important;
}

.cc-link {
  color: #fff900 !important;
}

.cc-btn {
  color: #fff;
  background-color: #22a220 !important;
  border-color: transparent;
  text-decoration: none;
  display: inline !important;
}

.cc-btn:hover {
  color: white !important;
}

#qrCode canvas {
  padding: 20px;
  background-color: white;
}

/*Pages*/
.consent-container .toggle-button__input {
  float: left;
}
.consent-container .toggle-button__text {
  float: left;
  margin-top: 6px;
  margin-left: 10px;
}
.consent-container .consent-description {
  width: 100%;
  float: left;
}
.consent-container .client-logo {
  float: left;
}
.consent-container .client-logo img {
  margin-right: 25px;
}

.logged-out-container iframe {
  display: none;
  width: 0;
  height: 0;
}

.grants-container .page-header {
  margin-bottom: 10px;
}
.grants-container .grant {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid lightgray;
}
.grants-container .grant .clientname {
  font-size: 140%;
  font-weight: bold;
}
.grants-container .grant .granttype {
  font-size: 120%;
  font-weight: bold;
}
.grants-container .grant .created {
  font-size: 120%;
  font-weight: bold;
}
.grants-container .grant .expires {
  font-size: 120%;
  font-weight: bold;
}
.grants-container .grant li {
  list-style-type: none;
  display: inline;
}
.grants-container .grant li:after {
  content: ", ";
}
.grants-container .grant li:last-child:after {
  content: "";
}
.intl-tel-input {
  position: relative;
  display: inline-block;
}

.intl-tel-input * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.intl-tel-input .hide {
  display: none;
}

.intl-tel-input .v-hide {
  visibility: hidden;
}

.intl-tel-input input,
.intl-tel-input input[type=text],
.intl-tel-input input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}

.intl-tel-input .flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}

.intl-tel-input .selected-flag {
  z-index: 1;
  position: relative;
  width: 36px;
  height: 100%;
  padding: 0 0 0 8px;
}

.intl-tel-input .selected-flag .iti-flag {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.intl-tel-input .selected-flag .iti-arrow {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}

.intl-tel-input .selected-flag .iti-arrow.up {
  border-top: none;
  border-bottom: 4px solid #555;
}

.intl-tel-input .country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #ccc;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
}

.intl-tel-input .country-list.dropup {
  bottom: 100%;
  margin-bottom: -1px;
}

.intl-tel-input .country-list .flag-box {
  display: inline-block;
  width: 20px;
}

@media (max-width: 500px) {
  .intl-tel-input .country-list {
    white-space: normal;
  }
}
.intl-tel-input .country-list .divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
}

.intl-tel-input .country-list .country {
  padding: 5px 10px;
}

.intl-tel-input .country-list .country .dial-code {
  color: #999;
}

.intl-tel-input .country-list .country.highlight {
  background-color: rgba(0, 0, 0, 0.05);
}

.intl-tel-input .country-list .flag-box,
.intl-tel-input .country-list .country-name,
.intl-tel-input .country-list .dial-code {
  vertical-align: middle;
}

.intl-tel-input .country-list .flag-box,
.intl-tel-input .country-list .country-name {
  margin-right: 6px;
}

.intl-tel-input.allow-dropdown input,
.intl-tel-input.allow-dropdown input[type=text],
.intl-tel-input.allow-dropdown input[type=tel],
.intl-tel-input.separate-dial-code input,
.intl-tel-input.separate-dial-code input[type=text],
.intl-tel-input.separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}

.intl-tel-input.allow-dropdown .flag-container,
.intl-tel-input.separate-dial-code .flag-container {
  right: auto;
  left: 0;
}

.intl-tel-input.allow-dropdown .selected-flag,
.intl-tel-input.separate-dial-code .selected-flag {
  width: 46px;
}

.intl-tel-input.allow-dropdown .flag-container:hover {
  cursor: pointer;
}

.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}

.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover,
.intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover {
  cursor: default;
}

.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover .selected-flag,
.intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover .selected-flag {
  background-color: transparent;
}

.intl-tel-input.separate-dial-code .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
  display: table;
}

.intl-tel-input.separate-dial-code .selected-dial-code {
  display: table-cell;
  vertical-align: middle;
  padding-left: 28px;
}

.intl-tel-input.separate-dial-code.iti-sdc-2 input,
.intl-tel-input.separate-dial-code.iti-sdc-2 input[type=text],
.intl-tel-input.separate-dial-code.iti-sdc-2 input[type=tel] {
  padding-left: 66px;
}

.intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag {
  width: 60px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel] {
  padding-left: 76px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
  width: 70px;
}

.intl-tel-input.separate-dial-code.iti-sdc-3 input,
.intl-tel-input.separate-dial-code.iti-sdc-3 input[type=text],
.intl-tel-input.separate-dial-code.iti-sdc-3 input[type=tel] {
  padding-left: 74px;
}

.intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag {
  width: 68px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel] {
  padding-left: 84px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
  width: 78px;
}

.intl-tel-input.separate-dial-code.iti-sdc-4 input,
.intl-tel-input.separate-dial-code.iti-sdc-4 input[type=text],
.intl-tel-input.separate-dial-code.iti-sdc-4 input[type=tel] {
  padding-left: 82px;
}

.intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag {
  width: 76px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel] {
  padding-left: 92px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
  width: 86px;
}

.intl-tel-input.separate-dial-code.iti-sdc-5 input,
.intl-tel-input.separate-dial-code.iti-sdc-5 input[type=text],
.intl-tel-input.separate-dial-code.iti-sdc-5 input[type=tel] {
  padding-left: 90px;
}

.intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag {
  width: 84px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=text],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=tel] {
  padding-left: 100px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
  width: 94px;
}

.intl-tel-input.iti-container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}

.intl-tel-input.iti-container:hover {
  cursor: pointer;
}

.iti-mobile .intl-tel-input.iti-container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}

.iti-mobile .intl-tel-input .country-list {
  max-height: 100%;
  width: 100%;
}

.iti-mobile .intl-tel-input .country-list .country {
  padding: 10px 10px;
  line-height: 1.5em;
}

.iti-flag {
  width: 20px;
}

.iti-flag.be {
  width: 18px;
}

.iti-flag.ch {
  width: 15px;
}

.iti-flag.mc {
  width: 19px;
}

.iti-flag.ne {
  width: 18px;
}

.iti-flag.np {
  width: 13px;
}

.iti-flag.va {
  width: 15px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti-flag {
    background-size: 5630px 15px;
  }
}
.iti-flag.ac {
  height: 10px;
  background-position: 0px 0px;
}

.iti-flag.ad {
  height: 14px;
  background-position: -22px 0px;
}

.iti-flag.ae {
  height: 10px;
  background-position: -44px 0px;
}

.iti-flag.af {
  height: 14px;
  background-position: -66px 0px;
}

.iti-flag.ag {
  height: 14px;
  background-position: -88px 0px;
}

.iti-flag.ai {
  height: 10px;
  background-position: -110px 0px;
}

.iti-flag.al {
  height: 15px;
  background-position: -132px 0px;
}

.iti-flag.am {
  height: 10px;
  background-position: -154px 0px;
}

.iti-flag.ao {
  height: 14px;
  background-position: -176px 0px;
}

.iti-flag.aq {
  height: 14px;
  background-position: -198px 0px;
}

.iti-flag.ar {
  height: 13px;
  background-position: -220px 0px;
}

.iti-flag.as {
  height: 10px;
  background-position: -242px 0px;
}

.iti-flag.at {
  height: 14px;
  background-position: -264px 0px;
}

.iti-flag.au {
  height: 10px;
  background-position: -286px 0px;
}

.iti-flag.aw {
  height: 14px;
  background-position: -308px 0px;
}

.iti-flag.ax {
  height: 13px;
  background-position: -330px 0px;
}

.iti-flag.az {
  height: 10px;
  background-position: -352px 0px;
}

.iti-flag.ba {
  height: 10px;
  background-position: -374px 0px;
}

.iti-flag.bb {
  height: 14px;
  background-position: -396px 0px;
}

.iti-flag.bd {
  height: 12px;
  background-position: -418px 0px;
}

.iti-flag.be {
  height: 15px;
  background-position: -440px 0px;
}

.iti-flag.bf {
  height: 14px;
  background-position: -460px 0px;
}

.iti-flag.bg {
  height: 12px;
  background-position: -482px 0px;
}

.iti-flag.bh {
  height: 12px;
  background-position: -504px 0px;
}

.iti-flag.bi {
  height: 12px;
  background-position: -526px 0px;
}

.iti-flag.bj {
  height: 14px;
  background-position: -548px 0px;
}

.iti-flag.bl {
  height: 14px;
  background-position: -570px 0px;
}

.iti-flag.bm {
  height: 10px;
  background-position: -592px 0px;
}

.iti-flag.bn {
  height: 10px;
  background-position: -614px 0px;
}

.iti-flag.bo {
  height: 14px;
  background-position: -636px 0px;
}

.iti-flag.bq {
  height: 14px;
  background-position: -658px 0px;
}

.iti-flag.br {
  height: 14px;
  background-position: -680px 0px;
}

.iti-flag.bs {
  height: 10px;
  background-position: -702px 0px;
}

.iti-flag.bt {
  height: 14px;
  background-position: -724px 0px;
}

.iti-flag.bv {
  height: 15px;
  background-position: -746px 0px;
}

.iti-flag.bw {
  height: 14px;
  background-position: -768px 0px;
}

.iti-flag.by {
  height: 10px;
  background-position: -790px 0px;
}

.iti-flag.bz {
  height: 14px;
  background-position: -812px 0px;
}

.iti-flag.ca {
  height: 10px;
  background-position: -834px 0px;
}

.iti-flag.cc {
  height: 10px;
  background-position: -856px 0px;
}

.iti-flag.cd {
  height: 15px;
  background-position: -878px 0px;
}

.iti-flag.cf {
  height: 14px;
  background-position: -900px 0px;
}

.iti-flag.cg {
  height: 14px;
  background-position: -922px 0px;
}

.iti-flag.ch {
  height: 15px;
  background-position: -944px 0px;
}

.iti-flag.ci {
  height: 14px;
  background-position: -961px 0px;
}

.iti-flag.ck {
  height: 10px;
  background-position: -983px 0px;
}

.iti-flag.cl {
  height: 14px;
  background-position: -1005px 0px;
}

.iti-flag.cm {
  height: 14px;
  background-position: -1027px 0px;
}

.iti-flag.cn {
  height: 14px;
  background-position: -1049px 0px;
}

.iti-flag.co {
  height: 14px;
  background-position: -1071px 0px;
}

.iti-flag.cp {
  height: 14px;
  background-position: -1093px 0px;
}

.iti-flag.cr {
  height: 12px;
  background-position: -1115px 0px;
}

.iti-flag.cu {
  height: 10px;
  background-position: -1137px 0px;
}

.iti-flag.cv {
  height: 12px;
  background-position: -1159px 0px;
}

.iti-flag.cw {
  height: 14px;
  background-position: -1181px 0px;
}

.iti-flag.cx {
  height: 10px;
  background-position: -1203px 0px;
}

.iti-flag.cy {
  height: 13px;
  background-position: -1225px 0px;
}

.iti-flag.cz {
  height: 14px;
  background-position: -1247px 0px;
}

.iti-flag.de {
  height: 12px;
  background-position: -1269px 0px;
}

.iti-flag.dg {
  height: 10px;
  background-position: -1291px 0px;
}

.iti-flag.dj {
  height: 14px;
  background-position: -1313px 0px;
}

.iti-flag.dk {
  height: 15px;
  background-position: -1335px 0px;
}

.iti-flag.dm {
  height: 10px;
  background-position: -1357px 0px;
}

.iti-flag.do {
  height: 13px;
  background-position: -1379px 0px;
}

.iti-flag.dz {
  height: 14px;
  background-position: -1401px 0px;
}

.iti-flag.ea {
  height: 14px;
  background-position: -1423px 0px;
}

.iti-flag.ec {
  height: 14px;
  background-position: -1445px 0px;
}

.iti-flag.ee {
  height: 13px;
  background-position: -1467px 0px;
}

.iti-flag.eg {
  height: 14px;
  background-position: -1489px 0px;
}

.iti-flag.eh {
  height: 10px;
  background-position: -1511px 0px;
}

.iti-flag.er {
  height: 10px;
  background-position: -1533px 0px;
}

.iti-flag.es {
  height: 14px;
  background-position: -1555px 0px;
}

.iti-flag.et {
  height: 10px;
  background-position: -1577px 0px;
}

.iti-flag.eu {
  height: 14px;
  background-position: -1599px 0px;
}

.iti-flag.fi {
  height: 12px;
  background-position: -1621px 0px;
}

.iti-flag.fj {
  height: 10px;
  background-position: -1643px 0px;
}

.iti-flag.fk {
  height: 10px;
  background-position: -1665px 0px;
}

.iti-flag.fm {
  height: 11px;
  background-position: -1687px 0px;
}

.iti-flag.fo {
  height: 15px;
  background-position: -1709px 0px;
}

.iti-flag.fr {
  height: 14px;
  background-position: -1731px 0px;
}

.iti-flag.ga {
  height: 15px;
  background-position: -1753px 0px;
}

.iti-flag.gb {
  height: 10px;
  background-position: -1775px 0px;
}

.iti-flag.gd {
  height: 12px;
  background-position: -1797px 0px;
}

.iti-flag.ge {
  height: 14px;
  background-position: -1819px 0px;
}

.iti-flag.gf {
  height: 14px;
  background-position: -1841px 0px;
}

.iti-flag.gg {
  height: 14px;
  background-position: -1863px 0px;
}

.iti-flag.gh {
  height: 14px;
  background-position: -1885px 0px;
}

.iti-flag.gi {
  height: 10px;
  background-position: -1907px 0px;
}

.iti-flag.gl {
  height: 14px;
  background-position: -1929px 0px;
}

.iti-flag.gm {
  height: 14px;
  background-position: -1951px 0px;
}

.iti-flag.gn {
  height: 14px;
  background-position: -1973px 0px;
}

.iti-flag.gp {
  height: 14px;
  background-position: -1995px 0px;
}

.iti-flag.gq {
  height: 14px;
  background-position: -2017px 0px;
}

.iti-flag.gr {
  height: 14px;
  background-position: -2039px 0px;
}

.iti-flag.gs {
  height: 10px;
  background-position: -2061px 0px;
}

.iti-flag.gt {
  height: 13px;
  background-position: -2083px 0px;
}

.iti-flag.gu {
  height: 11px;
  background-position: -2105px 0px;
}

.iti-flag.gw {
  height: 10px;
  background-position: -2127px 0px;
}

.iti-flag.gy {
  height: 12px;
  background-position: -2149px 0px;
}

.iti-flag.hk {
  height: 14px;
  background-position: -2171px 0px;
}

.iti-flag.hm {
  height: 10px;
  background-position: -2193px 0px;
}

.iti-flag.hn {
  height: 10px;
  background-position: -2215px 0px;
}

.iti-flag.hr {
  height: 10px;
  background-position: -2237px 0px;
}

.iti-flag.ht {
  height: 12px;
  background-position: -2259px 0px;
}

.iti-flag.hu {
  height: 10px;
  background-position: -2281px 0px;
}

.iti-flag.ic {
  height: 14px;
  background-position: -2303px 0px;
}

.iti-flag.id {
  height: 14px;
  background-position: -2325px 0px;
}

.iti-flag.ie {
  height: 10px;
  background-position: -2347px 0px;
}

.iti-flag.il {
  height: 15px;
  background-position: -2369px 0px;
}

.iti-flag.im {
  height: 10px;
  background-position: -2391px 0px;
}

.iti-flag.in {
  height: 14px;
  background-position: -2413px 0px;
}

.iti-flag.io {
  height: 10px;
  background-position: -2435px 0px;
}

.iti-flag.iq {
  height: 14px;
  background-position: -2457px 0px;
}

.iti-flag.ir {
  height: 12px;
  background-position: -2479px 0px;
}

.iti-flag.is {
  height: 15px;
  background-position: -2501px 0px;
}

.iti-flag.it {
  height: 14px;
  background-position: -2523px 0px;
}

.iti-flag.je {
  height: 12px;
  background-position: -2545px 0px;
}

.iti-flag.jm {
  height: 10px;
  background-position: -2567px 0px;
}

.iti-flag.jo {
  height: 10px;
  background-position: -2589px 0px;
}

.iti-flag.jp {
  height: 14px;
  background-position: -2611px 0px;
}

.iti-flag.ke {
  height: 14px;
  background-position: -2633px 0px;
}

.iti-flag.kg {
  height: 12px;
  background-position: -2655px 0px;
}

.iti-flag.kh {
  height: 13px;
  background-position: -2677px 0px;
}

.iti-flag.ki {
  height: 10px;
  background-position: -2699px 0px;
}

.iti-flag.km {
  height: 12px;
  background-position: -2721px 0px;
}

.iti-flag.kn {
  height: 14px;
  background-position: -2743px 0px;
}

.iti-flag.kp {
  height: 10px;
  background-position: -2765px 0px;
}

.iti-flag.kr {
  height: 14px;
  background-position: -2787px 0px;
}

.iti-flag.kw {
  height: 10px;
  background-position: -2809px 0px;
}

.iti-flag.ky {
  height: 10px;
  background-position: -2831px 0px;
}

.iti-flag.kz {
  height: 10px;
  background-position: -2853px 0px;
}

.iti-flag.la {
  height: 14px;
  background-position: -2875px 0px;
}

.iti-flag.lb {
  height: 14px;
  background-position: -2897px 0px;
}

.iti-flag.lc {
  height: 10px;
  background-position: -2919px 0px;
}

.iti-flag.li {
  height: 12px;
  background-position: -2941px 0px;
}

.iti-flag.lk {
  height: 10px;
  background-position: -2963px 0px;
}

.iti-flag.lr {
  height: 11px;
  background-position: -2985px 0px;
}

.iti-flag.ls {
  height: 14px;
  background-position: -3007px 0px;
}

.iti-flag.lt {
  height: 12px;
  background-position: -3029px 0px;
}

.iti-flag.lu {
  height: 12px;
  background-position: -3051px 0px;
}

.iti-flag.lv {
  height: 10px;
  background-position: -3073px 0px;
}

.iti-flag.ly {
  height: 10px;
  background-position: -3095px 0px;
}

.iti-flag.ma {
  height: 14px;
  background-position: -3117px 0px;
}

.iti-flag.mc {
  height: 15px;
  background-position: -3139px 0px;
}

.iti-flag.md {
  height: 10px;
  background-position: -3160px 0px;
}

.iti-flag.me {
  height: 10px;
  background-position: -3182px 0px;
}

.iti-flag.mf {
  height: 14px;
  background-position: -3204px 0px;
}

.iti-flag.mg {
  height: 14px;
  background-position: -3226px 0px;
}

.iti-flag.mh {
  height: 11px;
  background-position: -3248px 0px;
}

.iti-flag.mk {
  height: 10px;
  background-position: -3270px 0px;
}

.iti-flag.ml {
  height: 14px;
  background-position: -3292px 0px;
}

.iti-flag.mm {
  height: 14px;
  background-position: -3314px 0px;
}

.iti-flag.mn {
  height: 10px;
  background-position: -3336px 0px;
}

.iti-flag.mo {
  height: 14px;
  background-position: -3358px 0px;
}

.iti-flag.mp {
  height: 10px;
  background-position: -3380px 0px;
}

.iti-flag.mq {
  height: 14px;
  background-position: -3402px 0px;
}

.iti-flag.mr {
  height: 14px;
  background-position: -3424px 0px;
}

.iti-flag.ms {
  height: 10px;
  background-position: -3446px 0px;
}

.iti-flag.mt {
  height: 14px;
  background-position: -3468px 0px;
}

.iti-flag.mu {
  height: 14px;
  background-position: -3490px 0px;
}

.iti-flag.mv {
  height: 14px;
  background-position: -3512px 0px;
}

.iti-flag.mw {
  height: 14px;
  background-position: -3534px 0px;
}

.iti-flag.mx {
  height: 12px;
  background-position: -3556px 0px;
}

.iti-flag.my {
  height: 10px;
  background-position: -3578px 0px;
}

.iti-flag.mz {
  height: 14px;
  background-position: -3600px 0px;
}

.iti-flag.na {
  height: 14px;
  background-position: -3622px 0px;
}

.iti-flag.nc {
  height: 10px;
  background-position: -3644px 0px;
}

.iti-flag.ne {
  height: 15px;
  background-position: -3666px 0px;
}

.iti-flag.nf {
  height: 10px;
  background-position: -3686px 0px;
}

.iti-flag.ng {
  height: 10px;
  background-position: -3708px 0px;
}

.iti-flag.ni {
  height: 12px;
  background-position: -3730px 0px;
}

.iti-flag.nl {
  height: 14px;
  background-position: -3752px 0px;
}

.iti-flag.no {
  height: 15px;
  background-position: -3774px 0px;
}

.iti-flag.np {
  height: 15px;
  background-position: -3796px 0px;
}

.iti-flag.nr {
  height: 10px;
  background-position: -3811px 0px;
}

.iti-flag.nu {
  height: 10px;
  background-position: -3833px 0px;
}

.iti-flag.nz {
  height: 10px;
  background-position: -3855px 0px;
}

.iti-flag.om {
  height: 10px;
  background-position: -3877px 0px;
}

.iti-flag.pa {
  height: 14px;
  background-position: -3899px 0px;
}

.iti-flag.pe {
  height: 14px;
  background-position: -3921px 0px;
}

.iti-flag.pf {
  height: 14px;
  background-position: -3943px 0px;
}

.iti-flag.pg {
  height: 15px;
  background-position: -3965px 0px;
}

.iti-flag.ph {
  height: 10px;
  background-position: -3987px 0px;
}

.iti-flag.pk {
  height: 14px;
  background-position: -4009px 0px;
}

.iti-flag.pl {
  height: 13px;
  background-position: -4031px 0px;
}

.iti-flag.pm {
  height: 14px;
  background-position: -4053px 0px;
}

.iti-flag.pn {
  height: 10px;
  background-position: -4075px 0px;
}

.iti-flag.pr {
  height: 14px;
  background-position: -4097px 0px;
}

.iti-flag.ps {
  height: 10px;
  background-position: -4119px 0px;
}

.iti-flag.pt {
  height: 14px;
  background-position: -4141px 0px;
}

.iti-flag.pw {
  height: 13px;
  background-position: -4163px 0px;
}

.iti-flag.py {
  height: 11px;
  background-position: -4185px 0px;
}

.iti-flag.qa {
  height: 8px;
  background-position: -4207px 0px;
}

.iti-flag.re {
  height: 14px;
  background-position: -4229px 0px;
}

.iti-flag.ro {
  height: 14px;
  background-position: -4251px 0px;
}

.iti-flag.rs {
  height: 14px;
  background-position: -4273px 0px;
}

.iti-flag.ru {
  height: 14px;
  background-position: -4295px 0px;
}

.iti-flag.rw {
  height: 14px;
  background-position: -4317px 0px;
}

.iti-flag.sa {
  height: 14px;
  background-position: -4339px 0px;
}

.iti-flag.sb {
  height: 10px;
  background-position: -4361px 0px;
}

.iti-flag.sc {
  height: 10px;
  background-position: -4383px 0px;
}

.iti-flag.sd {
  height: 10px;
  background-position: -4405px 0px;
}

.iti-flag.se {
  height: 13px;
  background-position: -4427px 0px;
}

.iti-flag.sg {
  height: 14px;
  background-position: -4449px 0px;
}

.iti-flag.sh {
  height: 10px;
  background-position: -4471px 0px;
}

.iti-flag.si {
  height: 10px;
  background-position: -4493px 0px;
}

.iti-flag.sj {
  height: 15px;
  background-position: -4515px 0px;
}

.iti-flag.sk {
  height: 14px;
  background-position: -4537px 0px;
}

.iti-flag.sl {
  height: 14px;
  background-position: -4559px 0px;
}

.iti-flag.sm {
  height: 15px;
  background-position: -4581px 0px;
}

.iti-flag.sn {
  height: 14px;
  background-position: -4603px 0px;
}

.iti-flag.so {
  height: 14px;
  background-position: -4625px 0px;
}

.iti-flag.sr {
  height: 14px;
  background-position: -4647px 0px;
}

.iti-flag.ss {
  height: 10px;
  background-position: -4669px 0px;
}

.iti-flag.st {
  height: 10px;
  background-position: -4691px 0px;
}

.iti-flag.sv {
  height: 12px;
  background-position: -4713px 0px;
}

.iti-flag.sx {
  height: 14px;
  background-position: -4735px 0px;
}

.iti-flag.sy {
  height: 14px;
  background-position: -4757px 0px;
}

.iti-flag.sz {
  height: 14px;
  background-position: -4779px 0px;
}

.iti-flag.ta {
  height: 10px;
  background-position: -4801px 0px;
}

.iti-flag.tc {
  height: 10px;
  background-position: -4823px 0px;
}

.iti-flag.td {
  height: 14px;
  background-position: -4845px 0px;
}

.iti-flag.tf {
  height: 14px;
  background-position: -4867px 0px;
}

.iti-flag.tg {
  height: 13px;
  background-position: -4889px 0px;
}

.iti-flag.th {
  height: 14px;
  background-position: -4911px 0px;
}

.iti-flag.tj {
  height: 10px;
  background-position: -4933px 0px;
}

.iti-flag.tk {
  height: 10px;
  background-position: -4955px 0px;
}

.iti-flag.tl {
  height: 10px;
  background-position: -4977px 0px;
}

.iti-flag.tm {
  height: 14px;
  background-position: -4999px 0px;
}

.iti-flag.tn {
  height: 14px;
  background-position: -5021px 0px;
}

.iti-flag.to {
  height: 10px;
  background-position: -5043px 0px;
}

.iti-flag.tr {
  height: 14px;
  background-position: -5065px 0px;
}

.iti-flag.tt {
  height: 12px;
  background-position: -5087px 0px;
}

.iti-flag.tv {
  height: 10px;
  background-position: -5109px 0px;
}

.iti-flag.tw {
  height: 14px;
  background-position: -5131px 0px;
}

.iti-flag.tz {
  height: 14px;
  background-position: -5153px 0px;
}

.iti-flag.ua {
  height: 14px;
  background-position: -5175px 0px;
}

.iti-flag.ug {
  height: 14px;
  background-position: -5197px 0px;
}

.iti-flag.um {
  height: 11px;
  background-position: -5219px 0px;
}

.iti-flag.us {
  height: 11px;
  background-position: -5241px 0px;
}

.iti-flag.uy {
  height: 14px;
  background-position: -5263px 0px;
}

.iti-flag.uz {
  height: 10px;
  background-position: -5285px 0px;
}

.iti-flag.va {
  height: 15px;
  background-position: -5307px 0px;
}

.iti-flag.vc {
  height: 14px;
  background-position: -5324px 0px;
}

.iti-flag.ve {
  height: 14px;
  background-position: -5346px 0px;
}

.iti-flag.vg {
  height: 10px;
  background-position: -5368px 0px;
}

.iti-flag.vi {
  height: 14px;
  background-position: -5390px 0px;
}

.iti-flag.vn {
  height: 14px;
  background-position: -5412px 0px;
}

.iti-flag.vu {
  height: 12px;
  background-position: -5434px 0px;
}

.iti-flag.wf {
  height: 14px;
  background-position: -5456px 0px;
}

.iti-flag.ws {
  height: 10px;
  background-position: -5478px 0px;
}

.iti-flag.xk {
  height: 15px;
  background-position: -5500px 0px;
}

.iti-flag.ye {
  height: 14px;
  background-position: -5522px 0px;
}

.iti-flag.yt {
  height: 14px;
  background-position: -5544px 0px;
}

.iti-flag.za {
  height: 14px;
  background-position: -5566px 0px;
}

.iti-flag.zm {
  height: 14px;
  background-position: -5588px 0px;
}

.iti-flag.zw {
  height: 10px;
  background-position: -5610px 0px;
}

.iti-flag {
  width: 20px;
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("/images/flags.png");
  background-repeat: no-repeat;
  background-color: #dbdbdb;
  background-position: 20px 0;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti-flag {
    background-image: url("/images/flags@2x.png");
  }
}
.iti-flag.np {
  background-color: transparent;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

.fancybox-caption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes a {
  to {
    transform: rotate(1turn);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1);
}

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
.notifications-container {
  max-height: 100vh;
  max-width: 320px;
  pointer-events: none;
  position: fixed;
  width: 100%;
  z-index: 9999;
}

.notifications-container.notify-is-x-center {
  left: 50%;
  transform: translateX(-50%);
}

.notifications-container.notify-is-y-center {
  top: 50%;
  transform: translateY(-50%);
}

.notifications-container.notify-is-center {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.notifications-container.notify-is-left {
  left: 0;
}

.notifications-container.notify-is-right {
  right: 0;
}

.notifications-container.notify-is-top {
  top: 0;
}

.notifications-container.notify-is-bottom {
  bottom: 0;
}

.notifications-container.notify-is-x-center.notify-is-top {
  top: var(--distance);
}

.notifications-container.notify-is-x-center.notify-is-bottom {
  bottom: var(--distance);
}

.notifications-container > * {
  pointer-events: auto;
}

.notify {
  --notify-error: rgb(235, 87, 87);
  --notify-error-progress: rgb(192, 69, 69);
  --notify-success: rgb(111, 207, 151);
  --notify-success-progress: rgb(84, 170, 120);
  --notify-warning: rgb(242, 201, 76);
  --notify-warning-progress: rgb(196, 166, 79);
  --notify-info: rgb(81, 205, 243);
  --notify-info-progress: rgb(84, 169, 196);
  --notify-gray: rgb(51, 51, 51);
  --notify-gray-2: rgb(77, 77, 77);
  --notify-gray-3: rgb(130, 130, 130);
  --notify-white: rgb(255, 255, 255);
  --notify-white-2: rgba(255, 255, 255, 0.8);
  --notify-padding: 0.75rem;
  --notify-icon-size: 32px;
  --notify-close-icon-size: 16px;
  align-items: center;
  border-radius: 6px;
  box-sizing: border-box;
  display: flex;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  overflow: hidden;
  padding: var(--notify-padding);
  position: relative;
  text-decoration: none;
  transition-timing-function: ease;
  width: 100%;
}

.notify__icon {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  height: var(--notify-icon-size);
  justify-content: center;
  margin-right: 12px;
  width: var(--notify-icon-size);
}

.notify__close {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: var(--notify-close-icon-size);
  justify-content: center;
  position: absolute;
  right: 12px;
  top: 12px;
  user-select: none;
  width: var(--notify-close-icon-size);
}

.notify__close * {
  pointer-events: none;
}

.notify__title {
  font-size: 1rem;
  font-weight: 600;
  padding-right: calc(var(--notify-padding) + var(--notify-close-icon-size));
}

.notify__text {
  font-size: 0.875rem;
  margin-top: 0.25rem;
}

.notify--type-1 {
  background-color: #fff;
  border: 1px solid currentColor;
}

.notify--type-1 .notify__close {
  color: var(--notify-gray-3);
}

.notify--type-1 .notify__title {
  color: var(--notify-gray);
}

.notify--type-1 .notify__text {
  color: var(--notify-gray-2);
}

.notify--type-2 {
  color: var(--notify-gray);
}

.notify--type-3 {
  color: var(--notify-white);
}

.notify--type-3 .notify__text {
  color: var(--notify-white-2);
}

.notify--error.notify--type-1 {
  box-shadow: 0 2px 26px rgba(215, 0, 0, 0.1);
  color: var(--notify-error);
}

.notify--error.notify--type-2, .notify--error.notify--type-3 {
  background-color: var(--notify-error);
}

.notify--warning.notify--type-1 {
  box-shadow: 0 2px 26px rgba(242, 201, 76, 0.1);
  color: var(--notify-warning);
}

.notify--warning.notify--type-2, .notify--warning.notify--type-3 {
  background-color: var(--notify-warning);
}

.notify--success.notify--type-1 {
  box-shadow: 0 2px 26px rgba(82, 215, 0, 0.1);
  color: var(--notify-success);
}

.notify--success.notify--type-2, .notify--success.notify--type-3 {
  background-color: var(--notify-success);
}

.notify--info.notify--type-1 {
  box-shadow: 0 2px 26px rgba(84, 175, 202, 0.1);
  color: var(--notify-info);
}

.notify--info.notify--type-2, .notify--info.notify--type-3 {
  background-color: var(--notify-info);
}

.notify--fade {
  opacity: 0;
  will-change: opacity;
}

.notify--fadeIn {
  opacity: 1;
}

.notify--slide {
  opacity: 0;
  will-change: opacity, transform;
}

.notify-is-center .notify--slide, .notify-is-y-center .notify--slide, .notify-is-x-center:not(.notify-is-bottom) .notify--slide {
  transform: translateY(-20px);
}

.notify-is-x-center.notify-is-bottom .notify--slide {
  transform: translateY(20px);
}

.notify-is-right .notify--slide {
  transform: translateX(calc(var(--distance) + 110%));
}

.notify-is-left .notify--slide {
  transform: translateX(calc(var(--distance) * -1 - 110%));
}

.notify-is-x-center:not(.notify-is-bottom) .notify--slideIn, .notify-is-center .notify--slideIn, .notify-is-y-center .notify--slideIn, .notify-is-x-center.notify-is-bottom .notify--slideIn {
  opacity: 1;
  transform: translateY(0);
}

.notify-is-right .notify--slideIn, .notify-is-left .notify--slideIn {
  opacity: 1;
  transform: translateX(0);
}

.notify-is-left .notify {
  left: var(--distance);
}

.notify-is-right .notify {
  right: var(--distance);
}

.notify-is-top .notify, .notify-is-center .notify, .notify-is-y-center .notify, .notify-is-x-center.notify-is-top .notify {
  margin-top: var(--gap);
}

.notify-is-bottom .notify, .notify-is-x-center:not(.notify-is-top) .notify {
  margin-bottom: var(--gap);
}

.notify.notify-autoclose {
  --progress-height: 5px;
  padding-bottom: calc(var(--notify-padding) + var(--progress-height));
}

.notify.notify-autoclose::before {
  animation: progress calc(var(--timeout) * 1ms) linear forwards;
  bottom: 0;
  content: "";
  height: var(--progress-height);
  left: 0;
  position: absolute;
  transform: scale3d(1, 1, 1);
  transform-origin: left;
  width: 100%;
}

@keyframes progress {
  to {
    transform: scale3d(0, 1, 1);
  }
}
.notify.notify-autoclose.notify--error::before {
  background-color: var(--notify-error-progress);
}

.notify.notify-autoclose.notify--warning::before {
  background-color: var(--notify-warning-progress);
}

.notify.notify-autoclose.notify--success::before {
  background-color: var(--notify-success-progress);
}

.notify.notify-autoclose.notify--info::before {
  background-color: var(--notify-info-progress);
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

.twofa-page .twofa-card-row {
  width: 60%;
  margin: 0 auto;
}

.twofa-page .twofa-card-img img {
  width: 3rem;
  height: 3rem;
  object-fit: contain;
}

.twofa-page .twofa-card-item p {
  min-height: 2.7rem;
}

@media (max-width: 1400px) {
  .twofa-page .twofa-card-item p {
    min-height: 4rem !important;
  }
}
@media (max-width: 1200px) {
  .twofa-page .twofa-card-item p {
    min-height: 2.8rem !important;
  }
}
@media (max-width: 991px) {
  .twofa-page .twofa-card-row {
    width: 100% !important;
  }
  .twofa-page .twofa-card-item p {
    min-height: 2.7rem !important;
  }
  .updateMobileNumberDiv, .updateEmailDiv {
    bottom: 1px !important;
  }
}
@media (max-width: 768px) {
  .twofa-page .twofa-card-item button, .twofa-page .twofa-card-item a {
    width: auto !important;
  }
}
.signupBackDiv a:hover {
  color: #1C63AB !important;
}
.signupBackDiv a:hover svg path {
  fill: #1C63AB !important;
}

.signup-bg {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  position: fixed;
  left: 0;
  top: 0;
  width: 50% !important;
}

@media (max-width: 768px) {
  .successSignupImg svg {
    height: 17rem !important;
  }
}
@media (max-width: 576px) {
  .signupBody {
    width: 90% !important;
  }
}
.profile-banner img {
  height: 15rem;
}
.profile-banner .profile-banner-wrap {
  top: 4.5rem !important;
}
.profile-banner .twofaHdg {
  font-size: 1.1rem !important;
}

#v-pills-tab .nav-link {
  color: #FFFFFF !important;
  margin-right: 0.5rem;
}
#v-pills-tab .nav-link.active {
  background-color: transparent !important;
  color: #FFFFFF !important;
  border-bottom: 3px solid #FFFFFF !important;
  border-top: 0 !important;
  border-radius: 0px !important;
}

.companyNameDiv label a:hover {
  color: #1C63AB !important;
}

.app-logo-div {
  max-width: 100px;
  max-height: 100px;
  overflow: hidden;
}

.banner-profile-logo-div img {
  height: 6rem !important;
  width: 100% !important;
  object-fit: contain !important;
}

.app-logo-div img {
  width: 100px;
  height: 100px;
  object-fit: scale-down;
}

.supportLoginImg {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  position: fixed;
  left: 0;
  top: 0;
  width: inherit !important;
}

#company_selection_search svg {
  left: 1.7rem !important;
  z-index: 6 !important;
}

/*.cmpyImgDiv {
    width: 3.5rem;
    height: 4rem;
}*/
.companyLi a:hover {
  background-color: rgba(238, 238, 238, 0.4196078431) !important;
}

.accCusName {
  position: relative;
}

.accCusName::before {
  content: "";
  position: absolute;
  top: 0.5rem !important;
  left: 0rem !important;
  background-color: #8f8b8b !important;
  width: 0.4rem !important;
  height: 0.4rem !important;
  border-radius: 50% !important;
}

@media (max-width: 768px) {
  .banner-profile-div {
    display: none !important;
  }
}
@media (max-width: 576px) {
  #v-pills-tab .nav-link span {
    display: none !important;
  }
  #v-pills-tab .nav-link svg {
    margin: 0 !important;
  }
  .profile-banner img {
    object-fit: cover;
  }
}
.forgot-password-body {
  padding-top: 8rem !important;
}

.slick-dots li button {
  width: 0.9rem;
  height: 0.9rem;
  display: inline-block;
  cursor: pointer;
  background-color: #fff;
  border: 0.1rem solid #EE5724;
  border-radius: 2rem;
  padding: 0.5rem;
}

.slick-dots li button:before {
  display: none !important;
}

.slick-dots li.slick-active button {
  background-color: #EE5724;
}

.slick-dots li.slick-active button:before {
  display: none !important;
}

.slick-dots {
  bottom: 2.5rem;
}

.forgot-password-slider {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  position: fixed;
  left: 0;
  top: 0;
  width: 50% !important;
}

.forgot-password-slider .slider-bg img {
  height: 100vh !important;
}

@media (max-width: 991px) {
  .fp-form-wrap {
    height: 100vh;
    display: flex;
    align-items: center;
  }
  .forgot-password-body {
    padding-top: 0rem !important;
  }
}
@media (max-width: 576px) {
  .forgot-password-body {
    width: 90% !important;
  }
}
.myApp-logo-div {
  border-radius: 16px !important;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.myApp-card {
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  border-radius: 20px;
  min-height: 11rem !important;
}

.myApp-card.myApp-orange-bg {
  background-image: url('data:image/svg+xml,<svg width="280" height="137" viewBox="0 0 280 137" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="280" height="137" fill="url(%23paint0_linear_2252_11530)"/><mask id="mask0_2252_11530" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="280" height="137"><rect width="280" height="137" fill="url(%23paint1_linear_2252_11530)"/></mask><g mask="url(%23mask0_2252_11530)"><g opacity="0.4"><path opacity="0.2" d="M-14.4546 158.53L281.924 20.4768L263.578 -27.5844L-32.8006 110.469L-14.4546 158.53Z" fill="url(%23paint2_linear_2252_11530)"/><path opacity="0.2" d="M57.2222 176.174L306.97 59.8408L288.624 11.7797L38.8762 128.113L57.2222 176.174Z" fill="url(%23paint3_linear_2252_11530)"/></g></g><defs><linearGradient id="paint0_linear_2252_11530" x1="2.08616e-06" y1="68.5" x2="280" y2="68.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23FFB37C"/><stop offset="1" stop-color="%23FB5D2B"/></linearGradient><linearGradient id="paint1_linear_2252_11530" x1="1.11759e-06" y1="63.6071" x2="278.871" y2="83.9627" gradientUnits="userSpaceOnUse"><stop stop-color="%2357E794"/><stop offset="1" stop-color="%231EBB60"/></linearGradient><linearGradient id="paint2_linear_2252_11530" x1="55.9196" y1="66.1351" x2="129.631" y2="146.519" gradientUnits="userSpaceOnUse"><stop stop-color="white" stop-opacity="0.01"/><stop offset="1" stop-color="white"/></linearGradient><linearGradient id="paint3_linear_2252_11530" x1="113.484" y1="90.3521" x2="189.539" y2="165.191" gradientUnits="userSpaceOnUse"><stop stop-color="white" stop-opacity="0.01"/><stop offset="1" stop-color="white"/></linearGradient></defs></svg>');
}

.myApp-card.myApp-blue-bg {
  background-image: url('data:image/svg+xml,<svg width="280" height="137" viewBox="0 0 280 137" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="280" height="137" fill="url(%23paint0_linear_2252_11545)"/><mask id="mask0_2252_11545" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="280" height="137"><rect width="280" height="137" fill="url(%23paint1_linear_2252_11545)"/></mask><g mask="url(%23mask0_2252_11545)"><g opacity="0.4"><path opacity="0.2" d="M-14.4546 158.53L281.924 20.4768L263.578 -27.5844L-32.8006 110.469L-14.4546 158.53Z" fill="url(%23paint2_linear_2252_11545)"/><path opacity="0.2" d="M57.2222 176.174L306.97 59.8408L288.624 11.7797L38.8762 128.113L57.2222 176.174Z" fill="url(%23paint3_linear_2252_11545)"/></g></g><defs><linearGradient id="paint0_linear_2252_11545" x1="6.90272" y1="-4.06963e-06" x2="285.605" y2="119.845" gradientUnits="userSpaceOnUse"><stop stop-color="%232897FF"/><stop offset="1" stop-color="%23006FFD"/></linearGradient><linearGradient id="paint1_linear_2252_11545" x1="1.11759e-06" y1="63.6071" x2="278.871" y2="83.9627" gradientUnits="userSpaceOnUse"><stop stop-color="%2357E794"/><stop offset="1" stop-color="%231EBB60"/></linearGradient><linearGradient id="paint2_linear_2252_11545" x1="55.9196" y1="66.1351" x2="129.631" y2="146.519" gradientUnits="userSpaceOnUse"><stop stop-color="white" stop-opacity="0.01"/><stop offset="1" stop-color="white"/></linearGradient><linearGradient id="paint3_linear_2252_11545" x1="113.484" y1="90.3521" x2="189.539" y2="165.191" gradientUnits="userSpaceOnUse"><stop stop-color="white" stop-opacity="0.01"/><stop offset="1" stop-color="white"/></linearGradient></defs></svg>');
}

.myApp-card.myApp-purple-bg {
  background-image: url('data:image/svg+xml,<svg width="280" height="137" viewBox="0 0 280 137" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="280" height="137" fill="url(%23paint0_linear_2252_11560)"/><mask id="mask0_2252_11560" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="280" height="137"><rect width="280" height="137" fill="url(%23paint1_linear_2252_11560)"/></mask><g mask="url(%23mask0_2252_11560)"><g opacity="0.4"><path opacity="0.2" d="M-14.4546 158.53L281.924 20.4768L263.578 -27.5844L-32.8006 110.469L-14.4546 158.53Z" fill="url(%23paint2_linear_2252_11560)"/><path opacity="0.2" d="M57.2222 176.174L306.97 59.8408L288.624 11.7797L38.8762 128.113L57.2222 176.174Z" fill="url(%23paint3_linear_2252_11560)"/></g></g><defs><linearGradient id="paint0_linear_2252_11560" x1="1.11759e-06" y1="63.6071" x2="278.871" y2="83.9627" gradientUnits="userSpaceOnUse"><stop offset="0.0001" stop-color="%23A892FF"/><stop offset="1" stop-color="%236C47FF"/><stop offset="1" stop-color="%234F23FF"/></linearGradient><linearGradient id="paint1_linear_2252_11560" x1="1.11759e-06" y1="63.6071" x2="278.871" y2="83.9627" gradientUnits="userSpaceOnUse"><stop stop-color="%2357E794"/><stop offset="1" stop-color="%231EBB60"/></linearGradient><linearGradient id="paint2_linear_2252_11560" x1="55.9196" y1="66.1351" x2="129.631" y2="146.519" gradientUnits="userSpaceOnUse"><stop stop-color="white" stop-opacity="0.01"/><stop offset="1" stop-color="white"/></linearGradient><linearGradient id="paint3_linear_2252_11560" x1="113.484" y1="90.3521" x2="189.539" y2="165.191" gradientUnits="userSpaceOnUse"><stop stop-color="white" stop-opacity="0.01"/><stop offset="1" stop-color="white"/></linearGradient></defs></svg>');
}

#myApp-faq-accordion .accordion-item {
  border: 2px solid #2897FF;
  border-radius: 16px;
}

#myApp-faq-accordion .accordion-item .accordion-button {
  background-color: transparent !important;
  box-shadow: none !important;
}

#myApp-faq-accordion .accordion-button::after {
  background-image: url('data:image/svg+xml,<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M6 0C5.44772 0 5 0.447715 5 1V5H1C0.447715 5 0 5.44772 0 6C0 6.55228 0.447715 7 1 7H5V11C5 11.5523 5.44772 12 6 12C6.55228 12 7 11.5523 7 11V7H11C11.5523 7 12 6.55228 12 6C12 5.44772 11.5523 5 11 5H7V1C7 0.447715 6.55228 0 6 0Z" fill="url(%23paint0_linear_2358_11466)"/><defs><linearGradient id="paint0_linear_2358_11466" x1="0.295831" y1="-3.56464e-07" x2="13.8489" y2="2.85154" gradientUnits="userSpaceOnUse"><stop stop-color="%232897FF"/><stop offset="1" stop-color="%23006FFD"/></linearGradient></defs></svg>');
  background-repeat: no-repeat;
  width: 0.9rem;
  height: 0.9rem;
  background-size: contain;
}

#myApp-faq-accordion .accordion-button:not(.collapsed)::after {
  background-image: url('data:image/svg+xml,<svg width="12" height="3" viewBox="0 0 12 3" fill="none" xmlns="http://www.w3.org/2000/svg"><rect y="0.491211" width="12" height="2.08928" rx="1" fill="url(%23paint0_linear_2340_10835)"/><defs><linearGradient id="paint0_linear_2340_10835" x1="0.295831" y1="0.491211" x2="6.04832" y2="7.44276" gradientUnits="userSpaceOnUse"><stop stop-color="%232897FF"/><stop offset="1" stop-color="%23006FFD"/></linearGradient></defs></svg>') !important;
  transform: rotate(0deg);
}

.truckrrHero-page, .fleeeter-page {
  padding: 3rem 0 !important;
  margin-left: 0 !important;
}